2022-09-27T15:28:27.3999030Z Requested labels: linux.2xlarge 2022-09-27T15:28:27.3999097Z Job defined at: pytorch/pytorch/.github/workflows/_linux-test.yml@refs/pull/85462/merge 2022-09-27T15:28:27.3999119Z Waiting for a runner to pick up this job... 2022-09-27T15:29:05.6943603Z Job is about to start running on the runner: i-0ad67a8c73ddffee8 (organization) 2022-09-27T15:29:09.2905019Z Current runner version: '2.296.2' 2022-09-27T15:29:09.2911386Z Runner name: 'i-0ad67a8c73ddffee8' 2022-09-27T15:29:09.2911926Z Runner group name: 'Default' 2022-09-27T15:29:09.2912573Z Machine name: 'ip-10-0-0-244' 2022-09-27T15:29:09.2914616Z ##[group]GITHUB_TOKEN Permissions 2022-09-27T15:29:09.2915287Z Actions: read 2022-09-27T15:29:09.2915591Z Checks: read 2022-09-27T15:29:09.2915847Z Contents: read 2022-09-27T15:29:09.2916218Z Deployments: read 2022-09-27T15:29:09.2916534Z Discussions: read 2022-09-27T15:29:09.2916789Z Issues: read 2022-09-27T15:29:09.2917081Z Metadata: read 2022-09-27T15:29:09.2917402Z Packages: read 2022-09-27T15:29:09.2917660Z Pages: read 2022-09-27T15:29:09.2917979Z PullRequests: read 2022-09-27T15:29:09.2918325Z RepositoryProjects: read 2022-09-27T15:29:09.2918619Z SecurityEvents: read 2022-09-27T15:29:09.2918981Z Statuses: read 2022-09-27T15:29:09.2919289Z ##[endgroup] 2022-09-27T15:29:09.2922618Z Secret source: None 2022-09-27T15:29:09.2923301Z Prepare workflow directory 2022-09-27T15:29:10.1220781Z Prepare all required actions 2022-09-27T15:29:10.1387890Z Getting action download info 2022-09-27T15:29:10.3909063Z Download action repository 'pytorch/pytorch@master' (SHA:01dbbeeeb5ab7ede28e333982e98713282a0e4b8) 2022-09-27T15:29:12.9571020Z Download action repository 'nick-fields/retry@7d4a37704547a311dbb66ebdf5b23ec19374a767' (SHA:7d4a37704547a311dbb66ebdf5b23ec19374a767) 2022-09-27T15:29:13.1243203Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:3c1d75049465d7dfa70acca6d80b9c5c06ff4886) 2022-09-27T15:29:13.3673882Z Getting action download info 2022-09-27T15:29:13.5458073Z Download action repository 'malfet/checkout@silent-checkout' (SHA:f63e9e15406be6060f159846cd2e098f759c5246) 2022-09-27T15:29:13.7404244Z Uses: pytorch/pytorch/.github/workflows/_linux-test.yml 2022-09-27T15:29:13.7406337Z ##[group] Inputs 2022-09-27T15:29:13.7406643Z build-environment: linux-focal-py3.7-clang7-asan 2022-09-27T15:29:13.7407263Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 5, runner: "linux.2xlarge" }, { config: "default", shard: 2, num_shards: 5, runner: "linux.2xlarge" }, { config: "default", shard: 3, num_shards: 5, runner: "linux.2xlarge" }, { config: "default", shard: 4, num_shards: 5, runner: "linux.2xlarge" }, { config: "default", shard: 5, num_shards: 5, runner: "linux.2xlarge" }, ]} 2022-09-27T15:29:13.7407944Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3-clang7-asan:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T15:29:13.7408292Z sync-tag: 2022-09-27T15:29:13.7408470Z ##[endgroup] 2022-09-27T15:29:13.7408969Z Complete job name: linux-focal-py3.7-clang7-asan / test (default, 3, 5, linux.2xlarge) 2022-09-27T15:29:13.8119337Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@master 2022-09-27T15:29:13.8119658Z with: 2022-09-27T15:29:13.8119846Z submodules: recursive 2022-09-27T15:29:13.8120027Z fetch-depth: 0 2022-09-27T15:29:13.8120197Z env: 2022-09-27T15:29:13.8120388Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:29:13.8120568Z ##[endgroup] 2022-09-27T15:29:13.8348846Z ##[group]Run retry () { 2022-09-27T15:29:13.8349107Z retry () { 2022-09-27T15:29:13.8349330Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2022-09-27T15:29:13.8349545Z } 2022-09-27T15:29:13.8350053Z echo "${GITHUB_WORKSPACE}" 2022-09-27T15:29:13.8350281Z if [ -z "${NO_SUDO}" ]; then 2022-09-27T15:29:13.8350505Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2022-09-27T15:29:13.8350722Z else 2022-09-27T15:29:13.8350964Z  retry rm -rf "${GITHUB_WORKSPACE}" 2022-09-27T15:29:13.8351160Z fi 2022-09-27T15:29:13.8351397Z mkdir "${GITHUB_WORKSPACE}" 2022-09-27T15:29:13.8367284Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:29:13.8367530Z env: 2022-09-27T15:29:13.8367712Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:29:13.8367883Z NO_SUDO: 2022-09-27T15:29:13.8368197Z ##[endgroup] 2022-09-27T15:29:13.8540637Z /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-09-27T15:29:17.1299437Z ##[group]Run malfet/checkout@silent-checkout 2022-09-27T15:29:17.1299679Z with: 2022-09-27T15:29:17.1299872Z ref: 52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T15:29:17.1300073Z fetch-depth: 0 2022-09-27T15:29:17.1300242Z submodules: recursive 2022-09-27T15:29:17.1300427Z quiet-checkout: true 2022-09-27T15:29:17.1300625Z repository: pytorch/pytorch 2022-09-27T15:29:17.1300982Z token: *** 2022-09-27T15:29:17.1301148Z ssh-strict: true 2022-09-27T15:29:17.1301341Z persist-credentials: true 2022-09-27T15:29:17.1301527Z clean: true 2022-09-27T15:29:17.1301684Z lfs: false 2022-09-27T15:29:17.1301867Z set-safe-directory: true 2022-09-27T15:29:17.1302043Z env: 2022-09-27T15:29:17.1302197Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:29:17.1302378Z ##[endgroup] 2022-09-27T15:29:17.2433722Z Syncing repository: pytorch/pytorch 2022-09-27T15:29:17.2435107Z ##[group]Getting Git version info 2022-09-27T15:29:17.2435573Z Working directory is '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2022-09-27T15:29:17.2436001Z [command]/usr/bin/git version 2022-09-27T15:29:17.2436193Z git version 2.37.1 2022-09-27T15:29:17.2436755Z ##[endgroup] 2022-09-27T15:29:17.2447867Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/5c79dc6b-7be4-492d-b65e-58b834429002' before making global git config changes 2022-09-27T15:29:17.2448298Z Adding repository directory to the temporary git global config as a safe directory 2022-09-27T15:29:17.2448752Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-09-27T15:29:17.2487673Z Deleting the contents of '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2022-09-27T15:29:17.2491108Z ##[group]Initializing the repository 2022-09-27T15:29:17.2495449Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-09-27T15:29:17.2630953Z hint: Using 'master' as the name for the initial branch. This default branch name 2022-09-27T15:29:17.2631556Z hint: is subject to change. To configure the initial branch name to use in all 2022-09-27T15:29:17.2632016Z hint: of your new repositories, which will suppress this warning, call: 2022-09-27T15:29:17.2632232Z hint: 2022-09-27T15:29:17.2632505Z hint: git config --global init.defaultBranch 2022-09-27T15:29:17.2632966Z hint: 2022-09-27T15:29:17.2633259Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2022-09-27T15:29:17.2633618Z hint: 'development'. The just-created branch can be renamed via this command: 2022-09-27T15:29:17.2633856Z hint: 2022-09-27T15:29:17.2634225Z hint: git branch -m 2022-09-27T15:29:17.2634590Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/ 2022-09-27T15:29:17.2642497Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2022-09-27T15:29:17.2674856Z ##[endgroup] 2022-09-27T15:29:17.2675224Z ##[group]Disabling automatic garbage collection 2022-09-27T15:29:17.2679123Z [command]/usr/bin/git config --local gc.auto 0 2022-09-27T15:29:17.2708242Z ##[endgroup] 2022-09-27T15:29:17.2708582Z ##[group]Setting up auth 2022-09-27T15:29:17.2715587Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-09-27T15:29:17.2747201Z [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:29:17.2986976Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-09-27T15:29:17.3021829Z [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:29:17.3267459Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2022-09-27T15:29:17.3311767Z ##[endgroup] 2022-09-27T15:29:17.3312172Z ##[group]Fetching the repository 2022-09-27T15:29:17.3317864Z [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:30:04.0561230Z [command]/usr/bin/git rev-parse --verify --quiet 52424e2bf38e454d535881fed9628d3e20f4f944^{object} 2022-09-27T15:30:04.0600384Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --quiet --no-recurse-submodules origin 52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T15:30:05.3425299Z ##[endgroup] 2022-09-27T15:30:05.3425697Z ##[group]Determining the checkout info 2022-09-27T15:30:05.3426441Z ##[endgroup] 2022-09-27T15:30:05.3426775Z ##[group]Checking out the ref 2022-09-27T15:30:05.3432198Z [command]/usr/bin/git checkout --quiet --force 52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T15:30:06.5764895Z ##[endgroup] 2022-09-27T15:30:06.5765318Z ##[group]Setting up auth for fetching submodules 2022-09-27T15:30:06.5770775Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2022-09-27T15:30:06.5820044Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2022-09-27T15:30:06.5850602Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2022-09-27T15:30:06.5881329Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2022-09-27T15:30:06.5906922Z ##[endgroup] 2022-09-27T15:30:06.5907355Z ##[group]Fetching submodules 2022-09-27T15:30:06.5911260Z [command]/usr/bin/git submodule sync --recursive 2022-09-27T15:30:06.6174265Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --recursive 2022-09-27T15:30:06.6436025Z Submodule 'android/libs/fbjni' (https://github.com/facebookincubator/fbjni.git) registered for path 'android/libs/fbjni' 2022-09-27T15:30:06.6436992Z Submodule 'third_party/NNPACK_deps/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'third_party/FP16' 2022-09-27T15:30:06.6438017Z Submodule 'third_party/NNPACK_deps/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'third_party/FXdiv' 2022-09-27T15:30:06.6439907Z Submodule 'third_party/NNPACK' (https://github.com/Maratyszcza/NNPACK.git) registered for path 'third_party/NNPACK' 2022-09-27T15:30:06.6442220Z Submodule 'third_party/QNNPACK' (https://github.com/pytorch/QNNPACK) registered for path 'third_party/QNNPACK' 2022-09-27T15:30:06.6445374Z Submodule 'third_party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'third_party/VulkanMemoryAllocator' 2022-09-27T15:30:06.6447532Z Submodule 'third_party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'third_party/XNNPACK' 2022-09-27T15:30:06.6450266Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/benchmark' 2022-09-27T15:30:06.6453068Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'third_party/cpuinfo' 2022-09-27T15:30:06.6456021Z Submodule 'third_party/cub' (https://github.com/NVlabs/cub.git) registered for path 'third_party/cub' 2022-09-27T15:30:06.6458891Z Submodule 'third_party/cudnn_frontend' (https://github.com/NVIDIA/cudnn-frontend.git) registered for path 'third_party/cudnn_frontend' 2022-09-27T15:30:06.6461933Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/cutlass' 2022-09-27T15:30:06.6465101Z Submodule 'third_party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'third_party/eigen' 2022-09-27T15:30:06.6468293Z Submodule 'third_party/fbgemm' (https://github.com/pytorch/fbgemm) registered for path 'third_party/fbgemm' 2022-09-27T15:30:06.6472210Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third_party/flatbuffers' 2022-09-27T15:30:06.6475510Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/fmt' 2022-09-27T15:30:06.6479068Z Submodule 'third_party/foxi' (https://github.com/houseroad/foxi.git) registered for path 'third_party/foxi' 2022-09-27T15:30:06.6483012Z Submodule 'third_party/gemmlowp/gemmlowp' (https://github.com/google/gemmlowp.git) registered for path 'third_party/gemmlowp/gemmlowp' 2022-09-27T15:30:06.6486732Z Submodule 'third_party/gloo' (https://github.com/facebookincubator/gloo) registered for path 'third_party/gloo' 2022-09-27T15:30:06.6490568Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/googletest' 2022-09-27T15:30:06.6494495Z Submodule 'third_party/ideep' (https://github.com/intel/ideep) registered for path 'third_party/ideep' 2022-09-27T15:30:06.6498757Z Submodule 'third_party/ios-cmake' (https://github.com/Yangqing/ios-cmake.git) registered for path 'third_party/ios-cmake' 2022-09-27T15:30:06.6502858Z Submodule 'third_party/ittapi' (https://github.com/intel/ittapi.git) registered for path 'third_party/ittapi' 2022-09-27T15:30:06.6507145Z Submodule 'third_party/kineto' (https://github.com/pytorch/kineto) registered for path 'third_party/kineto' 2022-09-27T15:30:06.6511945Z Submodule 'third_party/nccl/nccl' (https://github.com/NVIDIA/nccl) registered for path 'third_party/nccl/nccl' 2022-09-27T15:30:06.6516313Z Submodule 'third_party/neon2sse' (https://github.com/intel/ARM_NEON_2_x86_SSE.git) registered for path 'third_party/neon2sse' 2022-09-27T15:30:06.6520852Z Submodule 'third_party/nlohmann' (https://github.com/nlohmann/json.git) registered for path 'third_party/nlohmann' 2022-09-27T15:30:06.6525768Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx' 2022-09-27T15:30:06.6530582Z Submodule 'third_party/onnx-tensorrt' (https://github.com/onnx/onnx-tensorrt) registered for path 'third_party/onnx-tensorrt' 2022-09-27T15:30:06.6535584Z Submodule 'third_party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third_party/pocketfft' 2022-09-27T15:30:06.6540547Z Submodule 'third_party/protobuf' (https://github.com/protocolbuffers/protobuf.git) registered for path 'third_party/protobuf' 2022-09-27T15:30:06.6545629Z Submodule 'third_party/NNPACK_deps/psimd' (https://github.com/Maratyszcza/psimd.git) registered for path 'third_party/psimd' 2022-09-27T15:30:06.6551066Z Submodule 'third_party/NNPACK_deps/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'third_party/pthreadpool' 2022-09-27T15:30:06.6556475Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/pybind11' 2022-09-27T15:30:06.6561751Z Submodule 'third_party/python-enum' (https://github.com/PeachPy/enum34.git) registered for path 'third_party/python-enum' 2022-09-27T15:30:06.6567426Z Submodule 'third_party/python-peachpy' (https://github.com/malfet/PeachPy.git) registered for path 'third_party/python-peachpy' 2022-09-27T15:30:06.6572922Z Submodule 'third_party/python-six' (https://github.com/benjaminp/six.git) registered for path 'third_party/python-six' 2022-09-27T15:30:06.6578540Z Submodule 'third_party/sleef' (https://github.com/shibatch/sleef) registered for path 'third_party/sleef' 2022-09-27T15:30:06.6584550Z Submodule 'third_party/tbb' (https://github.com/01org/tbb) registered for path 'third_party/tbb' 2022-09-27T15:30:06.6591682Z Submodule 'third_party/tensorpipe' (https://github.com/pytorch/tensorpipe.git) registered for path 'third_party/tensorpipe' 2022-09-27T15:30:06.6597476Z Submodule 'third_party/zstd' (https://github.com/facebook/zstd.git) registered for path 'third_party/zstd' 2022-09-27T15:30:06.6623985Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/libs/fbjni'... 2022-09-27T15:30:07.0017236Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/FP16'... 2022-09-27T15:30:07.2334182Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/FXdiv'... 2022-09-27T15:30:07.5702031Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/NNPACK'... 2022-09-27T15:30:07.8794596Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/QNNPACK'... 2022-09-27T15:30:08.2035574Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/VulkanMemoryAllocator'... 2022-09-27T15:30:10.5003945Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/XNNPACK'... 2022-09-27T15:30:16.0439811Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/benchmark'... 2022-09-27T15:30:16.4433992Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cpuinfo'... 2022-09-27T15:30:16.9843789Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cub'... 2022-09-27T15:30:18.4166239Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cudnn_frontend'... 2022-09-27T15:30:19.7144247Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cutlass'... 2022-09-27T15:30:20.9207106Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/eigen'... 2022-09-27T15:30:26.6512309Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm'... 2022-09-27T15:30:27.3188843Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/flatbuffers'... 2022-09-27T15:30:28.6973184Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fmt'... 2022-09-27T15:30:30.8415882Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/foxi'... 2022-09-27T15:30:31.0357796Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/gemmlowp/gemmlowp'... 2022-09-27T15:30:31.4814464Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/gloo'... 2022-09-27T15:30:31.8172172Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/googletest'... 2022-09-27T15:30:32.7959980Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep'... 2022-09-27T15:30:33.2173935Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ios-cmake'... 2022-09-27T15:30:33.4211282Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ittapi'... 2022-09-27T15:30:33.8161260Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto'... 2022-09-27T15:30:35.4706955Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/nccl/nccl'... 2022-09-27T15:30:35.9492883Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/neon2sse'... 2022-09-27T15:30:36.3480311Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/nlohmann'... 2022-09-27T15:30:42.2306648Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx'... 2022-09-27T15:30:43.8030299Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt'... 2022-09-27T15:30:44.2145329Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pocketfft'... 2022-09-27T15:30:44.4563344Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf'... 2022-09-27T15:30:49.7563726Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/psimd'... 2022-09-27T15:30:49.9690870Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pthreadpool'... 2022-09-27T15:30:50.1986861Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pybind11'... 2022-09-27T15:30:51.1542610Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-enum'... 2022-09-27T15:30:51.4344342Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-peachpy'... 2022-09-27T15:30:51.7538919Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-six'... 2022-09-27T15:30:52.1105198Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/sleef'... 2022-09-27T15:30:52.6538303Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tbb'... 2022-09-27T15:30:54.6736339Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe'... 2022-09-27T15:30:55.1384089Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/zstd'... 2022-09-27T15:30:57.3008190Z Submodule path 'android/libs/fbjni': checked out '7e1e1fe3858c63c251c637ae41a20de425dde96f' 2022-09-27T15:30:57.3104681Z Submodule path 'third_party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2022-09-27T15:30:57.3178563Z Submodule path 'third_party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2022-09-27T15:30:57.3383844Z Submodule path 'third_party/NNPACK': checked out 'c07e3a0400713d546e0dea2d5466dd22ea389c73' 2022-09-27T15:30:57.3586690Z Submodule path 'third_party/QNNPACK': checked out '7d2a4e9931a82adc3814275b6219a03e24e36b4c' 2022-09-27T15:30:57.3932132Z Submodule path 'third_party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2022-09-27T15:30:57.9418841Z Submodule path 'third_party/XNNPACK': checked out 'ae108ef49aa5623b896fc93d4298c49d1750d9ba' 2022-09-27T15:30:57.9610175Z Submodule path 'third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-09-27T15:30:58.0519902Z Submodule path 'third_party/cpuinfo': checked out '8ec7bd91ad0470e61cf38f618cc1f270dede599c' 2022-09-27T15:30:58.0837820Z Submodule path 'third_party/cub': checked out 'd106ddb991a56c3df1b6d51b2409e36ba8181ce4' 2022-09-27T15:30:58.3497669Z Submodule path 'third_party/cudnn_frontend': checked out '171a7a986f7fbd9ed71bd0cf3c7ad4f55843d6b3' 2022-09-27T15:30:58.7220111Z Submodule path 'third_party/cutlass': checked out 'b72cbf957df8cf84a6d0ff91c190ad51a9c1d24a' 2022-09-27T15:30:58.9461358Z Submodule path 'third_party/eigen': checked out '3147391d946bb4b6c68edd901f2add6ac1f31f8c' 2022-09-27T15:30:58.9892357Z Submodule path 'third_party/fbgemm': checked out '499cd22f5c2e26041e4f190f628b48478a89a030' 2022-09-27T15:30:58.9906110Z Submodule 'third_party/asmjit' (https://github.com/asmjit/asmjit.git) registered for path 'third_party/fbgemm/third_party/asmjit' 2022-09-27T15:30:58.9907934Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo) registered for path 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T15:30:58.9910153Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/fbgemm/third_party/googletest' 2022-09-27T15:30:58.9912795Z 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:30:58.9937066Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/asmjit'... 2022-09-27T15:30:59.8198569Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/cpuinfo'... 2022-09-27T15:31:00.3387520Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/googletest'... 2022-09-27T15:31:01.3973040Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/hipify_torch'... 2022-09-27T15:31:02.8282867Z Submodule path 'third_party/fbgemm/third_party/asmjit': checked out 'd3fbf7c9bc7c1d1365a94a45614b91c5a3706b81' 2022-09-27T15:31:02.9211641Z Submodule path 'third_party/fbgemm/third_party/cpuinfo': checked out 'ed8b86a253800bafdb7b25c5c399f91bff9cb1f3' 2022-09-27T15:31:02.9748022Z Submodule path 'third_party/fbgemm/third_party/googletest': checked out 'cbf019de22c8dd37b2108da35b2748fd702d1796' 2022-09-27T15:31:02.9841194Z Submodule path 'third_party/fbgemm/third_party/hipify_torch': checked out '1840658c184f3eeba787dae0f06c45756c1daaf5' 2022-09-27T15:31:03.0624193Z Submodule path 'third_party/flatbuffers': checked out 'd0cede9c90c5257537c293517a21376408b549fa' 2022-09-27T15:31:03.0936138Z Submodule path 'third_party/fmt': checked out 'cd4af11efc9c622896a3e4cb599fa28668ca3d05' 2022-09-27T15:31:03.1020866Z Submodule path 'third_party/foxi': checked out 'c278588e34e535f0bb8f00df3880d26928038cad' 2022-09-27T15:31:03.1392266Z Submodule path 'third_party/gemmlowp/gemmlowp': checked out '3fb5c176c17c765a3492cd2f0321b0dab712f350' 2022-09-27T15:31:03.1614707Z Submodule path 'third_party/gloo': checked out '5b143513263133af2b95547e97c07cebeb72bf72' 2022-09-27T15:31:03.2044687Z Submodule path 'third_party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2022-09-27T15:31:03.2150366Z Submodule path 'third_party/ideep': checked out '77d662b313a762e82b389d3fd965e0098f12cd99' 2022-09-27T15:31:03.2163388Z Submodule 'mkl-dnn' (https://github.com/intel/mkl-dnn.git) registered for path 'third_party/ideep/mkl-dnn' 2022-09-27T15:31:03.2184367Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn'... 2022-09-27T15:31:10.1289218Z Submodule path 'third_party/ideep/mkl-dnn': checked out '888a87a954e4fddb4d81fd10858eb834f2441b46' 2022-09-27T15:31:10.1304372Z 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:31:10.1327891Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn/third_party/oneDNN'... 2022-09-27T15:31:17.1783186Z Submodule path 'third_party/ideep/mkl-dnn/third_party/oneDNN': checked out '52b5f107dd9cf10910aaa19cb47f3abf9b349815' 2022-09-27T15:31:17.1876337Z Submodule path 'third_party/ios-cmake': checked out '8abaed637d56f1337d6e1d2c4026e25c1eade724' 2022-09-27T15:31:17.2003847Z Submodule path 'third_party/ittapi': checked out '5b8a7d7422611c3a0d799fb5fc5dd4abfae35b42' 2022-09-27T15:31:17.2868276Z Submodule path 'third_party/kineto': checked out '0703c78999061b8329dfab7ec5046fc5764a5573' 2022-09-27T15:31:17.2882163Z Submodule 'libkineto/third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T15:31:17.2884144Z Submodule 'libkineto/third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T15:31:17.2907228Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/fmt'... 2022-09-27T15:31:18.4667728Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/googletest'... 2022-09-27T15:31:19.5252215Z Submodule path 'third_party/kineto/libkineto/third_party/fmt': checked out '2591ab91c3898c9f6544fff04660276537d32ffd' 2022-09-27T15:31:19.5751902Z Submodule path 'third_party/kineto/libkineto/third_party/googletest': checked out '7aca84427f224eeed3144123d5230d5871e93347' 2022-09-27T15:31:19.5934501Z Submodule path 'third_party/nccl/nccl': checked out 'f89fd4777d2ef9229c039ff750ae21da01626f52' 2022-09-27T15:31:19.6065005Z Submodule path 'third_party/neon2sse': checked out '97a126f08ce318023be604d03f88bf0820a9464a' 2022-09-27T15:31:19.7045991Z Submodule path 'third_party/nlohmann': checked out '87cda1d6646592ac5866dc703c8e1839046a6806' 2022-09-27T15:31:19.9324886Z Submodule path 'third_party/onnx': checked out 'f7ee1ac60d06abe8e26c9b6bbe1e3db5286b614b' 2022-09-27T15:31:19.9350082Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx/third_party/benchmark' 2022-09-27T15:31:19.9352001Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx/third_party/pybind11' 2022-09-27T15:31:19.9375876Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/benchmark'... 2022-09-27T15:31:20.3455352Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/pybind11'... 2022-09-27T15:31:21.1428554Z Submodule path 'third_party/onnx/third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-09-27T15:31:21.1825213Z Submodule path 'third_party/onnx/third_party/pybind11': checked out 'ffa346860b306c9bbfb341aed9c14c067751feb8' 2022-09-27T15:31:21.1966021Z Submodule path 'third_party/onnx-tensorrt': checked out 'c153211418a7c57ce071d9ce2a41f8d1c85a878f' 2022-09-27T15:31:21.1979486Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T15:31:21.2002226Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx'... 2022-09-27T15:31:22.9175906Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx': checked out '765f5ee823a67a866f4bd28a9860e81f3c811ce8' 2022-09-27T15:31:22.9194224Z 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:31:22.9196118Z 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:31:22.9220405Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark'... 2022-09-27T15:31:23.5515075Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11'... 2022-09-27T15:31:24.3104270Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark': checked out 'e776aa0275e293707b6a0901e0e8d8a8a3679508' 2022-09-27T15:31:24.3695414Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11': checked out 'a1041190c8b8ff0cd9e2f0752248ad5e3789ea0c' 2022-09-27T15:31:24.3709087Z 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:31:24.3732361Z 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:31:24.6133035Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-09-27T15:31:24.6216525Z Submodule path 'third_party/pocketfft': checked out 'ea778e37710c07723435b1be58235996d1d43a5a' 2022-09-27T15:31:24.8555604Z Submodule path 'third_party/protobuf': checked out 'd1eca4e4b421cd2997495c4b4e65cea6be4e9b8a' 2022-09-27T15:31:24.8575401Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/protobuf/third_party/benchmark' 2022-09-27T15:31:24.8576683Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/protobuf/third_party/googletest' 2022-09-27T15:31:24.8599488Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/benchmark'... 2022-09-27T15:31:25.2684499Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/googletest'... 2022-09-27T15:31:26.2463875Z Submodule path 'third_party/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2022-09-27T15:31:26.3102218Z Submodule path 'third_party/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081' 2022-09-27T15:31:26.3183050Z Submodule path 'third_party/psimd': checked out '072586a71b55b7f8c584153d223e95687148a900' 2022-09-27T15:31:26.3280310Z Submodule path 'third_party/pthreadpool': checked out 'a134dd5d4cee80cce15db81a72e7f929d71dd413' 2022-09-27T15:31:26.3592942Z Submodule path 'third_party/pybind11': checked out 'aa304c9c7d725ffb9d10af08a3b34cb372307020' 2022-09-27T15:31:26.3676066Z Submodule path 'third_party/python-enum': checked out '4cfedc426c4e2fc52e3f5c2b4297e15ed8d6b8c7' 2022-09-27T15:31:26.3937403Z Submodule path 'third_party/python-peachpy': checked out 'f45429b087dd7d5bc78bb40dc7cf06425c252d67' 2022-09-27T15:31:26.4023871Z Submodule path 'third_party/python-six': checked out '15e31431af97e5e64b80af0a3f598d382bcdd49a' 2022-09-27T15:31:26.4427668Z Submodule path 'third_party/sleef': checked out 'e0a003ee838b75d11763aa9c3ef17bf71a725bff' 2022-09-27T15:31:26.5419665Z Submodule path 'third_party/tbb': checked out 'a51a90bc609bb73db8ea13841b5cf7aa4344d4a9' 2022-09-27T15:31:26.5658606Z Submodule path 'third_party/tensorpipe': checked out '52791a2fd214b2a9dc5759d36725909c1daa7f2e' 2022-09-27T15:31:26.5672633Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/tensorpipe/third_party/googletest' 2022-09-27T15:31:26.5674527Z Submodule 'third_party/libnop' (https://github.com/google/libnop.git) registered for path 'third_party/tensorpipe/third_party/libnop' 2022-09-27T15:31:26.5676731Z Submodule 'third_party/libuv' (https://github.com/libuv/libuv.git) registered for path 'third_party/tensorpipe/third_party/libuv' 2022-09-27T15:31:26.5679037Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T15:31:26.5702052Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/googletest'... 2022-09-27T15:31:27.6992171Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libnop'... 2022-09-27T15:31:28.0331087Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libuv'... 2022-09-27T15:31:29.1940423Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11'... 2022-09-27T15:31:29.9918771Z Submodule path 'third_party/tensorpipe/third_party/googletest': checked out 'aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e' 2022-09-27T15:31:30.0052149Z Submodule path 'third_party/tensorpipe/third_party/libnop': checked out '910b55815be16109f04f4180e9adee14fb4ce281' 2022-09-27T15:31:30.0648172Z Submodule path 'third_party/tensorpipe/third_party/libuv': checked out '1dff88e5161cba5c59276d2070d2e304e4dcb242' 2022-09-27T15:31:30.0903207Z Submodule path 'third_party/tensorpipe/third_party/pybind11': checked out 'a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef' 2022-09-27T15:31:30.0916073Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T15:31:30.0938700Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11/tools/clang'... 2022-09-27T15:31:30.4520652Z Submodule path 'third_party/tensorpipe/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-09-27T15:31:30.5747209Z Submodule path 'third_party/zstd': checked out 'aec56a52fbab207fc639a1937d1e708a282edca8' 2022-09-27T15:31:30.5776294Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2022-09-27T15:31:30.6034696Z Entering 'android/libs/fbjni' 2022-09-27T15:31:30.6067760Z Entering 'third_party/FP16' 2022-09-27T15:31:30.6101527Z Entering 'third_party/FXdiv' 2022-09-27T15:31:30.6135379Z Entering 'third_party/NNPACK' 2022-09-27T15:31:30.6169248Z Entering 'third_party/QNNPACK' 2022-09-27T15:31:30.6204814Z Entering 'third_party/VulkanMemoryAllocator' 2022-09-27T15:31:30.6238102Z Entering 'third_party/XNNPACK' 2022-09-27T15:31:30.6282567Z Entering 'third_party/benchmark' 2022-09-27T15:31:30.6316091Z Entering 'third_party/cpuinfo' 2022-09-27T15:31:30.6349837Z Entering 'third_party/cub' 2022-09-27T15:31:30.6383314Z Entering 'third_party/cudnn_frontend' 2022-09-27T15:31:30.6422652Z Entering 'third_party/cutlass' 2022-09-27T15:31:30.6461636Z Entering 'third_party/eigen' 2022-09-27T15:31:30.6498028Z Entering 'third_party/fbgemm' 2022-09-27T15:31:30.6532075Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-09-27T15:31:30.6564933Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T15:31:30.6597986Z Entering 'third_party/fbgemm/third_party/googletest' 2022-09-27T15:31:30.6631315Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T15:31:30.6665312Z Entering 'third_party/flatbuffers' 2022-09-27T15:31:30.6700878Z Entering 'third_party/fmt' 2022-09-27T15:31:30.6735055Z Entering 'third_party/foxi' 2022-09-27T15:31:30.6767891Z Entering 'third_party/gemmlowp/gemmlowp' 2022-09-27T15:31:30.6802481Z Entering 'third_party/gloo' 2022-09-27T15:31:30.6836088Z Entering 'third_party/googletest' 2022-09-27T15:31:30.6869291Z Entering 'third_party/ideep' 2022-09-27T15:31:30.6902280Z Entering 'third_party/ideep/mkl-dnn' 2022-09-27T15:31:30.6937104Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T15:31:30.6977043Z Entering 'third_party/ios-cmake' 2022-09-27T15:31:30.7010627Z Entering 'third_party/ittapi' 2022-09-27T15:31:30.7045116Z Entering 'third_party/kineto' 2022-09-27T15:31:30.7078579Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T15:31:30.7111639Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T15:31:30.7146259Z Entering 'third_party/nccl/nccl' 2022-09-27T15:31:30.7180372Z Entering 'third_party/neon2sse' 2022-09-27T15:31:30.7214374Z Entering 'third_party/nlohmann' 2022-09-27T15:31:30.7250425Z Entering 'third_party/onnx' 2022-09-27T15:31:30.7296879Z Entering 'third_party/onnx/third_party/benchmark' 2022-09-27T15:31:30.7330962Z Entering 'third_party/onnx/third_party/pybind11' 2022-09-27T15:31:30.7367656Z Entering 'third_party/onnx-tensorrt' 2022-09-27T15:31:30.7401892Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T15:31:30.7440409Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T15:31:30.7474952Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T15:31:30.7507706Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T15:31:30.7546136Z Entering 'third_party/pocketfft' 2022-09-27T15:31:30.7580052Z Entering 'third_party/protobuf' 2022-09-27T15:31:30.7617354Z Entering 'third_party/protobuf/third_party/benchmark' 2022-09-27T15:31:30.7651005Z Entering 'third_party/protobuf/third_party/googletest' 2022-09-27T15:31:30.7685878Z Entering 'third_party/psimd' 2022-09-27T15:31:30.7720208Z Entering 'third_party/pthreadpool' 2022-09-27T15:31:30.7754750Z Entering 'third_party/pybind11' 2022-09-27T15:31:30.7787813Z Entering 'third_party/python-enum' 2022-09-27T15:31:30.7822516Z Entering 'third_party/python-peachpy' 2022-09-27T15:31:30.7855616Z Entering 'third_party/python-six' 2022-09-27T15:31:30.7890350Z Entering 'third_party/sleef' 2022-09-27T15:31:30.7924413Z Entering 'third_party/tbb' 2022-09-27T15:31:30.7961370Z Entering 'third_party/tensorpipe' 2022-09-27T15:31:30.7996204Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-09-27T15:31:30.8029768Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-09-27T15:31:30.8062741Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-09-27T15:31:30.8095497Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T15:31:30.8128979Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T15:31:30.8164267Z Entering 'third_party/zstd' 2022-09-27T15:31:30.8206893Z ##[endgroup] 2022-09-27T15:31:30.8209484Z ##[group]Persisting credentials for submodules 2022-09-27T15:31:30.8215551Z [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:31:30.8474792Z Entering 'android/libs/fbjni' 2022-09-27T15:31:30.8507541Z Entering 'third_party/FP16' 2022-09-27T15:31:30.8540869Z Entering 'third_party/FXdiv' 2022-09-27T15:31:30.8575431Z Entering 'third_party/NNPACK' 2022-09-27T15:31:30.8609325Z Entering 'third_party/QNNPACK' 2022-09-27T15:31:30.8642560Z Entering 'third_party/VulkanMemoryAllocator' 2022-09-27T15:31:30.8675859Z Entering 'third_party/XNNPACK' 2022-09-27T15:31:30.8722197Z Entering 'third_party/benchmark' 2022-09-27T15:31:30.8756439Z Entering 'third_party/cpuinfo' 2022-09-27T15:31:30.8791714Z Entering 'third_party/cub' 2022-09-27T15:31:30.8824676Z Entering 'third_party/cudnn_frontend' 2022-09-27T15:31:30.8863252Z Entering 'third_party/cutlass' 2022-09-27T15:31:30.8905029Z Entering 'third_party/eigen' 2022-09-27T15:31:30.8939918Z Entering 'third_party/fbgemm' 2022-09-27T15:31:30.8974085Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-09-27T15:31:30.9008123Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T15:31:30.9041752Z Entering 'third_party/fbgemm/third_party/googletest' 2022-09-27T15:31:30.9076254Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T15:31:30.9111969Z Entering 'third_party/flatbuffers' 2022-09-27T15:31:30.9147768Z Entering 'third_party/fmt' 2022-09-27T15:31:30.9181039Z Entering 'third_party/foxi' 2022-09-27T15:31:30.9216171Z Entering 'third_party/gemmlowp/gemmlowp' 2022-09-27T15:31:30.9250174Z Entering 'third_party/gloo' 2022-09-27T15:31:30.9283738Z Entering 'third_party/googletest' 2022-09-27T15:31:30.9319437Z Entering 'third_party/ideep' 2022-09-27T15:31:30.9353587Z Entering 'third_party/ideep/mkl-dnn' 2022-09-27T15:31:30.9389238Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T15:31:30.9430050Z Entering 'third_party/ios-cmake' 2022-09-27T15:31:30.9464473Z Entering 'third_party/ittapi' 2022-09-27T15:31:30.9499879Z Entering 'third_party/kineto' 2022-09-27T15:31:30.9532699Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T15:31:30.9566594Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T15:31:30.9601118Z Entering 'third_party/nccl/nccl' 2022-09-27T15:31:30.9635139Z Entering 'third_party/neon2sse' 2022-09-27T15:31:30.9667920Z Entering 'third_party/nlohmann' 2022-09-27T15:31:30.9704092Z Entering 'third_party/onnx' 2022-09-27T15:31:30.9749001Z Entering 'third_party/onnx/third_party/benchmark' 2022-09-27T15:31:30.9783087Z Entering 'third_party/onnx/third_party/pybind11' 2022-09-27T15:31:30.9820384Z Entering 'third_party/onnx-tensorrt' 2022-09-27T15:31:30.9853551Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T15:31:30.9891661Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T15:31:30.9925072Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T15:31:30.9957800Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T15:31:30.9997915Z Entering 'third_party/pocketfft' 2022-09-27T15:31:31.0032699Z Entering 'third_party/protobuf' 2022-09-27T15:31:31.0073592Z Entering 'third_party/protobuf/third_party/benchmark' 2022-09-27T15:31:31.0110065Z Entering 'third_party/protobuf/third_party/googletest' 2022-09-27T15:31:31.0145910Z Entering 'third_party/psimd' 2022-09-27T15:31:31.0181102Z Entering 'third_party/pthreadpool' 2022-09-27T15:31:31.0216485Z Entering 'third_party/pybind11' 2022-09-27T15:31:31.0251478Z Entering 'third_party/python-enum' 2022-09-27T15:31:31.0285674Z Entering 'third_party/python-peachpy' 2022-09-27T15:31:31.0320128Z Entering 'third_party/python-six' 2022-09-27T15:31:31.0353826Z Entering 'third_party/sleef' 2022-09-27T15:31:31.0387564Z Entering 'third_party/tbb' 2022-09-27T15:31:31.0423368Z Entering 'third_party/tensorpipe' 2022-09-27T15:31:31.0457516Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-09-27T15:31:31.0491366Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-09-27T15:31:31.0524236Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-09-27T15:31:31.0557059Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T15:31:31.0592829Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T15:31:31.0628485Z Entering 'third_party/zstd' 2022-09-27T15:31:31.0678498Z [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:31:31.0936014Z Entering 'android/libs/fbjni' 2022-09-27T15:31:31.0967847Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2022-09-27T15:31:31.0981275Z Entering 'third_party/FP16' 2022-09-27T15:31:31.1013439Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2022-09-27T15:31:31.1026721Z Entering 'third_party/FXdiv' 2022-09-27T15:31:31.1064406Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2022-09-27T15:31:31.1079231Z Entering 'third_party/NNPACK' 2022-09-27T15:31:31.1110247Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2022-09-27T15:31:31.1124064Z Entering 'third_party/QNNPACK' 2022-09-27T15:31:31.1158990Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/QNNPACK/config remote.origin.url 2022-09-27T15:31:31.1173340Z Entering 'third_party/VulkanMemoryAllocator' 2022-09-27T15:31:31.1206915Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/config remote.origin.url 2022-09-27T15:31:31.1222100Z Entering 'third_party/XNNPACK' 2022-09-27T15:31:31.1254502Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2022-09-27T15:31:31.1281195Z Entering 'third_party/benchmark' 2022-09-27T15:31:31.1313682Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2022-09-27T15:31:31.1328833Z Entering 'third_party/cpuinfo' 2022-09-27T15:31:31.1362947Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2022-09-27T15:31:31.1378116Z Entering 'third_party/cub' 2022-09-27T15:31:31.1410655Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cub/config remote.origin.url 2022-09-27T15:31:31.1425095Z Entering 'third_party/cudnn_frontend' 2022-09-27T15:31:31.1457375Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2022-09-27T15:31:31.1477647Z Entering 'third_party/cutlass' 2022-09-27T15:31:31.1510114Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/config remote.origin.url 2022-09-27T15:31:31.1531318Z Entering 'third_party/eigen' 2022-09-27T15:31:31.1563831Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/config remote.origin.url 2022-09-27T15:31:31.1579902Z Entering 'third_party/fbgemm' 2022-09-27T15:31:31.1611918Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2022-09-27T15:31:31.1626583Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-09-27T15:31:31.1660140Z 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:31:31.1673703Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T15:31:31.1703740Z 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:31:31.1719026Z Entering 'third_party/fbgemm/third_party/googletest' 2022-09-27T15:31:31.1752336Z 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:31:31.1766553Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T15:31:31.1796792Z 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:31:31.1812365Z Entering 'third_party/flatbuffers' 2022-09-27T15:31:31.1845209Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2022-09-27T15:31:31.1862206Z Entering 'third_party/fmt' 2022-09-27T15:31:31.1893803Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2022-09-27T15:31:31.1908210Z Entering 'third_party/foxi' 2022-09-27T15:31:31.1940366Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/foxi/config remote.origin.url 2022-09-27T15:31:31.1955541Z Entering 'third_party/gemmlowp/gemmlowp' 2022-09-27T15:31:31.1987622Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2022-09-27T15:31:31.2003029Z Entering 'third_party/gloo' 2022-09-27T15:31:31.2033603Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2022-09-27T15:31:31.2047434Z Entering 'third_party/googletest' 2022-09-27T15:31:31.2080203Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2022-09-27T15:31:31.2093949Z Entering 'third_party/ideep' 2022-09-27T15:31:31.2127412Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2022-09-27T15:31:31.2142140Z Entering 'third_party/ideep/mkl-dnn' 2022-09-27T15:31:31.2174828Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config remote.origin.url 2022-09-27T15:31:31.2191000Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T15:31:31.2222795Z 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:31:31.2243822Z Entering 'third_party/ios-cmake' 2022-09-27T15:31:31.2276696Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ios-cmake/config remote.origin.url 2022-09-27T15:31:31.2289807Z Entering 'third_party/ittapi' 2022-09-27T15:31:31.2322701Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ittapi/config remote.origin.url 2022-09-27T15:31:31.2337343Z Entering 'third_party/kineto' 2022-09-27T15:31:31.2369438Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2022-09-27T15:31:31.2381990Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T15:31:31.2416380Z 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:31:31.2431034Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T15:31:31.2461672Z 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:31:31.2477858Z Entering 'third_party/nccl/nccl' 2022-09-27T15:31:31.2510166Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nccl/nccl/config remote.origin.url 2022-09-27T15:31:31.2524201Z Entering 'third_party/neon2sse' 2022-09-27T15:31:31.2555851Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/neon2sse/config remote.origin.url 2022-09-27T15:31:31.2571424Z Entering 'third_party/nlohmann' 2022-09-27T15:31:31.2603478Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nlohmann/config remote.origin.url 2022-09-27T15:31:31.2619533Z Entering 'third_party/onnx' 2022-09-27T15:31:31.2651927Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2022-09-27T15:31:31.2678705Z Entering 'third_party/onnx/third_party/benchmark' 2022-09-27T15:31:31.2710195Z 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:31:31.2725128Z Entering 'third_party/onnx/third_party/pybind11' 2022-09-27T15:31:31.2759493Z 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:31:31.2776171Z Entering 'third_party/onnx-tensorrt' 2022-09-27T15:31:31.2808333Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/config remote.origin.url 2022-09-27T15:31:31.2821818Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T15:31:31.2853615Z 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:31:31.2872505Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T15:31:31.2904813Z 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:31:31.2919046Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T15:31:31.2952142Z 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:31:31.2965249Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T15:31:31.2997353Z 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:31:31.3015972Z Entering 'third_party/pocketfft' 2022-09-27T15:31:31.3047602Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2022-09-27T15:31:31.3061690Z Entering 'third_party/protobuf' 2022-09-27T15:31:31.3093490Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2022-09-27T15:31:31.3111423Z Entering 'third_party/protobuf/third_party/benchmark' 2022-09-27T15:31:31.3141842Z 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:31:31.3155722Z Entering 'third_party/protobuf/third_party/googletest' 2022-09-27T15:31:31.3186967Z 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:31:31.3202566Z Entering 'third_party/psimd' 2022-09-27T15:31:31.3233684Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2022-09-27T15:31:31.3247095Z Entering 'third_party/pthreadpool' 2022-09-27T15:31:31.3281026Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2022-09-27T15:31:31.3294619Z Entering 'third_party/pybind11' 2022-09-27T15:31:31.3325909Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2022-09-27T15:31:31.3339491Z Entering 'third_party/python-enum' 2022-09-27T15:31:31.3371274Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-enum/config remote.origin.url 2022-09-27T15:31:31.3384651Z Entering 'third_party/python-peachpy' 2022-09-27T15:31:31.3416642Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2022-09-27T15:31:31.3430165Z Entering 'third_party/python-six' 2022-09-27T15:31:31.3462057Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-six/config remote.origin.url 2022-09-27T15:31:31.3475740Z Entering 'third_party/sleef' 2022-09-27T15:31:31.3506887Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2022-09-27T15:31:31.3521969Z Entering 'third_party/tbb' 2022-09-27T15:31:31.3554455Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tbb/config remote.origin.url 2022-09-27T15:31:31.3570972Z Entering 'third_party/tensorpipe' 2022-09-27T15:31:31.3604915Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2022-09-27T15:31:31.3618440Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-09-27T15:31:31.3651541Z 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:31:31.3666040Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-09-27T15:31:31.3699668Z 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:31:31.3713989Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-09-27T15:31:31.3744863Z 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:31:31.3760907Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T15:31:31.3794739Z 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:31:31.3808404Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T15:31:31.3843148Z 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:31:31.3860163Z Entering 'third_party/zstd' 2022-09-27T15:31:31.3892657Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/zstd/config remote.origin.url 2022-09-27T15:31:31.4967473Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2022-09-27T15:31:31.5234161Z Entering 'android/libs/fbjni' 2022-09-27T15:31:31.5268318Z Entering 'third_party/FP16' 2022-09-27T15:31:31.5302833Z Entering 'third_party/FXdiv' 2022-09-27T15:31:31.5337747Z Entering 'third_party/NNPACK' 2022-09-27T15:31:31.5372538Z Entering 'third_party/QNNPACK' 2022-09-27T15:31:31.5406449Z Entering 'third_party/VulkanMemoryAllocator' 2022-09-27T15:31:31.5441281Z Entering 'third_party/XNNPACK' 2022-09-27T15:31:31.5484770Z Entering 'third_party/benchmark' 2022-09-27T15:31:31.5518485Z Entering 'third_party/cpuinfo' 2022-09-27T15:31:31.5555412Z Entering 'third_party/cub' 2022-09-27T15:31:31.5591112Z Entering 'third_party/cudnn_frontend' 2022-09-27T15:31:31.5631093Z Entering 'third_party/cutlass' 2022-09-27T15:31:31.5670859Z Entering 'third_party/eigen' 2022-09-27T15:31:31.5707072Z Entering 'third_party/fbgemm' 2022-09-27T15:31:31.5742924Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-09-27T15:31:31.5778730Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T15:31:31.5813484Z Entering 'third_party/fbgemm/third_party/googletest' 2022-09-27T15:31:31.5847806Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T15:31:31.5883007Z Entering 'third_party/flatbuffers' 2022-09-27T15:31:31.5919834Z Entering 'third_party/fmt' 2022-09-27T15:31:31.5954916Z Entering 'third_party/foxi' 2022-09-27T15:31:31.5989934Z Entering 'third_party/gemmlowp/gemmlowp' 2022-09-27T15:31:31.6024723Z Entering 'third_party/gloo' 2022-09-27T15:31:31.6059169Z Entering 'third_party/googletest' 2022-09-27T15:31:31.6095031Z Entering 'third_party/ideep' 2022-09-27T15:31:31.6129335Z Entering 'third_party/ideep/mkl-dnn' 2022-09-27T15:31:31.6166885Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T15:31:31.6207965Z Entering 'third_party/ios-cmake' 2022-09-27T15:31:31.6243173Z Entering 'third_party/ittapi' 2022-09-27T15:31:31.6279671Z Entering 'third_party/kineto' 2022-09-27T15:31:31.6313407Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T15:31:31.6347362Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T15:31:31.6382887Z Entering 'third_party/nccl/nccl' 2022-09-27T15:31:31.6417914Z Entering 'third_party/neon2sse' 2022-09-27T15:31:31.6451901Z Entering 'third_party/nlohmann' 2022-09-27T15:31:31.6489524Z Entering 'third_party/onnx' 2022-09-27T15:31:31.6537179Z Entering 'third_party/onnx/third_party/benchmark' 2022-09-27T15:31:31.6571242Z Entering 'third_party/onnx/third_party/pybind11' 2022-09-27T15:31:31.6607281Z Entering 'third_party/onnx-tensorrt' 2022-09-27T15:31:31.6641298Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T15:31:31.6679346Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T15:31:31.6716591Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T15:31:31.6751586Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T15:31:31.6791491Z Entering 'third_party/pocketfft' 2022-09-27T15:31:31.6826622Z Entering 'third_party/protobuf' 2022-09-27T15:31:31.6866686Z Entering 'third_party/protobuf/third_party/benchmark' 2022-09-27T15:31:31.6901023Z Entering 'third_party/protobuf/third_party/googletest' 2022-09-27T15:31:31.6937746Z Entering 'third_party/psimd' 2022-09-27T15:31:31.6976098Z Entering 'third_party/pthreadpool' 2022-09-27T15:31:31.7013720Z Entering 'third_party/pybind11' 2022-09-27T15:31:31.7048442Z Entering 'third_party/python-enum' 2022-09-27T15:31:31.7082504Z Entering 'third_party/python-peachpy' 2022-09-27T15:31:31.7119565Z Entering 'third_party/python-six' 2022-09-27T15:31:31.7154986Z Entering 'third_party/sleef' 2022-09-27T15:31:31.7190737Z Entering 'third_party/tbb' 2022-09-27T15:31:31.7225998Z Entering 'third_party/tensorpipe' 2022-09-27T15:31:31.7261865Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-09-27T15:31:31.7295606Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-09-27T15:31:31.7330026Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-09-27T15:31:31.7363317Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T15:31:31.7396514Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T15:31:31.7433271Z Entering 'third_party/zstd' 2022-09-27T15:31:31.7481020Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2022-09-27T15:31:31.7740931Z Entering 'android/libs/fbjni' 2022-09-27T15:31:31.7776558Z Entering 'third_party/FP16' 2022-09-27T15:31:31.7812458Z Entering 'third_party/FXdiv' 2022-09-27T15:31:31.7848589Z Entering 'third_party/NNPACK' 2022-09-27T15:31:31.7884461Z Entering 'third_party/QNNPACK' 2022-09-27T15:31:31.7920430Z Entering 'third_party/VulkanMemoryAllocator' 2022-09-27T15:31:31.7955804Z Entering 'third_party/XNNPACK' 2022-09-27T15:31:31.8000763Z Entering 'third_party/benchmark' 2022-09-27T15:31:31.8035567Z Entering 'third_party/cpuinfo' 2022-09-27T15:31:31.8071828Z Entering 'third_party/cub' 2022-09-27T15:31:31.8105990Z Entering 'third_party/cudnn_frontend' 2022-09-27T15:31:31.8145656Z Entering 'third_party/cutlass' 2022-09-27T15:31:31.8185677Z Entering 'third_party/eigen' 2022-09-27T15:31:31.8223879Z Entering 'third_party/fbgemm' 2022-09-27T15:31:31.8258877Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-09-27T15:31:31.8293125Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T15:31:31.8328278Z Entering 'third_party/fbgemm/third_party/googletest' 2022-09-27T15:31:31.8361867Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T15:31:31.8395949Z Entering 'third_party/flatbuffers' 2022-09-27T15:31:31.8433335Z Entering 'third_party/fmt' 2022-09-27T15:31:31.8469133Z Entering 'third_party/foxi' 2022-09-27T15:31:31.8503888Z Entering 'third_party/gemmlowp/gemmlowp' 2022-09-27T15:31:31.8539316Z Entering 'third_party/gloo' 2022-09-27T15:31:31.8574051Z Entering 'third_party/googletest' 2022-09-27T15:31:31.8609293Z Entering 'third_party/ideep' 2022-09-27T15:31:31.8643021Z Entering 'third_party/ideep/mkl-dnn' 2022-09-27T15:31:31.8678119Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T15:31:31.8718098Z Entering 'third_party/ios-cmake' 2022-09-27T15:31:31.8753226Z Entering 'third_party/ittapi' 2022-09-27T15:31:31.8787368Z Entering 'third_party/kineto' 2022-09-27T15:31:31.8823377Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T15:31:31.8858754Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T15:31:31.8896077Z Entering 'third_party/nccl/nccl' 2022-09-27T15:31:31.8931429Z Entering 'third_party/neon2sse' 2022-09-27T15:31:31.8966465Z Entering 'third_party/nlohmann' 2022-09-27T15:31:31.9002320Z Entering 'third_party/onnx' 2022-09-27T15:31:31.9050171Z Entering 'third_party/onnx/third_party/benchmark' 2022-09-27T15:31:31.9086439Z Entering 'third_party/onnx/third_party/pybind11' 2022-09-27T15:31:31.9123404Z Entering 'third_party/onnx-tensorrt' 2022-09-27T15:31:31.9158513Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T15:31:31.9198196Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T15:31:31.9233605Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T15:31:31.9268030Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T15:31:31.9307656Z Entering 'third_party/pocketfft' 2022-09-27T15:31:31.9343470Z Entering 'third_party/protobuf' 2022-09-27T15:31:31.9381205Z Entering 'third_party/protobuf/third_party/benchmark' 2022-09-27T15:31:31.9415145Z Entering 'third_party/protobuf/third_party/googletest' 2022-09-27T15:31:31.9451689Z Entering 'third_party/psimd' 2022-09-27T15:31:31.9486902Z Entering 'third_party/pthreadpool' 2022-09-27T15:31:31.9522294Z Entering 'third_party/pybind11' 2022-09-27T15:31:31.9557204Z Entering 'third_party/python-enum' 2022-09-27T15:31:31.9591823Z Entering 'third_party/python-peachpy' 2022-09-27T15:31:31.9625645Z Entering 'third_party/python-six' 2022-09-27T15:31:31.9661909Z Entering 'third_party/sleef' 2022-09-27T15:31:31.9695779Z Entering 'third_party/tbb' 2022-09-27T15:31:31.9731848Z Entering 'third_party/tensorpipe' 2022-09-27T15:31:31.9767845Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-09-27T15:31:31.9801172Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-09-27T15:31:31.9834466Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-09-27T15:31:31.9869270Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T15:31:31.9902350Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T15:31:31.9939055Z Entering 'third_party/zstd' 2022-09-27T15:31:31.9982030Z ##[endgroup] 2022-09-27T15:31:32.0022063Z [command]/usr/bin/git log -1 --format='%H' 2022-09-27T15:31:32.0048804Z '52424e2bf38e454d535881fed9628d3e20f4f944' 2022-09-27T15:31:32.0180258Z Prepare all required actions 2022-09-27T15:31:32.0208519Z ##[group]Run ./.github/actions/setup-linux 2022-09-27T15:31:32.0208756Z env: 2022-09-27T15:31:32.0208969Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:31:32.0209186Z ##[endgroup] 2022-09-27T15:31:32.0341477Z ##[group]Run set -euo pipefail 2022-09-27T15:31:32.0341771Z set -euo pipefail 2022-09-27T15:31:32.0342002Z function get_ec2_metadata() { 2022-09-27T15:31:32.0342285Z  # Pulled from instance metadata endpoint for EC2 2022-09-27T15:31:32.0342674Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2022-09-27T15:31:32.0343006Z  category=$1 2022-09-27T15:31:32.0343270Z  curl -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2022-09-27T15:31:32.0343530Z } 2022-09-27T15:31:32.0343767Z echo "ami-id: $(get_ec2_metadata ami-id)" 2022-09-27T15:31:32.0344086Z echo "instance-id: $(get_ec2_metadata instance-id)" 2022-09-27T15:31:32.0344387Z echo "instance-type: $(get_ec2_metadata instance-type)" 2022-09-27T15:31:32.0344671Z echo "system info $(uname -a)" 2022-09-27T15:31:32.0357252Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:31:32.0357601Z env: 2022-09-27T15:31:32.0357814Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:31:32.0358036Z ##[endgroup] 2022-09-27T15:31:32.0439600Z ami-id: ami-096198a0bccc6bad4 2022-09-27T15:31:32.0489376Z instance-id: i-0ad67a8c73ddffee8 2022-09-27T15:31:32.0537959Z instance-type: c5.2xlarge 2022-09-27T15:31:32.0544638Z system info Linux ip-10-0-0-244.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:31:32.0560694Z ##[group]Run if systemctl is-active --quiet docker; then 2022-09-27T15:31:32.0560973Z if systemctl is-active --quiet docker; then 2022-09-27T15:31:32.0561224Z  echo "Docker daemon is running..."; 2022-09-27T15:31:32.0561441Z else 2022-09-27T15:31:32.0561680Z  echo "Starting docker deamon..." && sudo systemctl start docker; 2022-09-27T15:31:32.0561902Z fi 2022-09-27T15:31:32.0572833Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:31:32.0573067Z env: 2022-09-27T15:31:32.0573228Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:31:32.0573416Z ##[endgroup] 2022-09-27T15:31:32.0696833Z Docker daemon is running... 2022-09-27T15:31:32.0719703Z ##[group]Run AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2022-09-27T15:31:32.0720055Z AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2022-09-27T15:31:32.0720337Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-09-27T15:31:32.0720727Z retry aws ecr get-login*** "$AWS_DEFAULT_REGION" | docker login --username AWS \ 2022-09-27T15:31:32.0721061Z  --password-stdin "$AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com" 2022-09-27T15:31:32.0731753Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:31:32.0731968Z env: 2022-09-27T15:31:32.0732128Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:31:32.0732319Z AWS_RETRY_MODE: standard 2022-09-27T15:31:32.0732512Z AWS_MAX_ATTEMPTS: 5 2022-09-27T15:31:32.0732697Z AWS_DEFAULT_REGION: us-east-1 2022-09-27T15:31:32.0732886Z ##[endgroup] 2022-09-27T15:31:33.9949925Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2022-09-27T15:31:33.9950369Z Configure a credential helper to remove this warning. See 2022-09-27T15:31:33.9950931Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2022-09-27T15:31:33.9951183Z 2022-09-27T15:31:33.9951289Z Login Succeeded 2022-09-27T15:31:33.9981163Z ##[group]Run env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-09-27T15:31:33.9981507Z env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-09-27T15:31:33.9981891Z env | grep '^CI' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-09-27T15:31:33.9993485Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:31:33.9993735Z env: 2022-09-27T15:31:33.9993941Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:31:33.9994155Z ##[endgroup] 2022-09-27T15:31:34.0056475Z Prepare all required actions 2022-09-27T15:31:34.0056725Z Getting action download info 2022-09-27T15:31:34.2345008Z Download action repository 'seemethere/add-github-ssh-key@v1' (SHA:105f7619adc4054f5f1be5f79ebd354d82384638) 2022-09-27T15:31:34.4353407Z ##[group]Run ./.github/actions/setup-ssh 2022-09-27T15:31:34.4353641Z with: 2022-09-27T15:31:34.4354016Z github-secret: *** 2022-09-27T15:31:34.4354209Z env: 2022-09-27T15:31:34.4354410Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:31:34.4354626Z ##[endgroup] 2022-09-27T15:31:34.4377273Z ##[group]Run seemethere/add-github-ssh-key@v1 2022-09-27T15:31:34.4377519Z with: 2022-09-27T15:31:34.4377847Z GITHUB_TOKEN: *** 2022-09-27T15:31:34.4378064Z activate-with-label: false 2022-09-27T15:31:34.4378295Z label: with-ssh 2022-09-27T15:31:34.4378522Z remove-existing-keys: true 2022-09-27T15:31:34.4378725Z env: 2022-09-27T15:31:34.4378928Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:31:34.4379242Z ##[endgroup] 2022-09-27T15:31:34.8135450Z Grabbing public ssh keys from https://github.com/kongzii.keys 2022-09-27T15:31:34.8876891Z ~/.ssh/authorized_keys file found on node, removing ~/.ssh and starting fresh 2022-09-27T15:31:34.8890213Z Public keys pulled and installed to /home/ec2-user/.ssh/authorized_keys 2022-09-27T15:31:34.8912308Z Login using: ssh ec2-user@ec2-18-234-23-18.compute-1.amazonaws.com 2022-09-27T15:31:34.8963606Z Prepare all required actions 2022-09-27T15:31:34.8981458Z ##[group]Run ./.github/actions/pull-docker-image 2022-09-27T15:31:34.8981669Z with: 2022-09-27T15:31:34.8982014Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3-clang7-asan:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T15:31:34.8982334Z env: 2022-09-27T15:31:34.8982505Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:31:34.8982686Z ##[endgroup] 2022-09-27T15:31:34.8995557Z ##[group]Run retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-09-27T15:31:34.8995828Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-09-27T15:31:34.8996108Z # ignore output since only exit code is used for conditional 2022-09-27T15:31:34.8996375Z # only pull docker image if it's not available locally 2022-09-27T15:31:34.8996667Z if ! docker inspect --type=image "${DOCKER_IMAGE}" >/dev/null 2>/dev/null; then 2022-09-27T15:31:34.8996965Z  retry docker pull "${DOCKER_IMAGE}" 2022-09-27T15:31:34.8997147Z fi 2022-09-27T15:31:34.9008388Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:31:34.9008603Z env: 2022-09-27T15:31:34.9008778Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:31:34.9009135Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3-clang7-asan:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T15:31:34.9009480Z ##[endgroup] 2022-09-27T15:31:35.1433671Z e66cf5fa0a4d4ed512901b12ccdab95cca946a29: Pulling from pytorch/pytorch-linux-focal-py3-clang7-asan 2022-09-27T15:31:35.1466947Z 675920708c8b: Pulling fs layer 2022-09-27T15:31:35.1467343Z 9be88323b57e: Pulling fs layer 2022-09-27T15:31:35.1467701Z 768ba554451b: Pulling fs layer 2022-09-27T15:31:35.1468316Z 903ca36d4d71: Pulling fs layer 2022-09-27T15:31:35.1468681Z d2aa085c5a19: Pulling fs layer 2022-09-27T15:31:35.1468992Z e36687f33369: Pulling fs layer 2022-09-27T15:31:35.1469325Z 2e2cc485c496: Pulling fs layer 2022-09-27T15:31:35.1469869Z 44206692de1d: Pulling fs layer 2022-09-27T15:31:35.1470212Z 2411f0d67de0: Pulling fs layer 2022-09-27T15:31:35.1470531Z 316750fef2e6: Pulling fs layer 2022-09-27T15:31:35.1470862Z d629593bf291: Pulling fs layer 2022-09-27T15:31:35.1471175Z 8bb03f91295d: Pulling fs layer 2022-09-27T15:31:35.1471506Z 751286b45698: Pulling fs layer 2022-09-27T15:31:35.1471829Z d57662a66814: Pulling fs layer 2022-09-27T15:31:35.1472138Z d2aa085c5a19: Waiting 2022-09-27T15:31:35.1472433Z e36687f33369: Waiting 2022-09-27T15:31:35.1472724Z 6d3bd32fa2b0: Pulling fs layer 2022-09-27T15:31:35.1473049Z efeff9c74fbf: Pulling fs layer 2022-09-27T15:31:35.1473354Z 2e2cc485c496: Waiting 2022-09-27T15:31:35.1473657Z 989d82361022: Pulling fs layer 2022-09-27T15:31:35.1473980Z b9aed142d082: Pulling fs layer 2022-09-27T15:31:35.1474290Z 8bb03f91295d: Waiting 2022-09-27T15:31:35.1474612Z bea7d1829a26: Pulling fs layer 2022-09-27T15:31:35.1474932Z 3bb376fdd203: Pulling fs layer 2022-09-27T15:31:35.1475302Z 0bb922a7286c: Pulling fs layer 2022-09-27T15:31:35.1475641Z c2fcfa2400df: Pulling fs layer 2022-09-27T15:31:35.1475963Z 316750fef2e6: Waiting 2022-09-27T15:31:35.1476218Z 44206692de1d: Waiting 2022-09-27T15:31:35.1476510Z 4f365ff02a2a: Pulling fs layer 2022-09-27T15:31:35.1476817Z 2411f0d67de0: Waiting 2022-09-27T15:31:35.1477128Z a4ce2fdd9133: Pulling fs layer 2022-09-27T15:31:35.1477478Z 000c23e724e2: Pulling fs layer 2022-09-27T15:31:35.1477818Z f41dc2afa465: Pulling fs layer 2022-09-27T15:31:35.1478102Z d57662a66814: Waiting 2022-09-27T15:31:35.1478288Z b9b9b9d06eef: Pulling fs layer 2022-09-27T15:31:35.1478620Z b9aed142d082: Waiting 2022-09-27T15:31:35.1478793Z ded8d870e722: Pulling fs layer 2022-09-27T15:31:35.1478976Z 6d3bd32fa2b0: Waiting 2022-09-27T15:31:35.1479147Z bea7d1829a26: Waiting 2022-09-27T15:31:35.1479313Z c916a1e3e7f9: Pulling fs layer 2022-09-27T15:31:35.1479496Z 3bb376fdd203: Waiting 2022-09-27T15:31:35.1479675Z e8b4222e7a59: Pulling fs layer 2022-09-27T15:31:35.1479905Z 903ca36d4d71: Waiting 2022-09-27T15:31:35.1480077Z efeff9c74fbf: Waiting 2022-09-27T15:31:35.1480264Z dec82f7cc338: Pulling fs layer 2022-09-27T15:31:35.1480430Z 989d82361022: Waiting 2022-09-27T15:31:35.1480861Z fcd1238efd6e: Pulling fs layer 2022-09-27T15:31:35.1481056Z ec1e4816e4ff: Pulling fs layer 2022-09-27T15:31:35.1481277Z a4ce2fdd9133: Waiting 2022-09-27T15:31:35.1481464Z 96f2ea210f48: Pulling fs layer 2022-09-27T15:31:35.1481645Z 000c23e724e2: Waiting 2022-09-27T15:31:35.1481841Z c916a1e3e7f9: Waiting 2022-09-27T15:31:35.1482026Z 0bb4b577d186: Pulling fs layer 2022-09-27T15:31:35.1482205Z 0bb922a7286c: Waiting 2022-09-27T15:31:35.1482390Z a4dc1a78ad3b: Pulling fs layer 2022-09-27T15:31:35.1482595Z f41dc2afa465: Waiting 2022-09-27T15:31:35.1482765Z e8b4222e7a59: Waiting 2022-09-27T15:31:35.1482947Z fb6e5fc0e59e: Pulling fs layer 2022-09-27T15:31:35.1483187Z ded8d870e722: Waiting 2022-09-27T15:31:35.1483367Z 53fc05558967: Pulling fs layer 2022-09-27T15:31:35.1483547Z b9b9b9d06eef: Waiting 2022-09-27T15:31:35.1483713Z c2fcfa2400df: Waiting 2022-09-27T15:31:35.1483897Z 9a5f8de0c5f7: Pulling fs layer 2022-09-27T15:31:35.1484234Z c678dfb8b673: Pulling fs layer 2022-09-27T15:31:35.1484406Z 96f2ea210f48: Waiting 2022-09-27T15:31:35.1484617Z 7a6743011661: Pulling fs layer 2022-09-27T15:31:35.1484811Z afdd32adb49f: Pulling fs layer 2022-09-27T15:31:35.1484998Z aa4bb3ec24a7: Pulling fs layer 2022-09-27T15:31:35.1485182Z ec1e4816e4ff: Waiting 2022-09-27T15:31:35.1485406Z 5602e86d1d91: Pulling fs layer 2022-09-27T15:31:35.1485575Z 4f365ff02a2a: Waiting 2022-09-27T15:31:35.1485757Z e3930e246fe4: Pulling fs layer 2022-09-27T15:31:35.1485943Z dec82f7cc338: Waiting 2022-09-27T15:31:35.1486104Z fcd1238efd6e: Waiting 2022-09-27T15:31:35.1486291Z b9c6f9c104fe: Pulling fs layer 2022-09-27T15:31:35.1486483Z 752f98c7a6d7: Pulling fs layer 2022-09-27T15:31:35.1486667Z b7dcbb153a95: Pulling fs layer 2022-09-27T15:31:35.1486857Z 61e935823f75: Pulling fs layer 2022-09-27T15:31:35.1487040Z 9a5f8de0c5f7: Waiting 2022-09-27T15:31:35.1487213Z 788ace045743: Pulling fs layer 2022-09-27T15:31:35.1487397Z afdd32adb49f: Waiting 2022-09-27T15:31:35.1487573Z c678dfb8b673: Waiting 2022-09-27T15:31:35.1487726Z 7a6743011661: Waiting 2022-09-27T15:31:35.1487895Z aa4bb3ec24a7: Waiting 2022-09-27T15:31:35.1488071Z fb6e5fc0e59e: Waiting 2022-09-27T15:31:35.1488242Z 7f159b2249ec: Pulling fs layer 2022-09-27T15:31:35.1488437Z 6cd5f9a2c4ae: Pulling fs layer 2022-09-27T15:31:35.1488633Z 577da355ab1b: Pulling fs layer 2022-09-27T15:31:35.1488803Z 5602e86d1d91: Waiting 2022-09-27T15:31:35.1488971Z 0bb4b577d186: Waiting 2022-09-27T15:31:35.1489138Z e3930e246fe4: Waiting 2022-09-27T15:31:35.1489308Z e9d4c42bcf78: Pulling fs layer 2022-09-27T15:31:35.1489512Z b9c6f9c104fe: Waiting 2022-09-27T15:31:35.1489701Z eadc05ea2cd3: Pulling fs layer 2022-09-27T15:31:35.1489884Z 752f98c7a6d7: Waiting 2022-09-27T15:31:35.1490044Z b7dcbb153a95: Waiting 2022-09-27T15:31:35.1490229Z fb7b9d3b4458: Pulling fs layer 2022-09-27T15:31:35.1490411Z 7f159b2249ec: Waiting 2022-09-27T15:31:35.1490569Z 788ace045743: Waiting 2022-09-27T15:31:35.1490749Z a231f0614b3d: Pulling fs layer 2022-09-27T15:31:35.1490927Z 61e935823f75: Waiting 2022-09-27T15:31:35.1491084Z eadc05ea2cd3: Waiting 2022-09-27T15:31:35.1491259Z 6cd5f9a2c4ae: Waiting 2022-09-27T15:31:35.1491427Z fb7b9d3b4458: Waiting 2022-09-27T15:31:35.1491582Z a231f0614b3d: Waiting 2022-09-27T15:31:35.1491843Z e9d4c42bcf78: Waiting 2022-09-27T15:31:35.1492015Z 53fc05558967: Waiting 2022-09-27T15:31:35.1492187Z 577da355ab1b: Waiting 2022-09-27T15:31:35.2448542Z 9be88323b57e: Download complete 2022-09-27T15:31:35.3242641Z 903ca36d4d71: Verifying Checksum 2022-09-27T15:31:35.3243227Z 903ca36d4d71: Download complete 2022-09-27T15:31:35.4890962Z 675920708c8b: Verifying Checksum 2022-09-27T15:31:35.4891347Z 675920708c8b: Download complete 2022-09-27T15:31:35.5802334Z e36687f33369: Verifying Checksum 2022-09-27T15:31:35.5802991Z e36687f33369: Download complete 2022-09-27T15:31:35.6709555Z 2e2cc485c496: Verifying Checksum 2022-09-27T15:31:35.6710346Z 2e2cc485c496: Download complete 2022-09-27T15:31:35.7539692Z 44206692de1d: Verifying Checksum 2022-09-27T15:31:35.7540082Z 44206692de1d: Download complete 2022-09-27T15:31:35.8439277Z 2411f0d67de0: Verifying Checksum 2022-09-27T15:31:35.8439543Z 2411f0d67de0: Download complete 2022-09-27T15:31:35.9049503Z 316750fef2e6: Verifying Checksum 2022-09-27T15:31:35.9050190Z 316750fef2e6: Download complete 2022-09-27T15:31:35.9963350Z d629593bf291: Download complete 2022-09-27T15:31:36.0621806Z d2aa085c5a19: Verifying Checksum 2022-09-27T15:31:36.0622064Z d2aa085c5a19: Download complete 2022-09-27T15:31:36.0685043Z 8bb03f91295d: Verifying Checksum 2022-09-27T15:31:36.0685354Z 8bb03f91295d: Download complete 2022-09-27T15:31:36.1371640Z 751286b45698: Verifying Checksum 2022-09-27T15:31:36.1371974Z 751286b45698: Download complete 2022-09-27T15:31:36.2192840Z 6d3bd32fa2b0: Verifying Checksum 2022-09-27T15:31:36.2193108Z 6d3bd32fa2b0: Download complete 2022-09-27T15:31:36.2200194Z 675920708c8b: Pull complete 2022-09-27T15:31:36.2914177Z efeff9c74fbf: Download complete 2022-09-27T15:31:36.3406220Z 9be88323b57e: Pull complete 2022-09-27T15:31:36.3810101Z 989d82361022: Download complete 2022-09-27T15:31:36.4707210Z b9aed142d082: Verifying Checksum 2022-09-27T15:31:36.4707514Z b9aed142d082: Download complete 2022-09-27T15:31:36.5740765Z bea7d1829a26: Verifying Checksum 2022-09-27T15:31:36.5741227Z bea7d1829a26: Download complete 2022-09-27T15:31:36.6602246Z 3bb376fdd203: Verifying Checksum 2022-09-27T15:31:36.6602609Z 3bb376fdd203: Download complete 2022-09-27T15:31:36.7405791Z 0bb922a7286c: Verifying Checksum 2022-09-27T15:31:36.8297819Z 0bb922a7286c: Download complete 2022-09-27T15:31:36.8298148Z c2fcfa2400df: Verifying Checksum 2022-09-27T15:31:36.8298403Z c2fcfa2400df: Download complete 2022-09-27T15:31:36.9018709Z 4f365ff02a2a: Verifying Checksum 2022-09-27T15:31:36.9019162Z 4f365ff02a2a: Download complete 2022-09-27T15:31:36.9755791Z a4ce2fdd9133: Verifying Checksum 2022-09-27T15:31:36.9756302Z a4ce2fdd9133: Download complete 2022-09-27T15:31:38.2543016Z 768ba554451b: Verifying Checksum 2022-09-27T15:31:38.2543392Z 768ba554451b: Download complete 2022-09-27T15:31:38.2559240Z 000c23e724e2: Verifying Checksum 2022-09-27T15:31:38.2559872Z 000c23e724e2: Download complete 2022-09-27T15:31:38.3298360Z b9b9b9d06eef: Verifying Checksum 2022-09-27T15:31:38.3298868Z b9b9b9d06eef: Download complete 2022-09-27T15:31:38.3477008Z f41dc2afa465: Verifying Checksum 2022-09-27T15:31:38.4264721Z f41dc2afa465: Download complete 2022-09-27T15:31:38.4265134Z c916a1e3e7f9: Verifying Checksum 2022-09-27T15:31:38.4265355Z c916a1e3e7f9: Download complete 2022-09-27T15:31:38.4303193Z ded8d870e722: Download complete 2022-09-27T15:31:38.5163568Z e8b4222e7a59: Verifying Checksum 2022-09-27T15:31:38.5163970Z e8b4222e7a59: Download complete 2022-09-27T15:31:38.5965334Z fcd1238efd6e: Download complete 2022-09-27T15:31:38.6836525Z ec1e4816e4ff: Verifying Checksum 2022-09-27T15:31:38.6837212Z ec1e4816e4ff: Download complete 2022-09-27T15:31:38.7600779Z 96f2ea210f48: Verifying Checksum 2022-09-27T15:31:38.7601071Z 96f2ea210f48: Download complete 2022-09-27T15:31:38.8501990Z 0bb4b577d186: Verifying Checksum 2022-09-27T15:31:38.8502288Z 0bb4b577d186: Download complete 2022-09-27T15:31:38.9424750Z a4dc1a78ad3b: Verifying Checksum 2022-09-27T15:31:38.9425536Z a4dc1a78ad3b: Download complete 2022-09-27T15:31:39.0304257Z fb6e5fc0e59e: Verifying Checksum 2022-09-27T15:31:39.0305013Z fb6e5fc0e59e: Download complete 2022-09-27T15:31:39.1132978Z 53fc05558967: Verifying Checksum 2022-09-27T15:31:39.1133397Z 53fc05558967: Download complete 2022-09-27T15:31:39.1913490Z 9a5f8de0c5f7: Verifying Checksum 2022-09-27T15:31:39.1914020Z 9a5f8de0c5f7: Download complete 2022-09-27T15:31:39.2768328Z c678dfb8b673: Verifying Checksum 2022-09-27T15:31:39.2770843Z c678dfb8b673: Download complete 2022-09-27T15:31:39.3694182Z 7a6743011661: Download complete 2022-09-27T15:31:39.4533165Z afdd32adb49f: Verifying Checksum 2022-09-27T15:31:39.4533654Z afdd32adb49f: Download complete 2022-09-27T15:31:39.5343597Z aa4bb3ec24a7: Verifying Checksum 2022-09-27T15:31:39.5344017Z aa4bb3ec24a7: Download complete 2022-09-27T15:31:39.6262411Z 5602e86d1d91: Download complete 2022-09-27T15:31:39.7107890Z e3930e246fe4: Download complete 2022-09-27T15:31:39.8007821Z b9c6f9c104fe: Download complete 2022-09-27T15:31:40.1436279Z b7dcbb153a95: Verifying Checksum 2022-09-27T15:31:40.1436774Z b7dcbb153a95: Download complete 2022-09-27T15:31:40.2323630Z 61e935823f75: Verifying Checksum 2022-09-27T15:31:40.2324016Z 61e935823f75: Download complete 2022-09-27T15:31:40.3151962Z 788ace045743: Verifying Checksum 2022-09-27T15:31:40.3152377Z 788ace045743: Download complete 2022-09-27T15:31:40.6869115Z dec82f7cc338: Verifying Checksum 2022-09-27T15:31:40.6869534Z dec82f7cc338: Download complete 2022-09-27T15:31:40.7730589Z 6cd5f9a2c4ae: Verifying Checksum 2022-09-27T15:31:40.7730992Z 6cd5f9a2c4ae: Download complete 2022-09-27T15:31:40.8720503Z 577da355ab1b: Download complete 2022-09-27T15:31:40.9590036Z e9d4c42bcf78: Download complete 2022-09-27T15:31:41.0796754Z eadc05ea2cd3: Verifying Checksum 2022-09-27T15:31:41.0797303Z eadc05ea2cd3: Download complete 2022-09-27T15:31:41.1613227Z fb7b9d3b4458: Verifying Checksum 2022-09-27T15:31:41.1613743Z fb7b9d3b4458: Download complete 2022-09-27T15:31:41.7789231Z a231f0614b3d: Verifying Checksum 2022-09-27T15:31:41.7789748Z a231f0614b3d: Download complete 2022-09-27T15:31:43.0723375Z 7f159b2249ec: Verifying Checksum 2022-09-27T15:31:43.0723792Z 7f159b2249ec: Download complete 2022-09-27T15:31:44.8067355Z 768ba554451b: Pull complete 2022-09-27T15:31:44.9687908Z 903ca36d4d71: Pull complete 2022-09-27T15:31:46.2783119Z d2aa085c5a19: Pull complete 2022-09-27T15:31:46.5392757Z e36687f33369: Pull complete 2022-09-27T15:31:46.7828013Z 2e2cc485c496: Pull complete 2022-09-27T15:31:47.0117283Z 44206692de1d: Pull complete 2022-09-27T15:31:47.2481262Z 2411f0d67de0: Pull complete 2022-09-27T15:31:47.4747451Z 316750fef2e6: Pull complete 2022-09-27T15:31:47.6904337Z d629593bf291: Pull complete 2022-09-27T15:31:47.9362589Z 8bb03f91295d: Pull complete 2022-09-27T15:31:48.0979017Z 751286b45698: Pull complete 2022-09-27T15:31:59.6328744Z d57662a66814: Verifying Checksum 2022-09-27T15:31:59.6329021Z d57662a66814: Download complete 2022-09-27T15:32:18.1532295Z d57662a66814: Pull complete 2022-09-27T15:32:18.3602906Z 6d3bd32fa2b0: Pull complete 2022-09-27T15:32:18.5062233Z efeff9c74fbf: Pull complete 2022-09-27T15:32:18.7126092Z 989d82361022: Pull complete 2022-09-27T15:32:18.8433542Z b9aed142d082: Pull complete 2022-09-27T15:32:19.0109169Z bea7d1829a26: Pull complete 2022-09-27T15:32:19.1849098Z 3bb376fdd203: Pull complete 2022-09-27T15:32:19.3353354Z 0bb922a7286c: Pull complete 2022-09-27T15:32:19.5147085Z c2fcfa2400df: Pull complete 2022-09-27T15:32:19.6630112Z 4f365ff02a2a: Pull complete 2022-09-27T15:32:19.7937075Z a4ce2fdd9133: Pull complete 2022-09-27T15:32:22.5962672Z 000c23e724e2: Pull complete 2022-09-27T15:32:22.7879651Z f41dc2afa465: Pull complete 2022-09-27T15:32:22.9889384Z b9b9b9d06eef: Pull complete 2022-09-27T15:32:23.2305744Z ded8d870e722: Pull complete 2022-09-27T15:32:23.4193784Z c916a1e3e7f9: Pull complete 2022-09-27T15:32:23.6006815Z e8b4222e7a59: Pull complete 2022-09-27T15:32:28.2149236Z dec82f7cc338: Pull complete 2022-09-27T15:32:28.4309379Z fcd1238efd6e: Pull complete 2022-09-27T15:32:28.6757581Z ec1e4816e4ff: Pull complete 2022-09-27T15:32:28.9021767Z 96f2ea210f48: Pull complete 2022-09-27T15:32:29.1121778Z 0bb4b577d186: Pull complete 2022-09-27T15:32:29.2870148Z a4dc1a78ad3b: Pull complete 2022-09-27T15:32:29.4002171Z fb6e5fc0e59e: Pull complete 2022-09-27T15:32:29.5994916Z 53fc05558967: Pull complete 2022-09-27T15:32:29.8663253Z 9a5f8de0c5f7: Pull complete 2022-09-27T15:32:30.0929682Z c678dfb8b673: Pull complete 2022-09-27T15:32:30.3022341Z 7a6743011661: Pull complete 2022-09-27T15:32:30.5221431Z afdd32adb49f: Pull complete 2022-09-27T15:32:30.6987851Z aa4bb3ec24a7: Pull complete 2022-09-27T15:32:30.8958600Z 5602e86d1d91: Pull complete 2022-09-27T15:32:31.1097817Z e3930e246fe4: Pull complete 2022-09-27T15:32:31.3399303Z b9c6f9c104fe: Pull complete 2022-09-27T15:32:31.5517021Z 752f98c7a6d7: Pull complete 2022-09-27T15:32:32.0062246Z b7dcbb153a95: Pull complete 2022-09-27T15:32:32.2510621Z 61e935823f75: Pull complete 2022-09-27T15:32:32.4707594Z 788ace045743: Pull complete 2022-09-27T15:32:36.2328181Z 7f159b2249ec: Pull complete 2022-09-27T15:32:36.4766629Z 6cd5f9a2c4ae: Pull complete 2022-09-27T15:32:36.7112327Z 577da355ab1b: Pull complete 2022-09-27T15:32:36.9378959Z e9d4c42bcf78: Pull complete 2022-09-27T15:32:37.1955525Z eadc05ea2cd3: Pull complete 2022-09-27T15:32:37.4207338Z fb7b9d3b4458: Pull complete 2022-09-27T15:32:39.0171528Z a231f0614b3d: Pull complete 2022-09-27T15:32:39.1253812Z Digest: sha256:621ff74ae227a580891e78cb9f36cd6e6d64235361c3039b06e8a7c8f4adfa15 2022-09-27T15:32:39.1686914Z Status: Downloaded newer image for 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3-clang7-asan:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T15:32:39.1917874Z 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3-clang7-asan:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T15:32:39.1969749Z ##[group]Run python3 -m pip install psutil==5.9.1 2022-09-27T15:32:39.1970028Z python3 -m pip install psutil==5.9.1 2022-09-27T15:32:39.1970268Z python3 -m pip install pynvml==11.4.1 2022-09-27T15:32:39.1970526Z python3 -m tools.stats.monitor > usage_log.txt 2>&1 & 2022-09-27T15:32:39.1970791Z echo "::set-output name=monitor-script-pid::${!}" 2022-09-27T15:32:39.1982104Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:32:39.1982331Z env: 2022-09-27T15:32:39.1982490Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:32:39.1982675Z ##[endgroup] 2022-09-27T15:32:39.4152328Z Defaulting to user installation because normal site-packages is not writeable 2022-09-27T15:32:39.4334557Z Requirement already satisfied: psutil==5.9.1 in /home/ec2-user/.local/lib/python3.7/site-packages (5.9.1) 2022-09-27T15:32:39.8360557Z Defaulting to user installation because normal site-packages is not writeable 2022-09-27T15:32:39.8541676Z Requirement already satisfied: pynvml==11.4.1 in /home/ec2-user/.local/lib/python3.7/site-packages (11.4.1) 2022-09-27T15:32:40.0470092Z Prepare all required actions 2022-09-27T15:32:40.0470365Z Getting action download info 2022-09-27T15:32:40.2122775Z Download action repository 'seemethere/download-artifact-s3@v4' (SHA:ada9688bc02703b63dc0e606da280613803449a5) 2022-09-27T15:32:40.3813018Z Download action repository 'actions/download-artifact@v2' (SHA:f023be2c48cc18debc3bacd34cb396e0295e2869) 2022-09-27T15:32:40.5039521Z ##[group]Run ./.github/actions/download-build-artifacts 2022-09-27T15:32:40.5039758Z with: 2022-09-27T15:32:40.5039940Z name: linux-focal-py3.7-clang7-asan 2022-09-27T15:32:40.5040140Z env: 2022-09-27T15:32:40.5040310Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:32:40.5040478Z ##[endgroup] 2022-09-27T15:32:40.5173537Z ##[group]Run seemethere/download-artifact-s3@v4 2022-09-27T15:32:40.5173758Z with: 2022-09-27T15:32:40.5173960Z name: linux-focal-py3.7-clang7-asan 2022-09-27T15:32:40.5174168Z s3-bucket: gha-artifacts 2022-09-27T15:32:40.5174355Z region: us-east-1 2022-09-27T15:32:40.5174555Z env: 2022-09-27T15:32:40.5174716Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:32:40.5174898Z ##[endgroup] 2022-09-27T15:32:41.1306233Z Found 1 objects with prefix pytorch/pytorch/3133193930/linux-focal-py3.7-clang7-asan/ 2022-09-27T15:32:41.1306723Z Starting download (1/1): /home/ec2-user/actions-runner/_work/pytorch/pytorch/artifacts.zip 2022-09-27T15:32:54.8671966Z Finished download (1/1): /home/ec2-user/actions-runner/_work/pytorch/pytorch/artifacts.zip 2022-09-27T15:32:54.8672391Z 2022-09-27T15:32:54.8673279Z Artifact download has finished successfully 2022-09-27T15:32:54.8818396Z ##[group]Run unzip -o artifacts.zip 2022-09-27T15:32:54.8818703Z unzip -o artifacts.zip 2022-09-27T15:32:54.8830926Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:32:54.8831134Z env: 2022-09-27T15:32:54.8831304Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:32:54.8831470Z ##[endgroup] 2022-09-27T15:32:54.8999183Z Archive: artifacts.zip 2022-09-27T15:32:54.8999834Z creating: dist/ 2022-09-27T15:32:57.1057542Z inflating: dist/torch-1.13.0a0+git52424e2-cp37-cp37m-linux_x86_64.whl 2022-09-27T15:32:59.0538021Z inflating: dist/torch-1.13.0a0+git52424e2.tar.gz 2022-09-27T15:32:59.0538502Z creating: build/lib/ 2022-09-27T15:32:59.0540262Z inflating: build/lib/libclog.a 2022-09-27T15:32:59.0719121Z inflating: build/lib/libgtest.a 2022-09-27T15:32:59.0740322Z inflating: build/lib/libpthreadpool.a 2022-09-27T15:32:59.0758084Z inflating: build/lib/libittnotify.a 2022-09-27T15:32:59.1016694Z inflating: build/lib/libbenchmark.a 2022-09-27T15:32:59.1193118Z inflating: build/lib/libprotobuf-lite.a 2022-09-27T15:32:59.1257635Z inflating: build/lib/libfmt.a 2022-09-27T15:32:59.1368275Z inflating: build/lib/libtensorpipe_uv.a 2022-09-27T15:32:59.1717427Z inflating: build/lib/libasmjit.a 2022-09-27T15:32:59.1718094Z inflating: build/lib/libfoxi_loader.a 2022-09-27T15:32:59.2041124Z inflating: build/lib/libgloo.a 2022-09-27T15:32:59.2945876Z inflating: build/lib/libprotobuf.a 2022-09-27T15:32:59.2946619Z inflating: build/lib/libtorch_global_deps.so 2022-09-27T15:32:59.3171309Z inflating: build/lib/libc10.so 2022-09-27T15:32:59.3197785Z inflating: build/lib/libcpuinfo.a 2022-09-27T15:32:59.3222917Z inflating: build/lib/libcpuinfo_internals.a 2022-09-27T15:32:59.3231460Z inflating: build/lib/libnnpack_reference_layers.a 2022-09-27T15:32:59.3279979Z inflating: build/lib/libgmock.a 2022-09-27T15:32:59.3281500Z inflating: build/lib/libgtest_main.a 2022-09-27T15:32:59.3283078Z inflating: build/lib/libbenchmark_main.a 2022-09-27T15:32:59.4389945Z inflating: build/lib/libprotoc.a 2022-09-27T15:32:59.6220036Z inflating: build/lib/libtensorpipe.a 2022-09-27T15:32:59.6279633Z inflating: build/lib/libqnnpack.a 2022-09-27T15:33:00.3881484Z inflating: build/lib/libfbgemm.a 2022-09-27T15:33:00.3882144Z inflating: build/lib/libgmock_main.a 2022-09-27T15:33:00.3985754Z inflating: build/lib/libpytorch_qnnpack.a 2022-09-27T15:33:00.4870528Z inflating: build/lib/libkineto.a 2022-09-27T15:33:00.5520150Z inflating: build/lib/libXNNPACK.a 2022-09-27T15:33:00.5724654Z inflating: build/lib/libcaffe2_protos.a 2022-09-27T15:33:00.5939035Z inflating: build/lib/libonnx_proto.a 2022-09-27T15:33:00.8172407Z inflating: build/lib/libonnx.a 2022-09-27T15:33:00.8207535Z inflating: build/lib/libnnpack.a 2022-09-27T15:33:06.6144565Z inflating: build/lib/libtorch_cpu.so 2022-09-27T15:33:06.6145161Z inflating: build/lib/libtorch.so 2022-09-27T15:33:06.6225461Z inflating: build/lib/libjitbackend_test.so 2022-09-27T15:33:06.6414900Z inflating: build/lib/libtorchbind_test.so 2022-09-27T15:33:06.6518165Z inflating: build/lib/libbackend_with_compiler.so 2022-09-27T15:33:06.6529066Z inflating: build/lib/libshm.so 2022-09-27T15:33:07.3601138Z inflating: build/lib/libtorch_python.so 2022-09-27T15:33:07.3750382Z inflating: build/lib/libnnapi_backend.so 2022-09-27T15:33:07.3750829Z creating: build/bin/ 2022-09-27T15:33:07.3892476Z inflating: build/bin/c10_CompileTimeFunctionPointer_test 2022-09-27T15:33:07.4041336Z inflating: build/bin/c10_DeviceGuard_test 2022-09-27T15:33:07.4185378Z inflating: build/bin/c10_Device_test 2022-09-27T15:33:07.4325500Z inflating: build/bin/c10_StreamGuard_test 2022-09-27T15:33:07.4491652Z inflating: build/bin/c10_DispatchKeySet_test 2022-09-27T15:33:07.4635206Z inflating: build/bin/c10_SymInt_test 2022-09-27T15:33:07.4787205Z inflating: build/bin/c10_InlineDeviceGuard_test 2022-09-27T15:33:07.4942619Z inflating: build/bin/c10_SizesAndStrides_test 2022-09-27T15:33:07.5101055Z inflating: build/bin/c10_InlineStreamGuard_test 2022-09-27T15:33:07.5241258Z inflating: build/bin/c10_Array_test 2022-09-27T15:33:07.5388820Z inflating: build/bin/c10_Bitset_test 2022-09-27T15:33:07.5533356Z inflating: build/bin/c10_C++17_test 2022-09-27T15:33:07.5673356Z inflating: build/bin/c10_ConstexprCrc_test 2022-09-27T15:33:07.5815299Z inflating: build/bin/c10_DeadlockDetection_test 2022-09-27T15:33:07.5957695Z inflating: build/bin/c10_Half_test 2022-09-27T15:33:07.6114743Z inflating: build/bin/c10_LeftRight_test 2022-09-27T15:33:07.6298731Z inflating: build/bin/c10_Metaprogramming_test 2022-09-27T15:33:07.6452071Z inflating: build/bin/c10_ThreadLocal_test 2022-09-27T15:33:07.6594781Z inflating: build/bin/c10_Synchronized_test 2022-09-27T15:33:07.6973657Z inflating: build/bin/c10_SmallVectorTest 2022-09-27T15:33:07.7120137Z inflating: build/bin/c10_TypeIndex_test 2022-09-27T15:33:07.7266325Z inflating: build/bin/c10_TypeList_test 2022-09-27T15:33:07.7406473Z inflating: build/bin/c10_TypeTraits_test 2022-09-27T15:33:07.7556183Z inflating: build/bin/c10_accumulate_test 2022-09-27T15:33:07.7712078Z inflating: build/bin/c10_bfloat16_test 2022-09-27T15:33:07.7865450Z inflating: build/bin/c10_complex_math_test 2022-09-27T15:33:07.8021707Z inflating: build/bin/c10_complex_test 2022-09-27T15:33:07.8309143Z inflating: build/bin/c10_either_test 2022-09-27T15:33:07.8458908Z inflating: build/bin/c10_exception_test 2022-09-27T15:33:07.8609071Z inflating: build/bin/c10_flags_test 2022-09-27T15:33:07.8946304Z inflating: build/bin/c10_intrusive_ptr_test 2022-09-27T15:33:07.9090050Z inflating: build/bin/c10_irange_test 2022-09-27T15:33:07.9248616Z inflating: build/bin/c10_logging_test 2022-09-27T15:33:07.9467182Z inflating: build/bin/c10_optional_test 2022-09-27T15:33:07.9653674Z inflating: build/bin/c10_ordered_preserving_dict_test 2022-09-27T15:33:07.9808930Z inflating: build/bin/c10_registry_test 2022-09-27T15:33:07.9971662Z inflating: build/bin/c10_string_view_test 2022-09-27T15:33:08.0117232Z inflating: build/bin/c10_tempfile_test 2022-09-27T15:33:08.0270482Z inflating: build/bin/c10_typeid_test 2022-09-27T15:33:08.0439032Z inflating: build/bin/c10_intrusive_ptr_benchmark 2022-09-27T15:33:08.1530016Z inflating: build/bin/protoc-3.13.0.0 2022-09-27T15:33:08.2620149Z inflating: build/bin/protoc 2022-09-27T15:33:08.3753860Z inflating: build/bin/vec_test_all_types_DEFAULT 2022-09-27T15:33:08.4927550Z inflating: build/bin/vec_test_all_types_AVX512 2022-09-27T15:33:08.6105952Z inflating: build/bin/vec_test_all_types_AVX2 2022-09-27T15:33:08.6256768Z inflating: build/bin/HashStoreTest 2022-09-27T15:33:08.6407034Z inflating: build/bin/FileStoreTest 2022-09-27T15:33:08.6576552Z inflating: build/bin/TCPStoreTest 2022-09-27T15:33:08.6771263Z inflating: build/bin/ProcessGroupGlooTest 2022-09-27T15:33:08.6778998Z inflating: build/bin/example_allreduce 2022-09-27T15:33:08.6926074Z inflating: build/bin/Dimname_test 2022-09-27T15:33:08.7115629Z inflating: build/bin/Dict_test 2022-09-27T15:33:08.7293342Z inflating: build/bin/apply_utils_test 2022-09-27T15:33:08.7480199Z inflating: build/bin/MaybeOwned_test 2022-09-27T15:33:08.7640200Z inflating: build/bin/NamedTensor_test 2022-09-27T15:33:08.7805814Z inflating: build/bin/atest 2022-09-27T15:33:08.7980521Z inflating: build/bin/basic 2022-09-27T15:33:08.8131413Z inflating: build/bin/broadcast_test 2022-09-27T15:33:08.8288817Z inflating: build/bin/cpu_generator_test 2022-09-27T15:33:08.8440164Z inflating: build/bin/cpu_profiling_allocator_test 2022-09-27T15:33:08.8583248Z inflating: build/bin/dispatch_key_set_test 2022-09-27T15:33:08.8916060Z inflating: build/bin/cpu_rng_test 2022-09-27T15:33:08.9059595Z inflating: build/bin/dlconvertor_test 2022-09-27T15:33:08.9233042Z inflating: build/bin/extension_backend_test 2022-09-27T15:33:08.9383535Z inflating: build/bin/half_test 2022-09-27T15:33:08.9669224Z inflating: build/bin/ivalue_test 2022-09-27T15:33:08.9811417Z inflating: build/bin/lazy_tensor_test 2022-09-27T15:33:08.9963059Z inflating: build/bin/math_kernel_test 2022-09-27T15:33:09.0114860Z inflating: build/bin/memory_format_test 2022-09-27T15:33:09.0264404Z inflating: build/bin/memory_overlapping_test 2022-09-27T15:33:09.0420116Z inflating: build/bin/mobile_memory_cleanup 2022-09-27T15:33:09.0566230Z inflating: build/bin/operator_name_test 2022-09-27T15:33:09.0732918Z inflating: build/bin/native_test 2022-09-27T15:33:09.0878858Z inflating: build/bin/operators_test 2022-09-27T15:33:09.1030002Z inflating: build/bin/packedtensoraccessor_test 2022-09-27T15:33:09.1227614Z inflating: build/bin/pow_test 2022-09-27T15:33:09.1387323Z inflating: build/bin/quantized_test 2022-09-27T15:33:09.1530566Z inflating: build/bin/reduce_ops_test 2022-09-27T15:33:09.1676800Z inflating: build/bin/reportMemoryUsage_test 2022-09-27T15:33:09.1851711Z inflating: build/bin/scalar_tensor_test 2022-09-27T15:33:09.2014307Z inflating: build/bin/scalar_test 2022-09-27T15:33:09.2164389Z inflating: build/bin/stride_properties_test 2022-09-27T15:33:09.2319163Z inflating: build/bin/test_parallel 2022-09-27T15:33:09.2554403Z inflating: build/bin/tensor_iterator_test 2022-09-27T15:33:09.2558670Z inflating: build/bin/thread_init_test 2022-09-27T15:33:09.2709149Z inflating: build/bin/type_ptr_test 2022-09-27T15:33:09.2888065Z inflating: build/bin/type_test 2022-09-27T15:33:09.3038522Z inflating: build/bin/undefined_tensor_test 2022-09-27T15:33:09.3181316Z inflating: build/bin/variant_test 2022-09-27T15:33:09.3183115Z inflating: build/bin/verify_api_visibility 2022-09-27T15:33:09.3380613Z inflating: build/bin/vmap_test 2022-09-27T15:33:09.3528109Z inflating: build/bin/weakref_test 2022-09-27T15:33:09.3674086Z inflating: build/bin/wrapdim_test 2022-09-27T15:33:09.3816025Z inflating: build/bin/xla_tensor_test 2022-09-27T15:33:09.3984037Z inflating: build/bin/IListRef_test 2022-09-27T15:33:09.4230126Z inflating: build/bin/List_test 2022-09-27T15:33:09.4412873Z inflating: build/bin/KernelFunction_test 2022-09-27T15:33:09.4772504Z inflating: build/bin/kernel_function_legacy_test 2022-09-27T15:33:09.5051606Z inflating: build/bin/kernel_function_test 2022-09-27T15:33:09.5440937Z inflating: build/bin/kernel_lambda_legacy_test 2022-09-27T15:33:09.5753211Z inflating: build/bin/kernel_lambda_test 2022-09-27T15:33:09.5928293Z inflating: build/bin/kernel_stackbased_test 2022-09-27T15:33:09.6210642Z inflating: build/bin/make_boxed_from_unboxed_functor_test 2022-09-27T15:33:09.6355449Z inflating: build/bin/CppSignature_test 2022-09-27T15:33:09.6516632Z inflating: build/bin/backend_fallback_test 2022-09-27T15:33:09.6656702Z inflating: build/bin/op_allowlist_test 2022-09-27T15:33:09.6804700Z inflating: build/bin/inline_container_test 2022-09-27T15:33:09.7758667Z inflating: build/bin/op_registration_test 2022-09-27T15:33:09.7800824Z inflating: build/bin/tutorial_tensorexpr 2022-09-27T15:33:09.7959344Z inflating: build/bin/test_dist_autograd 2022-09-27T15:33:09.8176647Z inflating: build/bin/test_cpp_rpc 2022-09-27T15:33:09.8181741Z inflating: build/bin/parallel_benchmark 2022-09-27T15:33:09.8998649Z inflating: build/bin/test_lazy 2022-09-27T15:33:10.0830835Z inflating: build/bin/test_tensorexpr 2022-09-27T15:33:10.0846105Z inflating: build/bin/torch_shm_manager 2022-09-27T15:33:10.4055910Z inflating: build/bin/test_api 2022-09-27T15:33:10.5899516Z inflating: build/bin/test_jit 2022-09-27T15:33:10.5900103Z inflating: .pytorch-test-times.json 2022-09-27T15:33:10.5921831Z ##[group]Run df -H 2022-09-27T15:33:10.5922019Z df -H 2022-09-27T15:33:10.5939229Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:33:10.5939441Z env: 2022-09-27T15:33:10.5939616Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:33:10.5939804Z ##[endgroup] 2022-09-27T15:33:10.6311795Z Filesystem Size Used Avail Use% Mounted on 2022-09-27T15:33:10.6312085Z devtmpfs 8.2G 0 8.2G 0% /dev 2022-09-27T15:33:10.6312284Z tmpfs 8.2G 0 8.2G 0% /dev/shm 2022-09-27T15:33:10.6314789Z tmpfs 8.2G 431k 8.2G 1% /run 2022-09-27T15:33:10.6315186Z tmpfs 8.2G 0 8.2G 0% /sys/fs/cgroup 2022-09-27T15:33:10.6315503Z /dev/nvme0n1p1 162G 19G 143G 12% / 2022-09-27T15:33:10.6339158Z ##[group]Run .github/scripts/parse_ref.py 2022-09-27T15:33:10.6339414Z .github/scripts/parse_ref.py 2022-09-27T15:33:10.6350641Z shell: /usr/bin/bash -e {0} 2022-09-27T15:33:10.6350816Z env: 2022-09-27T15:33:10.6351002Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:33:10.6351194Z ##[endgroup] 2022-09-27T15:33:10.7180920Z ##[group]Run set -x 2022-09-27T15:33:10.7181229Z set -x 2022-09-27T15:33:10.7181383Z  2022-09-27T15:33:10.7181579Z if [[ $TEST_CONFIG == 'multigpu' ]]; then 2022-09-27T15:33:10.7181838Z  TEST_COMMAND=.jenkins/pytorch/multigpu-test.sh 2022-09-27T15:33:10.7182082Z elif [[ $BUILD_ENVIRONMENT == *onnx* ]]; then 2022-09-27T15:33:10.7182320Z  TEST_COMMAND=.jenkins/caffe2/test.sh 2022-09-27T15:33:10.7182519Z else 2022-09-27T15:33:10.7182712Z  TEST_COMMAND=.jenkins/pytorch/test.sh 2022-09-27T15:33:10.7182911Z fi 2022-09-27T15:33:10.7183073Z  2022-09-27T15:33:10.7183295Z COMMIT_MESSAGES=$(git cherry -v "origin/${GIT_DEFAULT_BRANCH:-master}") 2022-09-27T15:33:10.7183530Z  2022-09-27T15:33:10.7183744Z # sanitize the input commit message and PR body here: 2022-09-27T15:33:10.7183960Z # 2022-09-27T15:33:10.7184232Z # trim all new lines from commit messages + PR_BODY to avoid issues with batch environment 2022-09-27T15:33:10.7184611Z # variable copying. see https://github.com/pytorch/pytorch/pull/80043#issuecomment-1167796028 2022-09-27T15:33:10.7184909Z COMMIT_MESSAGES="${COMMIT_MESSAGES//[$'\n\r']}" 2022-09-27T15:33:10.7185137Z PR_BODY="${PR_BODY//[$'\n\r']}" 2022-09-27T15:33:10.7185321Z  2022-09-27T15:33:10.7185568Z # then trim all special characters like single and double quotes to avoid unescaped inputs to 2022-09-27T15:33:10.7185845Z # wreak havoc internally 2022-09-27T15:33:10.7186082Z export COMMIT_MESSAGES="${COMMIT_MESSAGES//[\'\"]}" 2022-09-27T15:33:10.7186324Z export PR_BODY="${PR_BODY//[\'\"]}" 2022-09-27T15:33:10.7186499Z  2022-09-27T15:33:10.7186724Z # detached container should get cleaned up by teardown_ec2_linux 2022-09-27T15:33:10.7187193Z # TODO: Stop building test binaries as part of the build phase 2022-09-27T15:33:10.7187454Z # Used for GPU_FLAG since that doesn't play nice 2022-09-27T15:33:10.7187695Z # shellcheck disable=SC2086,SC2090 2022-09-27T15:33:10.7187915Z container_name=$(docker run \ 2022-09-27T15:33:10.7188115Z  ${GPU_FLAG:-} \ 2022-09-27T15:33:10.7188300Z  -e BUILD_ENVIRONMENT \ 2022-09-27T15:33:10.7188497Z  -e PR_NUMBER \ 2022-09-27T15:33:10.7188689Z  -e GITHUB_ACTIONS \ 2022-09-27T15:33:10.7188867Z  -e BASE_SHA \ 2022-09-27T15:33:10.7189047Z  -e BRANCH \ 2022-09-27T15:33:10.7189220Z  -e SHA1 \ 2022-09-27T15:33:10.7189394Z  -e AWS_DEFAULT_REGION \ 2022-09-27T15:33:10.7189757Z  -e IN_WHEEL_TEST \ 2022-09-27T15:33:10.7189951Z  -e SHARD_NUMBER \ 2022-09-27T15:33:10.7190128Z  -e TEST_CONFIG \ 2022-09-27T15:33:10.7190320Z  -e NUM_TEST_SHARDS \ 2022-09-27T15:33:10.7190618Z  -e PR_BODY \ 2022-09-27T15:33:10.7190801Z  -e COMMIT_MESSAGES \ 2022-09-27T15:33:10.7191011Z  -e PYTORCH_RETRY_TEST_CASES \ 2022-09-27T15:33:10.7191240Z  -e PYTORCH_OVERRIDE_FLAKY_SIGNAL \ 2022-09-27T15:33:10.7191435Z  -e PR_LABELS \ 2022-09-27T15:33:10.7191645Z  -e MAX_JOBS="$(nproc --ignore=2)" \ 2022-09-27T15:33:10.7191855Z  -e SCCACHE_BUCKET \ 2022-09-27T15:33:10.7192056Z  -e SCCACHE_S3_KEY_PREFIX \ 2022-09-27T15:33:10.7192236Z  -e XLA_CUDA \ 2022-09-27T15:33:10.7192441Z  -e XLA_CLANG_CACHE_S3_BUCKET_NAME \ 2022-09-27T15:33:10.7192691Z  --env-file="/tmp/github_env_${GITHUB_RUN_ID}" \ 2022-09-27T15:33:10.7192916Z  --ulimit stack=10485760:83886080 \ 2022-09-27T15:33:10.7193140Z  --security-opt seccomp=unconfined \ 2022-09-27T15:33:10.7193366Z  --cap-add=SYS_PTRACE \ 2022-09-27T15:33:10.7193548Z  --ipc=host \ 2022-09-27T15:33:10.7193798Z  --shm-size="${SHM_SIZE}" \ 2022-09-27T15:33:10.7193986Z  --tty \ 2022-09-27T15:33:10.7194147Z  --detach \ 2022-09-27T15:33:10.7194341Z  --name="${container_name}" \ 2022-09-27T15:33:10.7194538Z  --user jenkins \ 2022-09-27T15:33:10.7194770Z  -v "${GITHUB_WORKSPACE}:/var/lib/jenkins/workspace" \ 2022-09-27T15:33:10.7195008Z  -w /var/lib/jenkins/workspace \ 2022-09-27T15:33:10.7195212Z  "${DOCKER_IMAGE}" 2022-09-27T15:33:10.7195384Z ) 2022-09-27T15:33:10.7195618Z docker exec -t "${container_name}" sh -c "pip install dist/*.whl && ${TEST_COMMAND}" 2022-09-27T15:33:10.7206762Z shell: /usr/bin/bash -e {0} 2022-09-27T15:33:10.7206944Z env: 2022-09-27T15:33:10.7207112Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:33:10.7207356Z BUILD_ENVIRONMENT: linux-focal-py3.7-clang7-asan 2022-09-27T15:33:10.7207583Z PR_NUMBER: 85462 2022-09-27T15:33:10.7207751Z BRANCH: pull/85462 2022-09-27T15:33:10.7207963Z SHA1: 52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T15:33:10.7208205Z BASE_SHA: 76d60778eb01b4213735be1c6e126fe2da519b8e 2022-09-27T15:33:10.7208412Z PYTORCH_RETRY_TEST_CASES: 1 2022-09-27T15:33:10.7208620Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-09-27T15:33:10.7208815Z TEST_CONFIG: default 2022-09-27T15:33:10.7208993Z SHARD_NUMBER: 3 2022-09-27T15:33:10.7209153Z NUM_TEST_SHARDS: 5 2022-09-27T15:33:10.7210920Z 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:33:10.7212882Z SCCACHE_BUCKET: ossci-compiler-cache-circleci-v2 2022-09-27T15:33:10.7213113Z SCCACHE_S3_KEY_PREFIX: pull 2022-09-27T15:33:10.7213300Z SHM_SIZE: 1g 2022-09-27T15:33:10.7213652Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3-clang7-asan:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T15:33:10.7213977Z XLA_CUDA: 2022-09-27T15:33:10.7214237Z XLA_CLANG_CACHE_S3_BUCKET_NAME: ossci-compiler-clang-cache-circleci-xla 2022-09-27T15:33:10.7214499Z ##[endgroup] 2022-09-27T15:33:10.7239003Z + [[ default == \m\u\l\t\i\g\p\u ]] 2022-09-27T15:33:10.7239668Z + [[ linux-focal-py3.7-clang7-asan == *onnx* ]] 2022-09-27T15:33:10.7240004Z + TEST_COMMAND=.jenkins/pytorch/test.sh 2022-09-27T15:33:10.7242267Z ++ git cherry -v origin/master 2022-09-27T15:33:10.7509468Z + COMMIT_MESSAGES='+ 871567eae42e57e9926f1a38c0b8d221f672c928 Fix mem leak because of self reference in CyclicLR 2022-09-27T15:33:10.7510064Z + acca92f8843f34854e73ee280c4f87ea280d2914 Typing for new CyclicLR 2022-09-27T15:33:10.7510364Z + 788218632109bd2065d4961cae624c62f106deee Rename scale_fn_* to private form 2022-09-27T15:33:10.7510643Z + 1642fe39e72ecf43de500a53610a076827e792b9 Test CyclicLR cyclic reference 2022-09-27T15:33:10.7510911Z + 52424e2bf38e454d535881fed9628d3e20f4f944 Fix linting' 2022-09-27T15:33:10.7511860Z + 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:33:10.7524295Z + 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:33:10.7526757Z + 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:33:10.7527846Z + 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:33:10.7533275Z + 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:33:10.7537504Z + 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:33:10.7539287Z +++ nproc --ignore=2 2022-09-27T15:33:10.7832457Z ++ docker run -e BUILD_ENVIRONMENT -e PR_NUMBER -e GITHUB_ACTIONS -e BASE_SHA -e BRANCH -e SHA1 -e AWS_DEFAULT_REGION -e IN_WHEEL_TEST -e SHARD_NUMBER -e TEST_CONFIG -e NUM_TEST_SHARDS -e PR_BODY -e COMMIT_MESSAGES -e PYTORCH_RETRY_TEST_CASES -e PYTORCH_OVERRIDE_FLAKY_SIGNAL -e PR_LABELS -e MAX_JOBS=6 -e SCCACHE_BUCKET -e SCCACHE_S3_KEY_PREFIX -e XLA_CUDA -e XLA_CLANG_CACHE_S3_BUCKET_NAME --env-file=/tmp/github_env_3133193930 --ulimit stack=10485760:83886080 --security-opt seccomp=unconfined --cap-add=SYS_PTRACE --ipc=host --shm-size=1g --tty --detach --name= --user jenkins -v /home/ec2-user/actions-runner/_work/pytorch/pytorch:/var/lib/jenkins/workspace -w /var/lib/jenkins/workspace 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3-clang7-asan:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T15:33:23.0999488Z + container_name=232ea6731be3e42f02a2bbb7600bbe4b36757dfc10ebad706d244c34c29c90e8 2022-09-27T15:33:23.1000300Z + docker exec -t 232ea6731be3e42f02a2bbb7600bbe4b36757dfc10ebad706d244c34c29c90e8 sh -c 'pip install dist/*.whl && .jenkins/pytorch/test.sh' 2022-09-27T15:33:23.6810073Z Processing ./dist/torch-1.13.0a0+git52424e2-cp37-cp37m-linux_x86_64.whl 2022-09-27T15:33:23.7570982Z 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:33:24.5578165Z Installing collected packages: torch 2022-09-27T15:33:35.0130591Z Successfully installed torch-1.13.0a0+git52424e2 2022-09-27T15:33:35.2580286Z ++ python -c 'import site; print(site.getsitepackages()[0])' 2022-09-27T15:33:35.2739766Z + TORCH_INSTALL_DIR=/opt/conda/lib/python3.7/site-packages/torch 2022-09-27T15:33:35.2740247Z + TORCH_BIN_DIR=/opt/conda/lib/python3.7/site-packages/torch/bin 2022-09-27T15:33:35.2740767Z + TORCH_LIB_DIR=/opt/conda/lib/python3.7/site-packages/torch/lib 2022-09-27T15:33:35.2741331Z + TORCH_TEST_DIR=/opt/conda/lib/python3.7/site-packages/torch/test 2022-09-27T15:33:35.2744219Z + BUILD_DIR=build 2022-09-27T15:33:35.2744609Z + BUILD_RENAMED_DIR=build_renamed 2022-09-27T15:33:35.2744818Z + BUILD_BIN_DIR=build/bin 2022-09-27T15:33:35.2745059Z + export VALGRIND=ON 2022-09-27T15:33:35.2745226Z + VALGRIND=ON 2022-09-27T15:33:35.2745581Z + [[ linux-focal-py3.7-clang7-asan == *clang9* ]] 2022-09-27T15:33:35.2745917Z + [[ linux-focal-py3.7-clang7-asan != *bazel* ]] 2022-09-27T15:33:35.2746154Z ++ realpath build/custom_test_artifacts 2022-09-27T15:33:35.2925889Z + CUSTOM_TEST_ARTIFACT_BUILD_DIR=/var/lib/jenkins/workspace/build/custom_test_artifacts 2022-09-27T15:33:35.2927550Z ++ dirname .jenkins/pytorch/test.sh 2022-09-27T15:33:35.3081951Z + source .jenkins/pytorch/common.sh 2022-09-27T15:33:35.3084808Z +++ dirname .jenkins/pytorch/common.sh 2022-09-27T15:33:35.3090665Z ++ source .jenkins/pytorch/common_utils.sh 2022-09-27T15:33:35.3092235Z +++ declare -f -t trap_add 2022-09-27T15:33:35.3095765Z ++ set -ex 2022-09-27T15:33:35.3096216Z ++ [[ linux-focal-py3.7-clang7-asan == *rocm* ]] 2022-09-27T15:33:35.3096606Z ++ BUILD_TEST_LIBTORCH=0 2022-09-27T15:33:35.3096960Z ++ [[ default == *xla* ]] 2022-09-27T15:33:35.3097330Z ++ [[ linux-focal-py3.7-clang7-asan == *centos* ]] 2022-09-27T15:33:35.3097700Z ++ [[ linux-focal-py3.7-clang7-asan == *linux-bionic* ]] 2022-09-27T15:33:35.3098106Z ++ [[ linux-focal-py3.7-clang7-asan == *linux-focal* ]] 2022-09-27T15:33:35.3098345Z ++ which conda 2022-09-27T15:33:35.3159937Z /opt/conda/bin/conda 2022-09-27T15:33:35.3160334Z ++ conda install -q -y cmake 2022-09-27T15:33:40.7391738Z Collecting package metadata (current_repodata.json): ...working... done 2022-09-27T15:33:41.2670814Z Solving environment: ...working... done 2022-09-27T15:33:41.3590061Z 2022-09-27T15:33:41.3590638Z ## Package Plan ## 2022-09-27T15:33:41.3590792Z 2022-09-27T15:33:41.3592348Z environment location: /opt/conda 2022-09-27T15:33:41.3592520Z 2022-09-27T15:33:41.3592828Z added / updated specs: 2022-09-27T15:33:41.3593400Z - cmake 2022-09-27T15:33:41.3593558Z 2022-09-27T15:33:41.3593562Z 2022-09-27T15:33:41.3595028Z The following packages will be downloaded: 2022-09-27T15:33:41.3595356Z 2022-09-27T15:33:41.3595549Z package | build 2022-09-27T15:33:41.3595941Z ---------------------------|----------------- 2022-09-27T15:33:41.3596266Z bzip2-1.0.8 | h7b6447c_0 78 KB 2022-09-27T15:33:41.3596794Z c-ares-1.18.1 | h7f8727e_0 114 KB 2022-09-27T15:33:41.3597126Z certifi-2022.9.14 | py37h06a4308_0 155 KB 2022-09-27T15:33:41.3597573Z cmake-3.22.1 | h1fce559_0 7.3 MB 2022-09-27T15:33:41.3598090Z conda-22.9.0 | py37h06a4308_0 878 KB 2022-09-27T15:33:41.3598553Z expat-2.4.4 | h295c915_0 169 KB 2022-09-27T15:33:41.3599051Z krb5-1.19.2 | hac12032_0 1.2 MB 2022-09-27T15:33:41.3599555Z libcurl-7.82.0 | h0b77cf5_0 342 KB 2022-09-27T15:33:41.3599893Z libedit-3.1.20210910 | h7f8727e_0 166 KB 2022-09-27T15:33:41.3600345Z libev-4.33 | h7f8727e_1 111 KB 2022-09-27T15:33:41.3600815Z libnghttp2-1.46.0 | hce63b2e_0 680 KB 2022-09-27T15:33:41.3601286Z libssh2-1.10.0 | h8f2d780_0 274 KB 2022-09-27T15:33:41.3601840Z libuv-1.40.0 | h7b6447c_0 736 KB 2022-09-27T15:33:41.3602227Z lz4-c-1.9.3 | h295c915_1 185 KB 2022-09-27T15:33:41.3602689Z rhash-1.4.1 | h3c74f83_1 203 KB 2022-09-27T15:33:41.3603301Z zstd-1.5.2 | ha4553b6_0 488 KB 2022-09-27T15:33:41.3603900Z ------------------------------------------------------------ 2022-09-27T15:33:41.3604424Z Total: 13.0 MB 2022-09-27T15:33:41.3604686Z 2022-09-27T15:33:41.3604900Z The following NEW packages will be INSTALLED: 2022-09-27T15:33:41.3605210Z 2022-09-27T15:33:41.3623506Z bzip2 pkgs/main/linux-64::bzip2-1.0.8-h7b6447c_0 2022-09-27T15:33:41.3661090Z c-ares pkgs/main/linux-64::c-ares-1.18.1-h7f8727e_0 2022-09-27T15:33:41.3661925Z cmake pkgs/main/linux-64::cmake-3.22.1-h1fce559_0 2022-09-27T15:33:41.3662394Z expat pkgs/main/linux-64::expat-2.4.4-h295c915_0 2022-09-27T15:33:41.3662747Z krb5 pkgs/main/linux-64::krb5-1.19.2-hac12032_0 2022-09-27T15:33:41.3663086Z libcurl pkgs/main/linux-64::libcurl-7.82.0-h0b77cf5_0 2022-09-27T15:33:41.3663455Z libedit pkgs/main/linux-64::libedit-3.1.20210910-h7f8727e_0 2022-09-27T15:33:41.3663809Z libev pkgs/main/linux-64::libev-4.33-h7f8727e_1 2022-09-27T15:33:41.3664175Z libnghttp2 pkgs/main/linux-64::libnghttp2-1.46.0-hce63b2e_0 2022-09-27T15:33:41.3664533Z libssh2 pkgs/main/linux-64::libssh2-1.10.0-h8f2d780_0 2022-09-27T15:33:41.3664883Z libuv pkgs/main/linux-64::libuv-1.40.0-h7b6447c_0 2022-09-27T15:33:41.3665226Z lz4-c pkgs/main/linux-64::lz4-c-1.9.3-h295c915_1 2022-09-27T15:33:41.3665568Z rhash pkgs/main/linux-64::rhash-1.4.1-h3c74f83_1 2022-09-27T15:33:41.3665895Z zstd pkgs/main/linux-64::zstd-1.5.2-ha4553b6_0 2022-09-27T15:33:41.3666042Z 2022-09-27T15:33:41.3666146Z The following packages will be UPDATED: 2022-09-27T15:33:41.3666286Z 2022-09-27T15:33:41.3666489Z certifi 2022.6.15-py37h06a4308_0 --> 2022.9.14-py37h06a4308_0 2022-09-27T15:33:41.3666820Z conda 4.14.0-py37h06a4308_0 --> 22.9.0-py37h06a4308_0 2022-09-27T15:33:41.3666970Z 2022-09-27T15:33:41.3666974Z 2022-09-27T15:33:42.6148749Z Preparing transaction: ...working... done 2022-09-27T15:33:43.0228034Z Verifying transaction: ...working... done 2022-09-27T15:33:44.0944710Z Executing transaction: ...working... done 2022-09-27T15:33:44.2145694Z Retrieving notices: ...working... done 2022-09-27T15:33:44.4457955Z ++ [[ linux-focal-py3.7-clang7-asan == *centos* ]] 2022-09-27T15:33:44.4458394Z + echo 'Environment variables' 2022-09-27T15:33:44.4458667Z Environment variables 2022-09-27T15:33:44.4458921Z + env 2022-09-27T15:33:44.4479185Z INSTALLED_DB=yes 2022-09-27T15:33:44.4481329Z GITHUB_WORKSPACE=/home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-09-27T15:33:44.4481960Z BUILD_ENVIRONMENT=linux-focal-py3.7-clang7-asan 2022-09-27T15:33:44.4482356Z PYTORCH_OVERRIDE_FLAKY_SIGNAL=1 2022-09-27T15:33:44.4482634Z HOSTNAME=232ea6731be3 2022-09-27T15:33:44.4483115Z GITHUB_PATH=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/add_path_0e2d1932-cedd-480b-b455-da7965da38d1 2022-09-27T15:33:44.4483413Z GITHUB_ACTION=__self 2022-09-27T15:33:44.4483591Z GITHUB_RUN_NUMBER=50832 2022-09-27T15:33:44.4483853Z TEST_CONFIG=default 2022-09-27T15:33:44.4484256Z TORCH_NVCC_FLAGS=-Xfatbin -compress-all 2022-09-27T15:33:44.4484581Z GITHUB_TRIGGERING_ACTOR=albanD 2022-09-27T15:33:44.4484929Z GITHUB_REF_TYPE=branch 2022-09-27T15:33:44.4485292Z TORCH_CUDA_ARCH_LIST=Maxwell 2022-09-27T15:33:44.4485686Z BASE_SHA=76d60778eb01b4213735be1c6e126fe2da519b8e 2022-09-27T15:33:44.4486025Z XLA_CUDA= 2022-09-27T15:33:44.4487183Z *** 2022-09-27T15:33:44.4487501Z CARGO_NET_GIT_FETCH_WITH_CLI=true 2022-09-27T15:33:44.4487806Z GITHUB_ACTIONS=true 2022-09-27T15:33:44.4488425Z SHA1=52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T15:33:44.4488811Z GITHUB_SHA=1faa2af6dbb8dd899ab20874e9966185467c5883 2022-09-27T15:33:44.4489184Z UCC_HOME=/usr 2022-09-27T15:33:44.4489520Z GITHUB_REF=refs/pull/85462/merge 2022-09-27T15:33:44.4489721Z SHARD_NUMBER=3 2022-09-27T15:33:44.4489897Z GITHUB_REF_PROTECTED=false 2022-09-27T15:33:44.4490131Z HOME=/var/lib/jenkins 2022-09-27T15:33:44.4490447Z GITHUB_API_URL=https://api.github.com 2022-09-27T15:33:44.4490747Z INSTALLED_THRIFT= 2022-09-27T15:33:44.4491037Z UCX_COMMIT= 2022-09-27T15:33:44.4491354Z SCCACHE_S3_KEY_PREFIX=pull 2022-09-27T15:33:44.4491649Z NUM_TEST_SHARDS=5 2022-09-27T15:33:44.4491861Z UCX_HOME=/usr 2022-09-27T15:33:44.4492048Z PYTORCH_RETRY_TEST_CASES=1 2022-09-27T15:33:44.4492753Z GITHUB_ENV=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/set_env_0e2d1932-cedd-480b-b455-da7965da38d1 2022-09-27T15:33:44.4493367Z GITHUB_EVENT_PATH=/home/ec2-user/actions-runner/_work/_temp/_github_workflow/event.json 2022-09-27T15:33:44.4493648Z GITHUB_EVENT_NAME=pull_request 2022-09-27T15:33:44.4493847Z GITHUB_RUN_ID=3133193930 2022-09-27T15:33:44.4494256Z GITHUB_STEP_SUMMARY=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_0e2d1932-cedd-480b-b455-da7965da38d1 2022-09-27T15:33:44.4494561Z GITHUB_ACTOR=kongzii 2022-09-27T15:33:44.4494740Z PR_NUMBER=85462 2022-09-27T15:33:44.4494900Z DESIRED_CUDA= 2022-09-27T15:33:44.4495079Z GITHUB_RUN_ATTEMPT=2 2022-09-27T15:33:44.4495320Z VALGRIND=ON 2022-09-27T15:33:44.4495546Z GITHUB_GRAPHQL_URL=https://api.github.com/graphql 2022-09-27T15:33:44.4495749Z TERM=xterm 2022-09-27T15:33:44.4495920Z INSTALLED_VISION=yes 2022-09-27T15:33:44.4496098Z BRANCH=pull/85462 2022-09-27T15:33:44.4496276Z OPENSSL_ROOT_DIR=/opt/openssl 2022-09-27T15:33:44.4496474Z CUDA_PATH=/usr/local/cuda 2022-09-27T15:33:44.4496845Z GITHUB_ACTION_PATH=/home/ec2-user/actions-runner/_work/pytorch/pytorch/./.github/actions/setup-linux 2022-09-27T15:33:44.4497137Z GITHUB_SERVER_URL=https://github.com 2022-09-27T15:33:44.4497341Z UCC_COMMIT= 2022-09-27T15:33:44.4497509Z INSTALLED_ANDROID= 2022-09-27T15:33:44.4497665Z SHLVL=1 2022-09-27T15:33:44.4497817Z MAX_JOBS=6 2022-09-27T15:33:44.4498332Z 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:33:44.4498875Z GITHUB_REF_NAME=85462/merge 2022-09-27T15:33:44.4499204Z XLA_CLANG_CACHE_S3_BUCKET_NAME=ossci-compiler-clang-cache-circleci-xla 2022-09-27T15:33:44.4499462Z GITHUB_JOB=test 2022-09-27T15:33:44.4499661Z GITHUB_REPOSITORY=pytorch/pytorch 2022-09-27T15:33:44.4499854Z GITHUB_RETENTION_DAYS=90 2022-09-27T15:33:44.4500046Z OPENSSL_DIR=/opt/openssl 2022-09-27T15:33:44.4500341Z GITHUB_ACTION_REPOSITORY= 2022-09-27T15:33:44.4500656Z 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:33:44.4500935Z GITHUB_BASE_REF=master 2022-09-27T15:33:44.4501108Z CI=true 2022-09-27T15:33:44.4501288Z GITHUB_REPOSITORY_OWNER=pytorch 2022-09-27T15:33:44.4501477Z INSTALLED_PROTOBUF=yes 2022-09-27T15:33:44.4501727Z GITHUB_HEAD_REF=cycliclr-memory-fix 2022-09-27T15:33:44.4501931Z GITHUB_ACTION_REF= 2022-09-27T15:33:44.4502194Z SCCACHE_BUCKET=ossci-compiler-cache-circleci-v2 2022-09-27T15:33:44.4502428Z GITHUB_WORKFLOW=pull 2022-09-27T15:33:44.4502624Z DEBIAN_FRONTEND=noninteractive 2022-09-27T15:33:44.4505407Z 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:33:44.4507181Z _=/usr/bin/env 2022-09-27T15:33:44.4507391Z + echo 'Testing pytorch' 2022-09-27T15:33:44.4507561Z Testing pytorch 2022-09-27T15:33:44.4507756Z + export LANG=C.UTF-8 2022-09-27T15:33:44.4507945Z + LANG=C.UTF-8 2022-09-27T15:33:44.4566319Z + PR_NUMBER=85462 2022-09-27T15:33:44.4566669Z + [[ default == \d\e\f\a\u\l\t ]] 2022-09-27T15:33:44.4567010Z + export CUDA_VISIBLE_DEVICES=0 2022-09-27T15:33:44.4567348Z + CUDA_VISIBLE_DEVICES=0 2022-09-27T15:33:44.4567706Z + export HIP_VISIBLE_DEVICES=0 2022-09-27T15:33:44.4568019Z + HIP_VISIBLE_DEVICES=0 2022-09-27T15:33:44.4568346Z + [[ default == \d\i\s\t\r\i\b\u\t\e\d ]] 2022-09-27T15:33:44.4568689Z + [[ default == \s\l\o\w ]] 2022-09-27T15:33:44.4569290Z + [[ linux-focal-py3.7-clang7-asan == *slow-gradcheck* ]] 2022-09-27T15:33:44.4569832Z + [[ linux-focal-py3.7-clang7-asan == *cuda* ]] 2022-09-27T15:33:44.4570344Z + [[ linux-focal-py3.7-clang7-asan == *rocm* ]] 2022-09-27T15:33:44.4570888Z + [[ linux-focal-py3.7-clang7-asan == *cuda11* ]] 2022-09-27T15:33:44.4571262Z + [[ default == *crossref* ]] 2022-09-27T15:33:44.4571543Z + [[ default == *dynamo* ]] 2022-09-27T15:33:44.4571865Z + [[ -n 85462 ]] 2022-09-27T15:33:44.4572191Z + [[ -z '' ]] 2022-09-27T15:33:44.4572528Z + export PYTORCH_TEST_SKIP_CUDA_MEM_LEAK_CHECK=1 2022-09-27T15:33:44.4572773Z + PYTORCH_TEST_SKIP_CUDA_MEM_LEAK_CHECK=1 2022-09-27T15:33:44.4573077Z + [[ linux-focal-py3.7-clang7-asan == *rocm* ]] 2022-09-27T15:33:44.4573377Z + [[ linux-focal-py3.7-clang7-asan != *-bazel-* ]] 2022-09-27T15:33:44.4573641Z + pip_install --user ninja 2022-09-27T15:33:44.4573907Z + pip install --progress-bar off --user ninja 2022-09-27T15:33:44.8837606Z Collecting ninja 2022-09-27T15:33:44.9040344Z Downloading ninja-1.10.2.3-py2.py3-none-manylinux_2_5_x86_64.manylinux1_x86_64.whl (108 kB) 2022-09-27T15:33:45.6192521Z Installing collected packages: ninja 2022-09-27T15:33:45.6279928Z  WARNING: The script ninja is installed in '/var/lib/jenkins/.local/bin' which is not on PATH. 2022-09-27T15:33:45.6280429Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. 2022-09-27T15:33:45.6333347Z Successfully installed ninja-1.10.2.3 2022-09-27T15:33:45.7111690Z + 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:33:45.7112318Z + 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:33:45.7113335Z + [[ linux-focal-py3.7-clang7-asan == *asan* ]] 2022-09-27T15:33:45.7114175Z + export ASAN_OPTIONS=detect_leaks=0:symbolize=1:detect_stack_use_after_return=1:strict_init_order=true:detect_odr_violation=0 2022-09-27T15:33:45.7114878Z + ASAN_OPTIONS=detect_leaks=0:symbolize=1:detect_stack_use_after_return=1:strict_init_order=true:detect_odr_violation=0 2022-09-27T15:33:45.7115500Z + export UBSAN_OPTIONS=print_stacktrace=1:suppressions=/var/lib/jenkins/workspace/ubsan.supp 2022-09-27T15:33:45.7115834Z + UBSAN_OPTIONS=print_stacktrace=1:suppressions=/var/lib/jenkins/workspace/ubsan.supp 2022-09-27T15:33:45.7116111Z + export PYTORCH_TEST_WITH_ASAN=1 2022-09-27T15:33:45.7116318Z + PYTORCH_TEST_WITH_ASAN=1 2022-09-27T15:33:45.7116630Z + export PYTORCH_TEST_WITH_UBSAN=1 2022-09-27T15:33:45.7116866Z + PYTORCH_TEST_WITH_UBSAN=1 2022-09-27T15:33:45.7117190Z + export ASAN_SYMBOLIZER_PATH=/usr/lib/llvm-7/bin/llvm-symbolizer 2022-09-27T15:33:45.7117707Z + ASAN_SYMBOLIZER_PATH=/usr/lib/llvm-7/bin/llvm-symbolizer 2022-09-27T15:33:45.7117934Z + export TORCH_USE_RTLD_GLOBAL=1 2022-09-27T15:33:45.7118168Z + TORCH_USE_RTLD_GLOBAL=1 2022-09-27T15:33:45.7118593Z + export LD_PRELOAD=/usr/lib/llvm-7/lib/clang/7.0.1/lib/linux/libclang_rt.asan-x86_64.so 2022-09-27T15:33:45.7118972Z + LD_PRELOAD=/usr/lib/llvm-7/lib/clang/7.0.1/lib/linux/libclang_rt.asan-x86_64.so 2022-09-27T15:33:45.7119239Z + ulimit -s 81920 2022-09-27T15:33:45.7119410Z + cd test 2022-09-27T15:33:45.7119868Z + python -c 'import torch; print(torch.__version__, torch.version.git_version)' 2022-09-27T15:33:49.6237125Z 1.13.0a0+git52424e2 52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T15:33:50.1049998Z + echo 'The next three invocations are expected to crash; if they don'\''t that means ASAN/UBSAN is misconfigured' 2022-09-27T15:33:50.1050698Z The next three invocations are expected to crash; if they don't that means ASAN/UBSAN is misconfigured 2022-09-27T15:33:50.1051149Z + cd test 2022-09-27T15:33:50.1051706Z + get_exit_code python -c 'import torch; torch._C._crash_if_csrc_asan(3)' 2022-09-27T15:33:50.1051962Z + set +e 2022-09-27T15:33:50.1052231Z + python -c 'import torch; torch._C._crash_if_csrc_asan(3)' 2022-09-27T15:33:53.7379180Z /var/lib/jenkins/workspace/torch/csrc/Module.cpp:166:3: runtime error: index 3 out of bounds for type 'volatile char [3]' 2022-09-27T15:33:54.0646101Z #0 0x7fe42977ef37 in THPModule_crashIfCsrcASAN(_object*, _object*) (/opt/conda/lib/python3.7/site-packages/torch/lib/libtorch_python.so+0x2acbf37) 2022-09-27T15:33:54.1263019Z #1 0x55751d62c5dc in _PyMethodDef_RawFastCallKeywords /home/builder/tkoch/workspace/python_1648536129212/work/Objects/call.c:647 2022-09-27T15:33:54.1263787Z #2 0x55751d662b3f in _PyCFunction_FastCallKeywords /home/builder/tkoch/workspace/python_1648536129212/work/Objects/call.c:732 2022-09-27T15:33:54.1264470Z #3 0x55751d662b3f in call_function /home/builder/tkoch/workspace/python_1648536129212/work/Python/ceval.c:4568 2022-09-27T15:33:54.1265433Z #4 0x55751d6aa701 in _PyEval_EvalFrameDefault /home/builder/tkoch/workspace/python_1648536129212/work/Python/ceval.c:3093 2022-09-27T15:33:54.1266457Z #5 0x55751d5fbe84 in PyEval_EvalFrameEx /home/builder/tkoch/workspace/python_1648536129212/work/Python/ceval.c:547 2022-09-27T15:33:54.1266932Z #6 0x55751d5fbe84 in _PyEval_EvalCodeWithName /home/builder/tkoch/workspace/python_1648536129212/work/Python/ceval.c:3930 2022-09-27T15:33:54.1267525Z #7 0x55751d5fd272 in PyEval_EvalCodeEx /home/builder/tkoch/workspace/python_1648536129212/work/Python/ceval.c:3959 2022-09-27T15:33:54.1268145Z #8 0x55751d5fd272 in PyEval_EvalCode /home/builder/tkoch/workspace/python_1648536129212/work/Python/ceval.c:524 2022-09-27T15:33:54.1268778Z #9 0x55751d70ac81 in run_mod /home/builder/tkoch/workspace/python_1648536129212/work/Python/pythonrun.c:1037 2022-09-27T15:33:54.1270000Z #10 0x55751d715c69 in PyRun_StringFlags /home/builder/tkoch/workspace/python_1648536129212/work/Python/pythonrun.c:961 2022-09-27T15:33:54.1270531Z #11 0x55751d715ccb in PyRun_SimpleStringFlags /home/builder/tkoch/workspace/python_1648536129212/work/Python/pythonrun.c:455 2022-09-27T15:33:54.1271592Z #12 0x55751d715dc8 in pymain_run_command /home/builder/tkoch/workspace/python_1648536129212/work/Modules/main.c:420 2022-09-27T15:33:54.1272215Z #13 0x55751d715dc8 in pymain_run_python /home/builder/tkoch/workspace/python_1648536129212/work/Modules/main.c:2907 2022-09-27T15:33:54.1272598Z #14 0x55751d715dc8 in pymain_main /home/builder/tkoch/workspace/python_1648536129212/work/Modules/main.c:3460 2022-09-27T15:33:54.1273065Z #15 0x55751d71618b in _Py_UnixMain /home/builder/tkoch/workspace/python_1648536129212/work/Modules/main.c:3495 2022-09-27T15:33:54.1299362Z #16 0x7fe431daf082 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x24082) 2022-09-27T15:33:54.1299811Z #17 0x55751d6bb039 in _start (/opt/conda/bin/python3.7+0x1d8039) 2022-09-27T15:33:54.1300059Z 2022-09-27T15:33:54.1300973Z SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /var/lib/jenkins/workspace/torch/csrc/Module.cpp:166:3 in 2022-09-27T15:33:54.1804486Z + retcode=1 2022-09-27T15:33:54.1804818Z + set -e 2022-09-27T15:33:54.1805034Z + return 1 2022-09-27T15:33:54.1808573Z + cd test 2022-09-27T15:33:54.1809418Z + get_exit_code python -c 'import torch; torch._C._crash_if_csrc_ubsan(0)' 2022-09-27T15:33:54.1809701Z + set +e 2022-09-27T15:33:54.1809982Z + python -c 'import torch; torch._C._crash_if_csrc_ubsan(0)' 2022-09-27T15:33:57.6742016Z /var/lib/jenkins/workspace/torch/csrc/Module.cpp:178:18: runtime error: division by zero 2022-09-27T15:33:57.8045215Z #0 0x7fab71b1d185 in THPModule_crashIfCsrcUBSAN(_object*, _object*) (/opt/conda/lib/python3.7/site-packages/torch/lib/libtorch_python.so+0x2acc185) 2022-09-27T15:33:57.8638633Z #1 0x5632786025dc in _PyMethodDef_RawFastCallKeywords /home/builder/tkoch/workspace/python_1648536129212/work/Objects/call.c:647 2022-09-27T15:33:57.8639226Z #2 0x563278638b3f in _PyCFunction_FastCallKeywords /home/builder/tkoch/workspace/python_1648536129212/work/Objects/call.c:732 2022-09-27T15:33:57.8639805Z #3 0x563278638b3f in call_function /home/builder/tkoch/workspace/python_1648536129212/work/Python/ceval.c:4568 2022-09-27T15:33:57.8640243Z #4 0x563278680701 in _PyEval_EvalFrameDefault /home/builder/tkoch/workspace/python_1648536129212/work/Python/ceval.c:3093 2022-09-27T15:33:57.8640619Z #5 0x5632785d1e84 in PyEval_EvalFrameEx /home/builder/tkoch/workspace/python_1648536129212/work/Python/ceval.c:547 2022-09-27T15:33:57.8640983Z #6 0x5632785d1e84 in _PyEval_EvalCodeWithName /home/builder/tkoch/workspace/python_1648536129212/work/Python/ceval.c:3930 2022-09-27T15:33:57.8642108Z #7 0x5632785d3272 in PyEval_EvalCodeEx /home/builder/tkoch/workspace/python_1648536129212/work/Python/ceval.c:3959 2022-09-27T15:33:57.8642679Z #8 0x5632785d3272 in PyEval_EvalCode /home/builder/tkoch/workspace/python_1648536129212/work/Python/ceval.c:524 2022-09-27T15:33:57.8643399Z #9 0x5632786e0c81 in run_mod /home/builder/tkoch/workspace/python_1648536129212/work/Python/pythonrun.c:1037 2022-09-27T15:33:57.8644120Z #10 0x5632786ebc69 in PyRun_StringFlags /home/builder/tkoch/workspace/python_1648536129212/work/Python/pythonrun.c:961 2022-09-27T15:33:57.8645128Z #11 0x5632786ebccb in PyRun_SimpleStringFlags /home/builder/tkoch/workspace/python_1648536129212/work/Python/pythonrun.c:455 2022-09-27T15:33:57.8646377Z #12 0x5632786ebdc8 in pymain_run_command /home/builder/tkoch/workspace/python_1648536129212/work/Modules/main.c:420 2022-09-27T15:33:57.8646830Z #13 0x5632786ebdc8 in pymain_run_python /home/builder/tkoch/workspace/python_1648536129212/work/Modules/main.c:2907 2022-09-27T15:33:57.8647192Z #14 0x5632786ebdc8 in pymain_main /home/builder/tkoch/workspace/python_1648536129212/work/Modules/main.c:3460 2022-09-27T15:33:57.8647644Z #15 0x5632786ec18b in _Py_UnixMain /home/builder/tkoch/workspace/python_1648536129212/work/Modules/main.c:3495 2022-09-27T15:33:57.8661890Z #16 0x7fab7a149082 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x24082) 2022-09-27T15:33:57.8662488Z #17 0x563278691039 in _start (/opt/conda/bin/python3.7+0x1d8039) 2022-09-27T15:33:57.8662706Z 2022-09-27T15:33:57.8663396Z SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /var/lib/jenkins/workspace/torch/csrc/Module.cpp:178:18 in 2022-09-27T15:33:57.9088067Z + retcode=1 2022-09-27T15:33:57.9088433Z + set -e 2022-09-27T15:33:57.9088593Z + return 1 2022-09-27T15:33:57.9093201Z + cd test 2022-09-27T15:33:57.9093860Z + get_exit_code python -c 'import torch; torch._C._crash_if_aten_asan(3)' 2022-09-27T15:33:57.9094274Z + set +e 2022-09-27T15:33:57.9094617Z + python -c 'import torch; torch._C._crash_if_aten_asan(3)' 2022-09-27T15:34:01.6599404Z /var/lib/jenkins/workspace/aten/src/ATen/Utils.cpp:20:3: runtime error: index 3 out of bounds for type 'volatile char [3]' 2022-09-27T15:34:02.3844489Z #0 0x7f6f78ba9d54 in at::_crash_if_asan(int) (/opt/conda/lib/python3.7/site-packages/torch/lib/libtorch_cpu.so+0xd52fd54) 2022-09-27T15:34:02.4441313Z #1 0x7f6fa336b2bb in THPModule_crashIfATenASAN(_object*, _object*) (/opt/conda/lib/python3.7/site-packages/torch/lib/libtorch_python.so+0x2acc2bb) 2022-09-27T15:34:02.5036932Z #2 0x55aebd5025dc in _PyMethodDef_RawFastCallKeywords /home/builder/tkoch/workspace/python_1648536129212/work/Objects/call.c:647 2022-09-27T15:34:02.5037547Z #3 0x55aebd538b3f in _PyCFunction_FastCallKeywords /home/builder/tkoch/workspace/python_1648536129212/work/Objects/call.c:732 2022-09-27T15:34:02.5038023Z #4 0x55aebd538b3f in call_function /home/builder/tkoch/workspace/python_1648536129212/work/Python/ceval.c:4568 2022-09-27T15:34:02.5038528Z #5 0x55aebd580701 in _PyEval_EvalFrameDefault /home/builder/tkoch/workspace/python_1648536129212/work/Python/ceval.c:3093 2022-09-27T15:34:02.5039499Z #6 0x55aebd4d1e84 in PyEval_EvalFrameEx /home/builder/tkoch/workspace/python_1648536129212/work/Python/ceval.c:547 2022-09-27T15:34:02.5040085Z #7 0x55aebd4d1e84 in _PyEval_EvalCodeWithName /home/builder/tkoch/workspace/python_1648536129212/work/Python/ceval.c:3930 2022-09-27T15:34:02.5040885Z #8 0x55aebd4d3272 in PyEval_EvalCodeEx /home/builder/tkoch/workspace/python_1648536129212/work/Python/ceval.c:3959 2022-09-27T15:34:02.5041416Z #9 0x55aebd4d3272 in PyEval_EvalCode /home/builder/tkoch/workspace/python_1648536129212/work/Python/ceval.c:524 2022-09-27T15:34:02.5042299Z #10 0x55aebd5e0c81 in run_mod /home/builder/tkoch/workspace/python_1648536129212/work/Python/pythonrun.c:1037 2022-09-27T15:34:02.5043122Z #11 0x55aebd5ebc69 in PyRun_StringFlags /home/builder/tkoch/workspace/python_1648536129212/work/Python/pythonrun.c:961 2022-09-27T15:34:02.5044065Z #12 0x55aebd5ebccb in PyRun_SimpleStringFlags /home/builder/tkoch/workspace/python_1648536129212/work/Python/pythonrun.c:455 2022-09-27T15:34:02.5045154Z #13 0x55aebd5ebdc8 in pymain_run_command /home/builder/tkoch/workspace/python_1648536129212/work/Modules/main.c:420 2022-09-27T15:34:02.5046319Z #14 0x55aebd5ebdc8 in pymain_run_python /home/builder/tkoch/workspace/python_1648536129212/work/Modules/main.c:2907 2022-09-27T15:34:02.5046956Z #15 0x55aebd5ebdc8 in pymain_main /home/builder/tkoch/workspace/python_1648536129212/work/Modules/main.c:3460 2022-09-27T15:34:02.5047302Z #16 0x55aebd5ec18b in _Py_UnixMain /home/builder/tkoch/workspace/python_1648536129212/work/Modules/main.c:3495 2022-09-27T15:34:02.5060710Z #17 0x7f6fab999082 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x24082) 2022-09-27T15:34:02.5061229Z #18 0x55aebd591039 in _start (/opt/conda/bin/python3.7+0x1d8039) 2022-09-27T15:34:02.5061459Z 2022-09-27T15:34:02.5062302Z SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /var/lib/jenkins/workspace/aten/src/ATen/Utils.cpp:20:3 in 2022-09-27T15:34:02.5467991Z + retcode=1 2022-09-27T15:34:02.5468538Z + set -e 2022-09-27T15:34:02.5468756Z + return 1 2022-09-27T15:34:02.5470549Z + [[ default == \n\o\g\p\u\_\N\O\_\A\V\X\2 ]] 2022-09-27T15:34:02.5471028Z + [[ default == \n\o\g\p\u\_\A\V\X\5\1\2 ]] 2022-09-27T15:34:02.5475354Z + [[ linux-focal-py3.7-clang7-asan == *tbb* ]] 2022-09-27T15:34:02.5487827Z + [[ linux-focal-py3.7-clang7-asan == *libtorch* ]] 2022-09-27T15:34:02.5488401Z + [[ linux-focal-py3.7-clang7-asan == *-bazel-* ]] 2022-09-27T15:34:02.5491229Z + cd test 2022-09-27T15:34:02.5491714Z + python -c 'import torch; print(torch.__config__.show())' 2022-09-27T15:34:06.1316317Z PyTorch built with: 2022-09-27T15:34:06.1316858Z - GCC 4.2 2022-09-27T15:34:06.1317106Z - C++ Version: 201402 2022-09-27T15:34:06.1317322Z - clang 7.0.1 2022-09-27T15:34:06.1317730Z - Intel(R) oneAPI Math Kernel Library Version 2022.0-Product Build 20211112 for Intel(R) 64 architecture applications 2022-09-27T15:34:06.1318086Z - LAPACK is enabled (usually provided by MKL) 2022-09-27T15:34:06.1318329Z - NNPACK is enabled 2022-09-27T15:34:06.1318566Z - CPU capability usage: AVX2 2022-09-27T15:34:06.1321476Z - Build settings: BLAS_INFO=mkl, BUILD_TYPE=Release, CXX_COMPILER=/opt/cache/bin/clang++, CXX_FLAGS=-fsanitize=undefined -fsanitize=address -fno-sanitize-recover=all -fsanitize-address-use-after-scope -shared-libasan -Wno-deprecated -fvisibility-inlines-hidden -fsanitize=address -fPIE -DUSE_PTHREADPOOL -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 -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=0, USE_CUDNN=OFF, USE_EXCEPTION_PTR=1, USE_GFLAGS=OFF, USE_GLOG=OFF, USE_MKL=ON, USE_MKLDNN=0, USE_MPI=OFF, USE_NCCL=OFF, USE_NNPACK=ON, USE_OPENMP=OFF, USE_ROCM=OFF, 2022-09-27T15:34:06.1323557Z 2022-09-27T15:34:06.6488218Z + cd test 2022-09-27T15:34:06.6488874Z + python -c 'import torch; print(torch.__config__.parallel_info())' 2022-09-27T15:34:10.2395778Z ATen/Parallel: 2022-09-27T15:34:10.2396166Z at::get_num_threads() : 4 2022-09-27T15:34:10.2396398Z at::get_num_interop_threads() : 4 2022-09-27T15:34:10.2396609Z OpenMP not found 2022-09-27T15:34:10.2397158Z Intel(R) oneAPI Math Kernel Library Version 2022.0-Product Build 20211112 for Intel(R) 64 architecture applications 2022-09-27T15:34:10.2397455Z mkl_get_max_threads() : 1 2022-09-27T15:34:10.2397681Z MKLDNN not found 2022-09-27T15:34:10.2398107Z std::thread::hardware_concurrency() : 8 2022-09-27T15:34:10.2398327Z Environment variables: 2022-09-27T15:34:10.2399940Z OMP_NUM_THREADS : [not set] 2022-09-27T15:34:10.2400377Z MKL_NUM_THREADS : [not set] 2022-09-27T15:34:10.2400781Z ATen parallel backend: native thread pool 2022-09-27T15:34:10.2400931Z 2022-09-27T15:34:10.7484888Z + [[ default == *deploy* ]] 2022-09-27T15:34:10.7485239Z + [[ default == *backward* ]] 2022-09-27T15:34:10.7485556Z + [[ default == *xla* ]] 2022-09-27T15:34:10.7485948Z + [[ default == \j\i\t\_\l\e\g\a\c\y ]] 2022-09-27T15:34:10.7486435Z + [[ linux-focal-py3.7-clang7-asan == *libtorch* ]] 2022-09-27T15:34:10.7486660Z + [[ default == distributed ]] 2022-09-27T15:34:10.7486855Z + [[ default == *dynamo* ]] 2022-09-27T15:34:10.7487039Z + [[ default == *dynamo* ]] 2022-09-27T15:34:10.7487196Z + [[ 3 == 1 ]] 2022-09-27T15:34:10.7487353Z + [[ 3 == 2 ]] 2022-09-27T15:34:10.7487574Z + [[ 3 -gt 2 ]] 2022-09-27T15:34:10.7487764Z + install_torchdynamo 2022-09-27T15:34:10.7487981Z + local commit 2022-09-27T15:34:10.7488491Z ++ get_pinned_commit torchdynamo 2022-09-27T15:34:10.7489228Z ++ cat .github/ci_commit_pins/torchdynamo.txt 2022-09-27T15:34:10.7563852Z + commit=41c44bc1d080d6cf063419a4166732b983b84eef 2022-09-27T15:34:10.7564627Z + pip_install --user git+https://github.com/pytorch/torchdynamo.git@41c44bc1d080d6cf063419a4166732b983b84eef 2022-09-27T15:34:10.7565162Z + pip install --progress-bar off --user git+https://github.com/pytorch/torchdynamo.git@41c44bc1d080d6cf063419a4166732b983b84eef 2022-09-27T15:34:11.2562056Z Collecting git+https://github.com/pytorch/torchdynamo.git@41c44bc1d080d6cf063419a4166732b983b84eef 2022-09-27T15:34:11.2570319Z Cloning https://github.com/pytorch/torchdynamo.git (to revision 41c44bc1d080d6cf063419a4166732b983b84eef) to /tmp/pip-req-build-flmcmfed 2022-09-27T15:34:11.2975977Z Running command git clone --filter=blob:none --quiet https://github.com/pytorch/torchdynamo.git /tmp/pip-req-build-flmcmfed 2022-09-27T15:34:12.8394712Z Running command git rev-parse -q --verify 'sha^41c44bc1d080d6cf063419a4166732b983b84eef' 2022-09-27T15:34:12.8511560Z Running command git fetch -q https://github.com/pytorch/torchdynamo.git 41c44bc1d080d6cf063419a4166732b983b84eef 2022-09-27T15:34:13.4129884Z Running command git checkout -q 41c44bc1d080d6cf063419a4166732b983b84eef 2022-09-27T15:34:13.8608412Z Resolved https://github.com/pytorch/torchdynamo.git to commit 41c44bc1d080d6cf063419a4166732b983b84eef 2022-09-27T15:34:18.7174507Z Preparing metadata (setup.py) ... [?25l- done 2022-09-27T15:34:18.7255972Z [?25hRequirement already satisfied: torch>=1.12.0 in /opt/conda/lib/python3.7/site-packages (from torchdynamo==1.13.0.dev0) (1.13.0a0+git52424e2) 2022-09-27T15:34:18.7260282Z Requirement already satisfied: numpy in /opt/conda/lib/python3.7/site-packages (from torchdynamo==1.13.0.dev0) (1.18.5) 2022-09-27T15:34:18.7805946Z Collecting tabulate 2022-09-27T15:34:18.8075583Z Downloading tabulate-0.8.10-py3-none-any.whl (29 kB) 2022-09-27T15:34:18.8163948Z Requirement already satisfied: pyyaml in /opt/conda/lib/python3.7/site-packages (from torchdynamo==1.13.0.dev0) (6.0) 2022-09-27T15:34:18.8168334Z Requirement already satisfied: sympy in /opt/conda/lib/python3.7/site-packages (from torchdynamo==1.13.0.dev0) (1.10.1) 2022-09-27T15:34:18.8198593Z Requirement already satisfied: typing-extensions in /opt/conda/lib/python3.7/site-packages (from torch>=1.12.0->torchdynamo==1.13.0.dev0) (4.3.0) 2022-09-27T15:34:18.8233698Z Requirement already satisfied: mpmath>=0.19 in /opt/conda/lib/python3.7/site-packages (from sympy->torchdynamo==1.13.0.dev0) (1.2.1) 2022-09-27T15:34:18.8373968Z Building wheels for collected packages: torchdynamo 2022-09-27T15:34:28.3278009Z Building wheel for torchdynamo (setup.py) ... [?25l- \ | / - \ done 2022-09-27T15:34:28.3375005Z [?25h Created wheel for torchdynamo: filename=torchdynamo-1.13.0.dev0-cp37-cp37m-linux_x86_64.whl size=2801554 sha256=79bbdebae29ec7cb0ed8af0ac52b800ecc4393b867fb19e82544ff74cb880613 2022-09-27T15:34:28.3376152Z Stored in directory: /var/lib/jenkins/.cache/pip/wheels/77/0f/de/99455111d0619b9c9ed3eeb8e83431c83a6c69394197cf5fb8 2022-09-27T15:34:28.3410211Z Successfully built torchdynamo 2022-09-27T15:34:29.2225345Z Installing collected packages: tabulate, torchdynamo 2022-09-27T15:34:29.6212309Z Successfully installed tabulate-0.8.10 torchdynamo-1.13.0.dev0 2022-09-27T15:34:29.7403682Z + test_python_shard 3 2022-09-27T15:34:29.7404176Z + [[ -z 5 ]] 2022-09-27T15:34:29.7404730Z + python test/run_test.py --exclude-jit-executor --exclude-distributed-tests --shard 3 5 --verbose 2022-09-27T15:34:34.0353153Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-09-27T15:34:34.1947138Z Ignoring disabled issues: [] 2022-09-27T15:34:34.3024763Z Found test time stats from artifacts 2022-09-27T15:34:34.3026727Z Selected tests: 2022-09-27T15:34:34.3026971Z test_jit_fuser_te 2022-09-27T15:34:34.3027311Z test_linalg 2022-09-27T15:34:34.3027620Z test_foreach 2022-09-27T15:34:34.3027932Z test_proxy_tensor 2022-09-27T15:34:34.3028122Z test_binary_ufuncs 2022-09-27T15:34:34.3028486Z nn/test_pooling 2022-09-27T15:34:34.3028661Z test_dataloader 2022-09-27T15:34:34.3028819Z test_autograd 2022-09-27T15:34:34.3028984Z test_view_ops 2022-09-27T15:34:34.3029148Z test_masked 2022-09-27T15:34:34.3029312Z test_xnnpack_integration 2022-09-27T15:34:34.3029499Z lazy/test_ts_opinfo 2022-09-27T15:34:34.3029845Z test_multiprocessing 2022-09-27T15:34:34.3030006Z test_fx 2022-09-27T15:34:34.3030169Z test_sort_and_select 2022-09-27T15:34:34.3030355Z profiler/test_profiler 2022-09-27T15:34:34.3030528Z test_mkldnn_verbose 2022-09-27T15:34:34.3030697Z test_logging 2022-09-27T15:34:34.3030859Z test_indexing 2022-09-27T15:34:34.3031014Z test_bundled_inputs 2022-09-27T15:34:34.3031185Z test_overrides 2022-09-27T15:34:34.3031369Z test_namedtuple_return_api 2022-09-27T15:34:34.3031541Z test_fake_tensor 2022-09-27T15:34:34.3031715Z test_function_schema 2022-09-27T15:34:34.3031886Z test_futures 2022-09-27T15:34:34.3032065Z benchmark_utils/test_benchmark_utils 2022-09-27T15:34:34.3032266Z test_jit_cuda_fuser 2022-09-27T15:34:34.3032441Z test_functional_optim 2022-09-27T15:34:34.3032603Z test_subclass 2022-09-27T15:34:34.3032785Z profiler/test_profiler_tree 2022-09-27T15:34:34.3032972Z test_fx_passes 2022-09-27T15:34:34.3033152Z test_set_default_mobile_cpu_allocator 2022-09-27T15:34:34.3033350Z test_numpy_interop 2022-09-27T15:34:34.3033518Z test_dlpack 2022-09-27T15:34:34.3033677Z test_nvfuser_frontend 2022-09-27T15:34:34.3033855Z test_mkldnn_fusion 2022-09-27T15:34:34.3034025Z test_openmp 2022-09-27T15:34:34.3034186Z test_comparison_utils 2022-09-27T15:34:34.3034356Z test_deploy 2022-09-27T15:34:34.3034511Z test_mps 2022-09-27T15:34:34.3930783Z Prioritized test from test file changes. 2022-09-27T15:34:34.3931234Z reordering tests for PR: 2022-09-27T15:34:34.3931997Z prioritized: ['test_jit_fuser_te', 'test_linalg', 'test_proxy_tensor', 'test_masked', 'lazy/test_ts_opinfo', 'test_fx', 'profiler/test_profiler', 'test_overrides', 'test_namedtuple_return_api', 'test_fake_tensor', 'test_jit_cuda_fuser', 'test_subclass', 'test_fx_passes', 'test_mps'] 2022-09-27T15:34:34.3933320Z the rest: ['test_foreach', 'test_binary_ufuncs', 'nn/test_pooling', 'test_dataloader', 'test_autograd', 'test_view_ops', 'test_xnnpack_integration', 'test_multiprocessing', 'test_sort_and_select', 'test_mkldnn_verbose', 'test_logging', 'test_indexing', 'test_bundled_inputs', 'test_function_schema', 'test_futures', 'benchmark_utils/test_benchmark_utils', 'test_functional_optim', 'profiler/test_profiler_tree', 'test_set_default_mobile_cpu_allocator', 'test_numpy_interop', 'test_dlpack', 'test_nvfuser_frontend', 'test_mkldnn_fusion', 'test_openmp', 'test_comparison_utils', 'test_deploy'] 2022-09-27T15:34:34.3933942Z 2022-09-27T15:34:34.3934352Z 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:34:34.4237436Z 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:34:34.4506589Z Running test_jit_fuser_te ... [2022-09-27 15:34:34.450211] 2022-09-27T15:34:34.4507141Z Executing ['/opt/conda/bin/python', '-bb', 'test_jit_fuser_te.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 15:34:34.450273] 2022-09-27T15:34:41.4842786Z CUDA not available, skipping tests 2022-09-27T15:34:41.5219426Z monkeytype is not installed. Skipping tests for Profile-Directed Typing 2022-09-27T15:34:41.7906293Z Test results will be stored in test-reports/python-unittest/test_jit_fuser_te 2022-09-27T15:34:41.8235545Z 2022-09-27T15:34:41.8235976Z Running tests... 2022-09-27T15:34:41.8236739Z ---------------------------------------------------------------------- 2022-09-27T15:34:42.2727885Z test_autodiff_fallback (jit.test_fuser_common.TestFuserCommon) ... ok (0.449s) 2022-09-27T15:34:42.2736949Z test_relu_cpu (__main__.TestLoopnestRandomizationCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:42.2743339Z test_failures___rmatmul___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:42.2749182Z test_failures_frac_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:42.2755431Z test_failures_matmul_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:42.2777457Z test_nnc_correctness_H_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.2794503Z test_nnc_correctness_H_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.2810520Z test_nnc_correctness_H_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.2826326Z test_nnc_correctness_H_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.2842402Z test_nnc_correctness_H_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.2858504Z test_nnc_correctness_H_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.2874594Z test_nnc_correctness_H_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.2890369Z test_nnc_correctness_H_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.2906012Z test_nnc_correctness_H_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.2921946Z test_nnc_correctness_H_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.2937555Z test_nnc_correctness_H_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.2953351Z test_nnc_correctness_H_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.2969105Z test_nnc_correctness_H_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.2985467Z test_nnc_correctness_T_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.3000839Z test_nnc_correctness_T_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.3016683Z test_nnc_correctness_T_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.3032784Z test_nnc_correctness_T_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.3048295Z test_nnc_correctness_T_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.3064026Z test_nnc_correctness_T_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.3079727Z test_nnc_correctness_T_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.3095848Z test_nnc_correctness_T_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.3111381Z test_nnc_correctness_T_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.3127087Z test_nnc_correctness_T_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.3142759Z test_nnc_correctness_T_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.3158588Z test_nnc_correctness_T_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.3174380Z test_nnc_correctness_T_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.3190281Z test_nnc_correctness___getitem___cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.3205750Z test_nnc_correctness___getitem___cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.3221385Z test_nnc_correctness___getitem___cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.3237946Z test_nnc_correctness___getitem___cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.3254684Z test_nnc_correctness___getitem___cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.3271353Z test_nnc_correctness___getitem___cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.3288271Z test_nnc_correctness___getitem___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.3305293Z test_nnc_correctness___getitem___cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.3321938Z test_nnc_correctness___getitem___cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.3338856Z test_nnc_correctness___getitem___cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.3355945Z test_nnc_correctness___getitem___cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.3372554Z test_nnc_correctness___getitem___cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.3389117Z test_nnc_correctness___getitem___cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.3405993Z test_nnc_correctness___radd___cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.3422703Z test_nnc_correctness___radd___cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.3439456Z test_nnc_correctness___radd___cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.3456310Z test_nnc_correctness___radd___cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.3473185Z test_nnc_correctness___radd___cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.3489793Z test_nnc_correctness___radd___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.3506379Z test_nnc_correctness___radd___cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.3523163Z test_nnc_correctness___radd___cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.3540039Z test_nnc_correctness___radd___cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.3556702Z test_nnc_correctness___radd___cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.3573415Z test_nnc_correctness___radd___cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.3590899Z test_nnc_correctness___radd___cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.3607256Z test_nnc_correctness___rand___cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.3624045Z test_nnc_correctness___rand___cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.3640783Z test_nnc_correctness___rand___cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.3657638Z test_nnc_correctness___rand___cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.3674314Z test_nnc_correctness___rand___cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.3691039Z test_nnc_correctness___rand___cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.3707786Z test_nnc_correctness___rdiv___cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.3724650Z test_nnc_correctness___rdiv___cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.3741382Z test_nnc_correctness___rdiv___cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.3758204Z test_nnc_correctness___rdiv___cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.3774891Z test_nnc_correctness___rdiv___cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.3792170Z test_nnc_correctness___rdiv___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.3808466Z test_nnc_correctness___rdiv___cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.3825066Z test_nnc_correctness___rdiv___cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.3841863Z test_nnc_correctness___rdiv___cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.3859107Z test_nnc_correctness___rdiv___cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.3875460Z test_nnc_correctness___rdiv___cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.3892127Z test_nnc_correctness___rdiv___cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.3908798Z test_nnc_correctness___rmatmul___cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.3925527Z test_nnc_correctness___rmatmul___cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.3942131Z test_nnc_correctness___rmatmul___cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.3958839Z test_nnc_correctness___rmatmul___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.3975556Z test_nnc_correctness___rmatmul___cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.3992261Z test_nnc_correctness___rmatmul___cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.4009005Z test_nnc_correctness___rmatmul___cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.4020994Z test_nnc_correctness___rmatmul___cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:42.4037770Z test_nnc_correctness___rmatmul___cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.4054444Z test_nnc_correctness___rmatmul___cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.4071193Z test_nnc_correctness___rmod___cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.4087872Z test_nnc_correctness___rmod___cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.4104359Z test_nnc_correctness___rmod___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.4121187Z test_nnc_correctness___rmod___cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.4137757Z test_nnc_correctness___rmul___cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.4154574Z test_nnc_correctness___rmul___cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.4171338Z test_nnc_correctness___rmul___cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.4187917Z test_nnc_correctness___rmul___cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.4204644Z test_nnc_correctness___rmul___cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.4221232Z test_nnc_correctness___rmul___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.4237985Z test_nnc_correctness___rmul___cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.4254655Z test_nnc_correctness___rmul___cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.4271533Z test_nnc_correctness___rmul___cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.4288038Z test_nnc_correctness___rmul___cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.4304762Z test_nnc_correctness___rmul___cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.4321377Z test_nnc_correctness___rmul___cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.4338236Z test_nnc_correctness___ror___cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.4354997Z test_nnc_correctness___ror___cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.4371847Z test_nnc_correctness___ror___cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.4388285Z test_nnc_correctness___ror___cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.4405192Z test_nnc_correctness___ror___cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.4421689Z test_nnc_correctness___ror___cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.4438606Z test_nnc_correctness___rpow___cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.4455298Z test_nnc_correctness___rpow___cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.4472139Z test_nnc_correctness___rpow___cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.4488864Z test_nnc_correctness___rpow___cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.4505521Z test_nnc_correctness___rpow___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.4522355Z test_nnc_correctness___rpow___cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.4539159Z test_nnc_correctness___rpow___cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.4555692Z test_nnc_correctness___rpow___cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.4573443Z test_nnc_correctness___rpow___cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.4590624Z test_nnc_correctness___rpow___cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.4608410Z test_nnc_correctness___rpow___cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.4625708Z test_nnc_correctness___rsub___cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.4643251Z test_nnc_correctness___rsub___cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.4660754Z test_nnc_correctness___rsub___cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.4678278Z test_nnc_correctness___rsub___cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.4695458Z test_nnc_correctness___rsub___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.4713055Z test_nnc_correctness___rsub___cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.4730643Z test_nnc_correctness___rsub___cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.4748145Z test_nnc_correctness___rsub___cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.4765815Z test_nnc_correctness___rsub___cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.4889758Z test_nnc_correctness___rsub___cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-09-27T15:34:42.4906153Z test_nnc_correctness___rsub___cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.4922879Z test_nnc_correctness___rxor___cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.4939053Z test_nnc_correctness___rxor___cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.4955548Z test_nnc_correctness___rxor___cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.4971894Z test_nnc_correctness___rxor___cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.5008388Z test_nnc_correctness___rxor___cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.5011913Z test_nnc_correctness___rxor___cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.5027389Z test_nnc_correctness__masked_amax_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.5042882Z test_nnc_correctness__masked_amax_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.5058312Z test_nnc_correctness__masked_amax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.5073990Z test_nnc_correctness__masked_amax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.5089626Z test_nnc_correctness__masked_amax_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.5105130Z test_nnc_correctness__masked_amax_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:42.5120695Z test_nnc_correctness__masked_amax_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.5136178Z test_nnc_correctness__masked_amax_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:42.5151892Z test_nnc_correctness__masked_amax_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.5167613Z test_nnc_correctness__masked_amin_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.5183206Z test_nnc_correctness__masked_amin_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.5198875Z test_nnc_correctness__masked_amin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.5214566Z test_nnc_correctness__masked_amin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.5230351Z test_nnc_correctness__masked_amin_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.5246916Z test_nnc_correctness__masked_amin_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.5263628Z test_nnc_correctness__masked_amin_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.5280465Z test_nnc_correctness__masked_amin_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.5297395Z test_nnc_correctness__masked_amin_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.5314294Z test_nnc_correctness__masked_argmax_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.5331139Z test_nnc_correctness__masked_argmax_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.5347872Z test_nnc_correctness__masked_argmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.5364744Z test_nnc_correctness__masked_argmax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.5381537Z test_nnc_correctness__masked_argmax_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.5398329Z test_nnc_correctness__masked_argmax_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.5415252Z test_nnc_correctness__masked_argmax_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.5432315Z test_nnc_correctness__masked_argmax_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.5448925Z test_nnc_correctness__masked_argmax_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.5465709Z test_nnc_correctness__masked_argmin_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.5482377Z test_nnc_correctness__masked_argmin_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.5499084Z test_nnc_correctness__masked_argmin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.5516120Z test_nnc_correctness__masked_argmin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.5532748Z test_nnc_correctness__masked_argmin_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.5549767Z test_nnc_correctness__masked_argmin_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.5566526Z test_nnc_correctness__masked_argmin_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.5583295Z test_nnc_correctness__masked_argmin_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.5600015Z test_nnc_correctness__masked_argmin_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.5616868Z test_nnc_correctness__masked_cumprod_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.5633898Z test_nnc_correctness__masked_cumprod_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.5650537Z test_nnc_correctness__masked_cumprod_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.5667327Z test_nnc_correctness__masked_cumprod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.5684381Z test_nnc_correctness__masked_cumprod_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.5701604Z test_nnc_correctness__masked_cumprod_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.5718127Z test_nnc_correctness__masked_cumprod_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.5734950Z test_nnc_correctness__masked_cumprod_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.5751840Z test_nnc_correctness__masked_cumprod_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.5768573Z test_nnc_correctness__masked_cumprod_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.5785307Z test_nnc_correctness__masked_cumsum_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.5802008Z test_nnc_correctness__masked_cumsum_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.5818784Z test_nnc_correctness__masked_cumsum_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.5835860Z test_nnc_correctness__masked_cumsum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.5852541Z test_nnc_correctness__masked_cumsum_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.5869233Z test_nnc_correctness__masked_cumsum_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.5886647Z test_nnc_correctness__masked_cumsum_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.5902966Z test_nnc_correctness__masked_cumsum_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.5919838Z test_nnc_correctness__masked_cumsum_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.5936690Z test_nnc_correctness__masked_cumsum_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.5953509Z test_nnc_correctness__masked_log_softmax_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.5970631Z test_nnc_correctness__masked_log_softmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.5987181Z test_nnc_correctness__masked_log_softmax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.6004187Z test_nnc_correctness__masked_logaddexp_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.6020988Z test_nnc_correctness__masked_logaddexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.6037865Z test_nnc_correctness__masked_logaddexp_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.6054765Z test_nnc_correctness__masked_logsumexp_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.6071716Z test_nnc_correctness__masked_logsumexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.6088615Z test_nnc_correctness__masked_logsumexp_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.6105404Z test_nnc_correctness__masked_logsumexp_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.6122211Z test_nnc_correctness__masked_logsumexp_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.6139021Z test_nnc_correctness__masked_logsumexp_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.6155919Z test_nnc_correctness__masked_logsumexp_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.6172778Z test_nnc_correctness__masked_logsumexp_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.6189514Z test_nnc_correctness__masked_mean_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.6206980Z test_nnc_correctness__masked_mean_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.6223702Z test_nnc_correctness__masked_mean_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.6240567Z test_nnc_correctness__masked_mean_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.6257503Z test_nnc_correctness__masked_mean_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.6274582Z test_nnc_correctness__masked_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.6291350Z test_nnc_correctness__masked_mean_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.6308145Z test_nnc_correctness__masked_mean_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.6325104Z test_nnc_correctness__masked_mean_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.6341884Z test_nnc_correctness__masked_mean_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.6358738Z test_nnc_correctness__masked_mean_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.6375368Z test_nnc_correctness__masked_mean_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.6392260Z test_nnc_correctness__masked_median_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.6409114Z test_nnc_correctness__masked_median_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.6425980Z test_nnc_correctness__masked_median_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.6443448Z test_nnc_correctness__masked_norm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.6460461Z test_nnc_correctness__masked_norm_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.6477622Z test_nnc_correctness__masked_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.6494889Z test_nnc_correctness__masked_norm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.6512061Z test_nnc_correctness__masked_normalize_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.6529109Z test_nnc_correctness__masked_normalize_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.6546110Z test_nnc_correctness__masked_normalize_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.6563427Z test_nnc_correctness__masked_normalize_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.6580523Z test_nnc_correctness__masked_normalize_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.6597618Z test_nnc_correctness__masked_normalize_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.6614571Z test_nnc_correctness__masked_prod_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.6631805Z test_nnc_correctness__masked_prod_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.6648881Z test_nnc_correctness__masked_prod_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.6666037Z test_nnc_correctness__masked_prod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.6683262Z test_nnc_correctness__masked_prod_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.6700495Z test_nnc_correctness__masked_prod_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.6717838Z test_nnc_correctness__masked_prod_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.6734766Z test_nnc_correctness__masked_prod_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.6751827Z test_nnc_correctness__masked_prod_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.6768990Z test_nnc_correctness__masked_prod_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.6786030Z test_nnc_correctness__masked_softmax_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.6803117Z test_nnc_correctness__masked_softmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.6820234Z test_nnc_correctness__masked_softmax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.6837311Z test_nnc_correctness__masked_softmin_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.6854478Z test_nnc_correctness__masked_softmin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.6871646Z test_nnc_correctness__masked_softmin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.6888780Z test_nnc_correctness__masked_std_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.6905891Z test_nnc_correctness__masked_std_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.6923208Z test_nnc_correctness__masked_std_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.6940300Z test_nnc_correctness__masked_std_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.6957813Z test_nnc_correctness__masked_std_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.6975132Z test_nnc_correctness__masked_std_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.6991890Z test_nnc_correctness__masked_std_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.7009020Z test_nnc_correctness__masked_std_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.7025861Z test_nnc_correctness__masked_std_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.7043127Z test_nnc_correctness__masked_std_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.7060123Z test_nnc_correctness__masked_sum_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.7077472Z test_nnc_correctness__masked_sum_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.7094561Z test_nnc_correctness__masked_sum_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.7111768Z test_nnc_correctness__masked_sum_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.7129002Z test_nnc_correctness__masked_sum_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.7146075Z test_nnc_correctness__masked_sum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.7163075Z test_nnc_correctness__masked_sum_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.7180219Z test_nnc_correctness__masked_sum_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.7197409Z test_nnc_correctness__masked_sum_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.7228718Z test_nnc_correctness__masked_sum_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T15:34:42.7244762Z test_nnc_correctness__masked_sum_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.7260552Z test_nnc_correctness__masked_sum_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.7276572Z test_nnc_correctness__masked_var_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.7292434Z test_nnc_correctness__masked_var_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.7308231Z test_nnc_correctness__masked_var_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.7324351Z test_nnc_correctness__masked_var_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.7340415Z test_nnc_correctness__masked_var_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.7356376Z test_nnc_correctness__masked_var_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.7372355Z test_nnc_correctness__masked_var_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.7388201Z test_nnc_correctness__masked_var_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.7404950Z test_nnc_correctness__masked_var_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.7422040Z test_nnc_correctness__masked_var_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.7440195Z test_nnc_correctness__masked_var_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.7457339Z test_nnc_correctness_abs_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.7474502Z test_nnc_correctness_abs_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.7491646Z test_nnc_correctness_abs_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.7508679Z test_nnc_correctness_abs_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.7526407Z test_nnc_correctness_abs_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.7543265Z test_nnc_correctness_abs_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.7560469Z test_nnc_correctness_abs_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.7577488Z test_nnc_correctness_abs_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.7594743Z test_nnc_correctness_abs_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.7611821Z test_nnc_correctness_abs_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.7628964Z test_nnc_correctness_abs_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.7646514Z test_nnc_correctness_abs_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.7663104Z test_nnc_correctness_acos_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.7680250Z test_nnc_correctness_acos_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.7697360Z test_nnc_correctness_acos_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.7714482Z test_nnc_correctness_acos_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.7731987Z test_nnc_correctness_acos_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.7748740Z test_nnc_correctness_acos_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.7766154Z test_nnc_correctness_acos_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.7782903Z test_nnc_correctness_acos_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.7799744Z test_nnc_correctness_acos_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.7816739Z test_nnc_correctness_acos_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.7833879Z test_nnc_correctness_acos_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.7850224Z test_nnc_correctness_acosh_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.7866881Z test_nnc_correctness_acosh_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.7883673Z test_nnc_correctness_acosh_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.7900209Z test_nnc_correctness_acosh_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.7917145Z test_nnc_correctness_acosh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.7933837Z test_nnc_correctness_acosh_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.7950600Z test_nnc_correctness_acosh_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.7967275Z test_nnc_correctness_acosh_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.7984084Z test_nnc_correctness_acosh_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.8001035Z test_nnc_correctness_acosh_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.8017947Z test_nnc_correctness_acosh_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.8034605Z test_nnc_correctness_add_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.8051274Z test_nnc_correctness_add_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.8067951Z test_nnc_correctness_add_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.8084699Z test_nnc_correctness_add_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.8101417Z test_nnc_correctness_add_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.8117884Z test_nnc_correctness_add_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.8134893Z test_nnc_correctness_add_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.8151384Z test_nnc_correctness_add_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.8168093Z test_nnc_correctness_add_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.8184525Z test_nnc_correctness_add_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.8201286Z test_nnc_correctness_add_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.8218056Z test_nnc_correctness_add_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.8234798Z test_nnc_correctness_add_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.8251928Z test_nnc_correctness_addbmm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.8268217Z test_nnc_correctness_addbmm_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.8285110Z test_nnc_correctness_addbmm_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.8301656Z test_nnc_correctness_addbmm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.8318396Z test_nnc_correctness_addbmm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.8334912Z test_nnc_correctness_addbmm_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.8351789Z test_nnc_correctness_addbmm_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.8368634Z test_nnc_correctness_addbmm_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.8384931Z test_nnc_correctness_addbmm_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.8401744Z test_nnc_correctness_addbmm_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.8418493Z test_nnc_correctness_addcdiv_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.8435201Z test_nnc_correctness_addcdiv_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.8451881Z test_nnc_correctness_addcdiv_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.8468438Z test_nnc_correctness_addcdiv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.8485258Z test_nnc_correctness_addcdiv_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.8501859Z test_nnc_correctness_addcmul_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.8519113Z test_nnc_correctness_addcmul_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.8536286Z test_nnc_correctness_addcmul_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.8553224Z test_nnc_correctness_addcmul_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.8570754Z test_nnc_correctness_addcmul_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.8587363Z test_nnc_correctness_addcmul_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.8604583Z test_nnc_correctness_addcmul_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.8621295Z test_nnc_correctness_addcmul_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.8638209Z test_nnc_correctness_addcmul_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.8655211Z test_nnc_correctness_addcmul_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.8672332Z test_nnc_correctness_addmm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.8689264Z test_nnc_correctness_addmm_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.8706345Z test_nnc_correctness_addmm_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.8723113Z test_nnc_correctness_addmm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.8740030Z test_nnc_correctness_addmm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.8757089Z test_nnc_correctness_addmm_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.8773984Z test_nnc_correctness_addmm_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.8791314Z test_nnc_correctness_addmm_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.8808336Z test_nnc_correctness_addmm_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.8825074Z test_nnc_correctness_addmm_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.8842098Z test_nnc_correctness_addmm_decomposed_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.8859035Z test_nnc_correctness_addmm_decomposed_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.8876199Z test_nnc_correctness_addmm_decomposed_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.8893188Z test_nnc_correctness_addmm_decomposed_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.8909735Z test_nnc_correctness_addmm_decomposed_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.8926440Z test_nnc_correctness_addmm_decomposed_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.8943229Z test_nnc_correctness_addmm_decomposed_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.8960515Z test_nnc_correctness_addmm_decomposed_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.8977081Z test_nnc_correctness_addmm_decomposed_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.8994317Z test_nnc_correctness_addmm_decomposed_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.9011148Z test_nnc_correctness_addmv_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.9028684Z test_nnc_correctness_addmv_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.9046076Z test_nnc_correctness_addmv_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.9062985Z test_nnc_correctness_addmv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.9079984Z test_nnc_correctness_addmv_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.9096697Z test_nnc_correctness_addmv_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.9113538Z test_nnc_correctness_addmv_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.9130233Z test_nnc_correctness_addmv_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.9147014Z test_nnc_correctness_addmv_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.9163923Z test_nnc_correctness_addmv_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.9180639Z test_nnc_correctness_addr_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.9197443Z test_nnc_correctness_addr_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.9214365Z test_nnc_correctness_addr_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.9567241Z test_nnc_correctness_addr_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.035s) 2022-09-27T15:34:42.9585116Z test_nnc_correctness_addr_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.9602204Z test_nnc_correctness_addr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.9619342Z test_nnc_correctness_addr_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.9636163Z test_nnc_correctness_addr_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.9652990Z test_nnc_correctness_addr_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.9669744Z test_nnc_correctness_addr_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.9686607Z test_nnc_correctness_addr_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.9703488Z test_nnc_correctness_addr_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.9720161Z test_nnc_correctness_all_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.9736983Z test_nnc_correctness_all_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.9753953Z test_nnc_correctness_all_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.9770841Z test_nnc_correctness_all_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.9787402Z test_nnc_correctness_all_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.9837416Z test_nnc_correctness_all_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-09-27T15:34:42.9854485Z test_nnc_correctness_all_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.9870418Z test_nnc_correctness_all_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.9886193Z test_nnc_correctness_all_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.9901561Z test_nnc_correctness_all_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:42.9917226Z test_nnc_correctness_all_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.9932901Z test_nnc_correctness_all_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:42.9943243Z test_nnc_correctness_allclose_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:42.9954135Z test_nnc_correctness_allclose_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:42.9964675Z test_nnc_correctness_allclose_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:42.9975094Z test_nnc_correctness_allclose_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:42.9985723Z test_nnc_correctness_allclose_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:42.9996399Z test_nnc_correctness_allclose_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:43.0012299Z test_nnc_correctness_amax_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.0028038Z test_nnc_correctness_amax_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.0043601Z test_nnc_correctness_amax_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.0059477Z test_nnc_correctness_amax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.0075195Z test_nnc_correctness_amax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.0090970Z test_nnc_correctness_amax_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.0106358Z test_nnc_correctness_amax_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.0122011Z test_nnc_correctness_amax_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.0137703Z test_nnc_correctness_amax_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.0153367Z test_nnc_correctness_amax_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.0168934Z test_nnc_correctness_amin_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.0184539Z test_nnc_correctness_amin_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.0200115Z test_nnc_correctness_amin_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.0215815Z test_nnc_correctness_amin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.0231481Z test_nnc_correctness_amin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.0247162Z test_nnc_correctness_amin_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.0262862Z test_nnc_correctness_amin_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.0279568Z test_nnc_correctness_amin_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.0296527Z test_nnc_correctness_amin_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.0313446Z test_nnc_correctness_amin_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.0330336Z test_nnc_correctness_aminmax_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.0347045Z test_nnc_correctness_aminmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.0363997Z test_nnc_correctness_aminmax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.0380837Z test_nnc_correctness_aminmax_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.0397776Z test_nnc_correctness_aminmax_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.0414466Z test_nnc_correctness_aminmax_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.0431319Z test_nnc_correctness_aminmax_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.0448467Z test_nnc_correctness_aminmax_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.0465124Z test_nnc_correctness_angle_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.0481939Z test_nnc_correctness_angle_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.0498889Z test_nnc_correctness_angle_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.0515618Z test_nnc_correctness_angle_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.0532479Z test_nnc_correctness_angle_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.0549136Z test_nnc_correctness_angle_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.0566006Z test_nnc_correctness_angle_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.0582662Z test_nnc_correctness_angle_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.0599655Z test_nnc_correctness_angle_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.0616398Z test_nnc_correctness_angle_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.0633269Z test_nnc_correctness_angle_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.0650151Z test_nnc_correctness_angle_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.0667051Z test_nnc_correctness_any_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.0683652Z test_nnc_correctness_any_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.0700464Z test_nnc_correctness_any_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.0717209Z test_nnc_correctness_any_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.0734180Z test_nnc_correctness_any_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.0750864Z test_nnc_correctness_any_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.0767492Z test_nnc_correctness_any_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.0784386Z test_nnc_correctness_any_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.0801137Z test_nnc_correctness_any_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.0817957Z test_nnc_correctness_any_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.0834649Z test_nnc_correctness_any_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.0851787Z test_nnc_correctness_any_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.0868381Z test_nnc_correctness_arange_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.0885100Z test_nnc_correctness_arange_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.0901719Z test_nnc_correctness_arange_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.0918447Z test_nnc_correctness_arange_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.0935143Z test_nnc_correctness_arange_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.0951855Z test_nnc_correctness_arange_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.0968601Z test_nnc_correctness_arange_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.0985175Z test_nnc_correctness_arange_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.1002026Z test_nnc_correctness_arange_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.1018753Z test_nnc_correctness_argmax_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.1035434Z test_nnc_correctness_argmax_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.1052742Z test_nnc_correctness_argmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.1069006Z test_nnc_correctness_argmax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.1085965Z test_nnc_correctness_argmax_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.1102572Z test_nnc_correctness_argmax_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.1118989Z test_nnc_correctness_argmax_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.1135798Z test_nnc_correctness_argmax_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.1152473Z test_nnc_correctness_argmax_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.1169355Z test_nnc_correctness_argmin_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.1185916Z test_nnc_correctness_argmin_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.1202644Z test_nnc_correctness_argmin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.1219291Z test_nnc_correctness_argmin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.1236147Z test_nnc_correctness_argmin_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.1253071Z test_nnc_correctness_argmin_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.1269938Z test_nnc_correctness_argmin_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.1286657Z test_nnc_correctness_argmin_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.1303671Z test_nnc_correctness_argmin_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.1320638Z test_nnc_correctness_argsort_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.1337271Z test_nnc_correctness_argsort_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.1353973Z test_nnc_correctness_argsort_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.1370786Z test_nnc_correctness_argsort_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.1387300Z test_nnc_correctness_argsort_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.1404377Z test_nnc_correctness_argsort_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.1420948Z test_nnc_correctness_argsort_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.1437712Z test_nnc_correctness_argsort_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.1454491Z test_nnc_correctness_argsort_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.1471308Z test_nnc_correctness_argsort_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.1487881Z test_nnc_correctness_argwhere_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.1504808Z test_nnc_correctness_argwhere_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.1521446Z test_nnc_correctness_argwhere_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.1538643Z test_nnc_correctness_argwhere_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.1555271Z test_nnc_correctness_argwhere_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.1571830Z test_nnc_correctness_argwhere_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.1588430Z test_nnc_correctness_argwhere_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.1605136Z test_nnc_correctness_argwhere_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.1621730Z test_nnc_correctness_argwhere_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.1638522Z test_nnc_correctness_argwhere_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.1655608Z test_nnc_correctness_argwhere_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.1673297Z test_nnc_correctness_argwhere_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.1691107Z test_nnc_correctness_as_strided_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.1708130Z test_nnc_correctness_as_strided_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.1724941Z test_nnc_correctness_as_strided_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.1741312Z test_nnc_correctness_as_strided_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.1757803Z test_nnc_correctness_as_strided_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.1774206Z test_nnc_correctness_as_strided_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.1790758Z test_nnc_correctness_as_strided_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.1807266Z test_nnc_correctness_as_strided_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.1823652Z test_nnc_correctness_as_strided_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.1840238Z test_nnc_correctness_as_strided_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.1856708Z test_nnc_correctness_as_strided_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.1873307Z test_nnc_correctness_as_strided_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.1889735Z test_nnc_correctness_as_strided_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.1906493Z test_nnc_correctness_as_strided_scatter_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.1923435Z test_nnc_correctness_as_strided_scatter_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.1941612Z test_nnc_correctness_as_strided_scatter_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.1959280Z test_nnc_correctness_as_strided_scatter_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.1976128Z test_nnc_correctness_as_strided_scatter_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.1992729Z test_nnc_correctness_as_strided_scatter_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.2009109Z test_nnc_correctness_as_strided_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.2050845Z test_nnc_correctness_as_strided_scatter_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-09-27T15:34:43.2066089Z test_nnc_correctness_as_strided_scatter_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:43.2081503Z test_nnc_correctness_as_strided_scatter_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:43.2096931Z test_nnc_correctness_as_strided_scatter_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:43.2112200Z test_nnc_correctness_as_strided_scatter_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:43.2127582Z test_nnc_correctness_as_strided_scatter_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:43.2142867Z test_nnc_correctness_asin_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:43.2158170Z test_nnc_correctness_asin_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:43.2174508Z test_nnc_correctness_asin_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.2190828Z test_nnc_correctness_asin_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.2207256Z test_nnc_correctness_asin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.2223318Z test_nnc_correctness_asin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.2238671Z test_nnc_correctness_asin_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:43.2254131Z test_nnc_correctness_asin_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:43.2270633Z test_nnc_correctness_asin_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.2287091Z test_nnc_correctness_asin_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.2303543Z test_nnc_correctness_asin_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.2320303Z test_nnc_correctness_asinh_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.2336683Z test_nnc_correctness_asinh_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.2353166Z test_nnc_correctness_asinh_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.2369681Z test_nnc_correctness_asinh_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.2386232Z test_nnc_correctness_asinh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.2402773Z test_nnc_correctness_asinh_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.2419257Z test_nnc_correctness_asinh_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.2436098Z test_nnc_correctness_asinh_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.2454311Z test_nnc_correctness_asinh_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.2472116Z test_nnc_correctness_asinh_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.2489329Z test_nnc_correctness_asinh_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.2505641Z test_nnc_correctness_atan2_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.2522269Z test_nnc_correctness_atan2_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.2538991Z test_nnc_correctness_atan2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.2556087Z test_nnc_correctness_atan2_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.2572294Z test_nnc_correctness_atan2_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.2588479Z test_nnc_correctness_atan2_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.2605154Z test_nnc_correctness_atan2_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.2621436Z test_nnc_correctness_atan2_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.2638012Z test_nnc_correctness_atan2_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.2654616Z test_nnc_correctness_atan_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.2671200Z test_nnc_correctness_atan_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.2688091Z test_nnc_correctness_atan_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.2705025Z test_nnc_correctness_atan_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.2723034Z test_nnc_correctness_atan_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.2740982Z test_nnc_correctness_atan_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.2757871Z test_nnc_correctness_atan_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.2774701Z test_nnc_correctness_atan_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.2791582Z test_nnc_correctness_atan_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.2807871Z test_nnc_correctness_atan_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.2824192Z test_nnc_correctness_atan_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.2840758Z test_nnc_correctness_atanh_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.2857522Z test_nnc_correctness_atanh_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.2873934Z test_nnc_correctness_atanh_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.2890667Z test_nnc_correctness_atanh_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.2906954Z test_nnc_correctness_atanh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.2923513Z test_nnc_correctness_atanh_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.2940019Z test_nnc_correctness_atanh_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.2956959Z test_nnc_correctness_atanh_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.2974913Z test_nnc_correctness_atanh_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.2993051Z test_nnc_correctness_atanh_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.3010238Z test_nnc_correctness_atanh_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.3026730Z test_nnc_correctness_atleast_1d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.3043147Z test_nnc_correctness_atleast_1d_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.3059858Z test_nnc_correctness_atleast_1d_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.3076604Z test_nnc_correctness_atleast_1d_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.3093477Z test_nnc_correctness_atleast_1d_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.3110267Z test_nnc_correctness_atleast_1d_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.3127216Z test_nnc_correctness_atleast_1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.3143827Z test_nnc_correctness_atleast_1d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.3160739Z test_nnc_correctness_atleast_1d_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.3177511Z test_nnc_correctness_atleast_1d_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.3194388Z test_nnc_correctness_atleast_1d_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.3211260Z test_nnc_correctness_atleast_1d_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.3227964Z test_nnc_correctness_atleast_1d_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.3244834Z test_nnc_correctness_atleast_2d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.3261575Z test_nnc_correctness_atleast_2d_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.3278309Z test_nnc_correctness_atleast_2d_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.3295042Z test_nnc_correctness_atleast_2d_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.3311852Z test_nnc_correctness_atleast_2d_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.3328623Z test_nnc_correctness_atleast_2d_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.3345318Z test_nnc_correctness_atleast_2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.3362255Z test_nnc_correctness_atleast_2d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.3379070Z test_nnc_correctness_atleast_2d_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.3395962Z test_nnc_correctness_atleast_2d_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.3412739Z test_nnc_correctness_atleast_2d_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.3429350Z test_nnc_correctness_atleast_2d_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.3446084Z test_nnc_correctness_atleast_2d_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.3462852Z test_nnc_correctness_atleast_3d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.3479687Z test_nnc_correctness_atleast_3d_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.3496363Z test_nnc_correctness_atleast_3d_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.3513034Z test_nnc_correctness_atleast_3d_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.3530086Z test_nnc_correctness_atleast_3d_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.3546769Z test_nnc_correctness_atleast_3d_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.3563707Z test_nnc_correctness_atleast_3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.3580417Z test_nnc_correctness_atleast_3d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.3597254Z test_nnc_correctness_atleast_3d_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.3614274Z test_nnc_correctness_atleast_3d_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.3631071Z test_nnc_correctness_atleast_3d_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.3647782Z test_nnc_correctness_atleast_3d_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.3664381Z test_nnc_correctness_atleast_3d_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.3681135Z test_nnc_correctness_baddbmm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.3698047Z test_nnc_correctness_baddbmm_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.3714463Z test_nnc_correctness_baddbmm_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.3731194Z test_nnc_correctness_baddbmm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.3748060Z test_nnc_correctness_baddbmm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.3764932Z test_nnc_correctness_baddbmm_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.3781572Z test_nnc_correctness_baddbmm_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.3798368Z test_nnc_correctness_baddbmm_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.3814982Z test_nnc_correctness_baddbmm_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.3831750Z test_nnc_correctness_baddbmm_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.3848628Z test_nnc_correctness_bernoulli_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.3865571Z test_nnc_correctness_bernoulli_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.3882393Z test_nnc_correctness_bernoulli_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.3893883Z test_nnc_correctness_bfloat16_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:43.3905635Z test_nnc_correctness_bfloat16_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:43.3917405Z test_nnc_correctness_bfloat16_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:43.3929211Z test_nnc_correctness_bfloat16_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:43.3940814Z test_nnc_correctness_bfloat16_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:43.3952848Z test_nnc_correctness_bfloat16_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:43.3964645Z test_nnc_correctness_bfloat16_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:43.3976291Z test_nnc_correctness_bfloat16_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:43.3988043Z test_nnc_correctness_bfloat16_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:43.3999809Z test_nnc_correctness_bfloat16_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:43.4011755Z test_nnc_correctness_bfloat16_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:43.4023378Z test_nnc_correctness_bfloat16_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:43.4035142Z test_nnc_correctness_bfloat16_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:43.4053023Z test_nnc_correctness_bincount_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.4070247Z test_nnc_correctness_bincount_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.4087737Z test_nnc_correctness_bincount_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.4104452Z test_nnc_correctness_bincount_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.4121563Z test_nnc_correctness_bincount_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.4138241Z test_nnc_correctness_bitwise_and_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.4155194Z test_nnc_correctness_bitwise_and_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.4172185Z test_nnc_correctness_bitwise_and_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.4188913Z test_nnc_correctness_bitwise_and_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.4205906Z test_nnc_correctness_bitwise_and_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.4222563Z test_nnc_correctness_bitwise_and_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.4239586Z test_nnc_correctness_bitwise_left_shift_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.4256312Z test_nnc_correctness_bitwise_left_shift_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.4273108Z test_nnc_correctness_bitwise_left_shift_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.4310064Z test_nnc_correctness_bitwise_left_shift_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-09-27T15:34:43.4325779Z test_nnc_correctness_bitwise_left_shift_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.4341456Z test_nnc_correctness_bitwise_not_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.4357045Z test_nnc_correctness_bitwise_not_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.4373028Z test_nnc_correctness_bitwise_not_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.4388391Z test_nnc_correctness_bitwise_not_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.4404149Z test_nnc_correctness_bitwise_not_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.4420047Z test_nnc_correctness_bitwise_not_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.4437465Z test_nnc_correctness_bitwise_or_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.4454316Z test_nnc_correctness_bitwise_or_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.4471370Z test_nnc_correctness_bitwise_or_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.4488430Z test_nnc_correctness_bitwise_or_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.4505160Z test_nnc_correctness_bitwise_or_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.4522256Z test_nnc_correctness_bitwise_or_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.4539532Z test_nnc_correctness_bitwise_right_shift_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.4556453Z test_nnc_correctness_bitwise_right_shift_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.4573905Z test_nnc_correctness_bitwise_right_shift_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.4591045Z test_nnc_correctness_bitwise_right_shift_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.4607628Z test_nnc_correctness_bitwise_right_shift_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.4625046Z test_nnc_correctness_bitwise_xor_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.4641731Z test_nnc_correctness_bitwise_xor_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.4658581Z test_nnc_correctness_bitwise_xor_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.4675743Z test_nnc_correctness_bitwise_xor_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.4692739Z test_nnc_correctness_bitwise_xor_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.4709894Z test_nnc_correctness_bitwise_xor_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.4726996Z test_nnc_correctness_block_diag_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.4743895Z test_nnc_correctness_block_diag_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.4760840Z test_nnc_correctness_block_diag_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.4777975Z test_nnc_correctness_block_diag_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.4794989Z test_nnc_correctness_block_diag_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.4811971Z test_nnc_correctness_block_diag_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.4828854Z test_nnc_correctness_block_diag_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.4845897Z test_nnc_correctness_block_diag_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.4862789Z test_nnc_correctness_block_diag_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.4880024Z test_nnc_correctness_block_diag_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.4896767Z test_nnc_correctness_block_diag_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.4913834Z test_nnc_correctness_block_diag_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.4930883Z test_nnc_correctness_block_diag_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.4947865Z test_nnc_correctness_bmm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.4964998Z test_nnc_correctness_bmm_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.4981879Z test_nnc_correctness_bmm_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.4999092Z test_nnc_correctness_bmm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.5015744Z test_nnc_correctness_bmm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.5033035Z test_nnc_correctness_bmm_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.5050095Z test_nnc_correctness_bmm_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.5067050Z test_nnc_correctness_bmm_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.5084140Z test_nnc_correctness_bmm_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.5101017Z test_nnc_correctness_bmm_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.5118099Z test_nnc_correctness_bool_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.5135316Z test_nnc_correctness_bool_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.5152379Z test_nnc_correctness_bool_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.5169397Z test_nnc_correctness_bool_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.5186396Z test_nnc_correctness_bool_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.5203528Z test_nnc_correctness_bool_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.5220542Z test_nnc_correctness_bool_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.5237685Z test_nnc_correctness_bool_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.5254816Z test_nnc_correctness_bool_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.5271886Z test_nnc_correctness_bool_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.5288881Z test_nnc_correctness_bool_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.5305803Z test_nnc_correctness_bool_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.5322877Z test_nnc_correctness_bool_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.5339846Z test_nnc_correctness_broadcast_shapes_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.5356876Z test_nnc_correctness_broadcast_tensors_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.5373929Z test_nnc_correctness_broadcast_tensors_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.5391323Z test_nnc_correctness_broadcast_tensors_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.5408208Z test_nnc_correctness_broadcast_tensors_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.5425145Z test_nnc_correctness_broadcast_tensors_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.5442230Z test_nnc_correctness_broadcast_tensors_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.5459269Z test_nnc_correctness_broadcast_tensors_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.5476214Z test_nnc_correctness_broadcast_tensors_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.5493225Z test_nnc_correctness_broadcast_tensors_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.5510276Z test_nnc_correctness_broadcast_tensors_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.5527413Z test_nnc_correctness_broadcast_tensors_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.5544644Z test_nnc_correctness_broadcast_tensors_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.5561385Z test_nnc_correctness_broadcast_to_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.5578345Z test_nnc_correctness_broadcast_to_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.5595318Z test_nnc_correctness_broadcast_to_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.5612380Z test_nnc_correctness_broadcast_to_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.5629098Z test_nnc_correctness_broadcast_to_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.5646187Z test_nnc_correctness_broadcast_to_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.5662926Z test_nnc_correctness_broadcast_to_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.5679767Z test_nnc_correctness_broadcast_to_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.5696708Z test_nnc_correctness_broadcast_to_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.5713633Z test_nnc_correctness_broadcast_to_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.5730456Z test_nnc_correctness_broadcast_to_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.5747214Z test_nnc_correctness_broadcast_to_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.5764485Z test_nnc_correctness_bucketize_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.5781123Z test_nnc_correctness_bucketize_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.5798122Z test_nnc_correctness_bucketize_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.5814997Z test_nnc_correctness_bucketize_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.5831882Z test_nnc_correctness_bucketize_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.5848695Z test_nnc_correctness_bucketize_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.5865578Z test_nnc_correctness_bucketize_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.5882460Z test_nnc_correctness_bucketize_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.5899479Z test_nnc_correctness_bucketize_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.5916264Z test_nnc_correctness_byte_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.5933099Z test_nnc_correctness_byte_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.5950108Z test_nnc_correctness_byte_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.5967059Z test_nnc_correctness_byte_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.5983813Z test_nnc_correctness_byte_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.6000700Z test_nnc_correctness_byte_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.6017624Z test_nnc_correctness_byte_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.6034732Z test_nnc_correctness_byte_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.6051619Z test_nnc_correctness_byte_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.6068579Z test_nnc_correctness_byte_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.6085629Z test_nnc_correctness_byte_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.6102429Z test_nnc_correctness_byte_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.6119413Z test_nnc_correctness_cartesian_prod_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.6136203Z test_nnc_correctness_cartesian_prod_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.6153350Z test_nnc_correctness_cartesian_prod_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.6170028Z test_nnc_correctness_cartesian_prod_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.6186717Z test_nnc_correctness_cartesian_prod_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.6203660Z test_nnc_correctness_cartesian_prod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.6220540Z test_nnc_correctness_cartesian_prod_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.6237418Z test_nnc_correctness_cartesian_prod_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.6254020Z test_nnc_correctness_cartesian_prod_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.6271076Z test_nnc_correctness_cartesian_prod_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.6287798Z test_nnc_correctness_cartesian_prod_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.6304751Z test_nnc_correctness_cartesian_prod_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.6321435Z test_nnc_correctness_cat_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.6338216Z test_nnc_correctness_cat_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.6355106Z test_nnc_correctness_cat_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.6372019Z test_nnc_correctness_cat_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.6388644Z test_nnc_correctness_cat_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.6405709Z test_nnc_correctness_cat_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.6422486Z test_nnc_correctness_cat_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.6439367Z test_nnc_correctness_cat_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.6456117Z test_nnc_correctness_cat_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.6473036Z test_nnc_correctness_cat_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.6489816Z test_nnc_correctness_cat_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.6506670Z test_nnc_correctness_cat_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.6523634Z test_nnc_correctness_cat_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.6540942Z test_nnc_correctness_cdist_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.6557564Z test_nnc_correctness_cdist_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.6574453Z test_nnc_correctness_ceil_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.6591093Z test_nnc_correctness_ceil_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.6608033Z test_nnc_correctness_ceil_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.6624754Z test_nnc_correctness_ceil_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.6667940Z test_nnc_correctness_ceil_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-09-27T15:34:43.6683758Z test_nnc_correctness_ceil_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.6699228Z test_nnc_correctness_ceil_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.6714922Z test_nnc_correctness_ceil_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.6730536Z test_nnc_correctness_chalf_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.6746205Z test_nnc_correctness_chalf_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:43.6761757Z test_nnc_correctness_chalf_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.6777410Z test_nnc_correctness_chalf_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.6793560Z test_nnc_correctness_chalf_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.6810335Z test_nnc_correctness_chalf_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.6827053Z test_nnc_correctness_chalf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.6844158Z test_nnc_correctness_chalf_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.6861106Z test_nnc_correctness_chalf_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.6878037Z test_nnc_correctness_chalf_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.6894944Z test_nnc_correctness_chalf_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.6912232Z test_nnc_correctness_chalf_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.6928707Z test_nnc_correctness_chalf_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.6946282Z test_nnc_correctness_char_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.6962916Z test_nnc_correctness_char_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.6979598Z test_nnc_correctness_char_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.6996475Z test_nnc_correctness_char_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.7013196Z test_nnc_correctness_char_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.7030238Z test_nnc_correctness_char_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.7047031Z test_nnc_correctness_char_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.7063843Z test_nnc_correctness_char_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.7080704Z test_nnc_correctness_char_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.7097723Z test_nnc_correctness_char_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.7114657Z test_nnc_correctness_char_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.7131446Z test_nnc_correctness_char_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.7148218Z test_nnc_correctness_char_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.7165278Z test_nnc_correctness_cholesky_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.7182140Z test_nnc_correctness_cholesky_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.7198999Z test_nnc_correctness_cholesky_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.7215886Z test_nnc_correctness_cholesky_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.7232889Z test_nnc_correctness_cholesky_inverse_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.7249787Z test_nnc_correctness_cholesky_inverse_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.7266524Z test_nnc_correctness_cholesky_inverse_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.7283464Z test_nnc_correctness_cholesky_inverse_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.7300315Z test_nnc_correctness_cholesky_solve_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.7317158Z test_nnc_correctness_cholesky_solve_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.7334262Z test_nnc_correctness_cholesky_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.7351184Z test_nnc_correctness_cholesky_solve_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.7367994Z test_nnc_correctness_chunk_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.7384806Z test_nnc_correctness_chunk_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.7401711Z test_nnc_correctness_chunk_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.7418475Z test_nnc_correctness_chunk_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.7435864Z test_nnc_correctness_chunk_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.7452959Z test_nnc_correctness_chunk_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.7469338Z test_nnc_correctness_chunk_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.7486181Z test_nnc_correctness_chunk_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.7503070Z test_nnc_correctness_chunk_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.7519820Z test_nnc_correctness_chunk_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.7537223Z test_nnc_correctness_chunk_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.7554014Z test_nnc_correctness_chunk_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.7570928Z test_nnc_correctness_chunk_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.7587913Z test_nnc_correctness_clamp_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.7604843Z test_nnc_correctness_clamp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.7621138Z test_nnc_correctness_clamp_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.7638060Z test_nnc_correctness_clamp_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.7654946Z test_nnc_correctness_clamp_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.7671817Z test_nnc_correctness_clamp_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.7688945Z test_nnc_correctness_clamp_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.7705947Z test_nnc_correctness_clamp_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.7722763Z test_nnc_correctness_clamp_max_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.7739488Z test_nnc_correctness_clamp_max_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.7756275Z test_nnc_correctness_clamp_max_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.7773089Z test_nnc_correctness_clamp_max_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.7790103Z test_nnc_correctness_clamp_max_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.7806936Z test_nnc_correctness_clamp_max_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.7823550Z test_nnc_correctness_clamp_max_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.7840366Z test_nnc_correctness_clamp_max_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.7857137Z test_nnc_correctness_clamp_max_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.7874021Z test_nnc_correctness_clamp_max_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.7890765Z test_nnc_correctness_clamp_min_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.7907456Z test_nnc_correctness_clamp_min_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.7924449Z test_nnc_correctness_clamp_min_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.7941241Z test_nnc_correctness_clamp_min_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.7958121Z test_nnc_correctness_clamp_min_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.7974898Z test_nnc_correctness_clamp_min_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.7991904Z test_nnc_correctness_clamp_min_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.8008777Z test_nnc_correctness_clamp_min_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.8025415Z test_nnc_correctness_clamp_min_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.8042349Z test_nnc_correctness_clamp_min_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.8059168Z test_nnc_correctness_clone_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.8076051Z test_nnc_correctness_clone_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.8092819Z test_nnc_correctness_clone_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.8109528Z test_nnc_correctness_clone_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.8126286Z test_nnc_correctness_clone_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.8143015Z test_nnc_correctness_clone_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.8159912Z test_nnc_correctness_clone_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.8176722Z test_nnc_correctness_clone_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.8193659Z test_nnc_correctness_clone_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.8210945Z test_nnc_correctness_clone_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.8227434Z test_nnc_correctness_clone_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.8244365Z test_nnc_correctness_clone_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.8261217Z test_nnc_correctness_clone_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.8277958Z test_nnc_correctness_column_stack_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.8294777Z test_nnc_correctness_column_stack_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.8311551Z test_nnc_correctness_column_stack_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.8328404Z test_nnc_correctness_column_stack_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.8345009Z test_nnc_correctness_column_stack_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.8361885Z test_nnc_correctness_column_stack_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.8378713Z test_nnc_correctness_column_stack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.8395617Z test_nnc_correctness_column_stack_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.8412326Z test_nnc_correctness_column_stack_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.8429062Z test_nnc_correctness_column_stack_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.8446213Z test_nnc_correctness_column_stack_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.8462910Z test_nnc_correctness_column_stack_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.8479717Z test_nnc_correctness_column_stack_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.8496345Z test_nnc_correctness_combinations_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.8513359Z test_nnc_correctness_combinations_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.8530574Z test_nnc_correctness_combinations_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.8547295Z test_nnc_correctness_combinations_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.8564447Z test_nnc_correctness_combinations_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.8581395Z test_nnc_correctness_combinations_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.8598529Z test_nnc_correctness_combinations_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.8615635Z test_nnc_correctness_combinations_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.8632589Z test_nnc_correctness_combinations_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.8649564Z test_nnc_correctness_combinations_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.8666334Z test_nnc_correctness_combinations_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.8683638Z test_nnc_correctness_combinations_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.8700555Z test_nnc_correctness_complex_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.8717562Z test_nnc_correctness_complex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.8734553Z test_nnc_correctness_complex_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.8751739Z test_nnc_correctness_conj_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.8768709Z test_nnc_correctness_conj_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.8785557Z test_nnc_correctness_conj_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.8802780Z test_nnc_correctness_conj_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.8819917Z test_nnc_correctness_conj_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.8836834Z test_nnc_correctness_conj_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.8853728Z test_nnc_correctness_conj_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.8871009Z test_nnc_correctness_conj_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.8887826Z test_nnc_correctness_conj_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.8904748Z test_nnc_correctness_conj_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.8921935Z test_nnc_correctness_conj_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.8938992Z test_nnc_correctness_conj_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.8956095Z test_nnc_correctness_conj_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.8973189Z test_nnc_correctness_conj_physical_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.9016935Z test_nnc_correctness_conj_physical_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-09-27T15:34:43.9032990Z test_nnc_correctness_conj_physical_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.9048887Z test_nnc_correctness_conj_physical_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.9065206Z test_nnc_correctness_conj_physical_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.9080610Z test_nnc_correctness_conj_physical_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.9096104Z test_nnc_correctness_conj_physical_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.9111455Z test_nnc_correctness_conj_physical_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:43.9126743Z test_nnc_correctness_conj_physical_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:43.9141996Z test_nnc_correctness_conj_physical_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:43.9157492Z test_nnc_correctness_conj_physical_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:43.9172959Z test_nnc_correctness_conj_physical_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:43.9188448Z test_nnc_correctness_conj_physical_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:43.9204609Z test_nnc_correctness_constant_pad_nd_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.9221326Z test_nnc_correctness_constant_pad_nd_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.9238220Z test_nnc_correctness_constant_pad_nd_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.9255239Z test_nnc_correctness_constant_pad_nd_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.9271946Z test_nnc_correctness_constant_pad_nd_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.9288855Z test_nnc_correctness_constant_pad_nd_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.9305455Z test_nnc_correctness_constant_pad_nd_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.9322323Z test_nnc_correctness_constant_pad_nd_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.9339109Z test_nnc_correctness_constant_pad_nd_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.9356033Z test_nnc_correctness_constant_pad_nd_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.9372760Z test_nnc_correctness_constant_pad_nd_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.9389457Z test_nnc_correctness_constant_pad_nd_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.9406360Z test_nnc_correctness_contiguous_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.9423200Z test_nnc_correctness_contiguous_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.9440212Z test_nnc_correctness_contiguous_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.9457127Z test_nnc_correctness_contiguous_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.9474305Z test_nnc_correctness_contiguous_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.9490909Z test_nnc_correctness_contiguous_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.9507887Z test_nnc_correctness_contiguous_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.9524886Z test_nnc_correctness_contiguous_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.9541928Z test_nnc_correctness_contiguous_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.9558525Z test_nnc_correctness_contiguous_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.9575600Z test_nnc_correctness_contiguous_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.9592700Z test_nnc_correctness_contiguous_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.9609864Z test_nnc_correctness_contiguous_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.9627283Z test_nnc_correctness_copysign_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.9644270Z test_nnc_correctness_copysign_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.9661350Z test_nnc_correctness_copysign_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.9678695Z test_nnc_correctness_copysign_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.9695908Z test_nnc_correctness_copysign_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.9713409Z test_nnc_correctness_copysign_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.9730394Z test_nnc_correctness_copysign_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.9748868Z test_nnc_correctness_copysign_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.9766440Z test_nnc_correctness_copysign_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.9783629Z test_nnc_correctness_copysign_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.9801159Z test_nnc_correctness_corrcoef_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.9818257Z test_nnc_correctness_corrcoef_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.9835488Z test_nnc_correctness_corrcoef_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.9852650Z test_nnc_correctness_corrcoef_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.9869769Z test_nnc_correctness_corrcoef_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.9886965Z test_nnc_correctness_corrcoef_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.9904107Z test_nnc_correctness_corrcoef_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.9921302Z test_nnc_correctness_corrcoef_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.9938408Z test_nnc_correctness_corrcoef_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.9955675Z test_nnc_correctness_corrcoef_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.9972720Z test_nnc_correctness_cos_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:43.9989786Z test_nnc_correctness_cos_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.0007267Z test_nnc_correctness_cos_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.0380893Z test_nnc_correctness_cos_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.037s) 2022-09-27T15:34:44.0400045Z test_nnc_correctness_cos_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.0418276Z test_nnc_correctness_cos_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.0435171Z test_nnc_correctness_cos_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.0451879Z test_nnc_correctness_cos_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.0468455Z test_nnc_correctness_cos_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.0485261Z test_nnc_correctness_cos_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.0501589Z test_nnc_correctness_cos_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.0518132Z test_nnc_correctness_cosh_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.0534721Z test_nnc_correctness_cosh_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.0551285Z test_nnc_correctness_cosh_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.0567660Z test_nnc_correctness_cosh_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.0584396Z test_nnc_correctness_cosh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.0600656Z test_nnc_correctness_cosh_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.0617471Z test_nnc_correctness_cosh_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.0634220Z test_nnc_correctness_cosh_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.0652287Z test_nnc_correctness_cosh_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.0668842Z test_nnc_correctness_cosh_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.0685665Z test_nnc_correctness_cosh_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.0702165Z test_nnc_correctness_count_nonzero_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.0719077Z test_nnc_correctness_count_nonzero_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.0735995Z test_nnc_correctness_count_nonzero_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.0752690Z test_nnc_correctness_count_nonzero_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.0769655Z test_nnc_correctness_count_nonzero_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.0786095Z test_nnc_correctness_count_nonzero_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.0803019Z test_nnc_correctness_count_nonzero_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.0819572Z test_nnc_correctness_count_nonzero_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.0836549Z test_nnc_correctness_count_nonzero_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.0853321Z test_nnc_correctness_count_nonzero_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.0870342Z test_nnc_correctness_count_nonzero_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.0886903Z test_nnc_correctness_count_nonzero_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.0903887Z test_nnc_correctness_cov_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.0920913Z test_nnc_correctness_cov_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.0937557Z test_nnc_correctness_cov_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.0954092Z test_nnc_correctness_cov_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.0970712Z test_nnc_correctness_cov_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.0986981Z test_nnc_correctness_cov_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.1003617Z test_nnc_correctness_cov_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.1020036Z test_nnc_correctness_cov_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.1036854Z test_nnc_correctness_cov_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.1053674Z test_nnc_correctness_cov_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.1070531Z test_nnc_correctness_cross_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.1087399Z test_nnc_correctness_cross_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.1103972Z test_nnc_correctness_cross_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.1120915Z test_nnc_correctness_cross_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.1137736Z test_nnc_correctness_cross_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.1154925Z test_nnc_correctness_cross_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.1171424Z test_nnc_correctness_cross_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.1188153Z test_nnc_correctness_cross_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.1205221Z test_nnc_correctness_cross_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.1221792Z test_nnc_correctness_cross_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.1238524Z test_nnc_correctness_cummax_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.1255460Z test_nnc_correctness_cummax_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.1272471Z test_nnc_correctness_cummax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.1289157Z test_nnc_correctness_cummax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.1305785Z test_nnc_correctness_cummax_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.1323156Z test_nnc_correctness_cummax_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.1339620Z test_nnc_correctness_cummax_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.1356270Z test_nnc_correctness_cummax_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.1373044Z test_nnc_correctness_cummax_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.1389788Z test_nnc_correctness_cummin_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.1406768Z test_nnc_correctness_cummin_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.1423440Z test_nnc_correctness_cummin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.1440177Z test_nnc_correctness_cummin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.1456826Z test_nnc_correctness_cummin_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.1473487Z test_nnc_correctness_cummin_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.1490215Z test_nnc_correctness_cummin_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.1506854Z test_nnc_correctness_cummin_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.1523821Z test_nnc_correctness_cummin_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.1540771Z test_nnc_correctness_cumprod_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.1557841Z test_nnc_correctness_cumprod_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.1574754Z test_nnc_correctness_cumprod_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.1591772Z test_nnc_correctness_cumprod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.1608575Z test_nnc_correctness_cumprod_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.1660092Z test_nnc_correctness_cumprod_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-09-27T15:34:44.1675302Z test_nnc_correctness_cumprod_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.1690804Z test_nnc_correctness_cumprod_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.1706377Z test_nnc_correctness_cumprod_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.1722371Z test_nnc_correctness_cumprod_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.1739095Z test_nnc_correctness_cumsum_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.1755866Z test_nnc_correctness_cumsum_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.1772764Z test_nnc_correctness_cumsum_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.1789486Z test_nnc_correctness_cumsum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.1806611Z test_nnc_correctness_cumsum_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.1823450Z test_nnc_correctness_cumsum_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.1840447Z test_nnc_correctness_cumsum_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.1857465Z test_nnc_correctness_cumsum_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.1874447Z test_nnc_correctness_cumsum_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.1891393Z test_nnc_correctness_cumsum_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.1908384Z test_nnc_correctness_cumulative_trapezoid_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.1925440Z test_nnc_correctness_cumulative_trapezoid_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.1942262Z test_nnc_correctness_cumulative_trapezoid_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.1959506Z test_nnc_correctness_cumulative_trapezoid_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.1976042Z test_nnc_correctness_cumulative_trapezoid_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.1993351Z test_nnc_correctness_cumulative_trapezoid_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.2010223Z test_nnc_correctness_cumulative_trapezoid_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.2027101Z test_nnc_correctness_cumulative_trapezoid_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.2044176Z test_nnc_correctness_cumulative_trapezoid_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.2061136Z test_nnc_correctness_cumulative_trapezoid_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.2078123Z test_nnc_correctness_deg2rad_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.2095175Z test_nnc_correctness_deg2rad_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.2112158Z test_nnc_correctness_deg2rad_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.2129071Z test_nnc_correctness_deg2rad_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.2146011Z test_nnc_correctness_deg2rad_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.2163181Z test_nnc_correctness_deg2rad_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.2180144Z test_nnc_correctness_deg2rad_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.2197163Z test_nnc_correctness_deg2rad_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.2214148Z test_nnc_correctness_deg2rad_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.2231221Z test_nnc_correctness_deg2rad_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.2248161Z test_nnc_correctness_diag_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.2265070Z test_nnc_correctness_diag_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.2282040Z test_nnc_correctness_diag_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.2298984Z test_nnc_correctness_diag_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.2316220Z test_nnc_correctness_diag_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.2333141Z test_nnc_correctness_diag_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.2349537Z test_nnc_correctness_diag_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.2366648Z test_nnc_correctness_diag_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.2383309Z test_nnc_correctness_diag_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.2400120Z test_nnc_correctness_diag_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.2417148Z test_nnc_correctness_diag_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.2434076Z test_nnc_correctness_diag_embed_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.2450933Z test_nnc_correctness_diag_embed_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.2468179Z test_nnc_correctness_diag_embed_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.2484562Z test_nnc_correctness_diag_embed_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.2501013Z test_nnc_correctness_diag_embed_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.2518053Z test_nnc_correctness_diag_embed_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.2534709Z test_nnc_correctness_diag_embed_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.2551102Z test_nnc_correctness_diag_embed_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.2567459Z test_nnc_correctness_diag_embed_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.2583851Z test_nnc_correctness_diag_embed_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.2600498Z test_nnc_correctness_diag_embed_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.2617082Z test_nnc_correctness_diag_embed_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.2633841Z test_nnc_correctness_diag_embed_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.2650511Z test_nnc_correctness_diagflat_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.2667162Z test_nnc_correctness_diagflat_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.2684353Z test_nnc_correctness_diagflat_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.2700643Z test_nnc_correctness_diagflat_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.2717444Z test_nnc_correctness_diagflat_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.2733900Z test_nnc_correctness_diagflat_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.2750503Z test_nnc_correctness_diagflat_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.2767180Z test_nnc_correctness_diagflat_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.2783872Z test_nnc_correctness_diagflat_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.2800782Z test_nnc_correctness_diagflat_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.2817394Z test_nnc_correctness_diagflat_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.2834208Z test_nnc_correctness_diagonal_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.2850966Z test_nnc_correctness_diagonal_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.2867597Z test_nnc_correctness_diagonal_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.2884398Z test_nnc_correctness_diagonal_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.2900947Z test_nnc_correctness_diagonal_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.2917809Z test_nnc_correctness_diagonal_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.2934634Z test_nnc_correctness_diagonal_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.2951214Z test_nnc_correctness_diagonal_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.2968038Z test_nnc_correctness_diagonal_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.2984748Z test_nnc_correctness_diagonal_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.3001404Z test_nnc_correctness_diagonal_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.3018163Z test_nnc_correctness_diagonal_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.3034932Z test_nnc_correctness_diagonal_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.3051684Z test_nnc_correctness_diagonal_scatter_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.3068220Z test_nnc_correctness_diagonal_scatter_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.3085209Z test_nnc_correctness_diagonal_scatter_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.3101672Z test_nnc_correctness_diagonal_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.3118336Z test_nnc_correctness_diagonal_scatter_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.3135089Z test_nnc_correctness_diagonal_scatter_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.3151737Z test_nnc_correctness_diagonal_scatter_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.3168609Z test_nnc_correctness_diagonal_scatter_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.3185209Z test_nnc_correctness_diagonal_scatter_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.3201742Z test_nnc_correctness_diagonal_scatter_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.3218410Z test_nnc_correctness_diff_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.3235229Z test_nnc_correctness_diff_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.3252079Z test_nnc_correctness_diff_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.3268840Z test_nnc_correctness_diff_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.3285836Z test_nnc_correctness_diff_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.3302432Z test_nnc_correctness_diff_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.3319256Z test_nnc_correctness_diff_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.3336020Z test_nnc_correctness_diff_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.3352594Z test_nnc_correctness_diff_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.3369279Z test_nnc_correctness_diff_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.3386070Z test_nnc_correctness_diff_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.3402858Z test_nnc_correctness_diff_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.3419671Z test_nnc_correctness_digamma_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.3436426Z test_nnc_correctness_digamma_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.3453309Z test_nnc_correctness_digamma_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.3470289Z test_nnc_correctness_digamma_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.3486625Z test_nnc_correctness_digamma_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.3503112Z test_nnc_correctness_digamma_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.3520071Z test_nnc_correctness_digamma_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.3537109Z test_nnc_correctness_digamma_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.3553805Z test_nnc_correctness_digamma_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.3570391Z test_nnc_correctness_dist_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.3587178Z test_nnc_correctness_dist_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.3604069Z test_nnc_correctness_dist_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.3620609Z test_nnc_correctness_dist_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.3637357Z test_nnc_correctness_dist_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.3654177Z test_nnc_correctness_dist_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.3670934Z test_nnc_correctness_div_floor_rounding_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.3687559Z test_nnc_correctness_div_floor_rounding_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.3704151Z test_nnc_correctness_div_floor_rounding_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.3721034Z test_nnc_correctness_div_floor_rounding_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.3737685Z test_nnc_correctness_div_floor_rounding_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.3754142Z test_nnc_correctness_div_floor_rounding_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.3771719Z test_nnc_correctness_div_floor_rounding_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.3788144Z test_nnc_correctness_div_floor_rounding_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.3805135Z test_nnc_correctness_div_floor_rounding_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.3821751Z test_nnc_correctness_div_no_rounding_mode_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.3838708Z test_nnc_correctness_div_no_rounding_mode_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.3855378Z test_nnc_correctness_div_no_rounding_mode_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.3871675Z test_nnc_correctness_div_no_rounding_mode_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.4027557Z test_nnc_correctness_div_no_rounding_mode_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.015s) 2022-09-27T15:34:44.4043812Z test_nnc_correctness_div_no_rounding_mode_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.4059479Z test_nnc_correctness_div_no_rounding_mode_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.4075032Z test_nnc_correctness_div_no_rounding_mode_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.4090507Z test_nnc_correctness_div_no_rounding_mode_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:44.4106248Z test_nnc_correctness_div_no_rounding_mode_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:44.4121711Z test_nnc_correctness_div_no_rounding_mode_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.4137269Z test_nnc_correctness_div_no_rounding_mode_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.4152689Z test_nnc_correctness_div_trunc_rounding_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:44.4168051Z test_nnc_correctness_div_trunc_rounding_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:44.4183348Z test_nnc_correctness_div_trunc_rounding_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:44.4198704Z test_nnc_correctness_div_trunc_rounding_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:44.4214197Z test_nnc_correctness_div_trunc_rounding_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:44.4229356Z test_nnc_correctness_div_trunc_rounding_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:44.4244900Z test_nnc_correctness_div_trunc_rounding_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.4260233Z test_nnc_correctness_div_trunc_rounding_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:44.4275682Z test_nnc_correctness_div_trunc_rounding_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:44.4291090Z test_nnc_correctness_dot_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.4306664Z test_nnc_correctness_dot_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:44.4322401Z test_nnc_correctness_dot_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:44.4337129Z test_nnc_correctness_dot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:44.4352407Z test_nnc_correctness_dot_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:44.4367658Z test_nnc_correctness_dot_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:44.4382637Z test_nnc_correctness_dot_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:44.4397823Z test_nnc_correctness_dot_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:44.4413048Z test_nnc_correctness_dot_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:44.4428035Z test_nnc_correctness_dot_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:44.4443152Z test_nnc_correctness_double_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:44.4458251Z test_nnc_correctness_double_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:44.4473553Z test_nnc_correctness_double_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:44.4488809Z test_nnc_correctness_double_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:44.4503952Z test_nnc_correctness_double_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:44.4519348Z test_nnc_correctness_double_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:44.4535303Z test_nnc_correctness_double_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.4553415Z test_nnc_correctness_double_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.4570171Z test_nnc_correctness_double_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.4586931Z test_nnc_correctness_double_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.4603893Z test_nnc_correctness_double_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.4620603Z test_nnc_correctness_double_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.4637416Z test_nnc_correctness_double_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.4654085Z test_nnc_correctness_dsplit_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.4670904Z test_nnc_correctness_dsplit_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.4687986Z test_nnc_correctness_dsplit_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.4704456Z test_nnc_correctness_dsplit_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.4721188Z test_nnc_correctness_dsplit_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.4749212Z test_nnc_correctness_dsplit_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.4754995Z test_nnc_correctness_dsplit_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.4771685Z test_nnc_correctness_dsplit_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.4788382Z test_nnc_correctness_dsplit_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.4805265Z test_nnc_correctness_dsplit_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.4821946Z test_nnc_correctness_dsplit_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.4838798Z test_nnc_correctness_dsplit_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.4855527Z test_nnc_correctness_dsplit_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.4872408Z test_nnc_correctness_dstack_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.4888816Z test_nnc_correctness_dstack_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.4905442Z test_nnc_correctness_dstack_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.4922517Z test_nnc_correctness_dstack_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.4939287Z test_nnc_correctness_dstack_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.4956073Z test_nnc_correctness_dstack_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.4972872Z test_nnc_correctness_dstack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.4989523Z test_nnc_correctness_dstack_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.5006494Z test_nnc_correctness_dstack_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.5023469Z test_nnc_correctness_dstack_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.5040391Z test_nnc_correctness_dstack_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.5057095Z test_nnc_correctness_dstack_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.5073852Z test_nnc_correctness_dstack_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.5090726Z test_nnc_correctness_einsum_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.5107570Z test_nnc_correctness_einsum_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.5124401Z test_nnc_correctness_einsum_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.5141038Z test_nnc_correctness_einsum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.5157782Z test_nnc_correctness_einsum_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.5174443Z test_nnc_correctness_einsum_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.5191216Z test_nnc_correctness_einsum_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.5208126Z test_nnc_correctness_einsum_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.5224792Z test_nnc_correctness_einsum_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.5241528Z test_nnc_correctness_einsum_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.5253336Z test_nnc_correctness_empty_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:44.5264868Z test_nnc_correctness_empty_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:44.5276689Z test_nnc_correctness_empty_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:44.5288538Z test_nnc_correctness_empty_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:44.5301217Z test_nnc_correctness_empty_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:44.5313032Z test_nnc_correctness_empty_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:44.5325330Z test_nnc_correctness_empty_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:44.5336745Z test_nnc_correctness_empty_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:44.5348761Z test_nnc_correctness_empty_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:44.5360785Z test_nnc_correctness_empty_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:44.5372767Z test_nnc_correctness_empty_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:44.5384691Z test_nnc_correctness_empty_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:44.5396602Z test_nnc_correctness_empty_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:44.5408726Z test_nnc_correctness_empty_like_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:44.5420494Z test_nnc_correctness_empty_like_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:44.5432539Z test_nnc_correctness_empty_like_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:44.5444501Z test_nnc_correctness_empty_like_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:44.5456306Z test_nnc_correctness_empty_like_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:44.5468037Z test_nnc_correctness_empty_like_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:44.5479570Z test_nnc_correctness_empty_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:44.5491291Z test_nnc_correctness_empty_like_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:44.5503207Z test_nnc_correctness_empty_like_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:44.5514565Z test_nnc_correctness_empty_like_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:44.5526742Z test_nnc_correctness_empty_like_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:44.5538276Z test_nnc_correctness_empty_like_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:44.5550347Z test_nnc_correctness_empty_like_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:44.5569021Z test_nnc_correctness_eq_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.5586855Z test_nnc_correctness_eq_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.5604170Z test_nnc_correctness_eq_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.5621347Z test_nnc_correctness_eq_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.5638619Z test_nnc_correctness_eq_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.5655703Z test_nnc_correctness_eq_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.5672922Z test_nnc_correctness_eq_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.5690106Z test_nnc_correctness_eq_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.5707207Z test_nnc_correctness_eq_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.5724458Z test_nnc_correctness_eq_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.5741436Z test_nnc_correctness_eq_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.5758559Z test_nnc_correctness_eq_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.5775662Z test_nnc_correctness_eq_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.5792974Z test_nnc_correctness_equal_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.5810374Z test_nnc_correctness_equal_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.5827113Z test_nnc_correctness_equal_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.5844576Z test_nnc_correctness_equal_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.5861809Z test_nnc_correctness_equal_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.5878789Z test_nnc_correctness_equal_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.5896043Z test_nnc_correctness_equal_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.5913205Z test_nnc_correctness_equal_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.5930376Z test_nnc_correctness_equal_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.5947398Z test_nnc_correctness_equal_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.5964678Z test_nnc_correctness_equal_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.5981629Z test_nnc_correctness_equal_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.5998892Z test_nnc_correctness_erf_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.6015832Z test_nnc_correctness_erf_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.6032653Z test_nnc_correctness_erf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.6049662Z test_nnc_correctness_erf_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.6066970Z test_nnc_correctness_erf_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.6083527Z test_nnc_correctness_erf_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.6129210Z test_nnc_correctness_erf_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-09-27T15:34:44.6145096Z test_nnc_correctness_erf_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.6160730Z test_nnc_correctness_erf_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.6176575Z test_nnc_correctness_erfc_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.6192516Z test_nnc_correctness_erfc_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.6208145Z test_nnc_correctness_erfc_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.6223798Z test_nnc_correctness_erfc_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.6239627Z test_nnc_correctness_erfc_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.6255356Z test_nnc_correctness_erfc_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.6271286Z test_nnc_correctness_erfc_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.6286876Z test_nnc_correctness_erfc_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.6302908Z test_nnc_correctness_erfc_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.6319042Z test_nnc_correctness_erfinv_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.6335112Z test_nnc_correctness_erfinv_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.6351283Z test_nnc_correctness_erfinv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.6367340Z test_nnc_correctness_erfinv_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.6383148Z test_nnc_correctness_erfinv_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.6399199Z test_nnc_correctness_erfinv_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.6415227Z test_nnc_correctness_erfinv_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.6431319Z test_nnc_correctness_erfinv_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.6447237Z test_nnc_correctness_erfinv_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.6462860Z test_nnc_correctness_exp2_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.6478727Z test_nnc_correctness_exp2_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.6494619Z test_nnc_correctness_exp2_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.6510667Z test_nnc_correctness_exp2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.6526504Z test_nnc_correctness_exp2_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.6541788Z test_nnc_correctness_exp2_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.6557642Z test_nnc_correctness_exp2_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.6573618Z test_nnc_correctness_exp2_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.6588732Z test_nnc_correctness_exp2_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.6604767Z test_nnc_correctness_exp2_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.6620321Z test_nnc_correctness_exp_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.6635808Z test_nnc_correctness_exp_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:44.6650919Z test_nnc_correctness_exp_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:44.6666015Z test_nnc_correctness_exp_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:44.6681423Z test_nnc_correctness_exp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:44.6696812Z test_nnc_correctness_exp_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:44.6712237Z test_nnc_correctness_exp_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:44.6727678Z test_nnc_correctness_exp_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:44.6743007Z test_nnc_correctness_exp_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:44.6758583Z test_nnc_correctness_exp_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.6774258Z test_nnc_correctness_exp_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.6790101Z test_nnc_correctness_expand_as_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.6805927Z test_nnc_correctness_expand_as_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.6821386Z test_nnc_correctness_expand_as_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.6837231Z test_nnc_correctness_expand_as_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.6853090Z test_nnc_correctness_expand_as_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.6868835Z test_nnc_correctness_expand_as_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.6884739Z test_nnc_correctness_expand_as_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.6900330Z test_nnc_correctness_expand_as_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.6916317Z test_nnc_correctness_expand_as_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.6932203Z test_nnc_correctness_expand_as_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.6948029Z test_nnc_correctness_expand_as_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.6964184Z test_nnc_correctness_expand_as_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.6980131Z test_nnc_correctness_expand_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.6996235Z test_nnc_correctness_expand_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.7011938Z test_nnc_correctness_expand_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.7027610Z test_nnc_correctness_expand_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.7043471Z test_nnc_correctness_expand_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.7059410Z test_nnc_correctness_expand_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.7075610Z test_nnc_correctness_expand_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.7091082Z test_nnc_correctness_expand_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.7107032Z test_nnc_correctness_expand_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.7123021Z test_nnc_correctness_expand_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.7138721Z test_nnc_correctness_expand_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.7154751Z test_nnc_correctness_expand_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.7170687Z test_nnc_correctness_expm1_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.7186424Z test_nnc_correctness_expm1_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.7202260Z test_nnc_correctness_expm1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.7218109Z test_nnc_correctness_expm1_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.7233980Z test_nnc_correctness_expm1_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.7249743Z test_nnc_correctness_expm1_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.7265507Z test_nnc_correctness_expm1_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.7281426Z test_nnc_correctness_expm1_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.7297369Z test_nnc_correctness_expm1_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.7313347Z test_nnc_correctness_eye_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.7329153Z test_nnc_correctness_eye_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.7344971Z test_nnc_correctness_eye_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.7360618Z test_nnc_correctness_eye_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.7376252Z test_nnc_correctness_eye_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.7392014Z test_nnc_correctness_eye_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.7407655Z test_nnc_correctness_eye_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.7423357Z test_nnc_correctness_eye_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.7439173Z test_nnc_correctness_eye_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.7454955Z test_nnc_correctness_eye_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.7470760Z test_nnc_correctness_eye_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.7486661Z test_nnc_correctness_fft_fft2_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.7502392Z test_nnc_correctness_fft_fft2_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.7518448Z test_nnc_correctness_fft_fft2_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.7534089Z test_nnc_correctness_fft_fft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.7549927Z test_nnc_correctness_fft_fft2_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.7565459Z test_nnc_correctness_fft_fft2_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.7581143Z test_nnc_correctness_fft_fft2_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.7596684Z test_nnc_correctness_fft_fft2_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.7612439Z test_nnc_correctness_fft_fft2_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.7628104Z test_nnc_correctness_fft_fft2_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.7644183Z test_nnc_correctness_fft_fft_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.7659462Z test_nnc_correctness_fft_fft_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.7675286Z test_nnc_correctness_fft_fft_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.7690830Z test_nnc_correctness_fft_fft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.7706467Z test_nnc_correctness_fft_fft_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.7722478Z test_nnc_correctness_fft_fft_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.7738021Z test_nnc_correctness_fft_fft_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.7753918Z test_nnc_correctness_fft_fft_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.7769670Z test_nnc_correctness_fft_fft_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.7785316Z test_nnc_correctness_fft_fft_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.7800979Z test_nnc_correctness_fft_fftn_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.7816725Z test_nnc_correctness_fft_fftn_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.7832504Z test_nnc_correctness_fft_fftn_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.7848396Z test_nnc_correctness_fft_fftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.7863867Z test_nnc_correctness_fft_fftn_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.7879641Z test_nnc_correctness_fft_fftn_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.7895364Z test_nnc_correctness_fft_fftn_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.7911626Z test_nnc_correctness_fft_fftn_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.7926897Z test_nnc_correctness_fft_fftn_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.7942591Z test_nnc_correctness_fft_fftn_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.7958344Z test_nnc_correctness_fft_fftshift_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.7973960Z test_nnc_correctness_fft_fftshift_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.7989742Z test_nnc_correctness_fft_fftshift_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.8005291Z test_nnc_correctness_fft_fftshift_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.8020811Z test_nnc_correctness_fft_fftshift_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:44.8036351Z test_nnc_correctness_fft_fftshift_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.8052011Z test_nnc_correctness_fft_fftshift_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.8067521Z test_nnc_correctness_fft_fftshift_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:44.8083559Z test_nnc_correctness_fft_fftshift_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.8098922Z test_nnc_correctness_fft_fftshift_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.8114679Z test_nnc_correctness_fft_fftshift_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.8130272Z test_nnc_correctness_fft_fftshift_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.8145783Z test_nnc_correctness_fft_fftshift_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:44.8161489Z test_nnc_correctness_fft_hfft2_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.8177218Z test_nnc_correctness_fft_hfft2_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.8192790Z test_nnc_correctness_fft_hfft2_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.8208471Z test_nnc_correctness_fft_hfft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.8252851Z test_nnc_correctness_fft_hfft2_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-09-27T15:34:44.8268400Z test_nnc_correctness_fft_hfft2_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:44.8284151Z test_nnc_correctness_fft_hfft2_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.8299655Z test_nnc_correctness_fft_hfft2_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:44.8315437Z test_nnc_correctness_fft_hfft2_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.8331039Z test_nnc_correctness_fft_hfft2_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.8346621Z test_nnc_correctness_fft_hfft_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.8362235Z test_nnc_correctness_fft_hfft_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.8377868Z test_nnc_correctness_fft_hfft_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.8393550Z test_nnc_correctness_fft_hfft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.8409060Z test_nnc_correctness_fft_hfft_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.8424479Z test_nnc_correctness_fft_hfft_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:44.8439985Z test_nnc_correctness_fft_hfft_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.8455675Z test_nnc_correctness_fft_hfft_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.8471161Z test_nnc_correctness_fft_hfft_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:44.8486628Z test_nnc_correctness_fft_hfft_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.8501999Z test_nnc_correctness_fft_hfftn_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:44.8517577Z test_nnc_correctness_fft_hfftn_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.8533308Z test_nnc_correctness_fft_hfftn_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.8548654Z test_nnc_correctness_fft_hfftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:44.8564300Z test_nnc_correctness_fft_hfftn_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.8579816Z test_nnc_correctness_fft_hfftn_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:44.8595762Z test_nnc_correctness_fft_hfftn_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.8611424Z test_nnc_correctness_fft_hfftn_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.8627173Z test_nnc_correctness_fft_hfftn_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.8643159Z test_nnc_correctness_fft_hfftn_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.8658904Z test_nnc_correctness_fft_ifft2_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.8674766Z test_nnc_correctness_fft_ifft2_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.8690372Z test_nnc_correctness_fft_ifft2_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.8706059Z test_nnc_correctness_fft_ifft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.8721999Z test_nnc_correctness_fft_ifft2_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.8737623Z test_nnc_correctness_fft_ifft2_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.8753319Z test_nnc_correctness_fft_ifft2_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.8769040Z test_nnc_correctness_fft_ifft2_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.8784515Z test_nnc_correctness_fft_ifft2_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.8800225Z test_nnc_correctness_fft_ifft2_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.8816370Z test_nnc_correctness_fft_ifft_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.8832360Z test_nnc_correctness_fft_ifft_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.8848399Z test_nnc_correctness_fft_ifft_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.8864110Z test_nnc_correctness_fft_ifft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.8879872Z test_nnc_correctness_fft_ifft_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.8896349Z test_nnc_correctness_fft_ifft_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.8911709Z test_nnc_correctness_fft_ifft_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.8927512Z test_nnc_correctness_fft_ifft_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.8943023Z test_nnc_correctness_fft_ifft_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.8959096Z test_nnc_correctness_fft_ifft_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.8975062Z test_nnc_correctness_fft_ifftn_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.8990972Z test_nnc_correctness_fft_ifftn_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.9006738Z test_nnc_correctness_fft_ifftn_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.9022459Z test_nnc_correctness_fft_ifftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.9038258Z test_nnc_correctness_fft_ifftn_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.9054118Z test_nnc_correctness_fft_ifftn_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.9069826Z test_nnc_correctness_fft_ifftn_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.9085739Z test_nnc_correctness_fft_ifftn_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.9101631Z test_nnc_correctness_fft_ifftn_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.9117817Z test_nnc_correctness_fft_ifftn_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.9133700Z test_nnc_correctness_fft_ifftshift_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.9149468Z test_nnc_correctness_fft_ifftshift_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.9165836Z test_nnc_correctness_fft_ifftshift_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.9181453Z test_nnc_correctness_fft_ifftshift_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.9197152Z test_nnc_correctness_fft_ifftshift_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.9213002Z test_nnc_correctness_fft_ifftshift_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.9228856Z test_nnc_correctness_fft_ifftshift_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.9245350Z test_nnc_correctness_fft_ifftshift_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.9260887Z test_nnc_correctness_fft_ifftshift_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.9276635Z test_nnc_correctness_fft_ifftshift_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.9292377Z test_nnc_correctness_fft_ifftshift_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.9308076Z test_nnc_correctness_fft_ifftshift_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.9323923Z test_nnc_correctness_fft_ifftshift_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.9339886Z test_nnc_correctness_fft_ihfft2_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.9356120Z test_nnc_correctness_fft_ihfft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.9372853Z test_nnc_correctness_fft_ihfft2_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.9388566Z test_nnc_correctness_fft_ihfft2_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.9404642Z test_nnc_correctness_fft_ihfft2_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.9420439Z test_nnc_correctness_fft_ihfft2_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.9436297Z test_nnc_correctness_fft_ihfft2_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.9452092Z test_nnc_correctness_fft_ihfft2_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.9467988Z test_nnc_correctness_fft_ihfft_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.9484030Z test_nnc_correctness_fft_ihfft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.9499801Z test_nnc_correctness_fft_ihfft_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.9515792Z test_nnc_correctness_fft_ihfft_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.9532077Z test_nnc_correctness_fft_ihfft_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.9548027Z test_nnc_correctness_fft_ihfft_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.9563985Z test_nnc_correctness_fft_ihfft_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.9579848Z test_nnc_correctness_fft_ihfft_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.9596096Z test_nnc_correctness_fft_ihfftn_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.9612034Z test_nnc_correctness_fft_ihfftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.9628058Z test_nnc_correctness_fft_ihfftn_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.9643930Z test_nnc_correctness_fft_ihfftn_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.9659488Z test_nnc_correctness_fft_ihfftn_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.9675216Z test_nnc_correctness_fft_ihfftn_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.9691048Z test_nnc_correctness_fft_ihfftn_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.9706635Z test_nnc_correctness_fft_ihfftn_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.9722340Z test_nnc_correctness_fft_irfft2_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.9738092Z test_nnc_correctness_fft_irfft2_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.9753931Z test_nnc_correctness_fft_irfft2_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.9769559Z test_nnc_correctness_fft_irfft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.9785221Z test_nnc_correctness_fft_irfft2_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.9801162Z test_nnc_correctness_fft_irfft2_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.9816784Z test_nnc_correctness_fft_irfft2_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.9832382Z test_nnc_correctness_fft_irfft2_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.9848330Z test_nnc_correctness_fft_irfft2_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.9865270Z test_nnc_correctness_fft_irfft2_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.9880886Z test_nnc_correctness_fft_irfft_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.9896261Z test_nnc_correctness_fft_irfft_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.9911953Z test_nnc_correctness_fft_irfft_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.9927669Z test_nnc_correctness_fft_irfft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.9943157Z test_nnc_correctness_fft_irfft_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:44.9958934Z test_nnc_correctness_fft_irfft_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.9974604Z test_nnc_correctness_fft_irfft_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:44.9990422Z test_nnc_correctness_fft_irfft_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:45.0005859Z test_nnc_correctness_fft_irfft_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.0021354Z test_nnc_correctness_fft_irfft_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:45.0037163Z test_nnc_correctness_fft_irfftn_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.0052713Z test_nnc_correctness_fft_irfftn_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.0068247Z test_nnc_correctness_fft_irfftn_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.0084099Z test_nnc_correctness_fft_irfftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.0099628Z test_nnc_correctness_fft_irfftn_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.0115938Z test_nnc_correctness_fft_irfftn_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.0131547Z test_nnc_correctness_fft_irfftn_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.0147217Z test_nnc_correctness_fft_irfftn_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.0163240Z test_nnc_correctness_fft_irfftn_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.0178917Z test_nnc_correctness_fft_irfftn_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.0194848Z test_nnc_correctness_fft_rfft2_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.0210656Z test_nnc_correctness_fft_rfft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.0226319Z test_nnc_correctness_fft_rfft2_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.0242365Z test_nnc_correctness_fft_rfft2_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.0257886Z test_nnc_correctness_fft_rfft2_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.0273649Z test_nnc_correctness_fft_rfft2_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.0289493Z test_nnc_correctness_fft_rfft2_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.0305221Z test_nnc_correctness_fft_rfft2_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.0320845Z test_nnc_correctness_fft_rfft_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.0336597Z test_nnc_correctness_fft_rfft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.0382741Z test_nnc_correctness_fft_rfft_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-09-27T15:34:45.0398951Z test_nnc_correctness_fft_rfft_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.0414892Z test_nnc_correctness_fft_rfft_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.0430846Z test_nnc_correctness_fft_rfft_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.0447039Z test_nnc_correctness_fft_rfft_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.0463039Z test_nnc_correctness_fft_rfft_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.0478903Z test_nnc_correctness_fft_rfftn_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.0494878Z test_nnc_correctness_fft_rfftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.0510417Z test_nnc_correctness_fft_rfftn_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.0526305Z test_nnc_correctness_fft_rfftn_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.0541774Z test_nnc_correctness_fft_rfftn_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.0557575Z test_nnc_correctness_fft_rfftn_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.0573731Z test_nnc_correctness_fft_rfftn_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.0589361Z test_nnc_correctness_fft_rfftn_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.0600116Z test_nnc_correctness_fill_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-09-27T15:34:45.0610645Z test_nnc_correctness_fill_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-09-27T15:34:45.0621015Z test_nnc_correctness_fill_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-09-27T15:34:45.0632053Z test_nnc_correctness_fill_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-09-27T15:34:45.0642381Z test_nnc_correctness_fill_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-09-27T15:34:45.0653493Z test_nnc_correctness_fill_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-09-27T15:34:45.0663775Z test_nnc_correctness_fill_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-09-27T15:34:45.0674492Z test_nnc_correctness_fill_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-09-27T15:34:45.0685053Z test_nnc_correctness_fill_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-09-27T15:34:45.0695463Z test_nnc_correctness_fill_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-09-27T15:34:45.0706325Z test_nnc_correctness_fill_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-09-27T15:34:45.0716671Z test_nnc_correctness_fill_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-09-27T15:34:45.0727630Z test_nnc_correctness_fill_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-09-27T15:34:45.0744805Z test_nnc_correctness_flatten_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.0761218Z test_nnc_correctness_flatten_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.0777686Z test_nnc_correctness_flatten_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.0793874Z test_nnc_correctness_flatten_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.0809605Z test_nnc_correctness_flatten_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.0825330Z test_nnc_correctness_flatten_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.0841175Z test_nnc_correctness_flatten_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.0857212Z test_nnc_correctness_flatten_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.0873453Z test_nnc_correctness_flatten_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.0889683Z test_nnc_correctness_flatten_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.0905816Z test_nnc_correctness_flatten_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.0922747Z test_nnc_correctness_flatten_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.0938710Z test_nnc_correctness_flatten_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.0954587Z test_nnc_correctness_flip_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.0970336Z test_nnc_correctness_flip_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.0986246Z test_nnc_correctness_flip_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.1001713Z test_nnc_correctness_flip_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.1017379Z test_nnc_correctness_flip_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.1033337Z test_nnc_correctness_flip_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.1049265Z test_nnc_correctness_flip_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.1064582Z test_nnc_correctness_flip_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:45.1080542Z test_nnc_correctness_flip_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.1096598Z test_nnc_correctness_flip_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.1112687Z test_nnc_correctness_flip_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.1128887Z test_nnc_correctness_flip_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.1145051Z test_nnc_correctness_fliplr_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.1161164Z test_nnc_correctness_fliplr_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.1176776Z test_nnc_correctness_fliplr_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.1192312Z test_nnc_correctness_fliplr_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.1207687Z test_nnc_correctness_fliplr_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:45.1222859Z test_nnc_correctness_fliplr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:45.1238432Z test_nnc_correctness_fliplr_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.1254016Z test_nnc_correctness_fliplr_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.1269434Z test_nnc_correctness_fliplr_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:45.1285127Z test_nnc_correctness_fliplr_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.1300718Z test_nnc_correctness_fliplr_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.1316313Z test_nnc_correctness_fliplr_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.1332024Z test_nnc_correctness_flipud_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.1347613Z test_nnc_correctness_flipud_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:45.1363182Z test_nnc_correctness_flipud_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.1378570Z test_nnc_correctness_flipud_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.1394666Z test_nnc_correctness_flipud_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:45.1409417Z test_nnc_correctness_flipud_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.1426264Z test_nnc_correctness_flipud_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.1441678Z test_nnc_correctness_flipud_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.1457685Z test_nnc_correctness_flipud_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.1473261Z test_nnc_correctness_flipud_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.1488749Z test_nnc_correctness_flipud_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.1504346Z test_nnc_correctness_flipud_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.1520157Z test_nnc_correctness_float_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.1535882Z test_nnc_correctness_float_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.1551631Z test_nnc_correctness_float_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.1567261Z test_nnc_correctness_float_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.1582973Z test_nnc_correctness_float_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:45.1598730Z test_nnc_correctness_float_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.1614345Z test_nnc_correctness_float_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.1630052Z test_nnc_correctness_float_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.1645554Z test_nnc_correctness_float_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.1661535Z test_nnc_correctness_float_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.1677598Z test_nnc_correctness_float_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.1693230Z test_nnc_correctness_float_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.1709319Z test_nnc_correctness_float_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.1725268Z test_nnc_correctness_float_power_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.1740427Z test_nnc_correctness_float_power_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:45.1755510Z test_nnc_correctness_float_power_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:45.1770894Z test_nnc_correctness_float_power_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:45.1786004Z test_nnc_correctness_float_power_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:45.1801259Z test_nnc_correctness_float_power_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:45.1816815Z test_nnc_correctness_float_power_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:45.1832035Z test_nnc_correctness_float_power_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:45.1847370Z test_nnc_correctness_float_power_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:45.1862619Z test_nnc_correctness_float_power_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:45.1877887Z test_nnc_correctness_float_power_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:45.1893268Z test_nnc_correctness_float_power_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:45.1908507Z test_nnc_correctness_floor_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:45.1924743Z test_nnc_correctness_floor_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.1941139Z test_nnc_correctness_floor_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.1957651Z test_nnc_correctness_floor_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.1973411Z test_nnc_correctness_floor_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.1988785Z test_nnc_correctness_floor_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:45.2004212Z test_nnc_correctness_floor_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:45.2019432Z test_nnc_correctness_floor_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:45.2034902Z test_nnc_correctness_floor_divide_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:45.2050253Z test_nnc_correctness_floor_divide_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:45.2065642Z test_nnc_correctness_floor_divide_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:45.2080797Z test_nnc_correctness_floor_divide_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:45.2096090Z test_nnc_correctness_floor_divide_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:45.2111596Z test_nnc_correctness_floor_divide_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:45.2126801Z test_nnc_correctness_floor_divide_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:45.2141850Z test_nnc_correctness_floor_divide_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:45.2157176Z test_nnc_correctness_floor_divide_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:45.2172875Z test_nnc_correctness_fmax_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.2189396Z test_nnc_correctness_fmax_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.2206557Z test_nnc_correctness_fmax_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.2222473Z test_nnc_correctness_fmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.2237891Z test_nnc_correctness_fmax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.2253416Z test_nnc_correctness_fmax_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:45.2268673Z test_nnc_correctness_fmax_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:45.2284243Z test_nnc_correctness_fmax_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:45.2299510Z test_nnc_correctness_fmax_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:45.2314961Z test_nnc_correctness_fmax_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:45.2330417Z test_nnc_correctness_fmin_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:45.2345519Z test_nnc_correctness_fmin_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:45.2360910Z test_nnc_correctness_fmin_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:45.2376299Z test_nnc_correctness_fmin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:45.2391673Z test_nnc_correctness_fmin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:45.2406952Z test_nnc_correctness_fmin_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:45.2452323Z test_nnc_correctness_fmin_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-09-27T15:34:45.2468814Z test_nnc_correctness_fmin_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.2485427Z test_nnc_correctness_fmin_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.2501475Z test_nnc_correctness_fmin_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.2517335Z test_nnc_correctness_fmod_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.2533423Z test_nnc_correctness_fmod_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.2548498Z test_nnc_correctness_fmod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.2564230Z test_nnc_correctness_fmod_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.2579250Z test_nnc_correctness_fmod_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:45.2594480Z test_nnc_correctness_fmod_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:45.2609784Z test_nnc_correctness_fmod_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:45.2624966Z test_nnc_correctness_fmod_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:45.2640314Z test_nnc_correctness_fmod_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:45.2655611Z test_nnc_correctness_frac_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:45.2670992Z test_nnc_correctness_frac_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:45.2686186Z test_nnc_correctness_frac_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:45.2701697Z test_nnc_correctness_frac_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:45.2718225Z test_nnc_correctness_frexp_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.2734230Z test_nnc_correctness_frexp_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.2749812Z test_nnc_correctness_frexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.2765452Z test_nnc_correctness_frexp_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.2781066Z test_nnc_correctness_full_like_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.2796571Z test_nnc_correctness_full_like_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.2812345Z test_nnc_correctness_full_like_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.2827629Z test_nnc_correctness_full_like_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:45.2843357Z test_nnc_correctness_full_like_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.2858546Z test_nnc_correctness_full_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:45.2874170Z test_nnc_correctness_full_like_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.2889618Z test_nnc_correctness_full_like_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:45.2905069Z test_nnc_correctness_full_like_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:45.2920421Z test_nnc_correctness_full_like_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:45.2935956Z test_nnc_correctness_full_like_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.2951742Z test_nnc_correctness_full_like_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.2967403Z test_nnc_correctness_gather_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.2982746Z test_nnc_correctness_gather_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:45.2998626Z test_nnc_correctness_gather_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.3014191Z test_nnc_correctness_gather_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.3029892Z test_nnc_correctness_gather_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.3045407Z test_nnc_correctness_gather_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.3061048Z test_nnc_correctness_gather_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.3076645Z test_nnc_correctness_gather_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.3092405Z test_nnc_correctness_gather_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.3107843Z test_nnc_correctness_gather_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.3123665Z test_nnc_correctness_gather_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.3139256Z test_nnc_correctness_gather_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.3154877Z test_nnc_correctness_gcd_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.3170576Z test_nnc_correctness_gcd_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.3186105Z test_nnc_correctness_gcd_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.3201698Z test_nnc_correctness_gcd_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.3217388Z test_nnc_correctness_gcd_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.3233107Z test_nnc_correctness_ge_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.3248809Z test_nnc_correctness_ge_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.3264264Z test_nnc_correctness_ge_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.3280080Z test_nnc_correctness_ge_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.3295660Z test_nnc_correctness_ge_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.3311338Z test_nnc_correctness_ge_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.3326929Z test_nnc_correctness_ge_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.3342688Z test_nnc_correctness_ge_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.3358434Z test_nnc_correctness_ge_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.3373985Z test_nnc_correctness_ge_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.3389772Z test_nnc_correctness_geqrf_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.3405294Z test_nnc_correctness_geqrf_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.3420806Z test_nnc_correctness_geqrf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.3436493Z test_nnc_correctness_geqrf_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.3447132Z test_nnc_correctness_gradient_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:45.3457632Z test_nnc_correctness_gradient_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:45.3468219Z test_nnc_correctness_gradient_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:45.3478574Z test_nnc_correctness_gradient_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:45.3490061Z test_nnc_correctness_gradient_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:45.3500491Z test_nnc_correctness_gradient_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:45.3511133Z test_nnc_correctness_gradient_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:45.3521872Z test_nnc_correctness_gradient_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:45.3533104Z test_nnc_correctness_gradient_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:45.3543336Z test_nnc_correctness_gradient_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:45.3559763Z test_nnc_correctness_gt_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.3575421Z test_nnc_correctness_gt_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.3591143Z test_nnc_correctness_gt_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.3607125Z test_nnc_correctness_gt_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.3622820Z test_nnc_correctness_gt_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.3638613Z test_nnc_correctness_gt_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.3654370Z test_nnc_correctness_gt_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.3669948Z test_nnc_correctness_gt_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.3685497Z test_nnc_correctness_gt_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.3701164Z test_nnc_correctness_gt_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.3716589Z test_nnc_correctness_half_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:45.3732594Z test_nnc_correctness_half_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.3747807Z test_nnc_correctness_half_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:45.3763971Z test_nnc_correctness_half_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.3779687Z test_nnc_correctness_half_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.3795140Z test_nnc_correctness_half_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.3810415Z test_nnc_correctness_half_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:45.3825842Z test_nnc_correctness_half_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:45.3841136Z test_nnc_correctness_half_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.3856637Z test_nnc_correctness_half_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.3872212Z test_nnc_correctness_half_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.3887598Z test_nnc_correctness_half_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:45.3903112Z test_nnc_correctness_heaviside_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:45.3918815Z test_nnc_correctness_heaviside_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.3934491Z test_nnc_correctness_heaviside_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.3950332Z test_nnc_correctness_heaviside_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.3965967Z test_nnc_correctness_heaviside_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.3981745Z test_nnc_correctness_heaviside_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.3997425Z test_nnc_correctness_heaviside_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.4013291Z test_nnc_correctness_heaviside_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.4028881Z test_nnc_correctness_heaviside_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.4045213Z test_nnc_correctness_heaviside_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.4060277Z test_nnc_correctness_histc_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.4075942Z test_nnc_correctness_histc_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.4091484Z test_nnc_correctness_histc_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.4106945Z test_nnc_correctness_histogram_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:45.4122416Z test_nnc_correctness_histogram_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:45.4138051Z test_nnc_correctness_histogramdd_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.4153693Z test_nnc_correctness_histogramdd_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.4169289Z test_nnc_correctness_hsplit_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.4184793Z test_nnc_correctness_hsplit_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.4200570Z test_nnc_correctness_hsplit_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.4216699Z test_nnc_correctness_hsplit_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.4232235Z test_nnc_correctness_hsplit_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.4248103Z test_nnc_correctness_hsplit_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.4263625Z test_nnc_correctness_hsplit_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.4279425Z test_nnc_correctness_hsplit_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.4295301Z test_nnc_correctness_hsplit_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.4311475Z test_nnc_correctness_hsplit_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.4327354Z test_nnc_correctness_hsplit_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.4343164Z test_nnc_correctness_hsplit_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.4359209Z test_nnc_correctness_hsplit_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.4375164Z test_nnc_correctness_hstack_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.4391037Z test_nnc_correctness_hstack_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.4406995Z test_nnc_correctness_hstack_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.4422865Z test_nnc_correctness_hstack_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.4438907Z test_nnc_correctness_hstack_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.4454773Z test_nnc_correctness_hstack_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.4470712Z test_nnc_correctness_hstack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.4536841Z test_nnc_correctness_hstack_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.007s) 2022-09-27T15:34:45.4552431Z test_nnc_correctness_hstack_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.4567981Z test_nnc_correctness_hstack_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.4583368Z test_nnc_correctness_hstack_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:45.4599020Z test_nnc_correctness_hstack_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.4614605Z test_nnc_correctness_hstack_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.4630559Z test_nnc_correctness_hypot_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.4646177Z test_nnc_correctness_hypot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.4662061Z test_nnc_correctness_hypot_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.4677635Z test_nnc_correctness_i0_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.4693304Z test_nnc_correctness_i0_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.4708741Z test_nnc_correctness_i0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:45.4724524Z test_nnc_correctness_i0_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.4740015Z test_nnc_correctness_i0_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:45.4755634Z test_nnc_correctness_i0_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.4771217Z test_nnc_correctness_i0_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.4786832Z test_nnc_correctness_i0_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.4802606Z test_nnc_correctness_i0_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.4818215Z test_nnc_correctness_igamma_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.4834140Z test_nnc_correctness_igamma_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.4849515Z test_nnc_correctness_igamma_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.4865423Z test_nnc_correctness_igamma_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.4880668Z test_nnc_correctness_igammac_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.4896120Z test_nnc_correctness_igammac_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:45.4911635Z test_nnc_correctness_igammac_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.4927268Z test_nnc_correctness_igammac_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.4942700Z test_nnc_correctness_imag_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:45.4958059Z test_nnc_correctness_imag_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:45.4973565Z test_nnc_correctness_imag_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.4988952Z test_nnc_correctness_index_add_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:45.5004799Z test_nnc_correctness_index_add_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.5020292Z test_nnc_correctness_index_add_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:45.5035907Z test_nnc_correctness_index_add_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.5051886Z test_nnc_correctness_index_add_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.5068800Z test_nnc_correctness_index_add_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.5084504Z test_nnc_correctness_index_add_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.5099857Z test_nnc_correctness_index_add_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:45.5115532Z test_nnc_correctness_index_add_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.5131218Z test_nnc_correctness_index_add_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.5146544Z test_nnc_correctness_index_add_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:45.5162120Z test_nnc_correctness_index_add_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.5177676Z test_nnc_correctness_index_add_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.5193314Z test_nnc_correctness_index_copy_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.5208949Z test_nnc_correctness_index_copy_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.5224413Z test_nnc_correctness_index_copy_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:45.5240063Z test_nnc_correctness_index_copy_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.5255703Z test_nnc_correctness_index_copy_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.5271104Z test_nnc_correctness_index_copy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:45.5286800Z test_nnc_correctness_index_copy_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.5302397Z test_nnc_correctness_index_copy_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:45.5318419Z test_nnc_correctness_index_copy_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.5333805Z test_nnc_correctness_index_copy_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.5349738Z test_nnc_correctness_index_copy_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.5365235Z test_nnc_correctness_index_copy_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.5380924Z test_nnc_correctness_index_fill_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.5396299Z test_nnc_correctness_index_fill_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.5412055Z test_nnc_correctness_index_fill_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.5427632Z test_nnc_correctness_index_fill_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.5443534Z test_nnc_correctness_index_fill_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.5458999Z test_nnc_correctness_index_fill_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.5474717Z test_nnc_correctness_index_fill_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.5490339Z test_nnc_correctness_index_fill_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.5505878Z test_nnc_correctness_index_fill_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:45.5521706Z test_nnc_correctness_index_fill_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.5537423Z test_nnc_correctness_index_fill_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.5553420Z test_nnc_correctness_index_fill_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.5569809Z test_nnc_correctness_index_put_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.5585347Z test_nnc_correctness_index_put_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.5601425Z test_nnc_correctness_index_put_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.5617385Z test_nnc_correctness_index_put_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.5633190Z test_nnc_correctness_index_put_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.5649059Z test_nnc_correctness_index_put_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.5664868Z test_nnc_correctness_index_put_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.5680803Z test_nnc_correctness_index_put_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.5696761Z test_nnc_correctness_index_put_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.5712710Z test_nnc_correctness_index_put_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.5729006Z test_nnc_correctness_index_put_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.5744533Z test_nnc_correctness_index_put_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.5760606Z test_nnc_correctness_index_put_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.5776534Z test_nnc_correctness_index_reduce_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.5792753Z test_nnc_correctness_index_reduce_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.5808676Z test_nnc_correctness_index_reduce_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.5824519Z test_nnc_correctness_index_reduce_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.5840333Z test_nnc_correctness_index_reduce_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.5856244Z test_nnc_correctness_index_reduce_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.5872204Z test_nnc_correctness_index_reduce_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.5888125Z test_nnc_correctness_index_reduce_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.5903872Z test_nnc_correctness_index_reduce_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.5919785Z test_nnc_correctness_index_select_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.5935641Z test_nnc_correctness_index_select_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.5951574Z test_nnc_correctness_index_select_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.5967367Z test_nnc_correctness_index_select_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.5983251Z test_nnc_correctness_index_select_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.5999203Z test_nnc_correctness_index_select_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.6015128Z test_nnc_correctness_index_select_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.6031058Z test_nnc_correctness_index_select_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.6046891Z test_nnc_correctness_index_select_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.6062641Z test_nnc_correctness_index_select_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.6078422Z test_nnc_correctness_index_select_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.6094430Z test_nnc_correctness_index_select_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.6110416Z test_nnc_correctness_index_select_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.6126302Z test_nnc_correctness_inner_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.6142096Z test_nnc_correctness_inner_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.6157917Z test_nnc_correctness_inner_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.6173797Z test_nnc_correctness_inner_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.6189583Z test_nnc_correctness_inner_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.6205579Z test_nnc_correctness_inner_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.6221478Z test_nnc_correctness_inner_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.6237570Z test_nnc_correctness_inner_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.6253274Z test_nnc_correctness_inner_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.6268916Z test_nnc_correctness_inner_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.6284729Z test_nnc_correctness_int_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.6300464Z test_nnc_correctness_int_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.6316216Z test_nnc_correctness_int_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.6331972Z test_nnc_correctness_int_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.6347927Z test_nnc_correctness_int_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.6363699Z test_nnc_correctness_int_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.6379512Z test_nnc_correctness_int_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.6395605Z test_nnc_correctness_int_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.6411440Z test_nnc_correctness_int_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.6427324Z test_nnc_correctness_int_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.6443420Z test_nnc_correctness_int_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.6459491Z test_nnc_correctness_int_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.6475290Z test_nnc_correctness_isclose_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.6491122Z test_nnc_correctness_isclose_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.6506992Z test_nnc_correctness_isclose_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.6523021Z test_nnc_correctness_isclose_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.6538940Z test_nnc_correctness_isclose_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.6554887Z test_nnc_correctness_isclose_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.6570946Z test_nnc_correctness_isclose_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.6586890Z test_nnc_correctness_isclose_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.6602840Z test_nnc_correctness_isclose_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.6618754Z test_nnc_correctness_isclose_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.6663855Z test_nnc_correctness_isclose_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-09-27T15:34:45.6679680Z test_nnc_correctness_isclose_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.6695421Z test_nnc_correctness_isfinite_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.6711416Z test_nnc_correctness_isfinite_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.6727166Z test_nnc_correctness_isfinite_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.6742823Z test_nnc_correctness_isfinite_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.6758595Z test_nnc_correctness_isfinite_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.6774491Z test_nnc_correctness_isfinite_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.6790420Z test_nnc_correctness_isfinite_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.6806340Z test_nnc_correctness_isfinite_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.6822129Z test_nnc_correctness_isfinite_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.6838089Z test_nnc_correctness_isfinite_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.6854178Z test_nnc_correctness_isfinite_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.6869944Z test_nnc_correctness_isfinite_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.6885731Z test_nnc_correctness_isfinite_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.6901585Z test_nnc_correctness_isin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.6917420Z test_nnc_correctness_isin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.6933313Z test_nnc_correctness_isin_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.6948745Z test_nnc_correctness_isin_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:45.6964678Z test_nnc_correctness_isin_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.6980269Z test_nnc_correctness_isin_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.6996075Z test_nnc_correctness_isin_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.7011762Z test_nnc_correctness_isinf_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.7027436Z test_nnc_correctness_isinf_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.7043292Z test_nnc_correctness_isinf_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.7059098Z test_nnc_correctness_isinf_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.7075089Z test_nnc_correctness_isinf_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.7090962Z test_nnc_correctness_isinf_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.7106993Z test_nnc_correctness_isinf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.7122917Z test_nnc_correctness_isinf_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.7138585Z test_nnc_correctness_isinf_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.7154495Z test_nnc_correctness_isinf_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.7170295Z test_nnc_correctness_isinf_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.7186092Z test_nnc_correctness_isinf_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.7201888Z test_nnc_correctness_isinf_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.7217943Z test_nnc_correctness_isnan_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.7233702Z test_nnc_correctness_isnan_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.7249552Z test_nnc_correctness_isnan_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.7265418Z test_nnc_correctness_isnan_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.7281408Z test_nnc_correctness_isnan_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.7297351Z test_nnc_correctness_isnan_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.7313232Z test_nnc_correctness_isnan_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.7329291Z test_nnc_correctness_isnan_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.7344851Z test_nnc_correctness_isnan_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.7360535Z test_nnc_correctness_isnan_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.7375789Z test_nnc_correctness_isnan_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.7391442Z test_nnc_correctness_isnan_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.7407176Z test_nnc_correctness_isneginf_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.7422739Z test_nnc_correctness_isneginf_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.7438601Z test_nnc_correctness_isneginf_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.7454204Z test_nnc_correctness_isneginf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.7469871Z test_nnc_correctness_isneginf_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.7485600Z test_nnc_correctness_isneginf_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.7501083Z test_nnc_correctness_isneginf_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:45.7516932Z test_nnc_correctness_isneginf_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:45.7532479Z test_nnc_correctness_isneginf_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.7548066Z test_nnc_correctness_isneginf_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:45.7564367Z test_nnc_correctness_isposinf_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.7579888Z test_nnc_correctness_isposinf_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.7595628Z test_nnc_correctness_isposinf_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.7611460Z test_nnc_correctness_isposinf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.7627029Z test_nnc_correctness_isposinf_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.7642888Z test_nnc_correctness_isposinf_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.7658607Z test_nnc_correctness_isposinf_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.7674500Z test_nnc_correctness_isposinf_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.7690212Z test_nnc_correctness_isposinf_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.7705771Z test_nnc_correctness_isposinf_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.7721729Z test_nnc_correctness_isreal_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.7737499Z test_nnc_correctness_isreal_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.7753322Z test_nnc_correctness_isreal_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.7769116Z test_nnc_correctness_isreal_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.7784635Z test_nnc_correctness_isreal_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.7800520Z test_nnc_correctness_isreal_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.7816401Z test_nnc_correctness_isreal_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.7832268Z test_nnc_correctness_isreal_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.7848069Z test_nnc_correctness_isreal_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.7863766Z test_nnc_correctness_isreal_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.7879750Z test_nnc_correctness_isreal_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.7895466Z test_nnc_correctness_isreal_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.7911194Z test_nnc_correctness_isreal_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.7927106Z test_nnc_correctness_istft_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.7942878Z test_nnc_correctness_istft_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.7958562Z test_nnc_correctness_istft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.7974440Z test_nnc_correctness_istft_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.7990544Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:34:45.8006172Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:34:45.8021966Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:34:45.8037808Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:34:45.8053632Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:34:45.8069355Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:34:45.8085311Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:34:45.8100778Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:34:45.8116396Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:34:45.8132098Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:34:45.8147695Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:34:45.8163557Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:34:45.8179176Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:34:45.8194884Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:34:45.8210450Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:34:45.8226000Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:34:45.8241761Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:34:45.8257344Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:34:45.8273134Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:34:45.8288917Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:34:45.8304498Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:34:45.8320277Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:34:45.8336290Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:34:45.8351643Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:34:45.8367223Z test_nnc_correctness_jiterator_binary_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:34:45.8383155Z test_nnc_correctness_jiterator_binary_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:34:45.8398790Z test_nnc_correctness_jiterator_binary_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:34:45.8414591Z test_nnc_correctness_jiterator_binary_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:34:45.8430518Z test_nnc_correctness_jiterator_binary_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:34:45.8446124Z test_nnc_correctness_jiterator_binary_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:34:45.8461674Z test_nnc_correctness_jiterator_binary_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:34:45.8477272Z test_nnc_correctness_jiterator_binary_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:34:45.8493003Z test_nnc_correctness_jiterator_binary_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:34:45.8508661Z test_nnc_correctness_jiterator_binary_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:34:45.8525511Z test_nnc_correctness_jiterator_binary_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:34:45.8541472Z test_nnc_correctness_jiterator_binary_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:34:45.8556984Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:34:45.8572472Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:34:45.8588064Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:34:45.8604465Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:34:45.8619784Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:34:45.8635483Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:34:45.8651104Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:34:45.8666649Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:34:45.8682494Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:34:45.8698097Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:34:45.8713914Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:34:45.8729654Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:34:45.8745275Z test_nnc_correctness_jiterator_unary_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:34:45.8791192Z test_nnc_correctness_jiterator_unary_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T15:34:45.8806576Z test_nnc_correctness_jiterator_unary_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:34:45.8821886Z test_nnc_correctness_jiterator_unary_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:34:45.8838020Z test_nnc_correctness_jiterator_unary_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:34:45.8853203Z test_nnc_correctness_jiterator_unary_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:34:45.8868886Z test_nnc_correctness_jiterator_unary_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:34:45.8884885Z test_nnc_correctness_jiterator_unary_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:34:45.8900561Z test_nnc_correctness_jiterator_unary_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:34:45.8916312Z test_nnc_correctness_jiterator_unary_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:34:45.8932058Z test_nnc_correctness_jiterator_unary_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:34:45.8947547Z test_nnc_correctness_jiterator_unary_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:34:45.8963731Z test_nnc_correctness_kron_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.8979482Z test_nnc_correctness_kron_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.8995384Z test_nnc_correctness_kron_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.9011303Z test_nnc_correctness_kron_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.9027007Z test_nnc_correctness_kron_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.9042893Z test_nnc_correctness_kron_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.9058518Z test_nnc_correctness_kron_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.9074527Z test_nnc_correctness_kron_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.9090323Z test_nnc_correctness_kron_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.9105917Z test_nnc_correctness_kron_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.9123446Z test_nnc_correctness_kron_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.9139153Z test_nnc_correctness_kron_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.9154566Z test_nnc_correctness_kthvalue_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:45.9169857Z test_nnc_correctness_kthvalue_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:45.9185306Z test_nnc_correctness_kthvalue_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:45.9200530Z test_nnc_correctness_kthvalue_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:45.9215747Z test_nnc_correctness_kthvalue_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:45.9230826Z test_nnc_correctness_kthvalue_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:45.9246304Z test_nnc_correctness_kthvalue_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.9261499Z test_nnc_correctness_kthvalue_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:45.9276673Z test_nnc_correctness_lcm_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:45.9291959Z test_nnc_correctness_lcm_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:45.9306969Z test_nnc_correctness_lcm_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:45.9322316Z test_nnc_correctness_lcm_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:45.9337529Z test_nnc_correctness_lcm_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:45.9353655Z test_nnc_correctness_ldexp_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.9370152Z test_nnc_correctness_ldexp_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.9386809Z test_nnc_correctness_ldexp_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.9402335Z test_nnc_correctness_ldexp_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.9417825Z test_nnc_correctness_ldexp_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:45.9433422Z test_nnc_correctness_ldexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.9449084Z test_nnc_correctness_ldexp_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.9464468Z test_nnc_correctness_ldexp_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:45.9479872Z test_nnc_correctness_ldexp_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:45.9495386Z test_nnc_correctness_ldexp_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.9511514Z test_nnc_correctness_ldexp_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:45.9526577Z test_nnc_correctness_ldexp_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.9542167Z test_nnc_correctness_le_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:45.9557570Z test_nnc_correctness_le_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:45.9573013Z test_nnc_correctness_le_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.9588468Z test_nnc_correctness_le_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:45.9604194Z test_nnc_correctness_le_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.9619599Z test_nnc_correctness_le_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:45.9635421Z test_nnc_correctness_le_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.9651692Z test_nnc_correctness_le_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.9667495Z test_nnc_correctness_le_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.9683162Z test_nnc_correctness_le_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.9698876Z test_nnc_correctness_lerp_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.9714819Z test_nnc_correctness_lerp_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.9729988Z test_nnc_correctness_lerp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:45.9745517Z test_nnc_correctness_lerp_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:45.9761140Z test_nnc_correctness_lgamma_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.9776763Z test_nnc_correctness_lgamma_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.9792329Z test_nnc_correctness_lgamma_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.9807756Z test_nnc_correctness_lgamma_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:45.9823195Z test_nnc_correctness_lgamma_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:45.9838781Z test_nnc_correctness_lgamma_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.9854395Z test_nnc_correctness_lgamma_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.9870825Z test_nnc_correctness_lgamma_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.9886078Z test_nnc_correctness_lgamma_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.9901833Z test_nnc_correctness_linalg_cholesky_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:45.9917443Z test_nnc_correctness_linalg_cholesky_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.9933146Z test_nnc_correctness_linalg_cholesky_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.9948776Z test_nnc_correctness_linalg_cholesky_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.9964488Z test_nnc_correctness_linalg_cholesky_ex_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.9980059Z test_nnc_correctness_linalg_cholesky_ex_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:45.9995655Z test_nnc_correctness_linalg_cholesky_ex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.0011278Z test_nnc_correctness_linalg_cholesky_ex_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.0027586Z test_nnc_correctness_linalg_cond_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.0043720Z test_nnc_correctness_linalg_cond_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.0059604Z test_nnc_correctness_linalg_cond_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.0075539Z test_nnc_correctness_linalg_cond_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.0091004Z test_nnc_correctness_linalg_cross_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.0106469Z test_nnc_correctness_linalg_cross_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.0122215Z test_nnc_correctness_linalg_cross_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.0137924Z test_nnc_correctness_linalg_cross_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.0153514Z test_nnc_correctness_linalg_cross_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.0169680Z test_nnc_correctness_linalg_cross_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.0185210Z test_nnc_correctness_linalg_cross_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.0201203Z test_nnc_correctness_linalg_cross_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.0217130Z test_nnc_correctness_linalg_cross_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.0233212Z test_nnc_correctness_linalg_cross_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.0249415Z test_nnc_correctness_linalg_det_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.0265170Z test_nnc_correctness_linalg_det_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.0281174Z test_nnc_correctness_linalg_det_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.0297334Z test_nnc_correctness_linalg_det_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.0313405Z test_nnc_correctness_linalg_det_singular_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.0329234Z test_nnc_correctness_linalg_det_singular_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.0345318Z test_nnc_correctness_linalg_det_singular_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.0361342Z test_nnc_correctness_linalg_det_singular_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.0378016Z test_nnc_correctness_linalg_eig_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.0394546Z test_nnc_correctness_linalg_eig_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.0410620Z test_nnc_correctness_linalg_eig_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.0426942Z test_nnc_correctness_linalg_eig_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.0443087Z test_nnc_correctness_linalg_eigh_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.0459299Z test_nnc_correctness_linalg_eigh_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.0475537Z test_nnc_correctness_linalg_eigh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.0491782Z test_nnc_correctness_linalg_eigh_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.0507533Z test_nnc_correctness_linalg_eigvals_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.0523562Z test_nnc_correctness_linalg_eigvals_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.0539327Z test_nnc_correctness_linalg_eigvals_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.0555178Z test_nnc_correctness_linalg_eigvals_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.0571110Z test_nnc_correctness_linalg_eigvalsh_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.0586909Z test_nnc_correctness_linalg_eigvalsh_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.0603122Z test_nnc_correctness_linalg_eigvalsh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.0618814Z test_nnc_correctness_linalg_eigvalsh_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.0634808Z test_nnc_correctness_linalg_householder_product_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.0651835Z test_nnc_correctness_linalg_householder_product_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.0667662Z test_nnc_correctness_linalg_householder_product_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.0683704Z test_nnc_correctness_linalg_householder_product_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.0699559Z test_nnc_correctness_linalg_inv_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.0715731Z test_nnc_correctness_linalg_inv_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.0731656Z test_nnc_correctness_linalg_inv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.0747536Z test_nnc_correctness_linalg_inv_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.0763714Z test_nnc_correctness_linalg_inv_ex_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.0779594Z test_nnc_correctness_linalg_inv_ex_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.0795607Z test_nnc_correctness_linalg_inv_ex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.0811494Z test_nnc_correctness_linalg_inv_ex_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.0827311Z test_nnc_correctness_linalg_ldl_factor_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.0843319Z test_nnc_correctness_linalg_ldl_factor_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.0859204Z test_nnc_correctness_linalg_ldl_factor_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.0875244Z test_nnc_correctness_linalg_ldl_factor_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.0920590Z test_nnc_correctness_linalg_ldl_factor_ex_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-09-27T15:34:46.0936554Z test_nnc_correctness_linalg_ldl_factor_ex_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.0952480Z test_nnc_correctness_linalg_ldl_factor_ex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.0968530Z test_nnc_correctness_linalg_ldl_factor_ex_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.0984103Z test_nnc_correctness_linalg_ldl_solve_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.1000002Z test_nnc_correctness_linalg_ldl_solve_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.1015931Z test_nnc_correctness_linalg_ldl_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.1032057Z test_nnc_correctness_linalg_ldl_solve_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.1047994Z test_nnc_correctness_linalg_lstsq_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.1063891Z test_nnc_correctness_linalg_lstsq_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.1079713Z test_nnc_correctness_linalg_lstsq_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.1095621Z test_nnc_correctness_linalg_lstsq_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.1111460Z test_nnc_correctness_linalg_lstsq_grad_oriented_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.1127537Z test_nnc_correctness_linalg_lstsq_grad_oriented_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.1143152Z test_nnc_correctness_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.1159300Z test_nnc_correctness_linalg_lstsq_grad_oriented_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.1174975Z test_nnc_correctness_linalg_lu_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.1190919Z test_nnc_correctness_linalg_lu_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.1206445Z test_nnc_correctness_linalg_lu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.1222624Z test_nnc_correctness_linalg_lu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.1238279Z test_nnc_correctness_linalg_lu_factor_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.1254192Z test_nnc_correctness_linalg_lu_factor_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.1270483Z test_nnc_correctness_linalg_lu_factor_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.1286084Z test_nnc_correctness_linalg_lu_factor_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.1301849Z test_nnc_correctness_linalg_lu_factor_ex_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.1318170Z test_nnc_correctness_linalg_lu_factor_ex_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.1334190Z test_nnc_correctness_linalg_lu_factor_ex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.1350140Z test_nnc_correctness_linalg_lu_factor_ex_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.1365953Z test_nnc_correctness_linalg_lu_solve_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.1382065Z test_nnc_correctness_linalg_lu_solve_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.1398212Z test_nnc_correctness_linalg_lu_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.1414138Z test_nnc_correctness_linalg_lu_solve_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.1430774Z test_nnc_correctness_linalg_matrix_norm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.1447102Z test_nnc_correctness_linalg_matrix_norm_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.1463368Z test_nnc_correctness_linalg_matrix_norm_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.1479785Z test_nnc_correctness_linalg_matrix_norm_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.1496196Z test_nnc_correctness_linalg_matrix_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.1512580Z test_nnc_correctness_linalg_matrix_norm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.1528733Z test_nnc_correctness_linalg_matrix_power_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.1544802Z test_nnc_correctness_linalg_matrix_power_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.1561299Z test_nnc_correctness_linalg_matrix_power_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.1577743Z test_nnc_correctness_linalg_matrix_power_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.1593770Z test_nnc_correctness_linalg_matrix_rank_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.1609717Z test_nnc_correctness_linalg_matrix_rank_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.1625680Z test_nnc_correctness_linalg_matrix_rank_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.1642070Z test_nnc_correctness_linalg_matrix_rank_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.1658747Z test_nnc_correctness_linalg_matrix_rank_hermitian_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.1674569Z test_nnc_correctness_linalg_matrix_rank_hermitian_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.1690234Z test_nnc_correctness_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.1706123Z test_nnc_correctness_linalg_matrix_rank_hermitian_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.1722176Z test_nnc_correctness_linalg_multi_dot_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.1737884Z test_nnc_correctness_linalg_multi_dot_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.1753722Z test_nnc_correctness_linalg_multi_dot_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.1769477Z test_nnc_correctness_linalg_multi_dot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.1785268Z test_nnc_correctness_linalg_multi_dot_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.1801659Z test_nnc_correctness_linalg_multi_dot_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.1817480Z test_nnc_correctness_linalg_multi_dot_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.1828593Z test_nnc_correctness_linalg_multi_dot_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:46.1844305Z test_nnc_correctness_linalg_multi_dot_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.1859828Z test_nnc_correctness_linalg_multi_dot_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.1876464Z test_nnc_correctness_linalg_norm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.1892774Z test_nnc_correctness_linalg_norm_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.1909880Z test_nnc_correctness_linalg_norm_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.1926250Z test_nnc_correctness_linalg_norm_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.1942455Z test_nnc_correctness_linalg_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.1958876Z test_nnc_correctness_linalg_norm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.1975475Z test_nnc_correctness_linalg_norm_subgradients_at_zero_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.1992036Z test_nnc_correctness_linalg_norm_subgradients_at_zero_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.2008691Z test_nnc_correctness_linalg_norm_subgradients_at_zero_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.2024682Z test_nnc_correctness_linalg_norm_subgradients_at_zero_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.2041344Z test_nnc_correctness_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.2057670Z test_nnc_correctness_linalg_norm_subgradients_at_zero_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.2073911Z test_nnc_correctness_linalg_pinv_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.2089716Z test_nnc_correctness_linalg_pinv_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.2105652Z test_nnc_correctness_linalg_pinv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.2121819Z test_nnc_correctness_linalg_pinv_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.2138005Z test_nnc_correctness_linalg_pinv_hermitian_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.2154151Z test_nnc_correctness_linalg_pinv_hermitian_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.2170106Z test_nnc_correctness_linalg_pinv_hermitian_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.2185952Z test_nnc_correctness_linalg_pinv_hermitian_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.2201979Z test_nnc_correctness_linalg_pinv_singular_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.2217930Z test_nnc_correctness_linalg_pinv_singular_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.2233952Z test_nnc_correctness_linalg_pinv_singular_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.2249845Z test_nnc_correctness_linalg_pinv_singular_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.2265768Z test_nnc_correctness_linalg_qr_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.2281610Z test_nnc_correctness_linalg_qr_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.2297608Z test_nnc_correctness_linalg_qr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.2313519Z test_nnc_correctness_linalg_qr_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.2329375Z test_nnc_correctness_linalg_slogdet_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.2345315Z test_nnc_correctness_linalg_slogdet_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.2361019Z test_nnc_correctness_linalg_slogdet_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.2376879Z test_nnc_correctness_linalg_slogdet_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.2393142Z test_nnc_correctness_linalg_solve_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.2408940Z test_nnc_correctness_linalg_solve_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.2424108Z test_nnc_correctness_linalg_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.2439763Z test_nnc_correctness_linalg_solve_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.2455403Z test_nnc_correctness_linalg_solve_ex_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.2472232Z test_nnc_correctness_linalg_solve_ex_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.2486736Z test_nnc_correctness_linalg_solve_ex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.2502181Z test_nnc_correctness_linalg_solve_ex_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.2518709Z test_nnc_correctness_linalg_solve_triangular_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.2533737Z test_nnc_correctness_linalg_solve_triangular_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.2565303Z test_nnc_correctness_linalg_solve_triangular_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.2565934Z test_nnc_correctness_linalg_solve_triangular_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.2581903Z test_nnc_correctness_linalg_svd_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.2597916Z test_nnc_correctness_linalg_svd_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.2614017Z test_nnc_correctness_linalg_svd_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.2630400Z test_nnc_correctness_linalg_svd_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.2646471Z test_nnc_correctness_linalg_svdvals_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.2662307Z test_nnc_correctness_linalg_svdvals_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.2678283Z test_nnc_correctness_linalg_svdvals_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.2694313Z test_nnc_correctness_linalg_svdvals_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.2709561Z test_nnc_correctness_linalg_tensorinv_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.2725288Z test_nnc_correctness_linalg_tensorinv_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.2740736Z test_nnc_correctness_linalg_tensorinv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.2756256Z test_nnc_correctness_linalg_tensorinv_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.2771833Z test_nnc_correctness_linalg_tensorsolve_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.2787308Z test_nnc_correctness_linalg_tensorsolve_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.2803059Z test_nnc_correctness_linalg_tensorsolve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.2818732Z test_nnc_correctness_linalg_tensorsolve_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.2834371Z test_nnc_correctness_linalg_vander_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.2849902Z test_nnc_correctness_linalg_vander_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.2865340Z test_nnc_correctness_linalg_vander_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.2880822Z test_nnc_correctness_linalg_vander_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.2896474Z test_nnc_correctness_linalg_vander_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.2911913Z test_nnc_correctness_linalg_vander_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.2928486Z test_nnc_correctness_linalg_vander_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.2943900Z test_nnc_correctness_linalg_vander_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.2959436Z test_nnc_correctness_linalg_vander_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.2974932Z test_nnc_correctness_linalg_vecdot_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.2990646Z test_nnc_correctness_linalg_vecdot_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.3006185Z test_nnc_correctness_linalg_vecdot_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.3021627Z test_nnc_correctness_linalg_vecdot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.3068367Z test_nnc_correctness_linalg_vecdot_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-09-27T15:34:46.3084077Z test_nnc_correctness_linalg_vector_norm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.3099547Z test_nnc_correctness_linalg_vector_norm_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.3115178Z test_nnc_correctness_linalg_vector_norm_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.3130738Z test_nnc_correctness_linalg_vector_norm_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.3146324Z test_nnc_correctness_linalg_vector_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.3161725Z test_nnc_correctness_linalg_vector_norm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.3177160Z test_nnc_correctness_linspace_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.3192663Z test_nnc_correctness_linspace_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.3208149Z test_nnc_correctness_linspace_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.3223659Z test_nnc_correctness_linspace_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.3239166Z test_nnc_correctness_linspace_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.3254684Z test_nnc_correctness_linspace_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.3270270Z test_nnc_correctness_linspace_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.3285938Z test_nnc_correctness_linspace_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.3301521Z test_nnc_correctness_linspace_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.3317095Z test_nnc_correctness_linspace_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.3332591Z test_nnc_correctness_linspace_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.3348147Z test_nnc_correctness_log10_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.3363714Z test_nnc_correctness_log10_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.3379185Z test_nnc_correctness_log10_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.3394848Z test_nnc_correctness_log10_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.3410447Z test_nnc_correctness_log10_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.3425762Z test_nnc_correctness_log10_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.3441641Z test_nnc_correctness_log10_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.3457424Z test_nnc_correctness_log10_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.3472911Z test_nnc_correctness_log10_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.3488501Z test_nnc_correctness_log10_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.3503922Z test_nnc_correctness_log10_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.3519430Z test_nnc_correctness_log1p_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.3535056Z test_nnc_correctness_log1p_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.3550696Z test_nnc_correctness_log1p_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.3566143Z test_nnc_correctness_log1p_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.3581613Z test_nnc_correctness_log1p_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.3597057Z test_nnc_correctness_log1p_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.3612702Z test_nnc_correctness_log1p_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.3628159Z test_nnc_correctness_log1p_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.3644723Z test_nnc_correctness_log1p_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.3660070Z test_nnc_correctness_log2_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.3675582Z test_nnc_correctness_log2_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.3691039Z test_nnc_correctness_log2_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.3706474Z test_nnc_correctness_log2_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.3721992Z test_nnc_correctness_log2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.3737578Z test_nnc_correctness_log2_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.3753150Z test_nnc_correctness_log2_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.3768796Z test_nnc_correctness_log2_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.3784081Z test_nnc_correctness_log2_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.3799733Z test_nnc_correctness_log2_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.3815264Z test_nnc_correctness_log2_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.3830659Z test_nnc_correctness_log_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.3846208Z test_nnc_correctness_log_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.3861686Z test_nnc_correctness_log_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.3877166Z test_nnc_correctness_log_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.3893202Z test_nnc_correctness_log_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.3908388Z test_nnc_correctness_log_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.3923906Z test_nnc_correctness_log_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.3939245Z test_nnc_correctness_log_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.3954799Z test_nnc_correctness_log_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.3970282Z test_nnc_correctness_log_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.3985609Z test_nnc_correctness_log_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.4001356Z test_nnc_correctness_log_softmax_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.4017054Z test_nnc_correctness_log_softmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.4032662Z test_nnc_correctness_log_softmax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.4048223Z test_nnc_correctness_log_softmax_dtype_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.4063658Z test_nnc_correctness_log_softmax_dtype_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.4079219Z test_nnc_correctness_log_softmax_dtype_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.4094919Z test_nnc_correctness_log_softmax_dtype_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.4110412Z test_nnc_correctness_log_softmax_dtype_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.4126110Z test_nnc_correctness_log_softmax_dtype_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.4141886Z test_nnc_correctness_log_softmax_dtype_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.4157044Z test_nnc_correctness_log_softmax_dtype_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.4172663Z test_nnc_correctness_log_softmax_dtype_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.4188211Z test_nnc_correctness_log_softmax_dtype_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.4203877Z test_nnc_correctness_log_softmax_dtype_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.4219412Z test_nnc_correctness_log_softmax_dtype_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.4235039Z test_nnc_correctness_log_softmax_dtype_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.4250659Z test_nnc_correctness_logaddexp2_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.4266201Z test_nnc_correctness_logaddexp2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.4281805Z test_nnc_correctness_logaddexp2_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.4297445Z test_nnc_correctness_logaddexp_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.4312996Z test_nnc_correctness_logaddexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.4328597Z test_nnc_correctness_logaddexp_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.4344161Z test_nnc_correctness_logcumsumexp_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.4359770Z test_nnc_correctness_logcumsumexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.4375314Z test_nnc_correctness_logcumsumexp_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.4391288Z test_nnc_correctness_logdet_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.4407087Z test_nnc_correctness_logdet_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.4422691Z test_nnc_correctness_logdet_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.4438504Z test_nnc_correctness_logdet_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.4453996Z test_nnc_correctness_logical_and_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.4470162Z test_nnc_correctness_logical_and_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.4485680Z test_nnc_correctness_logical_and_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.4501413Z test_nnc_correctness_logical_and_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.4516984Z test_nnc_correctness_logical_and_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.4532593Z test_nnc_correctness_logical_and_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.4548053Z test_nnc_correctness_logical_and_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.4563671Z test_nnc_correctness_logical_and_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.4579306Z test_nnc_correctness_logical_and_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.4594986Z test_nnc_correctness_logical_and_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.4610611Z test_nnc_correctness_logical_and_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.4626214Z test_nnc_correctness_logical_and_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.4642201Z test_nnc_correctness_logical_not_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.4657713Z test_nnc_correctness_logical_not_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.4673872Z test_nnc_correctness_logical_not_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.4688967Z test_nnc_correctness_logical_not_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.4704554Z test_nnc_correctness_logical_not_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.4720265Z test_nnc_correctness_logical_not_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.4736178Z test_nnc_correctness_logical_not_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.4751606Z test_nnc_correctness_logical_not_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.4767277Z test_nnc_correctness_logical_not_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.4782842Z test_nnc_correctness_logical_not_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.4798467Z test_nnc_correctness_logical_not_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.4814000Z test_nnc_correctness_logical_not_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.4830000Z test_nnc_correctness_logical_or_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.4845385Z test_nnc_correctness_logical_or_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.4860928Z test_nnc_correctness_logical_or_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.4876434Z test_nnc_correctness_logical_or_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.4892184Z test_nnc_correctness_logical_or_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.4907874Z test_nnc_correctness_logical_or_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.4924435Z test_nnc_correctness_logical_or_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.4940099Z test_nnc_correctness_logical_or_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.4956406Z test_nnc_correctness_logical_or_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.4972225Z test_nnc_correctness_logical_or_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.4987926Z test_nnc_correctness_logical_or_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.5003726Z test_nnc_correctness_logical_or_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.5019369Z test_nnc_correctness_logical_xor_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.5035059Z test_nnc_correctness_logical_xor_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.5050752Z test_nnc_correctness_logical_xor_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.5066514Z test_nnc_correctness_logical_xor_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.5082248Z test_nnc_correctness_logical_xor_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.5098002Z test_nnc_correctness_logical_xor_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.5113648Z test_nnc_correctness_logical_xor_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.5129411Z test_nnc_correctness_logical_xor_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.5175153Z test_nnc_correctness_logical_xor_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-09-27T15:34:46.5191996Z test_nnc_correctness_logical_xor_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.5208723Z test_nnc_correctness_logical_xor_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.5224584Z test_nnc_correctness_logical_xor_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.5240148Z test_nnc_correctness_logit_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.5255469Z test_nnc_correctness_logit_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.5270794Z test_nnc_correctness_logit_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.5285749Z test_nnc_correctness_logit_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.5300829Z test_nnc_correctness_logit_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.5315960Z test_nnc_correctness_logit_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.5331263Z test_nnc_correctness_logit_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.5346370Z test_nnc_correctness_logit_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.5361531Z test_nnc_correctness_logit_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.5376677Z test_nnc_correctness_logspace_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.5391833Z test_nnc_correctness_logspace_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.5406903Z test_nnc_correctness_logspace_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.5421938Z test_nnc_correctness_logspace_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.5437756Z test_nnc_correctness_logspace_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.5454186Z test_nnc_correctness_logspace_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.5470486Z test_nnc_correctness_logspace_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.5486042Z test_nnc_correctness_logspace_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.5501446Z test_nnc_correctness_logspace_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.5516994Z test_nnc_correctness_logspace_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.5532905Z test_nnc_correctness_logsumexp_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.5547946Z test_nnc_correctness_logsumexp_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.5564083Z test_nnc_correctness_logsumexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.5579596Z test_nnc_correctness_logsumexp_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.5595098Z test_nnc_correctness_logsumexp_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.5610604Z test_nnc_correctness_logsumexp_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.5626061Z test_nnc_correctness_logsumexp_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.5641552Z test_nnc_correctness_logsumexp_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.5657122Z test_nnc_correctness_logsumexp_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.5672881Z test_nnc_correctness_long_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.5688767Z test_nnc_correctness_long_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.5705416Z test_nnc_correctness_long_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.5721952Z test_nnc_correctness_long_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.5737561Z test_nnc_correctness_long_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.5753216Z test_nnc_correctness_long_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.5768672Z test_nnc_correctness_long_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.5784044Z test_nnc_correctness_long_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.5799983Z test_nnc_correctness_long_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.5815526Z test_nnc_correctness_long_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.5831221Z test_nnc_correctness_long_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.5847123Z test_nnc_correctness_long_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.5862416Z test_nnc_correctness_long_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.5878210Z test_nnc_correctness_lt_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.5893828Z test_nnc_correctness_lt_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.5909214Z test_nnc_correctness_lt_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.5925170Z test_nnc_correctness_lt_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.5940588Z test_nnc_correctness_lt_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.5955876Z test_nnc_correctness_lt_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.5972570Z test_nnc_correctness_lt_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.5989056Z test_nnc_correctness_lt_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.6004847Z test_nnc_correctness_lt_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.6020225Z test_nnc_correctness_lt_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.6035659Z test_nnc_correctness_lu_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.6051056Z test_nnc_correctness_lu_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.6066334Z test_nnc_correctness_lu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.6081717Z test_nnc_correctness_lu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.6097183Z test_nnc_correctness_lu_solve_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.6112676Z test_nnc_correctness_lu_solve_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.6128047Z test_nnc_correctness_lu_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.6143243Z test_nnc_correctness_lu_solve_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.6158554Z test_nnc_correctness_lu_unpack_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.6174011Z test_nnc_correctness_lu_unpack_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.6189154Z test_nnc_correctness_lu_unpack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.6205051Z test_nnc_correctness_lu_unpack_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.6220768Z test_nnc_correctness_mH_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.6236685Z test_nnc_correctness_mH_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.6252171Z test_nnc_correctness_mH_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.6267659Z test_nnc_correctness_mH_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.6283439Z test_nnc_correctness_mH_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.6298787Z test_nnc_correctness_mH_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.6314422Z test_nnc_correctness_mH_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.6329930Z test_nnc_correctness_mH_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.6345533Z test_nnc_correctness_mH_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.6361372Z test_nnc_correctness_mH_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.6377003Z test_nnc_correctness_mH_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.6392641Z test_nnc_correctness_mH_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.6408449Z test_nnc_correctness_mH_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.6423949Z test_nnc_correctness_mT_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.6439952Z test_nnc_correctness_mT_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.6455859Z test_nnc_correctness_mT_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.6471233Z test_nnc_correctness_mT_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.6486776Z test_nnc_correctness_mT_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.6502307Z test_nnc_correctness_mT_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.6517709Z test_nnc_correctness_mT_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.6533229Z test_nnc_correctness_mT_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.6548645Z test_nnc_correctness_mT_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.6564287Z test_nnc_correctness_mT_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.6579419Z test_nnc_correctness_mT_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.6594718Z test_nnc_correctness_mT_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.6610204Z test_nnc_correctness_mT_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.6625329Z test_nnc_correctness_masked_fill_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.6640900Z test_nnc_correctness_masked_fill_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.6655961Z test_nnc_correctness_masked_fill_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.6671304Z test_nnc_correctness_masked_fill_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.6686746Z test_nnc_correctness_masked_fill_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.6702163Z test_nnc_correctness_masked_fill_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.6718606Z test_nnc_correctness_masked_fill_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.6734091Z test_nnc_correctness_masked_fill_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.6749464Z test_nnc_correctness_masked_fill_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.6765108Z test_nnc_correctness_masked_fill_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.6780560Z test_nnc_correctness_masked_fill_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.6796260Z test_nnc_correctness_masked_fill_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.6811735Z test_nnc_correctness_masked_fill_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.6827061Z test_nnc_correctness_masked_scatter_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.6842524Z test_nnc_correctness_masked_scatter_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.6858137Z test_nnc_correctness_masked_scatter_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.6873465Z test_nnc_correctness_masked_scatter_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.6888949Z test_nnc_correctness_masked_scatter_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.6904445Z test_nnc_correctness_masked_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.6919886Z test_nnc_correctness_masked_scatter_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.6935463Z test_nnc_correctness_masked_scatter_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.6951617Z test_nnc_correctness_masked_scatter_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.6966600Z test_nnc_correctness_masked_scatter_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.6982247Z test_nnc_correctness_masked_scatter_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.6997605Z test_nnc_correctness_masked_scatter_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.7013276Z test_nnc_correctness_masked_select_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.7028511Z test_nnc_correctness_masked_select_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.7044101Z test_nnc_correctness_masked_select_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.7059527Z test_nnc_correctness_masked_select_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.7074998Z test_nnc_correctness_masked_select_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.7090547Z test_nnc_correctness_masked_select_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.7105963Z test_nnc_correctness_masked_select_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.7121461Z test_nnc_correctness_masked_select_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.7137150Z test_nnc_correctness_masked_select_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.7152746Z test_nnc_correctness_masked_select_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.7168343Z test_nnc_correctness_masked_select_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.7183776Z test_nnc_correctness_masked_select_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.7199332Z test_nnc_correctness_matmul_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.7214924Z test_nnc_correctness_matmul_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.7230784Z test_nnc_correctness_matmul_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.7273376Z test_nnc_correctness_matmul_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-09-27T15:34:46.7288523Z test_nnc_correctness_matmul_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.7303709Z test_nnc_correctness_matmul_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.7318924Z test_nnc_correctness_matmul_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.7329422Z test_nnc_correctness_matmul_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:46.7344464Z test_nnc_correctness_matmul_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.7359974Z test_nnc_correctness_matmul_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.7375310Z test_nnc_correctness_matrix_exp_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.7390604Z test_nnc_correctness_matrix_exp_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.7406021Z test_nnc_correctness_matrix_exp_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.7421308Z test_nnc_correctness_matrix_exp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.7436609Z test_nnc_correctness_matrix_exp_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.7451948Z test_nnc_correctness_max_binary_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.7468005Z test_nnc_correctness_max_binary_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.7482936Z test_nnc_correctness_max_binary_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.7498115Z test_nnc_correctness_max_binary_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.7513803Z test_nnc_correctness_max_binary_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.7529724Z test_nnc_correctness_max_binary_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.7544669Z test_nnc_correctness_max_binary_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.7560097Z test_nnc_correctness_max_binary_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.7575485Z test_nnc_correctness_max_binary_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.7591513Z test_nnc_correctness_max_binary_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.7606173Z test_nnc_correctness_max_reduction_no_dim_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.7621447Z test_nnc_correctness_max_reduction_no_dim_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.7636741Z test_nnc_correctness_max_reduction_no_dim_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.7652089Z test_nnc_correctness_max_reduction_no_dim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.7667211Z test_nnc_correctness_max_reduction_no_dim_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.7682495Z test_nnc_correctness_max_reduction_no_dim_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.7697940Z test_nnc_correctness_max_reduction_no_dim_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.7713134Z test_nnc_correctness_max_reduction_no_dim_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.7729053Z test_nnc_correctness_max_reduction_no_dim_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.7744050Z test_nnc_correctness_max_reduction_no_dim_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.7759396Z test_nnc_correctness_max_reduction_with_dim_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.7774885Z test_nnc_correctness_max_reduction_with_dim_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.7790541Z test_nnc_correctness_max_reduction_with_dim_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.7805552Z test_nnc_correctness_max_reduction_with_dim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.7820910Z test_nnc_correctness_max_reduction_with_dim_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.7836223Z test_nnc_correctness_max_reduction_with_dim_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.7851403Z test_nnc_correctness_max_reduction_with_dim_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.7866582Z test_nnc_correctness_max_reduction_with_dim_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.7881903Z test_nnc_correctness_max_reduction_with_dim_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.7897147Z test_nnc_correctness_max_reduction_with_dim_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.7912426Z test_nnc_correctness_maximum_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.7927689Z test_nnc_correctness_maximum_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.7942946Z test_nnc_correctness_maximum_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.7958285Z test_nnc_correctness_maximum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.7973854Z test_nnc_correctness_maximum_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.7988691Z test_nnc_correctness_maximum_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.8004428Z test_nnc_correctness_maximum_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.8019447Z test_nnc_correctness_maximum_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.8035093Z test_nnc_correctness_maximum_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.8050507Z test_nnc_correctness_maximum_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.8065557Z test_nnc_correctness_mean_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.8080959Z test_nnc_correctness_mean_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.8096202Z test_nnc_correctness_mean_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.8111387Z test_nnc_correctness_mean_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.8126763Z test_nnc_correctness_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.8141919Z test_nnc_correctness_mean_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.8157510Z test_nnc_correctness_median_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.8172833Z test_nnc_correctness_median_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.8188027Z test_nnc_correctness_median_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.8203293Z test_nnc_correctness_median_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.8218517Z test_nnc_correctness_median_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.8233917Z test_nnc_correctness_median_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.8249085Z test_nnc_correctness_median_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.8264452Z test_nnc_correctness_median_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.8279665Z test_nnc_correctness_meshgrid_list_of_tensors_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.8294862Z test_nnc_correctness_meshgrid_list_of_tensors_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.8310283Z test_nnc_correctness_meshgrid_list_of_tensors_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.8325661Z test_nnc_correctness_meshgrid_list_of_tensors_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.8340882Z test_nnc_correctness_meshgrid_list_of_tensors_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.8356122Z test_nnc_correctness_meshgrid_list_of_tensors_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.8371717Z test_nnc_correctness_meshgrid_list_of_tensors_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.8386858Z test_nnc_correctness_meshgrid_list_of_tensors_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.8402140Z test_nnc_correctness_meshgrid_list_of_tensors_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.8417381Z test_nnc_correctness_meshgrid_list_of_tensors_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.8432815Z test_nnc_correctness_meshgrid_list_of_tensors_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.8448083Z test_nnc_correctness_meshgrid_list_of_tensors_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.8463250Z test_nnc_correctness_meshgrid_variadic_tensors_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.8478418Z test_nnc_correctness_meshgrid_variadic_tensors_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.8494184Z test_nnc_correctness_meshgrid_variadic_tensors_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.8509227Z test_nnc_correctness_meshgrid_variadic_tensors_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.8524861Z test_nnc_correctness_meshgrid_variadic_tensors_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.8540349Z test_nnc_correctness_meshgrid_variadic_tensors_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.8555586Z test_nnc_correctness_meshgrid_variadic_tensors_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.8570822Z test_nnc_correctness_meshgrid_variadic_tensors_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.8585931Z test_nnc_correctness_meshgrid_variadic_tensors_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.8601392Z test_nnc_correctness_meshgrid_variadic_tensors_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.8616994Z test_nnc_correctness_meshgrid_variadic_tensors_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.8632624Z test_nnc_correctness_meshgrid_variadic_tensors_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.8648236Z test_nnc_correctness_min_binary_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.8663595Z test_nnc_correctness_min_binary_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.8679297Z test_nnc_correctness_min_binary_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.8694876Z test_nnc_correctness_min_binary_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.8710720Z test_nnc_correctness_min_binary_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.8726148Z test_nnc_correctness_min_binary_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.8741780Z test_nnc_correctness_min_binary_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.8757458Z test_nnc_correctness_min_binary_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.8772764Z test_nnc_correctness_min_binary_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.8788723Z test_nnc_correctness_min_binary_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.8804936Z test_nnc_correctness_min_reduction_no_dim_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.8819888Z test_nnc_correctness_min_reduction_no_dim_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.8835442Z test_nnc_correctness_min_reduction_no_dim_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.8850893Z test_nnc_correctness_min_reduction_no_dim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.8866253Z test_nnc_correctness_min_reduction_no_dim_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.8881686Z test_nnc_correctness_min_reduction_no_dim_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.8897138Z test_nnc_correctness_min_reduction_no_dim_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.8912529Z test_nnc_correctness_min_reduction_no_dim_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.8928009Z test_nnc_correctness_min_reduction_no_dim_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.8943283Z test_nnc_correctness_min_reduction_no_dim_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.8958696Z test_nnc_correctness_min_reduction_with_dim_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.8974043Z test_nnc_correctness_min_reduction_with_dim_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.8989870Z test_nnc_correctness_min_reduction_with_dim_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.9005535Z test_nnc_correctness_min_reduction_with_dim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.9021938Z test_nnc_correctness_min_reduction_with_dim_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.9038645Z test_nnc_correctness_min_reduction_with_dim_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.9054294Z test_nnc_correctness_min_reduction_with_dim_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.9069832Z test_nnc_correctness_min_reduction_with_dim_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.9085237Z test_nnc_correctness_min_reduction_with_dim_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.9100602Z test_nnc_correctness_min_reduction_with_dim_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.9115990Z test_nnc_correctness_minimum_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.9131381Z test_nnc_correctness_minimum_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.9146579Z test_nnc_correctness_minimum_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.9161961Z test_nnc_correctness_minimum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.9177205Z test_nnc_correctness_minimum_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.9192486Z test_nnc_correctness_minimum_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.9207646Z test_nnc_correctness_minimum_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.9222702Z test_nnc_correctness_minimum_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.9238201Z test_nnc_correctness_minimum_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.9253941Z test_nnc_correctness_minimum_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.9270539Z test_nnc_correctness_mm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.9287054Z test_nnc_correctness_mm_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.9303140Z test_nnc_correctness_mm_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.9318834Z test_nnc_correctness_mm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.9362189Z test_nnc_correctness_mm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-09-27T15:34:46.9377494Z test_nnc_correctness_mm_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.9392622Z test_nnc_correctness_mm_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.9407986Z test_nnc_correctness_mm_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.9423301Z test_nnc_correctness_mm_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.9438282Z test_nnc_correctness_mm_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.9453609Z test_nnc_correctness_mode_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.9468728Z test_nnc_correctness_mode_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.9484069Z test_nnc_correctness_mode_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.9499173Z test_nnc_correctness_mode_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.9515352Z test_nnc_correctness_mode_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.9531373Z test_nnc_correctness_mode_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.9548011Z test_nnc_correctness_mode_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.9564044Z test_nnc_correctness_mode_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.9579286Z test_nnc_correctness_mode_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.9594562Z test_nnc_correctness_mode_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.9609569Z test_nnc_correctness_movedim_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.9624448Z test_nnc_correctness_movedim_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.9639681Z test_nnc_correctness_movedim_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.9654683Z test_nnc_correctness_movedim_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.9670328Z test_nnc_correctness_movedim_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.9685304Z test_nnc_correctness_movedim_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.9700214Z test_nnc_correctness_movedim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.9715432Z test_nnc_correctness_movedim_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.9730544Z test_nnc_correctness_movedim_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.9745406Z test_nnc_correctness_movedim_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.9760589Z test_nnc_correctness_movedim_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.9776277Z test_nnc_correctness_movedim_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.9792529Z test_nnc_correctness_movedim_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.9808560Z test_nnc_correctness_msort_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.9825049Z test_nnc_correctness_msort_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.9840270Z test_nnc_correctness_msort_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:46.9855235Z test_nnc_correctness_msort_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.9870409Z test_nnc_correctness_msort_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.9885373Z test_nnc_correctness_msort_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.9900373Z test_nnc_correctness_msort_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.9915437Z test_nnc_correctness_msort_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.9930920Z test_nnc_correctness_msort_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.9945973Z test_nnc_correctness_msort_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.9961229Z test_nnc_correctness_mul_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.9976342Z test_nnc_correctness_mul_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:46.9991286Z test_nnc_correctness_mul_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.0006269Z test_nnc_correctness_mul_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.0021341Z test_nnc_correctness_mul_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.0036865Z test_nnc_correctness_mul_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.0053182Z test_nnc_correctness_mul_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.0069547Z test_nnc_correctness_mul_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.0085602Z test_nnc_correctness_mul_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.0100684Z test_nnc_correctness_mul_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.0115965Z test_nnc_correctness_mul_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.0130951Z test_nnc_correctness_mul_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.0145945Z test_nnc_correctness_mul_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.0161248Z test_nnc_correctness_multinomial_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.0176250Z test_nnc_correctness_multinomial_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.0191349Z test_nnc_correctness_multinomial_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.0206405Z test_nnc_correctness_mv_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.0221322Z test_nnc_correctness_mv_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.0236243Z test_nnc_correctness_mv_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.0251404Z test_nnc_correctness_mv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.0266325Z test_nnc_correctness_mv_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.0281580Z test_nnc_correctness_mv_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.0297073Z test_nnc_correctness_mv_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.0313558Z test_nnc_correctness_mv_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.0329952Z test_nnc_correctness_mv_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.0345985Z test_nnc_correctness_mv_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.0361266Z test_nnc_correctness_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.0376527Z test_nnc_correctness_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.0391623Z test_nnc_correctness_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.0406790Z test_nnc_correctness_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.0421752Z test_nnc_correctness_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.0436870Z test_nnc_correctness_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.0452211Z test_nnc_correctness_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.0467267Z test_nnc_correctness_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.0482483Z test_nnc_correctness_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.0497513Z test_nnc_correctness_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.0512674Z test_nnc_correctness_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.0528029Z test_nnc_correctness_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.0543140Z test_nnc_correctness_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.0558974Z test_nnc_correctness_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.0574499Z test_nnc_correctness_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.0589936Z test_nnc_correctness_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.0605229Z test_nnc_correctness_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.0620549Z test_nnc_correctness_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.0636012Z test_nnc_correctness_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.0651496Z test_nnc_correctness_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.0666705Z test_nnc_correctness_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.0682372Z test_nnc_correctness_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.0697824Z test_nnc_correctness_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.0713198Z test_nnc_correctness_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.0728584Z test_nnc_correctness_nan_to_num_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.0743944Z test_nnc_correctness_nan_to_num_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.0759409Z test_nnc_correctness_nan_to_num_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.0774902Z test_nnc_correctness_nan_to_num_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.0790364Z test_nnc_correctness_nan_to_num_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.0805950Z test_nnc_correctness_nan_to_num_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.0821245Z test_nnc_correctness_nan_to_num_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.0836609Z test_nnc_correctness_nan_to_num_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.0852056Z test_nnc_correctness_nan_to_num_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.0867492Z test_nnc_correctness_nan_to_num_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.0883028Z test_nnc_correctness_nanmean_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.0898537Z test_nnc_correctness_nanmean_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.0914091Z test_nnc_correctness_nanmean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.0929516Z test_nnc_correctness_nanmean_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.0944841Z test_nnc_correctness_nanmedian_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.0960265Z test_nnc_correctness_nanmedian_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.0975994Z test_nnc_correctness_nanmedian_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.0991134Z test_nnc_correctness_nanmedian_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.1006483Z test_nnc_correctness_nanmedian_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.1021610Z test_nnc_correctness_nanmedian_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.1036879Z test_nnc_correctness_nanmedian_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.1052653Z test_nnc_correctness_nanmedian_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.1068101Z test_nnc_correctness_nanquantile_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.1083291Z test_nnc_correctness_nanquantile_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.1098583Z test_nnc_correctness_nansum_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.1114106Z test_nnc_correctness_nansum_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.1129560Z test_nnc_correctness_nansum_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.1144733Z test_nnc_correctness_nansum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.1160285Z test_nnc_correctness_nansum_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.1175719Z test_nnc_correctness_nansum_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.1191234Z test_nnc_correctness_nansum_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.1206863Z test_nnc_correctness_nansum_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.1222285Z test_nnc_correctness_nansum_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.1238111Z test_nnc_correctness_nansum_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.1253794Z test_nnc_correctness_narrow_copy_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.1269146Z test_nnc_correctness_narrow_copy_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.1284892Z test_nnc_correctness_narrow_copy_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.1300362Z test_nnc_correctness_narrow_copy_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.1316459Z test_nnc_correctness_narrow_copy_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.1331991Z test_nnc_correctness_narrow_copy_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.1347122Z test_nnc_correctness_narrow_copy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.1362426Z test_nnc_correctness_narrow_copy_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.1377757Z test_nnc_correctness_narrow_copy_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.1393053Z test_nnc_correctness_narrow_copy_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.1436103Z test_nnc_correctness_narrow_copy_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-09-27T15:34:47.1451369Z test_nnc_correctness_narrow_copy_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.1466787Z test_nnc_correctness_narrow_copy_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.1482157Z test_nnc_correctness_narrow_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.1497516Z test_nnc_correctness_narrow_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.1512773Z test_nnc_correctness_narrow_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.1528118Z test_nnc_correctness_narrow_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.1543481Z test_nnc_correctness_narrow_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.1558754Z test_nnc_correctness_narrow_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.1574261Z test_nnc_correctness_narrow_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.1589929Z test_nnc_correctness_narrow_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.1605122Z test_nnc_correctness_narrow_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.1620370Z test_nnc_correctness_narrow_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.1635943Z test_nnc_correctness_narrow_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.1651317Z test_nnc_correctness_narrow_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.1666579Z test_nnc_correctness_narrow_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.1682109Z test_nnc_correctness_native_layer_norm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.1697493Z test_nnc_correctness_native_layer_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.1713440Z test_nnc_correctness_native_layer_norm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.1728326Z test_nnc_correctness_ne_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.1743504Z test_nnc_correctness_ne_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.1759759Z test_nnc_correctness_ne_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.1775033Z test_nnc_correctness_ne_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.1790476Z test_nnc_correctness_ne_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.1805733Z test_nnc_correctness_ne_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.1821045Z test_nnc_correctness_ne_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.1836295Z test_nnc_correctness_ne_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.1851587Z test_nnc_correctness_ne_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.1866732Z test_nnc_correctness_ne_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.1882563Z test_nnc_correctness_ne_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.1897933Z test_nnc_correctness_ne_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.1913034Z test_nnc_correctness_neg_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.1928127Z test_nnc_correctness_neg_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.1943288Z test_nnc_correctness_neg_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.1958580Z test_nnc_correctness_neg_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.1973944Z test_nnc_correctness_neg_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.1989048Z test_nnc_correctness_neg_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.2004597Z test_nnc_correctness_neg_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.2019765Z test_nnc_correctness_neg_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.2035072Z test_nnc_correctness_neg_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.2050199Z test_nnc_correctness_neg_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.2065846Z test_nnc_correctness_neg_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.2081851Z test_nnc_correctness_neg_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.2092957Z test_nnc_correctness_new_empty_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:47.2104095Z test_nnc_correctness_new_empty_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:47.2114972Z test_nnc_correctness_new_empty_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:47.2125336Z test_nnc_correctness_new_empty_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:47.2135596Z test_nnc_correctness_new_empty_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:47.2146088Z test_nnc_correctness_new_empty_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:47.2156803Z test_nnc_correctness_new_empty_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:47.2167537Z test_nnc_correctness_new_empty_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:47.2178647Z test_nnc_correctness_new_empty_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:47.2189075Z test_nnc_correctness_new_empty_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:47.2200082Z test_nnc_correctness_new_empty_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:47.2210954Z test_nnc_correctness_new_empty_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:47.2221744Z test_nnc_correctness_new_empty_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:47.2232516Z test_nnc_correctness_new_empty_strided_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-09-27T15:34:47.2242831Z test_nnc_correctness_new_empty_strided_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-09-27T15:34:47.2253074Z test_nnc_correctness_new_empty_strided_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-09-27T15:34:47.2263178Z test_nnc_correctness_new_empty_strided_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-09-27T15:34:47.2273911Z test_nnc_correctness_new_empty_strided_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-09-27T15:34:47.2284244Z test_nnc_correctness_new_empty_strided_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-09-27T15:34:47.2294760Z test_nnc_correctness_new_empty_strided_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-09-27T15:34:47.2305152Z test_nnc_correctness_new_empty_strided_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-09-27T15:34:47.2315518Z test_nnc_correctness_new_empty_strided_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-09-27T15:34:47.2326209Z test_nnc_correctness_new_empty_strided_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-09-27T15:34:47.2336631Z test_nnc_correctness_new_empty_strided_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-09-27T15:34:47.2347663Z test_nnc_correctness_new_empty_strided_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-09-27T15:34:47.2358172Z test_nnc_correctness_new_empty_strided_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-09-27T15:34:47.2376165Z test_nnc_correctness_new_full_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.2392775Z test_nnc_correctness_new_full_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.2408645Z test_nnc_correctness_new_full_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.2424379Z test_nnc_correctness_new_full_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.2440260Z test_nnc_correctness_new_full_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.2455785Z test_nnc_correctness_new_full_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.2471398Z test_nnc_correctness_new_full_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.2486978Z test_nnc_correctness_new_full_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.2502410Z test_nnc_correctness_new_full_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.2518176Z test_nnc_correctness_new_full_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.2534750Z test_nnc_correctness_new_full_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.2550126Z test_nnc_correctness_new_full_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.2565761Z test_nnc_correctness_new_full_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.2581274Z test_nnc_correctness_new_ones_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.2596755Z test_nnc_correctness_new_ones_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.2612788Z test_nnc_correctness_new_ones_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.2628067Z test_nnc_correctness_new_ones_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.2643746Z test_nnc_correctness_new_ones_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.2659205Z test_nnc_correctness_new_ones_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.2674890Z test_nnc_correctness_new_ones_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.2690613Z test_nnc_correctness_new_ones_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.2706125Z test_nnc_correctness_new_ones_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.2722042Z test_nnc_correctness_new_ones_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.2737567Z test_nnc_correctness_new_ones_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.2753290Z test_nnc_correctness_new_ones_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.2768863Z test_nnc_correctness_new_ones_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.2784368Z test_nnc_correctness_new_zeros_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.2799860Z test_nnc_correctness_new_zeros_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.2815521Z test_nnc_correctness_new_zeros_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.2831437Z test_nnc_correctness_new_zeros_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.2846929Z test_nnc_correctness_new_zeros_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.2862449Z test_nnc_correctness_new_zeros_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.2877992Z test_nnc_correctness_new_zeros_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.2893509Z test_nnc_correctness_new_zeros_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.2908702Z test_nnc_correctness_new_zeros_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.2924307Z test_nnc_correctness_new_zeros_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.2939697Z test_nnc_correctness_new_zeros_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.2955115Z test_nnc_correctness_new_zeros_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.2970613Z test_nnc_correctness_new_zeros_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.2985949Z test_nnc_correctness_nextafter_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.3001490Z test_nnc_correctness_nextafter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.3016923Z test_nnc_correctness_nextafter_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.3032388Z test_nnc_correctness_nn_functional_adaptive_avg_pool1d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.3047847Z test_nnc_correctness_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.3063203Z test_nnc_correctness_nn_functional_adaptive_avg_pool1d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.3078866Z test_nnc_correctness_nn_functional_adaptive_avg_pool2d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.3094289Z test_nnc_correctness_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.3109869Z test_nnc_correctness_nn_functional_adaptive_avg_pool2d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.3125320Z test_nnc_correctness_nn_functional_adaptive_avg_pool3d_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.3140871Z test_nnc_correctness_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.3156698Z test_nnc_correctness_nn_functional_adaptive_avg_pool3d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.3172380Z test_nnc_correctness_nn_functional_adaptive_max_pool1d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.3187882Z test_nnc_correctness_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.3203484Z test_nnc_correctness_nn_functional_adaptive_max_pool1d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.3219219Z test_nnc_correctness_nn_functional_adaptive_max_pool2d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.3234745Z test_nnc_correctness_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.3250287Z test_nnc_correctness_nn_functional_adaptive_max_pool2d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.3266130Z test_nnc_correctness_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.3281889Z test_nnc_correctness_nn_functional_adaptive_max_pool3d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.3297749Z test_nnc_correctness_nn_functional_avg_pool1d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.3313940Z test_nnc_correctness_nn_functional_avg_pool1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.3329787Z test_nnc_correctness_nn_functional_avg_pool1d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.3345587Z test_nnc_correctness_nn_functional_avg_pool1d_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.3361582Z test_nnc_correctness_nn_functional_avg_pool2d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.3405098Z test_nnc_correctness_nn_functional_avg_pool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-09-27T15:34:47.3420746Z test_nnc_correctness_nn_functional_avg_pool2d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.3436404Z test_nnc_correctness_nn_functional_avg_pool2d_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.3452129Z test_nnc_correctness_nn_functional_avg_pool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.3467718Z test_nnc_correctness_nn_functional_avg_pool3d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.3483375Z test_nnc_correctness_nn_functional_avg_pool3d_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.3493955Z test_nnc_correctness_nn_functional_batch_norm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:47.3509534Z test_nnc_correctness_nn_functional_batch_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.3525273Z test_nnc_correctness_nn_functional_batch_norm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.3535823Z test_nnc_correctness_nn_functional_bilinear_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:47.3551200Z test_nnc_correctness_nn_functional_bilinear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.3566792Z test_nnc_correctness_nn_functional_bilinear_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.3581916Z test_nnc_correctness_nn_functional_bilinear_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.3597225Z test_nnc_correctness_nn_functional_bilinear_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.3613321Z test_nnc_correctness_nn_functional_bilinear_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.3628103Z test_nnc_correctness_nn_functional_bilinear_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.3643692Z test_nnc_correctness_nn_functional_bilinear_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.3654094Z test_nnc_correctness_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:47.3664473Z test_nnc_correctness_nn_functional_binary_cross_entropy_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:47.3680178Z test_nnc_correctness_nn_functional_binary_cross_entropy_with_logits_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.3695675Z test_nnc_correctness_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.3710973Z test_nnc_correctness_nn_functional_binary_cross_entropy_with_logits_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.3726404Z test_nnc_correctness_nn_functional_celu_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.3741910Z test_nnc_correctness_nn_functional_celu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.3757354Z test_nnc_correctness_nn_functional_celu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.3772813Z test_nnc_correctness_nn_functional_conv1d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.3788097Z test_nnc_correctness_nn_functional_conv1d_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.3803593Z test_nnc_correctness_nn_functional_conv1d_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.3819043Z test_nnc_correctness_nn_functional_conv1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.3834505Z test_nnc_correctness_nn_functional_conv1d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.3849963Z test_nnc_correctness_nn_functional_conv1d_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.3865592Z test_nnc_correctness_nn_functional_conv2d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.3881349Z test_nnc_correctness_nn_functional_conv2d_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.3896854Z test_nnc_correctness_nn_functional_conv2d_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.3912557Z test_nnc_correctness_nn_functional_conv2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.3928222Z test_nnc_correctness_nn_functional_conv2d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.3943689Z test_nnc_correctness_nn_functional_conv2d_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.3959414Z test_nnc_correctness_nn_functional_conv_transpose1d_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.3975112Z test_nnc_correctness_nn_functional_conv_transpose1d_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.3990712Z test_nnc_correctness_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.4006197Z test_nnc_correctness_nn_functional_conv_transpose1d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.4021638Z test_nnc_correctness_nn_functional_conv_transpose1d_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.4037300Z test_nnc_correctness_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.4052947Z test_nnc_correctness_nn_functional_conv_transpose2d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.4068454Z test_nnc_correctness_nn_functional_conv_transpose2d_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.4084256Z test_nnc_correctness_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.4099902Z test_nnc_correctness_nn_functional_conv_transpose3d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.4115701Z test_nnc_correctness_nn_functional_conv_transpose3d_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.4131417Z test_nnc_correctness_nn_functional_cosine_embedding_loss_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.4146974Z test_nnc_correctness_nn_functional_cosine_embedding_loss_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.4162801Z test_nnc_correctness_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.4178429Z test_nnc_correctness_nn_functional_cosine_embedding_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.4194133Z test_nnc_correctness_nn_functional_cosine_embedding_loss_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.4209890Z test_nnc_correctness_nn_functional_cosine_embedding_loss_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.4225372Z test_nnc_correctness_nn_functional_cosine_embedding_loss_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.4241111Z test_nnc_correctness_nn_functional_cosine_embedding_loss_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.4256846Z test_nnc_correctness_nn_functional_cosine_embedding_loss_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.4272543Z test_nnc_correctness_nn_functional_cosine_similarity_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.4288304Z test_nnc_correctness_nn_functional_cosine_similarity_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.4304000Z test_nnc_correctness_nn_functional_cosine_similarity_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.4319757Z test_nnc_correctness_nn_functional_cross_entropy_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.4335352Z test_nnc_correctness_nn_functional_cross_entropy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.4351045Z test_nnc_correctness_nn_functional_cross_entropy_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.4366657Z test_nnc_correctness_nn_functional_ctc_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.4382152Z test_nnc_correctness_nn_functional_ctc_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.4397771Z test_nnc_correctness_nn_functional_dropout2d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.4413487Z test_nnc_correctness_nn_functional_dropout2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.4429034Z test_nnc_correctness_nn_functional_dropout2d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.4444940Z test_nnc_correctness_nn_functional_dropout3d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.4460394Z test_nnc_correctness_nn_functional_dropout3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.4476170Z test_nnc_correctness_nn_functional_dropout3d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.4491785Z test_nnc_correctness_nn_functional_dropout_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.4507352Z test_nnc_correctness_nn_functional_dropout_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.4523219Z test_nnc_correctness_nn_functional_dropout_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.4538671Z test_nnc_correctness_nn_functional_elu_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.4554344Z test_nnc_correctness_nn_functional_elu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.4569962Z test_nnc_correctness_nn_functional_elu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.4585415Z test_nnc_correctness_nn_functional_embedding_bag_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.4600778Z test_nnc_correctness_nn_functional_embedding_bag_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.4616438Z test_nnc_correctness_nn_functional_embedding_bag_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.4631966Z test_nnc_correctness_nn_functional_embedding_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.4647537Z test_nnc_correctness_nn_functional_embedding_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.4662901Z test_nnc_correctness_nn_functional_embedding_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.4678278Z test_nnc_correctness_nn_functional_embedding_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.4693795Z test_nnc_correctness_nn_functional_feature_alpha_dropout_with_train_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.4709055Z test_nnc_correctness_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.4724622Z test_nnc_correctness_nn_functional_feature_alpha_dropout_with_train_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.4740031Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.4755465Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.4770805Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.4786064Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.4801647Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.4817015Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.4832594Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.4848554Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.4863648Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.4879898Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.4895111Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.4910665Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.4926106Z test_nnc_correctness_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.4941422Z test_nnc_correctness_nn_functional_fractional_max_pool2d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.4956975Z test_nnc_correctness_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.4972566Z test_nnc_correctness_nn_functional_fractional_max_pool3d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.4988034Z test_nnc_correctness_nn_functional_gaussian_nll_loss_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.5003587Z test_nnc_correctness_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.5019080Z test_nnc_correctness_nn_functional_gaussian_nll_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.5034627Z test_nnc_correctness_nn_functional_gelu_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.5050252Z test_nnc_correctness_nn_functional_gelu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.5065664Z test_nnc_correctness_nn_functional_gelu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.5081504Z test_nnc_correctness_nn_functional_glu_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.5097066Z test_nnc_correctness_nn_functional_glu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.5112591Z test_nnc_correctness_nn_functional_glu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.5127956Z test_nnc_correctness_nn_functional_grid_sample_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.5143557Z test_nnc_correctness_nn_functional_grid_sample_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.5158804Z test_nnc_correctness_nn_functional_group_norm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.5174247Z test_nnc_correctness_nn_functional_group_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.5189829Z test_nnc_correctness_nn_functional_group_norm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.5205321Z test_nnc_correctness_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.5220991Z test_nnc_correctness_nn_functional_hardshrink_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.5236718Z test_nnc_correctness_nn_functional_hardshrink_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.5252383Z test_nnc_correctness_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.5268036Z test_nnc_correctness_nn_functional_hardsigmoid_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.5283840Z test_nnc_correctness_nn_functional_hardsigmoid_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.5299465Z test_nnc_correctness_nn_functional_hardswish_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.5315199Z test_nnc_correctness_nn_functional_hardswish_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.5331005Z test_nnc_correctness_nn_functional_hardswish_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.5346426Z test_nnc_correctness_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.5362173Z test_nnc_correctness_nn_functional_hardtanh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.5378040Z test_nnc_correctness_nn_functional_hardtanh_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.5393344Z test_nnc_correctness_nn_functional_hardtanh_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.5409029Z test_nnc_correctness_nn_functional_hardtanh_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.5424602Z test_nnc_correctness_nn_functional_hardtanh_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.5440357Z test_nnc_correctness_nn_functional_hardtanh_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.5482968Z test_nnc_correctness_nn_functional_hinge_embedding_loss_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-09-27T15:34:47.5498526Z test_nnc_correctness_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.5514172Z test_nnc_correctness_nn_functional_hinge_embedding_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.5529737Z test_nnc_correctness_nn_functional_huber_loss_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.5545118Z test_nnc_correctness_nn_functional_huber_loss_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.5560577Z test_nnc_correctness_nn_functional_huber_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.5576081Z test_nnc_correctness_nn_functional_huber_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.5591948Z test_nnc_correctness_nn_functional_instance_norm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.5606972Z test_nnc_correctness_nn_functional_instance_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.5622858Z test_nnc_correctness_nn_functional_instance_norm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.5637729Z test_nnc_correctness_nn_functional_interpolate_area_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.5653253Z test_nnc_correctness_nn_functional_interpolate_area_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.5668865Z test_nnc_correctness_nn_functional_interpolate_bicubic_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.5684240Z test_nnc_correctness_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.5699660Z test_nnc_correctness_nn_functional_interpolate_bicubic_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.5715110Z test_nnc_correctness_nn_functional_interpolate_bilinear_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.5730418Z test_nnc_correctness_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.5745774Z test_nnc_correctness_nn_functional_interpolate_bilinear_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.5761319Z test_nnc_correctness_nn_functional_interpolate_linear_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.5776856Z test_nnc_correctness_nn_functional_interpolate_linear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.5792209Z test_nnc_correctness_nn_functional_interpolate_linear_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.5807793Z test_nnc_correctness_nn_functional_interpolate_nearest_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.5823177Z test_nnc_correctness_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.5838735Z test_nnc_correctness_nn_functional_interpolate_nearest_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.5854194Z test_nnc_correctness_nn_functional_interpolate_nearest_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.5870126Z test_nnc_correctness_nn_functional_interpolate_trilinear_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.5885533Z test_nnc_correctness_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.5900880Z test_nnc_correctness_nn_functional_interpolate_trilinear_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.5916311Z test_nnc_correctness_nn_functional_kl_div_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.5931749Z test_nnc_correctness_nn_functional_kl_div_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.5947000Z test_nnc_correctness_nn_functional_kl_div_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.5962419Z test_nnc_correctness_nn_functional_l1_loss_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.5977951Z test_nnc_correctness_nn_functional_l1_loss_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.5993425Z test_nnc_correctness_nn_functional_l1_loss_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.6008707Z test_nnc_correctness_nn_functional_l1_loss_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.6023906Z test_nnc_correctness_nn_functional_l1_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.6039511Z test_nnc_correctness_nn_functional_l1_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.6054888Z test_nnc_correctness_nn_functional_layer_norm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.6070285Z test_nnc_correctness_nn_functional_layer_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.6085593Z test_nnc_correctness_nn_functional_layer_norm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.6100830Z test_nnc_correctness_nn_functional_leaky_relu_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.6116235Z test_nnc_correctness_nn_functional_leaky_relu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.6132015Z test_nnc_correctness_nn_functional_leaky_relu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.6147107Z test_nnc_correctness_nn_functional_linear_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.6162143Z test_nnc_correctness_nn_functional_linear_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.6177338Z test_nnc_correctness_nn_functional_linear_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.6192502Z test_nnc_correctness_nn_functional_linear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.6207919Z test_nnc_correctness_nn_functional_linear_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.6223084Z test_nnc_correctness_nn_functional_linear_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.6238432Z test_nnc_correctness_nn_functional_linear_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.6253767Z test_nnc_correctness_nn_functional_linear_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.6268910Z test_nnc_correctness_nn_functional_linear_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.6284144Z test_nnc_correctness_nn_functional_linear_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.6299317Z test_nnc_correctness_nn_functional_local_response_norm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.6314562Z test_nnc_correctness_nn_functional_local_response_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.6329696Z test_nnc_correctness_nn_functional_local_response_norm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.6344715Z test_nnc_correctness_nn_functional_local_response_norm_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.6360578Z test_nnc_correctness_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.6375678Z test_nnc_correctness_nn_functional_logsigmoid_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.6391028Z test_nnc_correctness_nn_functional_logsigmoid_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.6406182Z test_nnc_correctness_nn_functional_margin_ranking_loss_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.6421547Z test_nnc_correctness_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.6437269Z test_nnc_correctness_nn_functional_margin_ranking_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.6452730Z test_nnc_correctness_nn_functional_margin_ranking_loss_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.6467782Z test_nnc_correctness_nn_functional_margin_ranking_loss_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.6483332Z test_nnc_correctness_nn_functional_margin_ranking_loss_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.6498713Z test_nnc_correctness_nn_functional_margin_ranking_loss_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.6514134Z test_nnc_correctness_nn_functional_margin_ranking_loss_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.6524597Z test_nnc_correctness_nn_functional_max_pool1d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Works on some configs (0.001s) 2022-09-27T15:34:47.6539894Z test_nnc_correctness_nn_functional_max_pool1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.6555218Z test_nnc_correctness_nn_functional_max_pool1d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.6570601Z test_nnc_correctness_nn_functional_max_pool2d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.6585889Z test_nnc_correctness_nn_functional_max_pool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.6601096Z test_nnc_correctness_nn_functional_max_pool2d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.6617048Z test_nnc_correctness_nn_functional_max_pool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.6632258Z test_nnc_correctness_nn_functional_max_pool3d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.6647328Z test_nnc_correctness_nn_functional_max_unpool1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.6662557Z test_nnc_correctness_nn_functional_max_unpool1d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.6678128Z test_nnc_correctness_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.6693330Z test_nnc_correctness_nn_functional_max_unpool1d_grad_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.6708686Z test_nnc_correctness_nn_functional_max_unpool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.6723838Z test_nnc_correctness_nn_functional_max_unpool2d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.6739248Z test_nnc_correctness_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.6754693Z test_nnc_correctness_nn_functional_max_unpool2d_grad_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.6769889Z test_nnc_correctness_nn_functional_max_unpool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.6785188Z test_nnc_correctness_nn_functional_max_unpool3d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.6800704Z test_nnc_correctness_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.6815920Z test_nnc_correctness_nn_functional_max_unpool3d_grad_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.6831321Z test_nnc_correctness_nn_functional_mish_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.6846592Z test_nnc_correctness_nn_functional_mish_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.6861927Z test_nnc_correctness_nn_functional_mse_loss_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.6877313Z test_nnc_correctness_nn_functional_mse_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.6892632Z test_nnc_correctness_nn_functional_mse_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.6907834Z test_nnc_correctness_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.6923220Z test_nnc_correctness_nn_functional_multi_margin_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.6938562Z test_nnc_correctness_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.6953905Z test_nnc_correctness_nn_functional_multilabel_margin_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.6969276Z test_nnc_correctness_nn_functional_multilabel_soft_margin_loss_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.6984478Z test_nnc_correctness_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.6999997Z test_nnc_correctness_nn_functional_multilabel_soft_margin_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.7015361Z test_nnc_correctness_nn_functional_nll_loss_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.7030686Z test_nnc_correctness_nn_functional_nll_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.7046019Z test_nnc_correctness_nn_functional_nll_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.7061422Z test_nnc_correctness_nn_functional_normalize_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.7076666Z test_nnc_correctness_nn_functional_normalize_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.7091870Z test_nnc_correctness_nn_functional_normalize_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.7107137Z test_nnc_correctness_nn_functional_normalize_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.7122340Z test_nnc_correctness_nn_functional_normalize_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.7137637Z test_nnc_correctness_nn_functional_one_hot_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.7153029Z test_nnc_correctness_nn_functional_pad_circular_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.7168446Z test_nnc_correctness_nn_functional_pad_circular_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.7183757Z test_nnc_correctness_nn_functional_pad_circular_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.7198995Z test_nnc_correctness_nn_functional_pad_circular_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.7214474Z test_nnc_correctness_nn_functional_pad_circular_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.7229923Z test_nnc_correctness_nn_functional_pad_circular_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.7245250Z test_nnc_correctness_nn_functional_pad_circular_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.7260561Z test_nnc_correctness_nn_functional_pad_circular_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.7275934Z test_nnc_correctness_nn_functional_pad_circular_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.7291268Z test_nnc_correctness_nn_functional_pad_circular_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.7306495Z test_nnc_correctness_nn_functional_pad_circular_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.7321890Z test_nnc_correctness_nn_functional_pad_circular_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.7337265Z test_nnc_correctness_nn_functional_pad_constant_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.7352654Z test_nnc_correctness_nn_functional_pad_constant_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.7368487Z test_nnc_correctness_nn_functional_pad_constant_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.7383970Z test_nnc_correctness_nn_functional_pad_constant_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.7399652Z test_nnc_correctness_nn_functional_pad_constant_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.7415190Z test_nnc_correctness_nn_functional_pad_constant_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.7431445Z test_nnc_correctness_nn_functional_pad_constant_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.7446787Z test_nnc_correctness_nn_functional_pad_constant_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.7462294Z test_nnc_correctness_nn_functional_pad_constant_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.7477964Z test_nnc_correctness_nn_functional_pad_constant_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.7493255Z test_nnc_correctness_nn_functional_pad_constant_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.7508479Z test_nnc_correctness_nn_functional_pad_constant_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.7552551Z test_nnc_correctness_nn_functional_pad_reflect_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-09-27T15:34:47.7567866Z test_nnc_correctness_nn_functional_pad_reflect_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.7583164Z test_nnc_correctness_nn_functional_pad_reflect_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.7598727Z test_nnc_correctness_nn_functional_pad_reflect_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.7614174Z test_nnc_correctness_nn_functional_pad_replicate_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.7630315Z test_nnc_correctness_nn_functional_pad_replicate_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.7645580Z test_nnc_correctness_nn_functional_pad_replicate_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.7661129Z test_nnc_correctness_nn_functional_pad_replicate_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.7677356Z test_nnc_correctness_nn_functional_pairwise_distance_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.7692856Z test_nnc_correctness_nn_functional_pairwise_distance_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.7708181Z test_nnc_correctness_nn_functional_pairwise_distance_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.7723927Z test_nnc_correctness_nn_functional_pairwise_distance_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.7739147Z test_nnc_correctness_nn_functional_pairwise_distance_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.7754442Z test_nnc_correctness_nn_functional_pairwise_distance_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.7769694Z test_nnc_correctness_nn_functional_pairwise_distance_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.7785249Z test_nnc_correctness_nn_functional_pairwise_distance_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.7800535Z test_nnc_correctness_nn_functional_pairwise_distance_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.7815990Z test_nnc_correctness_nn_functional_pairwise_distance_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.7831395Z test_nnc_correctness_nn_functional_pairwise_distance_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.7847056Z test_nnc_correctness_nn_functional_pdist_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.7862027Z test_nnc_correctness_nn_functional_pdist_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.7877202Z test_nnc_correctness_nn_functional_pixel_shuffle_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.7892551Z test_nnc_correctness_nn_functional_pixel_shuffle_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.7907726Z test_nnc_correctness_nn_functional_pixel_shuffle_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.7923013Z test_nnc_correctness_nn_functional_pixel_shuffle_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.7938200Z test_nnc_correctness_nn_functional_pixel_shuffle_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.7953641Z test_nnc_correctness_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.7969034Z test_nnc_correctness_nn_functional_pixel_shuffle_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.7984078Z test_nnc_correctness_nn_functional_pixel_shuffle_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.7999434Z test_nnc_correctness_nn_functional_pixel_shuffle_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.8014805Z test_nnc_correctness_nn_functional_pixel_shuffle_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.8030248Z test_nnc_correctness_nn_functional_pixel_shuffle_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.8045738Z test_nnc_correctness_nn_functional_pixel_shuffle_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.8060766Z test_nnc_correctness_nn_functional_pixel_unshuffle_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.8077223Z test_nnc_correctness_nn_functional_pixel_unshuffle_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.8092941Z test_nnc_correctness_nn_functional_pixel_unshuffle_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.8108176Z test_nnc_correctness_nn_functional_pixel_unshuffle_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.8123541Z test_nnc_correctness_nn_functional_pixel_unshuffle_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.8138815Z test_nnc_correctness_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.8154229Z test_nnc_correctness_nn_functional_pixel_unshuffle_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.8169819Z test_nnc_correctness_nn_functional_pixel_unshuffle_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.8185115Z test_nnc_correctness_nn_functional_pixel_unshuffle_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.8200692Z test_nnc_correctness_nn_functional_pixel_unshuffle_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.8216197Z test_nnc_correctness_nn_functional_pixel_unshuffle_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.8231637Z test_nnc_correctness_nn_functional_pixel_unshuffle_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.8247166Z test_nnc_correctness_nn_functional_poisson_nll_loss_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.8262550Z test_nnc_correctness_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.8277924Z test_nnc_correctness_nn_functional_poisson_nll_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.8293292Z test_nnc_correctness_nn_functional_poisson_nll_loss_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.8309058Z test_nnc_correctness_nn_functional_poisson_nll_loss_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.8324296Z test_nnc_correctness_nn_functional_poisson_nll_loss_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.8339855Z test_nnc_correctness_nn_functional_poisson_nll_loss_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.8355354Z test_nnc_correctness_nn_functional_poisson_nll_loss_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.8370658Z test_nnc_correctness_nn_functional_prelu_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.8385921Z test_nnc_correctness_nn_functional_prelu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.8401379Z test_nnc_correctness_nn_functional_prelu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.8416794Z test_nnc_correctness_nn_functional_relu6_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.8432252Z test_nnc_correctness_nn_functional_relu6_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.8447593Z test_nnc_correctness_nn_functional_relu6_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.8462949Z test_nnc_correctness_nn_functional_relu6_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.8478151Z test_nnc_correctness_nn_functional_relu6_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.8493627Z test_nnc_correctness_nn_functional_relu6_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.8508963Z test_nnc_correctness_nn_functional_relu6_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.8524653Z test_nnc_correctness_nn_functional_relu6_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.8540187Z test_nnc_correctness_nn_functional_relu_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.8555937Z test_nnc_correctness_nn_functional_relu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.8571460Z test_nnc_correctness_nn_functional_relu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.8586610Z test_nnc_correctness_nn_functional_relu_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.8602320Z test_nnc_correctness_nn_functional_relu_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.8617238Z test_nnc_correctness_nn_functional_relu_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.8632626Z test_nnc_correctness_nn_functional_relu_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.8648016Z test_nnc_correctness_nn_functional_relu_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.8663128Z test_nnc_correctness_nn_functional_rrelu_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.8678618Z test_nnc_correctness_nn_functional_rrelu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.8693890Z test_nnc_correctness_nn_functional_rrelu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.8709099Z test_nnc_correctness_nn_functional_selu_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.8724565Z test_nnc_correctness_nn_functional_selu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.8739809Z test_nnc_correctness_nn_functional_selu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.8755190Z test_nnc_correctness_nn_functional_silu_complex_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.8770560Z test_nnc_correctness_nn_functional_silu_complex_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.8785762Z test_nnc_correctness_nn_functional_silu_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.8801268Z test_nnc_correctness_nn_functional_silu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.8816561Z test_nnc_correctness_nn_functional_silu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.8831901Z test_nnc_correctness_nn_functional_smooth_l1_loss_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.8847325Z test_nnc_correctness_nn_functional_smooth_l1_loss_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.8862682Z test_nnc_correctness_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.8877601Z test_nnc_correctness_nn_functional_smooth_l1_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.8893050Z test_nnc_correctness_nn_functional_soft_margin_loss_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.8908148Z test_nnc_correctness_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.8923643Z test_nnc_correctness_nn_functional_soft_margin_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.8938915Z test_nnc_correctness_nn_functional_softmin_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.8954324Z test_nnc_correctness_nn_functional_softmin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.8969774Z test_nnc_correctness_nn_functional_softmin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.8985157Z test_nnc_correctness_nn_functional_softmin_with_dtype_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.9000855Z test_nnc_correctness_nn_functional_softmin_with_dtype_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.9015967Z test_nnc_correctness_nn_functional_softmin_with_dtype_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.9031382Z test_nnc_correctness_nn_functional_softmin_with_dtype_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.9047054Z test_nnc_correctness_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.9062103Z test_nnc_correctness_nn_functional_softmin_with_dtype_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.9077467Z test_nnc_correctness_nn_functional_softmin_with_dtype_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.9093749Z test_nnc_correctness_nn_functional_softmin_with_dtype_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.9110910Z test_nnc_correctness_nn_functional_softmin_with_dtype_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.9126872Z test_nnc_correctness_nn_functional_softmin_with_dtype_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.9141847Z test_nnc_correctness_nn_functional_softmin_with_dtype_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.9157015Z test_nnc_correctness_nn_functional_softplus_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.9172304Z test_nnc_correctness_nn_functional_softplus_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.9187349Z test_nnc_correctness_nn_functional_softplus_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.9202554Z test_nnc_correctness_nn_functional_softshrink_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.9217631Z test_nnc_correctness_nn_functional_softshrink_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.9232901Z test_nnc_correctness_nn_functional_softshrink_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.9247885Z test_nnc_correctness_nn_functional_softsign_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.9262727Z test_nnc_correctness_nn_functional_softsign_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.9277765Z test_nnc_correctness_nn_functional_softsign_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.9292949Z test_nnc_correctness_nn_functional_softsign_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.9307771Z test_nnc_correctness_nn_functional_softsign_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.9323120Z test_nnc_correctness_nn_functional_softsign_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.9338375Z test_nnc_correctness_nn_functional_softsign_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.9354772Z test_nnc_correctness_nn_functional_softsign_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.9371088Z test_nnc_correctness_nn_functional_softsign_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.9387069Z test_nnc_correctness_nn_functional_softsign_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.9402191Z test_nnc_correctness_nn_functional_softsign_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.9417512Z test_nnc_correctness_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.9432630Z test_nnc_correctness_nn_functional_tanhshrink_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.9447767Z test_nnc_correctness_nn_functional_tanhshrink_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.9462624Z test_nnc_correctness_nn_functional_tanhshrink_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.9477678Z test_nnc_correctness_nn_functional_tanhshrink_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.9492899Z test_nnc_correctness_nn_functional_tanhshrink_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.9507887Z test_nnc_correctness_nn_functional_tanhshrink_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.9523097Z test_nnc_correctness_nn_functional_tanhshrink_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.9538324Z test_nnc_correctness_nn_functional_tanhshrink_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.9553622Z test_nnc_correctness_nn_functional_tanhshrink_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.9568784Z test_nnc_correctness_nn_functional_threshold_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.9583717Z test_nnc_correctness_nn_functional_threshold_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.9627213Z test_nnc_correctness_nn_functional_threshold_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-09-27T15:34:47.9643481Z test_nnc_correctness_nn_functional_threshold_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.9659859Z test_nnc_correctness_nn_functional_threshold_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.9676103Z test_nnc_correctness_nn_functional_threshold_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.9691335Z test_nnc_correctness_nn_functional_threshold_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.9706636Z test_nnc_correctness_nn_functional_threshold_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.9721897Z test_nnc_correctness_nn_functional_triplet_margin_loss_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.9737043Z test_nnc_correctness_nn_functional_triplet_margin_loss_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.9752260Z test_nnc_correctness_nn_functional_triplet_margin_loss_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.9767344Z test_nnc_correctness_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.9782576Z test_nnc_correctness_nn_functional_triplet_margin_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.9797695Z test_nnc_correctness_nn_functional_triplet_margin_loss_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.9812921Z test_nnc_correctness_nn_functional_triplet_margin_loss_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.9827874Z test_nnc_correctness_nn_functional_triplet_margin_loss_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.9842990Z test_nnc_correctness_nn_functional_triplet_margin_loss_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.9857843Z test_nnc_correctness_nn_functional_triplet_margin_loss_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.9873073Z test_nnc_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.9888490Z test_nnc_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.9904818Z test_nnc_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.9921252Z test_nnc_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.9937494Z test_nnc_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.9952667Z test_nnc_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.9968380Z test_nnc_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:47.9983664Z test_nnc_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:47.9999181Z test_nnc_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.0014650Z test_nnc_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.0030193Z test_nnc_correctness_nn_functional_unfold_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.0045481Z test_nnc_correctness_nn_functional_unfold_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.0060880Z test_nnc_correctness_nn_functional_unfold_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.0076397Z test_nnc_correctness_nn_functional_unfold_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.0092056Z test_nnc_correctness_nn_functional_unfold_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.0107324Z test_nnc_correctness_nn_functional_unfold_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.0123180Z test_nnc_correctness_nn_functional_upsample_bilinear_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.0138714Z test_nnc_correctness_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.0153996Z test_nnc_correctness_nn_functional_upsample_bilinear_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.0170430Z test_nnc_correctness_nn_functional_upsample_nearest_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.0186883Z test_nnc_correctness_nn_functional_upsample_nearest_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.0202488Z test_nnc_correctness_nn_functional_upsample_nearest_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.0217631Z test_nnc_correctness_nn_functional_upsample_nearest_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.0232850Z test_nnc_correctness_nonzero_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.0247960Z test_nnc_correctness_nonzero_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.0262994Z test_nnc_correctness_nonzero_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.0278244Z test_nnc_correctness_nonzero_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.0293720Z test_nnc_correctness_nonzero_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.0308996Z test_nnc_correctness_nonzero_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.0324430Z test_nnc_correctness_nonzero_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.0339790Z test_nnc_correctness_nonzero_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.0355146Z test_nnc_correctness_nonzero_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.0370543Z test_nnc_correctness_nonzero_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.0385833Z test_nnc_correctness_nonzero_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.0402110Z test_nnc_correctness_nonzero_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.0417005Z test_nnc_correctness_nonzero_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.0432781Z test_nnc_correctness_norm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.0448189Z test_nnc_correctness_norm_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.0463446Z test_nnc_correctness_norm_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.0478748Z test_nnc_correctness_norm_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.0494225Z test_nnc_correctness_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.0509439Z test_nnc_correctness_norm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.0525129Z test_nnc_correctness_norm_fro_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.0540529Z test_nnc_correctness_norm_fro_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.0555863Z test_nnc_correctness_norm_fro_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.0571303Z test_nnc_correctness_norm_fro_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.0586729Z test_nnc_correctness_norm_fro_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.0602164Z test_nnc_correctness_norm_inf_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.0617492Z test_nnc_correctness_norm_inf_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.0632957Z test_nnc_correctness_norm_inf_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.0648475Z test_nnc_correctness_norm_inf_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.0663597Z test_nnc_correctness_norm_inf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.0678969Z test_nnc_correctness_norm_inf_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.0694549Z test_nnc_correctness_norm_nuc_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.0710095Z test_nnc_correctness_norm_nuc_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.0725482Z test_nnc_correctness_norm_nuc_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.0741057Z test_nnc_correctness_norm_nuc_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.0756694Z test_nnc_correctness_normal_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.0772027Z test_nnc_correctness_normal_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.0787402Z test_nnc_correctness_normal_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.0802800Z test_nnc_correctness_normal_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.0818260Z test_nnc_correctness_normal_number_mean_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.0833786Z test_nnc_correctness_normal_number_mean_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.0849111Z test_nnc_correctness_normal_number_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.0864373Z test_nnc_correctness_normal_number_mean_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.0879849Z test_nnc_correctness_ones_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.0895307Z test_nnc_correctness_ones_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.0910860Z test_nnc_correctness_ones_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.0926333Z test_nnc_correctness_ones_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.0941562Z test_nnc_correctness_ones_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.0956900Z test_nnc_correctness_ones_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.0972444Z test_nnc_correctness_ones_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.0987848Z test_nnc_correctness_ones_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.1003009Z test_nnc_correctness_ones_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.1018643Z test_nnc_correctness_ones_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.1033841Z test_nnc_correctness_ones_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.1049305Z test_nnc_correctness_ones_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.1064624Z test_nnc_correctness_ones_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.1080486Z test_nnc_correctness_ones_like_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.1096028Z test_nnc_correctness_ones_like_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.1111438Z test_nnc_correctness_ones_like_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.1126531Z test_nnc_correctness_ones_like_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.1141836Z test_nnc_correctness_ones_like_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.1157313Z test_nnc_correctness_ones_like_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.1172671Z test_nnc_correctness_ones_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.1187775Z test_nnc_correctness_ones_like_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.1203080Z test_nnc_correctness_ones_like_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.1218346Z test_nnc_correctness_ones_like_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.1233690Z test_nnc_correctness_ones_like_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.1248990Z test_nnc_correctness_ones_like_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.1264212Z test_nnc_correctness_ones_like_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.1279745Z test_nnc_correctness_ormqr_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.1295137Z test_nnc_correctness_ormqr_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.1310776Z test_nnc_correctness_ormqr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.1326475Z test_nnc_correctness_ormqr_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.1342396Z test_nnc_correctness_outer_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.1357343Z test_nnc_correctness_outer_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.1372833Z test_nnc_correctness_outer_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.1387972Z test_nnc_correctness_outer_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.1403404Z test_nnc_correctness_outer_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.1418728Z test_nnc_correctness_outer_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.1434011Z test_nnc_correctness_outer_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.1449330Z test_nnc_correctness_outer_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.1464475Z test_nnc_correctness_outer_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.1480192Z test_nnc_correctness_outer_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.1495496Z test_nnc_correctness_outer_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.1510933Z test_nnc_correctness_outer_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.1527478Z test_nnc_correctness_pca_lowrank_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.1543235Z test_nnc_correctness_pca_lowrank_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.1558727Z test_nnc_correctness_permute_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.1574149Z test_nnc_correctness_permute_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.1589283Z test_nnc_correctness_permute_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.1604853Z test_nnc_correctness_permute_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.1620230Z test_nnc_correctness_permute_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.1635438Z test_nnc_correctness_permute_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.1650712Z test_nnc_correctness_permute_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.1665902Z test_nnc_correctness_permute_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.1681303Z test_nnc_correctness_permute_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.1725859Z test_nnc_correctness_permute_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-09-27T15:34:48.1741051Z test_nnc_correctness_permute_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.1756967Z test_nnc_correctness_permute_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.1771953Z test_nnc_correctness_permute_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.1787295Z test_nnc_correctness_pinverse_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.1802918Z test_nnc_correctness_pinverse_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.1818570Z test_nnc_correctness_pinverse_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.1834182Z test_nnc_correctness_pinverse_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.1849510Z test_nnc_correctness_polar_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.1864797Z test_nnc_correctness_polar_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.1880328Z test_nnc_correctness_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.1895734Z test_nnc_correctness_polygamma_polygamma_n_0_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.1911182Z test_nnc_correctness_polygamma_polygamma_n_0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.1926440Z test_nnc_correctness_polygamma_polygamma_n_0_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.1941696Z test_nnc_correctness_polygamma_polygamma_n_0_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.1957131Z test_nnc_correctness_polygamma_polygamma_n_0_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.1972419Z test_nnc_correctness_polygamma_polygamma_n_0_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.1987814Z test_nnc_correctness_polygamma_polygamma_n_0_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.2003369Z test_nnc_correctness_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.2018719Z test_nnc_correctness_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.2034175Z test_nnc_correctness_polygamma_polygamma_n_1_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.2049839Z test_nnc_correctness_polygamma_polygamma_n_1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.2065038Z test_nnc_correctness_polygamma_polygamma_n_1_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.2080355Z test_nnc_correctness_polygamma_polygamma_n_1_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.2095848Z test_nnc_correctness_polygamma_polygamma_n_1_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.2111423Z test_nnc_correctness_polygamma_polygamma_n_1_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.2126783Z test_nnc_correctness_polygamma_polygamma_n_1_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.2142183Z test_nnc_correctness_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.2157736Z test_nnc_correctness_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.2173212Z test_nnc_correctness_polygamma_polygamma_n_2_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.2188585Z test_nnc_correctness_polygamma_polygamma_n_2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.2204020Z test_nnc_correctness_polygamma_polygamma_n_2_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.2219371Z test_nnc_correctness_polygamma_polygamma_n_2_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.2234921Z test_nnc_correctness_polygamma_polygamma_n_2_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.2250302Z test_nnc_correctness_polygamma_polygamma_n_2_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.2265873Z test_nnc_correctness_polygamma_polygamma_n_2_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.2281385Z test_nnc_correctness_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.2296932Z test_nnc_correctness_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.2312907Z test_nnc_correctness_polygamma_polygamma_n_3_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.2328243Z test_nnc_correctness_polygamma_polygamma_n_3_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.2343703Z test_nnc_correctness_polygamma_polygamma_n_3_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.2359516Z test_nnc_correctness_polygamma_polygamma_n_3_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.2375096Z test_nnc_correctness_polygamma_polygamma_n_3_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.2390997Z test_nnc_correctness_polygamma_polygamma_n_3_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.2406397Z test_nnc_correctness_polygamma_polygamma_n_3_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.2421861Z test_nnc_correctness_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.2437502Z test_nnc_correctness_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.2453237Z test_nnc_correctness_polygamma_polygamma_n_4_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.2468799Z test_nnc_correctness_polygamma_polygamma_n_4_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.2484601Z test_nnc_correctness_polygamma_polygamma_n_4_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.2500169Z test_nnc_correctness_polygamma_polygamma_n_4_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.2516009Z test_nnc_correctness_polygamma_polygamma_n_4_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.2531801Z test_nnc_correctness_polygamma_polygamma_n_4_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.2547117Z test_nnc_correctness_polygamma_polygamma_n_4_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.2562572Z test_nnc_correctness_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.2577927Z test_nnc_correctness_positive_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.2593339Z test_nnc_correctness_positive_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.2608321Z test_nnc_correctness_positive_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.2623304Z test_nnc_correctness_positive_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.2638578Z test_nnc_correctness_positive_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.2653703Z test_nnc_correctness_positive_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.2668611Z test_nnc_correctness_positive_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.2683842Z test_nnc_correctness_positive_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.2698880Z test_nnc_correctness_positive_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.2714232Z test_nnc_correctness_positive_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.2729183Z test_nnc_correctness_positive_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.2744199Z test_nnc_correctness_positive_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.2759536Z test_nnc_correctness_pow_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.2774788Z test_nnc_correctness_pow_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.2790456Z test_nnc_correctness_pow_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.2805855Z test_nnc_correctness_pow_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.2821205Z test_nnc_correctness_pow_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.2836970Z test_nnc_correctness_pow_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.2852647Z test_nnc_correctness_pow_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.2868419Z test_nnc_correctness_pow_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.2884348Z test_nnc_correctness_pow_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.2899748Z test_nnc_correctness_pow_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.2915218Z test_nnc_correctness_pow_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.2930785Z test_nnc_correctness_prod_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.2945982Z test_nnc_correctness_prod_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.2961403Z test_nnc_correctness_prod_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.2976795Z test_nnc_correctness_prod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.2992255Z test_nnc_correctness_prod_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.3007544Z test_nnc_correctness_prod_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.3022879Z test_nnc_correctness_prod_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.3038339Z test_nnc_correctness_prod_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.3054176Z test_nnc_correctness_prod_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.3069515Z test_nnc_correctness_prod_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.3085557Z test_nnc_correctness_put_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.3100924Z test_nnc_correctness_put_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.3116630Z test_nnc_correctness_put_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.3132214Z test_nnc_correctness_put_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.3147758Z test_nnc_correctness_put_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.3163458Z test_nnc_correctness_put_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.3179221Z test_nnc_correctness_put_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.3194794Z test_nnc_correctness_put_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.3210307Z test_nnc_correctness_put_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.3225628Z test_nnc_correctness_put_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.3241376Z test_nnc_correctness_put_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.3257121Z test_nnc_correctness_put_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.3272906Z test_nnc_correctness_qr_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.3288575Z test_nnc_correctness_qr_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.3304282Z test_nnc_correctness_qr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.3319985Z test_nnc_correctness_qr_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.3336866Z test_nnc_correctness_quantile_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.3352649Z test_nnc_correctness_quantile_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.3368405Z test_nnc_correctness_rad2deg_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.3383759Z test_nnc_correctness_rad2deg_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.3399401Z test_nnc_correctness_rad2deg_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.3415074Z test_nnc_correctness_rad2deg_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.3430892Z test_nnc_correctness_rad2deg_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.3446788Z test_nnc_correctness_rad2deg_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.3462501Z test_nnc_correctness_rad2deg_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.3478495Z test_nnc_correctness_rad2deg_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.3494209Z test_nnc_correctness_rad2deg_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.3510190Z test_nnc_correctness_rad2deg_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.3526030Z test_nnc_correctness_rand_like_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.3541715Z test_nnc_correctness_rand_like_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.3557470Z test_nnc_correctness_rand_like_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.3573252Z test_nnc_correctness_rand_like_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.3590131Z test_nnc_correctness_rand_like_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.3606004Z test_nnc_correctness_rand_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.3622085Z test_nnc_correctness_rand_like_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.3638085Z test_nnc_correctness_randint_like_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.3654250Z test_nnc_correctness_randint_like_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.3670319Z test_nnc_correctness_randint_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.3686533Z test_nnc_correctness_randint_like_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.3702372Z test_nnc_correctness_randint_like_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.3718376Z test_nnc_correctness_randint_like_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.3734450Z test_nnc_correctness_randint_like_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.3750554Z test_nnc_correctness_randint_like_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.3766596Z test_nnc_correctness_randint_like_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.3782829Z test_nnc_correctness_randn_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.3825591Z test_nnc_correctness_randn_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-09-27T15:34:48.3841477Z test_nnc_correctness_randn_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.3857237Z test_nnc_correctness_randn_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.3873078Z test_nnc_correctness_randn_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.3888832Z test_nnc_correctness_randn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.3904748Z test_nnc_correctness_randn_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.3920984Z test_nnc_correctness_randn_like_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.3936935Z test_nnc_correctness_randn_like_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.3952854Z test_nnc_correctness_randn_like_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.3968699Z test_nnc_correctness_randn_like_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.3984411Z test_nnc_correctness_randn_like_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.4000598Z test_nnc_correctness_randn_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.4016347Z test_nnc_correctness_randn_like_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.4032576Z test_nnc_correctness_ravel_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.4048346Z test_nnc_correctness_ravel_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.4064266Z test_nnc_correctness_ravel_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.4080558Z test_nnc_correctness_ravel_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.4096741Z test_nnc_correctness_ravel_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.4112800Z test_nnc_correctness_ravel_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.4128858Z test_nnc_correctness_ravel_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.4144580Z test_nnc_correctness_ravel_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.4160558Z test_nnc_correctness_ravel_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.4176352Z test_nnc_correctness_ravel_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.4192240Z test_nnc_correctness_ravel_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.4207895Z test_nnc_correctness_ravel_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.4223683Z test_nnc_correctness_ravel_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.4239659Z test_nnc_correctness_real_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.4255445Z test_nnc_correctness_real_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.4271277Z test_nnc_correctness_real_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.4287107Z test_nnc_correctness_real_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.4302811Z test_nnc_correctness_real_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.4318688Z test_nnc_correctness_real_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.4334552Z test_nnc_correctness_real_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.4350480Z test_nnc_correctness_real_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.4366260Z test_nnc_correctness_real_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.4381988Z test_nnc_correctness_real_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.4397779Z test_nnc_correctness_real_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.4413652Z test_nnc_correctness_real_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.4429341Z test_nnc_correctness_real_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.4445271Z test_nnc_correctness_reciprocal_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.4460925Z test_nnc_correctness_reciprocal_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.4476798Z test_nnc_correctness_reciprocal_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.4492671Z test_nnc_correctness_reciprocal_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.4508378Z test_nnc_correctness_reciprocal_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.4524199Z test_nnc_correctness_reciprocal_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.4539963Z test_nnc_correctness_reciprocal_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.4556260Z test_nnc_correctness_reciprocal_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.4572441Z test_nnc_correctness_reciprocal_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.4588171Z test_nnc_correctness_reciprocal_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.4603613Z test_nnc_correctness_reciprocal_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.4619464Z test_nnc_correctness_reciprocal_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.4634972Z test_nnc_correctness_remainder_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.4650726Z test_nnc_correctness_remainder_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.4666241Z test_nnc_correctness_remainder_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.4681744Z test_nnc_correctness_remainder_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.4697293Z test_nnc_correctness_remainder_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.4712940Z test_nnc_correctness_remainder_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.4728585Z test_nnc_correctness_remainder_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.4743868Z test_nnc_correctness_remainder_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.4759458Z test_nnc_correctness_remainder_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.4774979Z test_nnc_correctness_renorm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.4790698Z test_nnc_correctness_renorm_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.4806195Z test_nnc_correctness_renorm_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.4821544Z test_nnc_correctness_renorm_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.4837354Z test_nnc_correctness_renorm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.4853054Z test_nnc_correctness_renorm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.4868631Z test_nnc_correctness_repeat_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.4884455Z test_nnc_correctness_repeat_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.4899857Z test_nnc_correctness_repeat_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.4915876Z test_nnc_correctness_repeat_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.4931319Z test_nnc_correctness_repeat_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.4946785Z test_nnc_correctness_repeat_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.4962428Z test_nnc_correctness_repeat_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.4977967Z test_nnc_correctness_repeat_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.4993486Z test_nnc_correctness_repeat_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.5009166Z test_nnc_correctness_repeat_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.5024672Z test_nnc_correctness_repeat_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.5040465Z test_nnc_correctness_repeat_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.5056183Z test_nnc_correctness_repeat_interleave_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.5071973Z test_nnc_correctness_repeat_interleave_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.5087406Z test_nnc_correctness_repeat_interleave_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.5104105Z test_nnc_correctness_repeat_interleave_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.5120343Z test_nnc_correctness_repeat_interleave_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.5135794Z test_nnc_correctness_repeat_interleave_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.5151192Z test_nnc_correctness_repeat_interleave_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.5166620Z test_nnc_correctness_repeat_interleave_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.5181862Z test_nnc_correctness_repeat_interleave_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.5197443Z test_nnc_correctness_repeat_interleave_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.5212839Z test_nnc_correctness_repeat_interleave_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.5228320Z test_nnc_correctness_repeat_interleave_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.5243754Z test_nnc_correctness_repeat_interleave_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.5259349Z test_nnc_correctness_reshape_as_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.5274846Z test_nnc_correctness_reshape_as_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.5290335Z test_nnc_correctness_reshape_as_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.5305623Z test_nnc_correctness_reshape_as_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.5321593Z test_nnc_correctness_reshape_as_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.5337674Z test_nnc_correctness_reshape_as_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.5353366Z test_nnc_correctness_reshape_as_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.5368765Z test_nnc_correctness_reshape_as_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.5384106Z test_nnc_correctness_reshape_as_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.5400000Z test_nnc_correctness_reshape_as_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.5415135Z test_nnc_correctness_reshape_as_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.5430634Z test_nnc_correctness_reshape_as_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.5445848Z test_nnc_correctness_reshape_as_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.5461038Z test_nnc_correctness_reshape_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.5476479Z test_nnc_correctness_reshape_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.5491738Z test_nnc_correctness_reshape_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.5506689Z test_nnc_correctness_reshape_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.5521950Z test_nnc_correctness_reshape_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.5537182Z test_nnc_correctness_reshape_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.5552471Z test_nnc_correctness_reshape_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.5567833Z test_nnc_correctness_reshape_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.5583586Z test_nnc_correctness_reshape_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.5599016Z test_nnc_correctness_reshape_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.5614327Z test_nnc_correctness_reshape_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.5629828Z test_nnc_correctness_reshape_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.5645252Z test_nnc_correctness_reshape_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.5660625Z test_nnc_correctness_resize__cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.5676086Z test_nnc_correctness_resize__cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.5691607Z test_nnc_correctness_resize__cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.5706849Z test_nnc_correctness_resize__cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.5722273Z test_nnc_correctness_resize__cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.5737749Z test_nnc_correctness_resize__cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.5753090Z test_nnc_correctness_resize__cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.5768339Z test_nnc_correctness_resize__cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.5783773Z test_nnc_correctness_resize__cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.5799092Z test_nnc_correctness_resize__cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.5814620Z test_nnc_correctness_resize__cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.5830118Z test_nnc_correctness_resize__cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.5845619Z test_nnc_correctness_resize_as__cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.5860954Z test_nnc_correctness_resize_as__cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.5876460Z test_nnc_correctness_resize_as__cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.5892012Z test_nnc_correctness_resize_as__cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.5935323Z test_nnc_correctness_resize_as__cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-09-27T15:34:48.5950927Z test_nnc_correctness_resize_as__cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.5966447Z test_nnc_correctness_resize_as__cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.5982042Z test_nnc_correctness_resize_as__cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.5997418Z test_nnc_correctness_resize_as__cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.6013073Z test_nnc_correctness_resize_as__cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.6028600Z test_nnc_correctness_resize_as__cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.6044329Z test_nnc_correctness_resize_as__cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.6059928Z test_nnc_correctness_resolve_conj_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.6075664Z test_nnc_correctness_resolve_conj_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.6091355Z test_nnc_correctness_resolve_conj_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.6106911Z test_nnc_correctness_resolve_conj_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.6122488Z test_nnc_correctness_resolve_conj_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.6138038Z test_nnc_correctness_resolve_conj_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.6153613Z test_nnc_correctness_resolve_conj_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.6169270Z test_nnc_correctness_resolve_conj_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.6184736Z test_nnc_correctness_resolve_conj_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.6200393Z test_nnc_correctness_resolve_conj_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.6216114Z test_nnc_correctness_resolve_conj_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.6231850Z test_nnc_correctness_resolve_conj_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.6247545Z test_nnc_correctness_resolve_neg_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.6262876Z test_nnc_correctness_resolve_neg_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.6278268Z test_nnc_correctness_resolve_neg_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.6293769Z test_nnc_correctness_resolve_neg_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.6309125Z test_nnc_correctness_resolve_neg_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.6324913Z test_nnc_correctness_resolve_neg_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.6340031Z test_nnc_correctness_resolve_neg_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.6355405Z test_nnc_correctness_resolve_neg_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.6371354Z test_nnc_correctness_resolve_neg_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.6387057Z test_nnc_correctness_resolve_neg_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.6402654Z test_nnc_correctness_resolve_neg_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.6418211Z test_nnc_correctness_resolve_neg_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.6433648Z test_nnc_correctness_resolve_neg_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.6449253Z test_nnc_correctness_roll_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.6464543Z test_nnc_correctness_roll_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.6480063Z test_nnc_correctness_roll_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.6495451Z test_nnc_correctness_roll_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.6510930Z test_nnc_correctness_roll_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.6526336Z test_nnc_correctness_roll_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.6541595Z test_nnc_correctness_roll_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.6557023Z test_nnc_correctness_roll_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.6572392Z test_nnc_correctness_roll_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.6587751Z test_nnc_correctness_roll_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.6603357Z test_nnc_correctness_roll_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.6618818Z test_nnc_correctness_roll_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.6634991Z test_nnc_correctness_roll_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.6650052Z test_nnc_correctness_rot90_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.6665499Z test_nnc_correctness_rot90_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.6680973Z test_nnc_correctness_rot90_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.6696027Z test_nnc_correctness_rot90_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.6711434Z test_nnc_correctness_rot90_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.6726621Z test_nnc_correctness_rot90_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.6741991Z test_nnc_correctness_rot90_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.6757312Z test_nnc_correctness_rot90_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.6772660Z test_nnc_correctness_rot90_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.6787831Z test_nnc_correctness_rot90_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.6803330Z test_nnc_correctness_rot90_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.6818646Z test_nnc_correctness_rot90_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.6834047Z test_nnc_correctness_round_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.6849413Z test_nnc_correctness_round_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.6864998Z test_nnc_correctness_round_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.6880164Z test_nnc_correctness_round_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.6895912Z test_nnc_correctness_round_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.6911054Z test_nnc_correctness_round_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.6926597Z test_nnc_correctness_round_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.6941777Z test_nnc_correctness_round_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.6957220Z test_nnc_correctness_round_decimals_0_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.6972847Z test_nnc_correctness_round_decimals_0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.6988483Z test_nnc_correctness_round_decimals_0_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.7004200Z test_nnc_correctness_round_decimals_3_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.7019718Z test_nnc_correctness_round_decimals_3_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.7035633Z test_nnc_correctness_round_decimals_3_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.7051164Z test_nnc_correctness_round_decimals_neg_3_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.7066722Z test_nnc_correctness_round_decimals_neg_3_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.7082431Z test_nnc_correctness_round_decimals_neg_3_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.7098064Z test_nnc_correctness_rsqrt_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.7113691Z test_nnc_correctness_rsqrt_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.7129340Z test_nnc_correctness_rsqrt_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.7144894Z test_nnc_correctness_rsqrt_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.7160800Z test_nnc_correctness_rsqrt_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.7176341Z test_nnc_correctness_rsqrt_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.7191662Z test_nnc_correctness_rsqrt_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.7207027Z test_nnc_correctness_rsqrt_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.7222292Z test_nnc_correctness_rsqrt_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.7237723Z test_nnc_correctness_rsqrt_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.7253154Z test_nnc_correctness_rsqrt_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.7268520Z test_nnc_correctness_rsub_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.7283972Z test_nnc_correctness_rsub_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.7299282Z test_nnc_correctness_rsub_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.7314635Z test_nnc_correctness_rsub_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.7330067Z test_nnc_correctness_rsub_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.7345308Z test_nnc_correctness_rsub_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.7360765Z test_nnc_correctness_rsub_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.7376145Z test_nnc_correctness_rsub_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.7391860Z test_nnc_correctness_rsub_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.7407289Z test_nnc_correctness_rsub_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.7422504Z test_nnc_correctness_rsub_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.7437895Z test_nnc_correctness_scatter_add_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.7453370Z test_nnc_correctness_scatter_add_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.7468688Z test_nnc_correctness_scatter_add_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.7484307Z test_nnc_correctness_scatter_add_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.7499425Z test_nnc_correctness_scatter_add_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.7514826Z test_nnc_correctness_scatter_add_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.7530179Z test_nnc_correctness_scatter_add_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.7546220Z test_nnc_correctness_scatter_add_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.7561095Z test_nnc_correctness_scatter_add_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.7576489Z test_nnc_correctness_scatter_add_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.7591920Z test_nnc_correctness_scatter_add_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.7607305Z test_nnc_correctness_scatter_add_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.7622638Z test_nnc_correctness_scatter_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.7638367Z test_nnc_correctness_scatter_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.7653436Z test_nnc_correctness_scatter_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.7668675Z test_nnc_correctness_scatter_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.7684390Z test_nnc_correctness_scatter_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.7699565Z test_nnc_correctness_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.7714850Z test_nnc_correctness_scatter_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.7730210Z test_nnc_correctness_scatter_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.7745513Z test_nnc_correctness_scatter_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.7760879Z test_nnc_correctness_scatter_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.7776200Z test_nnc_correctness_scatter_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.7791632Z test_nnc_correctness_scatter_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.7806964Z test_nnc_correctness_scatter_reduce_amax_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.7822214Z test_nnc_correctness_scatter_reduce_amax_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.7837683Z test_nnc_correctness_scatter_reduce_amax_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.7853136Z test_nnc_correctness_scatter_reduce_amax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.7868316Z test_nnc_correctness_scatter_reduce_amax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.7884245Z test_nnc_correctness_scatter_reduce_amax_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.7899429Z test_nnc_correctness_scatter_reduce_amax_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.7914815Z test_nnc_correctness_scatter_reduce_amax_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.7930107Z test_nnc_correctness_scatter_reduce_amax_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.7945309Z test_nnc_correctness_scatter_reduce_amax_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.7960687Z test_nnc_correctness_scatter_reduce_amin_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.7976135Z test_nnc_correctness_scatter_reduce_amin_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.8019825Z test_nnc_correctness_scatter_reduce_amin_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-09-27T15:34:48.8035397Z test_nnc_correctness_scatter_reduce_amin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.8050809Z test_nnc_correctness_scatter_reduce_amin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.8066195Z test_nnc_correctness_scatter_reduce_amin_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.8081732Z test_nnc_correctness_scatter_reduce_amin_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.8097373Z test_nnc_correctness_scatter_reduce_amin_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.8112671Z test_nnc_correctness_scatter_reduce_amin_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.8127969Z test_nnc_correctness_scatter_reduce_amin_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.8143215Z test_nnc_correctness_scatter_reduce_mean_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.8158547Z test_nnc_correctness_scatter_reduce_mean_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.8173891Z test_nnc_correctness_scatter_reduce_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.8189089Z test_nnc_correctness_scatter_reduce_mean_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.8204539Z test_nnc_correctness_scatter_reduce_mean_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.8219801Z test_nnc_correctness_scatter_reduce_mean_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.8235171Z test_nnc_correctness_scatter_reduce_mean_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.8250584Z test_nnc_correctness_scatter_reduce_mean_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.8265830Z test_nnc_correctness_scatter_reduce_mean_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.8281273Z test_nnc_correctness_scatter_reduce_prod_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.8296655Z test_nnc_correctness_scatter_reduce_prod_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.8312028Z test_nnc_correctness_scatter_reduce_prod_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.8327342Z test_nnc_correctness_scatter_reduce_prod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.8342663Z test_nnc_correctness_scatter_reduce_prod_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.8358030Z test_nnc_correctness_scatter_reduce_prod_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.8373508Z test_nnc_correctness_scatter_reduce_prod_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.8388844Z test_nnc_correctness_scatter_reduce_prod_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.8404388Z test_nnc_correctness_scatter_reduce_prod_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.8419624Z test_nnc_correctness_scatter_reduce_prod_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.8435336Z test_nnc_correctness_scatter_reduce_sum_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.8450652Z test_nnc_correctness_scatter_reduce_sum_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.8466039Z test_nnc_correctness_scatter_reduce_sum_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.8481184Z test_nnc_correctness_scatter_reduce_sum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.8496617Z test_nnc_correctness_scatter_reduce_sum_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.8511860Z test_nnc_correctness_scatter_reduce_sum_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.8527284Z test_nnc_correctness_scatter_reduce_sum_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.8542367Z test_nnc_correctness_scatter_reduce_sum_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.8557850Z test_nnc_correctness_scatter_reduce_sum_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.8573141Z test_nnc_correctness_scatter_reduce_sum_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.8588365Z test_nnc_correctness_searchsorted_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.8603929Z test_nnc_correctness_searchsorted_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.8619334Z test_nnc_correctness_searchsorted_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.8634919Z test_nnc_correctness_searchsorted_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.8650658Z test_nnc_correctness_searchsorted_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.8665942Z test_nnc_correctness_searchsorted_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.8681580Z test_nnc_correctness_searchsorted_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.8697149Z test_nnc_correctness_searchsorted_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.8712808Z test_nnc_correctness_searchsorted_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.8728289Z test_nnc_correctness_segment_reduce_lengths_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.8743701Z test_nnc_correctness_segment_reduce_lengths_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.8759302Z test_nnc_correctness_segment_reduce_lengths_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.8775012Z test_nnc_correctness_segment_reduce_lengths_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.8790529Z test_nnc_correctness_segment_reduce_offsets_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.8806294Z test_nnc_correctness_segment_reduce_offsets_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.8821773Z test_nnc_correctness_segment_reduce_offsets_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.8837210Z test_nnc_correctness_segment_reduce_offsets_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.8852751Z test_nnc_correctness_select_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.8868207Z test_nnc_correctness_select_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.8883914Z test_nnc_correctness_select_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.8899455Z test_nnc_correctness_select_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.8914845Z test_nnc_correctness_select_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.8930438Z test_nnc_correctness_select_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.8945877Z test_nnc_correctness_select_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.8961459Z test_nnc_correctness_select_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.8976995Z test_nnc_correctness_select_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.8992664Z test_nnc_correctness_select_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.9008174Z test_nnc_correctness_select_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.9023725Z test_nnc_correctness_select_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.9039501Z test_nnc_correctness_select_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.9055169Z test_nnc_correctness_select_scatter_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.9070802Z test_nnc_correctness_select_scatter_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.9086341Z test_nnc_correctness_select_scatter_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.9101756Z test_nnc_correctness_select_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.9117580Z test_nnc_correctness_select_scatter_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.9133067Z test_nnc_correctness_select_scatter_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.9148551Z test_nnc_correctness_select_scatter_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.9164964Z test_nnc_correctness_select_scatter_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.9180395Z test_nnc_correctness_select_scatter_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.9196274Z test_nnc_correctness_select_scatter_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.9211799Z test_nnc_correctness_sgn_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.9227360Z test_nnc_correctness_sgn_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.9243143Z test_nnc_correctness_sgn_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.9258765Z test_nnc_correctness_sgn_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.9274440Z test_nnc_correctness_sgn_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.9290037Z test_nnc_correctness_sgn_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.9305529Z test_nnc_correctness_sgn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.9321190Z test_nnc_correctness_sgn_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.9336874Z test_nnc_correctness_sgn_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.9352500Z test_nnc_correctness_sgn_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.9368159Z test_nnc_correctness_sgn_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.9383831Z test_nnc_correctness_sgn_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.9399436Z test_nnc_correctness_sgn_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.9415191Z test_nnc_correctness_short_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.9430958Z test_nnc_correctness_short_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.9446233Z test_nnc_correctness_short_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.9461656Z test_nnc_correctness_short_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.9477377Z test_nnc_correctness_short_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.9492618Z test_nnc_correctness_short_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.9507945Z test_nnc_correctness_short_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.9523624Z test_nnc_correctness_short_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.9539082Z test_nnc_correctness_short_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.9554732Z test_nnc_correctness_short_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.9570218Z test_nnc_correctness_short_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.9585677Z test_nnc_correctness_short_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.9601233Z test_nnc_correctness_sigmoid_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.9616804Z test_nnc_correctness_sigmoid_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.9632443Z test_nnc_correctness_sigmoid_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.9648073Z test_nnc_correctness_sigmoid_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.9664013Z test_nnc_correctness_sigmoid_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:48.9679511Z test_nnc_correctness_sigmoid_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.9696162Z test_nnc_correctness_sigmoid_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.9711557Z test_nnc_correctness_sigmoid_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.9727494Z test_nnc_correctness_sigmoid_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.9743339Z test_nnc_correctness_sigmoid_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.9759482Z test_nnc_correctness_sigmoid_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.9775490Z test_nnc_correctness_sign_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.9791389Z test_nnc_correctness_sign_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.9807387Z test_nnc_correctness_sign_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.9823221Z test_nnc_correctness_sign_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.9839295Z test_nnc_correctness_sign_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.9855081Z test_nnc_correctness_sign_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.9870995Z test_nnc_correctness_sign_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.9886996Z test_nnc_correctness_sign_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.9902774Z test_nnc_correctness_sign_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.9918804Z test_nnc_correctness_sign_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.9934880Z test_nnc_correctness_signbit_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.9951029Z test_nnc_correctness_signbit_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.9967011Z test_nnc_correctness_signbit_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.9983127Z test_nnc_correctness_signbit_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:48.9998390Z test_nnc_correctness_signbit_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.0014103Z test_nnc_correctness_signbit_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.0029454Z test_nnc_correctness_signbit_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.0045125Z test_nnc_correctness_signbit_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.0060694Z test_nnc_correctness_signbit_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.0076277Z test_nnc_correctness_signbit_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.0121378Z test_nnc_correctness_sin_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-09-27T15:34:49.0136921Z test_nnc_correctness_sin_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.0152587Z test_nnc_correctness_sin_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.0168446Z test_nnc_correctness_sin_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.0183726Z test_nnc_correctness_sin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.0199275Z test_nnc_correctness_sin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.0214902Z test_nnc_correctness_sin_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.0230795Z test_nnc_correctness_sin_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.0246356Z test_nnc_correctness_sin_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.0261840Z test_nnc_correctness_sin_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.0277979Z test_nnc_correctness_sin_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.0292923Z test_nnc_correctness_sinc_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.0308291Z test_nnc_correctness_sinc_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.0323893Z test_nnc_correctness_sinc_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.0339446Z test_nnc_correctness_sinc_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.0355094Z test_nnc_correctness_sinc_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.0370567Z test_nnc_correctness_sinc_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.0385977Z test_nnc_correctness_sinc_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.0401588Z test_nnc_correctness_sinc_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.0417183Z test_nnc_correctness_sinc_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.0432897Z test_nnc_correctness_sinc_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.0448562Z test_nnc_correctness_sinc_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.0464365Z test_nnc_correctness_sinh_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.0479728Z test_nnc_correctness_sinh_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.0495274Z test_nnc_correctness_sinh_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.0510914Z test_nnc_correctness_sinh_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.0526489Z test_nnc_correctness_sinh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.0541856Z test_nnc_correctness_sinh_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.0557570Z test_nnc_correctness_sinh_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.0572999Z test_nnc_correctness_sinh_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.0588633Z test_nnc_correctness_sinh_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.0603904Z test_nnc_correctness_sinh_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.0619174Z test_nnc_correctness_sinh_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.0634453Z test_nnc_correctness_slice_scatter_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.0649803Z test_nnc_correctness_slice_scatter_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.0665288Z test_nnc_correctness_slice_scatter_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.0680787Z test_nnc_correctness_slice_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.0696517Z test_nnc_correctness_slice_scatter_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.0711978Z test_nnc_correctness_slice_scatter_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.0727473Z test_nnc_correctness_slice_scatter_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.0743063Z test_nnc_correctness_slice_scatter_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.0758698Z test_nnc_correctness_slice_scatter_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.0774395Z test_nnc_correctness_slice_scatter_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.0790049Z test_nnc_correctness_softmax_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.0805472Z test_nnc_correctness_softmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.0820911Z test_nnc_correctness_softmax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.0836385Z test_nnc_correctness_softmax_with_dtype_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.0851939Z test_nnc_correctness_softmax_with_dtype_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.0867329Z test_nnc_correctness_softmax_with_dtype_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.0882894Z test_nnc_correctness_softmax_with_dtype_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.0898481Z test_nnc_correctness_softmax_with_dtype_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.0914252Z test_nnc_correctness_softmax_with_dtype_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.0929993Z test_nnc_correctness_softmax_with_dtype_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.0945335Z test_nnc_correctness_softmax_with_dtype_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.0961623Z test_nnc_correctness_softmax_with_dtype_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.0977092Z test_nnc_correctness_softmax_with_dtype_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.0992685Z test_nnc_correctness_softmax_with_dtype_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.1008034Z test_nnc_correctness_softmax_with_dtype_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.1023339Z test_nnc_correctness_sort_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.1038579Z test_nnc_correctness_sort_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.1053855Z test_nnc_correctness_sort_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.1069102Z test_nnc_correctness_sort_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.1084644Z test_nnc_correctness_sort_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.1099661Z test_nnc_correctness_sort_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.1114884Z test_nnc_correctness_sort_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.1130087Z test_nnc_correctness_sort_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.1145500Z test_nnc_correctness_sort_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.1160811Z test_nnc_correctness_sort_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.1176955Z test_nnc_correctness_sparse_sampled_addmm_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.1193324Z test_nnc_correctness_sparse_sampled_addmm_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.1209862Z test_nnc_correctness_sparse_sampled_addmm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.1225932Z test_nnc_correctness_sparse_sampled_addmm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.1241330Z test_nnc_correctness_special_airy_ai_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.1256764Z test_nnc_correctness_special_airy_ai_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.1272132Z test_nnc_correctness_special_airy_ai_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.1287389Z test_nnc_correctness_special_airy_ai_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.1302450Z test_nnc_correctness_special_airy_ai_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.1317770Z test_nnc_correctness_special_airy_ai_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.1333326Z test_nnc_correctness_special_airy_ai_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.1348580Z test_nnc_correctness_special_airy_ai_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.1363834Z test_nnc_correctness_special_bessel_j0_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.1379086Z test_nnc_correctness_special_bessel_j0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.1394419Z test_nnc_correctness_special_bessel_j0_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.1409705Z test_nnc_correctness_special_bessel_j0_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.1425755Z test_nnc_correctness_special_bessel_j0_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.1441048Z test_nnc_correctness_special_bessel_j0_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.1457584Z test_nnc_correctness_special_bessel_j0_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.1473885Z test_nnc_correctness_special_bessel_j0_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.1489483Z test_nnc_correctness_special_bessel_j1_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.1504854Z test_nnc_correctness_special_bessel_j1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.1520276Z test_nnc_correctness_special_bessel_j1_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.1535649Z test_nnc_correctness_special_bessel_j1_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.1551076Z test_nnc_correctness_special_bessel_j1_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.1566467Z test_nnc_correctness_special_bessel_j1_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.1581776Z test_nnc_correctness_special_bessel_j1_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.1597129Z test_nnc_correctness_special_bessel_j1_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.1612542Z test_nnc_correctness_special_bessel_y0_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.1627726Z test_nnc_correctness_special_bessel_y0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.1642889Z test_nnc_correctness_special_bessel_y0_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.1658005Z test_nnc_correctness_special_bessel_y0_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.1673355Z test_nnc_correctness_special_bessel_y0_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.1688874Z test_nnc_correctness_special_bessel_y0_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.1705326Z test_nnc_correctness_special_bessel_y0_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.1721751Z test_nnc_correctness_special_bessel_y0_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.1737869Z test_nnc_correctness_special_bessel_y1_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.1753459Z test_nnc_correctness_special_bessel_y1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.1769008Z test_nnc_correctness_special_bessel_y1_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.1784352Z test_nnc_correctness_special_bessel_y1_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.1799695Z test_nnc_correctness_special_bessel_y1_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.1814888Z test_nnc_correctness_special_bessel_y1_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.1830199Z test_nnc_correctness_special_bessel_y1_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.1845658Z test_nnc_correctness_special_bessel_y1_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.1856433Z test_nnc_correctness_special_chebyshev_polynomial_t_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:49.1866351Z test_nnc_correctness_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:49.1876841Z test_nnc_correctness_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:49.1887339Z test_nnc_correctness_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:49.1897868Z test_nnc_correctness_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:49.1908498Z test_nnc_correctness_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:49.1918917Z test_nnc_correctness_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:49.1929742Z test_nnc_correctness_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:49.1940944Z test_nnc_correctness_special_chebyshev_polynomial_u_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:49.1951513Z test_nnc_correctness_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:49.1962458Z test_nnc_correctness_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:49.1972516Z test_nnc_correctness_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:49.1983319Z test_nnc_correctness_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:49.1994117Z test_nnc_correctness_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:49.2004887Z test_nnc_correctness_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:49.2015112Z test_nnc_correctness_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:49.2025673Z test_nnc_correctness_special_chebyshev_polynomial_v_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:49.2036369Z test_nnc_correctness_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:49.2046864Z test_nnc_correctness_special_chebyshev_polynomial_v_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:49.2057484Z test_nnc_correctness_special_chebyshev_polynomial_v_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:49.2068088Z test_nnc_correctness_special_chebyshev_polynomial_v_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:49.2107865Z test_nnc_correctness_special_chebyshev_polynomial_v_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.004s) 2022-09-27T15:34:49.2118310Z test_nnc_correctness_special_chebyshev_polynomial_v_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:49.2128721Z test_nnc_correctness_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:49.2139056Z test_nnc_correctness_special_chebyshev_polynomial_w_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:49.2149348Z test_nnc_correctness_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:49.2159805Z test_nnc_correctness_special_chebyshev_polynomial_w_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:49.2170662Z test_nnc_correctness_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:49.2180727Z test_nnc_correctness_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:49.2191298Z test_nnc_correctness_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:49.2201818Z test_nnc_correctness_special_chebyshev_polynomial_w_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:49.2212547Z test_nnc_correctness_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:49.2230399Z test_nnc_correctness_special_entr_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.2247257Z test_nnc_correctness_special_entr_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.2263707Z test_nnc_correctness_special_entr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.2280016Z test_nnc_correctness_special_entr_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.2295895Z test_nnc_correctness_special_entr_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.2311862Z test_nnc_correctness_special_entr_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.2327809Z test_nnc_correctness_special_entr_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.2343768Z test_nnc_correctness_special_entr_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.2359621Z test_nnc_correctness_special_entr_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.2375643Z test_nnc_correctness_special_erfcx_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.2391520Z test_nnc_correctness_special_erfcx_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.2407232Z test_nnc_correctness_special_erfcx_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.2422796Z test_nnc_correctness_special_erfcx_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.2438528Z test_nnc_correctness_special_erfcx_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.2454675Z test_nnc_correctness_special_erfcx_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.2470919Z test_nnc_correctness_special_erfcx_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.2486419Z test_nnc_correctness_special_erfcx_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.2496658Z test_nnc_correctness_special_hermite_polynomial_h_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:49.2507203Z test_nnc_correctness_special_hermite_polynomial_h_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:49.2517326Z test_nnc_correctness_special_hermite_polynomial_h_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:49.2528027Z test_nnc_correctness_special_hermite_polynomial_h_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:49.2538651Z test_nnc_correctness_special_hermite_polynomial_h_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:49.2548615Z test_nnc_correctness_special_hermite_polynomial_h_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:49.2559196Z test_nnc_correctness_special_hermite_polynomial_h_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:49.2569811Z test_nnc_correctness_special_hermite_polynomial_h_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:49.2580394Z test_nnc_correctness_special_hermite_polynomial_he_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:49.2590958Z test_nnc_correctness_special_hermite_polynomial_he_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:49.2601624Z test_nnc_correctness_special_hermite_polynomial_he_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:49.2612398Z test_nnc_correctness_special_hermite_polynomial_he_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:49.2622878Z test_nnc_correctness_special_hermite_polynomial_he_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:49.2633342Z test_nnc_correctness_special_hermite_polynomial_he_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:49.2644118Z test_nnc_correctness_special_hermite_polynomial_he_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:49.2654585Z test_nnc_correctness_special_hermite_polynomial_he_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:49.2671542Z test_nnc_correctness_special_i0e_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.2688201Z test_nnc_correctness_special_i0e_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.2704545Z test_nnc_correctness_special_i0e_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.2720063Z test_nnc_correctness_special_i0e_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.2735932Z test_nnc_correctness_special_i0e_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.2751638Z test_nnc_correctness_special_i0e_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.2767510Z test_nnc_correctness_special_i0e_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.2783018Z test_nnc_correctness_special_i0e_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.2798525Z test_nnc_correctness_special_i0e_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.2814157Z test_nnc_correctness_special_i1_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.2829870Z test_nnc_correctness_special_i1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.2845481Z test_nnc_correctness_special_i1_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.2860960Z test_nnc_correctness_special_i1_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.2876699Z test_nnc_correctness_special_i1_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.2892347Z test_nnc_correctness_special_i1_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.2908030Z test_nnc_correctness_special_i1_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.2923613Z test_nnc_correctness_special_i1_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.2939276Z test_nnc_correctness_special_i1e_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.2955397Z test_nnc_correctness_special_i1e_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.2971132Z test_nnc_correctness_special_i1e_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.2986220Z test_nnc_correctness_special_i1e_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.3002110Z test_nnc_correctness_special_i1e_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.3017222Z test_nnc_correctness_special_i1e_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.3032867Z test_nnc_correctness_special_i1e_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.3048309Z test_nnc_correctness_special_i1e_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.3059124Z test_nnc_correctness_special_laguerre_polynomial_l_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:49.3069774Z test_nnc_correctness_special_laguerre_polynomial_l_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:49.3080503Z test_nnc_correctness_special_laguerre_polynomial_l_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:49.3091213Z test_nnc_correctness_special_laguerre_polynomial_l_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:49.3101900Z test_nnc_correctness_special_laguerre_polynomial_l_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:49.3112621Z test_nnc_correctness_special_laguerre_polynomial_l_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:49.3123414Z test_nnc_correctness_special_laguerre_polynomial_l_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:49.3133983Z test_nnc_correctness_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:49.3144660Z test_nnc_correctness_special_legendre_polynomial_p_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:49.3155420Z test_nnc_correctness_special_legendre_polynomial_p_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:49.3166260Z test_nnc_correctness_special_legendre_polynomial_p_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:49.3176936Z test_nnc_correctness_special_legendre_polynomial_p_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:49.3187584Z test_nnc_correctness_special_legendre_polynomial_p_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:49.3198289Z test_nnc_correctness_special_legendre_polynomial_p_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:49.3209391Z test_nnc_correctness_special_legendre_polynomial_p_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:49.3219736Z test_nnc_correctness_special_legendre_polynomial_p_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:49.3236306Z test_nnc_correctness_special_log_ndtr_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.3253382Z test_nnc_correctness_special_log_ndtr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.3269430Z test_nnc_correctness_special_log_ndtr_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.3285236Z test_nnc_correctness_special_log_ndtr_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.3300894Z test_nnc_correctness_special_log_ndtr_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.3316790Z test_nnc_correctness_special_log_ndtr_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.3332513Z test_nnc_correctness_special_log_ndtr_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.3348500Z test_nnc_correctness_special_log_ndtr_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.3364208Z test_nnc_correctness_special_modified_bessel_i0_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.3379688Z test_nnc_correctness_special_modified_bessel_i0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.3395434Z test_nnc_correctness_special_modified_bessel_i0_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.3410948Z test_nnc_correctness_special_modified_bessel_i0_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.3426663Z test_nnc_correctness_special_modified_bessel_i0_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.3442115Z test_nnc_correctness_special_modified_bessel_i0_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.3457840Z test_nnc_correctness_special_modified_bessel_i0_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.3473957Z test_nnc_correctness_special_modified_bessel_i0_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.3490380Z test_nnc_correctness_special_modified_bessel_i1_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.3506758Z test_nnc_correctness_special_modified_bessel_i1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.3522400Z test_nnc_correctness_special_modified_bessel_i1_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.3537804Z test_nnc_correctness_special_modified_bessel_i1_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.3552967Z test_nnc_correctness_special_modified_bessel_i1_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.3568615Z test_nnc_correctness_special_modified_bessel_i1_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.3583548Z test_nnc_correctness_special_modified_bessel_i1_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.3598992Z test_nnc_correctness_special_modified_bessel_i1_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.3614206Z test_nnc_correctness_special_modified_bessel_k0_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.3629508Z test_nnc_correctness_special_modified_bessel_k0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.3644882Z test_nnc_correctness_special_modified_bessel_k0_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.3660015Z test_nnc_correctness_special_modified_bessel_k0_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.3675526Z test_nnc_correctness_special_modified_bessel_k0_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.3690588Z test_nnc_correctness_special_modified_bessel_k0_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.3705598Z test_nnc_correctness_special_modified_bessel_k0_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.3721132Z test_nnc_correctness_special_modified_bessel_k0_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.3737771Z test_nnc_correctness_special_modified_bessel_k1_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.3754226Z test_nnc_correctness_special_modified_bessel_k1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.3770481Z test_nnc_correctness_special_modified_bessel_k1_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.3786003Z test_nnc_correctness_special_modified_bessel_k1_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.3801778Z test_nnc_correctness_special_modified_bessel_k1_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.3817454Z test_nnc_correctness_special_modified_bessel_k1_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.3833128Z test_nnc_correctness_special_modified_bessel_k1_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.3848636Z test_nnc_correctness_special_modified_bessel_k1_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.3864228Z test_nnc_correctness_special_ndtr_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.3879864Z test_nnc_correctness_special_ndtr_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.3895535Z test_nnc_correctness_special_ndtr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.3911016Z test_nnc_correctness_special_ndtr_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.3926806Z test_nnc_correctness_special_ndtr_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.3942142Z test_nnc_correctness_special_ndtr_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.3958370Z test_nnc_correctness_special_ndtr_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.3974278Z test_nnc_correctness_special_ndtr_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.3990463Z test_nnc_correctness_special_ndtr_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.4034932Z test_nnc_correctness_special_ndtri_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-09-27T15:34:49.4050337Z test_nnc_correctness_special_ndtri_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.4065748Z test_nnc_correctness_special_ndtri_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.4081323Z test_nnc_correctness_special_ndtri_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.4096766Z test_nnc_correctness_special_ndtri_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.4112431Z test_nnc_correctness_special_ndtri_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.4127901Z test_nnc_correctness_special_ndtri_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.4143427Z test_nnc_correctness_special_ndtri_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.4159125Z test_nnc_correctness_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.4174770Z test_nnc_correctness_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.4190451Z test_nnc_correctness_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.4206070Z test_nnc_correctness_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.4221658Z test_nnc_correctness_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.4237254Z test_nnc_correctness_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.4254773Z test_nnc_correctness_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.4270290Z test_nnc_correctness_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.4286350Z test_nnc_correctness_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.4301748Z test_nnc_correctness_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.4316827Z test_nnc_correctness_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.4332242Z test_nnc_correctness_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.4347735Z test_nnc_correctness_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.4363446Z test_nnc_correctness_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.4378812Z test_nnc_correctness_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.4394256Z test_nnc_correctness_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.4409683Z test_nnc_correctness_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.4425017Z test_nnc_correctness_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.4440532Z test_nnc_correctness_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.4455862Z test_nnc_correctness_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.4471190Z test_nnc_correctness_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.4486826Z test_nnc_correctness_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.4502221Z test_nnc_correctness_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.4517589Z test_nnc_correctness_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.4533573Z test_nnc_correctness_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.4544063Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:49.4554709Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:49.4565372Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:49.4575950Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:49.4586715Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:49.4597094Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:49.4607761Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:49.4618221Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:49.4628777Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:49.4639325Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:49.4649744Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:49.4660122Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:49.4670590Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:49.4681100Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:49.4692096Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:49.4702625Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:49.4713339Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:49.4724570Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:49.4734974Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:49.4745385Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:49.4755928Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:49.4766450Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:49.4777128Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:49.4787664Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:49.4798252Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:49.4809130Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:49.4819868Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:49.4830626Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:49.4840746Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:49.4851305Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:49.4861843Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:49.4872415Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:49.4889893Z test_nnc_correctness_special_spherical_bessel_j0_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.4906343Z test_nnc_correctness_special_spherical_bessel_j0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.4922573Z test_nnc_correctness_special_spherical_bessel_j0_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.4938575Z test_nnc_correctness_special_spherical_bessel_j0_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.4954696Z test_nnc_correctness_special_spherical_bessel_j0_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.4970544Z test_nnc_correctness_special_spherical_bessel_j0_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.4986402Z test_nnc_correctness_special_spherical_bessel_j0_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.5002381Z test_nnc_correctness_special_spherical_bessel_j0_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.5018229Z test_nnc_correctness_special_xlog1py_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.5034235Z test_nnc_correctness_special_xlog1py_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.5049665Z test_nnc_correctness_special_xlog1py_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.5065222Z test_nnc_correctness_special_xlog1py_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.5081043Z test_nnc_correctness_special_xlog1py_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.5096678Z test_nnc_correctness_special_xlog1py_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.5113586Z test_nnc_correctness_special_xlog1py_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.5128727Z test_nnc_correctness_special_xlog1py_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.5144198Z test_nnc_correctness_special_xlog1py_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.5159887Z test_nnc_correctness_special_xlog1py_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.5175668Z test_nnc_correctness_special_zeta_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.5191516Z test_nnc_correctness_special_zeta_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.5207900Z test_nnc_correctness_special_zeta_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.5222789Z test_nnc_correctness_special_zeta_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.5238744Z test_nnc_correctness_special_zeta_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.5254432Z test_nnc_correctness_special_zeta_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.5270316Z test_nnc_correctness_special_zeta_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.5286067Z test_nnc_correctness_special_zeta_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.5301655Z test_nnc_correctness_split_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.5317347Z test_nnc_correctness_split_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.5333112Z test_nnc_correctness_split_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.5348585Z test_nnc_correctness_split_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.5364505Z test_nnc_correctness_split_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.5380026Z test_nnc_correctness_split_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.5395856Z test_nnc_correctness_split_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.5411429Z test_nnc_correctness_split_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.5426994Z test_nnc_correctness_split_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.5442969Z test_nnc_correctness_split_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.5458681Z test_nnc_correctness_split_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.5474444Z test_nnc_correctness_split_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.5490157Z test_nnc_correctness_split_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.5505849Z test_nnc_correctness_split_list_args_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.5521722Z test_nnc_correctness_split_list_args_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.5537657Z test_nnc_correctness_split_list_args_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.5552979Z test_nnc_correctness_split_list_args_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.5568767Z test_nnc_correctness_split_list_args_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.5584229Z test_nnc_correctness_split_list_args_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.5599715Z test_nnc_correctness_split_list_args_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.5615463Z test_nnc_correctness_split_list_args_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.5631002Z test_nnc_correctness_split_list_args_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.5646743Z test_nnc_correctness_split_list_args_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.5662194Z test_nnc_correctness_split_list_args_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.5677898Z test_nnc_correctness_split_list_args_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.5693454Z test_nnc_correctness_split_with_sizes_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.5708900Z test_nnc_correctness_split_with_sizes_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.5724591Z test_nnc_correctness_split_with_sizes_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.5740058Z test_nnc_correctness_split_with_sizes_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.5755807Z test_nnc_correctness_split_with_sizes_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.5771443Z test_nnc_correctness_split_with_sizes_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.5786721Z test_nnc_correctness_split_with_sizes_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.5802526Z test_nnc_correctness_split_with_sizes_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.5818580Z test_nnc_correctness_split_with_sizes_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.5834078Z test_nnc_correctness_split_with_sizes_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.5849516Z test_nnc_correctness_split_with_sizes_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.5865074Z test_nnc_correctness_split_with_sizes_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.5880747Z test_nnc_correctness_split_with_sizes_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.5896590Z test_nnc_correctness_sqrt_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.5912075Z test_nnc_correctness_sqrt_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.5927684Z test_nnc_correctness_sqrt_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.5943244Z test_nnc_correctness_sqrt_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.5989016Z test_nnc_correctness_sqrt_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-09-27T15:34:49.6004846Z test_nnc_correctness_sqrt_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.6020634Z test_nnc_correctness_sqrt_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.6036014Z test_nnc_correctness_sqrt_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.6051662Z test_nnc_correctness_sqrt_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.6067566Z test_nnc_correctness_sqrt_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.6083308Z test_nnc_correctness_sqrt_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.6099056Z test_nnc_correctness_square_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.6114876Z test_nnc_correctness_square_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.6130585Z test_nnc_correctness_square_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.6146283Z test_nnc_correctness_square_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.6161777Z test_nnc_correctness_square_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.6177493Z test_nnc_correctness_square_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.6193286Z test_nnc_correctness_square_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.6209037Z test_nnc_correctness_square_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.6224616Z test_nnc_correctness_square_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.6240382Z test_nnc_correctness_square_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.6256203Z test_nnc_correctness_square_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.6272320Z test_nnc_correctness_square_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.6288019Z test_nnc_correctness_squeeze_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.6304152Z test_nnc_correctness_squeeze_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.6319579Z test_nnc_correctness_squeeze_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.6335125Z test_nnc_correctness_squeeze_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.6350990Z test_nnc_correctness_squeeze_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.6366582Z test_nnc_correctness_squeeze_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.6382156Z test_nnc_correctness_squeeze_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.6397812Z test_nnc_correctness_squeeze_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.6413606Z test_nnc_correctness_squeeze_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.6429210Z test_nnc_correctness_squeeze_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.6445008Z test_nnc_correctness_squeeze_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.6460548Z test_nnc_correctness_squeeze_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.6476308Z test_nnc_correctness_squeeze_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.6492366Z test_nnc_correctness_stack_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.6508034Z test_nnc_correctness_stack_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.6524118Z test_nnc_correctness_stack_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.6540017Z test_nnc_correctness_stack_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.6555375Z test_nnc_correctness_stack_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.6570976Z test_nnc_correctness_stack_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.6586451Z test_nnc_correctness_stack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.6601998Z test_nnc_correctness_stack_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.6617568Z test_nnc_correctness_stack_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.6633148Z test_nnc_correctness_stack_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.6648959Z test_nnc_correctness_stack_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.6664352Z test_nnc_correctness_stack_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.6679911Z test_nnc_correctness_stack_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.6695617Z test_nnc_correctness_std_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.6711146Z test_nnc_correctness_std_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.6727190Z test_nnc_correctness_std_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.6742715Z test_nnc_correctness_std_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.6758421Z test_nnc_correctness_std_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.6774101Z test_nnc_correctness_std_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.6789802Z test_nnc_correctness_std_mean_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.6805633Z test_nnc_correctness_std_mean_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.6821158Z test_nnc_correctness_std_mean_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.6836948Z test_nnc_correctness_std_mean_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.6852846Z test_nnc_correctness_std_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.6868527Z test_nnc_correctness_std_mean_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.6884457Z test_nnc_correctness_stft_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.6900219Z test_nnc_correctness_stft_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.6916092Z test_nnc_correctness_stft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.6931841Z test_nnc_correctness_stft_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.6947389Z test_nnc_correctness_sub_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.6963144Z test_nnc_correctness_sub_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.6978712Z test_nnc_correctness_sub_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.6994428Z test_nnc_correctness_sub_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.7010136Z test_nnc_correctness_sub_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.7025659Z test_nnc_correctness_sub_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.7041503Z test_nnc_correctness_sub_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.7057237Z test_nnc_correctness_sub_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.7072897Z test_nnc_correctness_sub_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.7088688Z test_nnc_correctness_sub_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.7104354Z test_nnc_correctness_sub_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.7120077Z test_nnc_correctness_sub_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.7135684Z test_nnc_correctness_sum_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.7151330Z test_nnc_correctness_sum_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.7167023Z test_nnc_correctness_sum_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.7182602Z test_nnc_correctness_sum_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.7198748Z test_nnc_correctness_sum_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.7214154Z test_nnc_correctness_sum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.7229799Z test_nnc_correctness_sum_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.7245359Z test_nnc_correctness_sum_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.7260693Z test_nnc_correctness_sum_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.7276369Z test_nnc_correctness_sum_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.7292070Z test_nnc_correctness_sum_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.7307393Z test_nnc_correctness_sum_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.7322960Z test_nnc_correctness_sum_to_size_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.7338457Z test_nnc_correctness_sum_to_size_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.7354036Z test_nnc_correctness_sum_to_size_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.7369526Z test_nnc_correctness_sum_to_size_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.7385100Z test_nnc_correctness_sum_to_size_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.7400529Z test_nnc_correctness_sum_to_size_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.7415985Z test_nnc_correctness_sum_to_size_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.7431549Z test_nnc_correctness_sum_to_size_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.7446986Z test_nnc_correctness_sum_to_size_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.7462547Z test_nnc_correctness_sum_to_size_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.7478126Z test_nnc_correctness_sum_to_size_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.7493545Z test_nnc_correctness_sum_to_size_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.7509812Z test_nnc_correctness_svd_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.7526117Z test_nnc_correctness_svd_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.7550770Z test_nnc_correctness_svd_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.7558697Z test_nnc_correctness_svd_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.7574868Z test_nnc_correctness_svd_lowrank_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.7590829Z test_nnc_correctness_svd_lowrank_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.7606956Z test_nnc_correctness_symeig_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.7622878Z test_nnc_correctness_symeig_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.7638833Z test_nnc_correctness_symeig_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.7654872Z test_nnc_correctness_symeig_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.7670485Z test_nnc_correctness_t_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.7686186Z test_nnc_correctness_t_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.7701404Z test_nnc_correctness_t_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.7717062Z test_nnc_correctness_t_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.7732905Z test_nnc_correctness_t_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.7748003Z test_nnc_correctness_t_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.7763689Z test_nnc_correctness_t_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.7779024Z test_nnc_correctness_t_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.7794899Z test_nnc_correctness_t_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.7810410Z test_nnc_correctness_t_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.7825717Z test_nnc_correctness_t_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.7841274Z test_nnc_correctness_t_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.7856866Z test_nnc_correctness_take_along_dim_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.7872561Z test_nnc_correctness_take_along_dim_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.7888217Z test_nnc_correctness_take_along_dim_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.7903558Z test_nnc_correctness_take_along_dim_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.7919154Z test_nnc_correctness_take_along_dim_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.7934751Z test_nnc_correctness_take_along_dim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.7950308Z test_nnc_correctness_take_along_dim_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.7965702Z test_nnc_correctness_take_along_dim_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.7981050Z test_nnc_correctness_take_along_dim_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.7996691Z test_nnc_correctness_take_along_dim_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.8012108Z test_nnc_correctness_take_along_dim_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.8027551Z test_nnc_correctness_take_along_dim_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.8043223Z test_nnc_correctness_take_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.8058673Z test_nnc_correctness_take_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.8103266Z test_nnc_correctness_take_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-09-27T15:34:49.8119104Z test_nnc_correctness_take_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.8134494Z test_nnc_correctness_take_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.8150055Z test_nnc_correctness_take_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.8165433Z test_nnc_correctness_take_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.8180736Z test_nnc_correctness_take_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.8196261Z test_nnc_correctness_take_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.8211808Z test_nnc_correctness_take_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.8227176Z test_nnc_correctness_take_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.8242907Z test_nnc_correctness_take_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.8258308Z test_nnc_correctness_tan_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.8273883Z test_nnc_correctness_tan_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.8289497Z test_nnc_correctness_tan_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.8304807Z test_nnc_correctness_tan_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.8320385Z test_nnc_correctness_tan_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.8335977Z test_nnc_correctness_tan_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.8351494Z test_nnc_correctness_tan_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.8367027Z test_nnc_correctness_tan_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.8382308Z test_nnc_correctness_tan_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.8397555Z test_nnc_correctness_tan_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.8413224Z test_nnc_correctness_tan_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.8428363Z test_nnc_correctness_tanh_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.8444014Z test_nnc_correctness_tanh_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.8459307Z test_nnc_correctness_tanh_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.8475079Z test_nnc_correctness_tanh_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.8490439Z test_nnc_correctness_tanh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.8506381Z test_nnc_correctness_tanh_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.8522128Z test_nnc_correctness_tanh_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.8538294Z test_nnc_correctness_tanh_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.8553916Z test_nnc_correctness_tanh_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.8569576Z test_nnc_correctness_tanh_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.8585105Z test_nnc_correctness_tanh_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.8600901Z test_nnc_correctness_tensor_split_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.8616607Z test_nnc_correctness_tensor_split_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.8632332Z test_nnc_correctness_tensor_split_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.8648142Z test_nnc_correctness_tensor_split_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.8663745Z test_nnc_correctness_tensor_split_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.8679644Z test_nnc_correctness_tensor_split_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.8695173Z test_nnc_correctness_tensor_split_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.8710978Z test_nnc_correctness_tensor_split_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.8726498Z test_nnc_correctness_tensor_split_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.8742282Z test_nnc_correctness_tensor_split_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.8757873Z test_nnc_correctness_tensor_split_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.8773509Z test_nnc_correctness_tensor_split_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.8789207Z test_nnc_correctness_tensordot_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.8805163Z test_nnc_correctness_tensordot_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.8820769Z test_nnc_correctness_tensordot_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.8836592Z test_nnc_correctness_tensordot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.8852086Z test_nnc_correctness_tensordot_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.8867853Z test_nnc_correctness_tensordot_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.8883725Z test_nnc_correctness_tensordot_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.8899300Z test_nnc_correctness_tensordot_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.8915087Z test_nnc_correctness_tensordot_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.8930744Z test_nnc_correctness_tensordot_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.8946292Z test_nnc_correctness_tile_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.8961993Z test_nnc_correctness_tile_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.8977521Z test_nnc_correctness_tile_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.8993298Z test_nnc_correctness_tile_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.9008963Z test_nnc_correctness_tile_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.9024450Z test_nnc_correctness_tile_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.9040192Z test_nnc_correctness_tile_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.9055889Z test_nnc_correctness_tile_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.9071701Z test_nnc_correctness_tile_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.9087433Z test_nnc_correctness_tile_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.9103167Z test_nnc_correctness_tile_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.9118467Z test_nnc_correctness_tile_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.9133964Z test_nnc_correctness_to_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.9149477Z test_nnc_correctness_to_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.9165201Z test_nnc_correctness_to_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.9180721Z test_nnc_correctness_to_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.9196425Z test_nnc_correctness_to_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.9211856Z test_nnc_correctness_to_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.9227402Z test_nnc_correctness_to_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.9243134Z test_nnc_correctness_to_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.9258536Z test_nnc_correctness_to_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.9274206Z test_nnc_correctness_to_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.9289647Z test_nnc_correctness_to_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.9305220Z test_nnc_correctness_to_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.9320682Z test_nnc_correctness_to_sparse_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.9336314Z test_nnc_correctness_to_sparse_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.9351865Z test_nnc_correctness_to_sparse_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.9367428Z test_nnc_correctness_to_sparse_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.9382932Z test_nnc_correctness_to_sparse_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.9398619Z test_nnc_correctness_to_sparse_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.9414123Z test_nnc_correctness_to_sparse_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.9429753Z test_nnc_correctness_to_sparse_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.9445339Z test_nnc_correctness_to_sparse_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.9460891Z test_nnc_correctness_to_sparse_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.9476564Z test_nnc_correctness_to_sparse_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.9492075Z test_nnc_correctness_to_sparse_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.9507363Z test_nnc_correctness_topk_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.9523205Z test_nnc_correctness_topk_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.9538712Z test_nnc_correctness_topk_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.9554532Z test_nnc_correctness_topk_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.9570130Z test_nnc_correctness_topk_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.9585797Z test_nnc_correctness_topk_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.9601755Z test_nnc_correctness_topk_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.9617581Z test_nnc_correctness_topk_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.9633513Z test_nnc_correctness_trace_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.9649332Z test_nnc_correctness_trace_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.9664998Z test_nnc_correctness_trace_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.9680934Z test_nnc_correctness_trace_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.9696862Z test_nnc_correctness_trace_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.9712679Z test_nnc_correctness_trace_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.9728369Z test_nnc_correctness_trace_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.9744135Z test_nnc_correctness_trace_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.9759955Z test_nnc_correctness_trace_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.9775721Z test_nnc_correctness_transpose_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.9791541Z test_nnc_correctness_transpose_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.9807454Z test_nnc_correctness_transpose_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.9823191Z test_nnc_correctness_transpose_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.9839433Z test_nnc_correctness_transpose_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.9855519Z test_nnc_correctness_transpose_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.9870830Z test_nnc_correctness_transpose_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.9886290Z test_nnc_correctness_transpose_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.9901834Z test_nnc_correctness_transpose_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.9917457Z test_nnc_correctness_transpose_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.9932887Z test_nnc_correctness_transpose_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.9948683Z test_nnc_correctness_transpose_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.9964406Z test_nnc_correctness_transpose_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:49.9979769Z test_nnc_correctness_trapezoid_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:49.9995510Z test_nnc_correctness_trapezoid_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.0011215Z test_nnc_correctness_trapezoid_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.0026744Z test_nnc_correctness_trapezoid_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:50.0042407Z test_nnc_correctness_trapezoid_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.0058143Z test_nnc_correctness_trapezoid_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.0073637Z test_nnc_correctness_trapezoid_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.0089279Z test_nnc_correctness_trapezoid_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:50.0104621Z test_nnc_correctness_trapezoid_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:50.0120302Z test_nnc_correctness_trapezoid_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.0135889Z test_nnc_correctness_trapezoid_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.0151605Z test_nnc_correctness_trapz_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.0167084Z test_nnc_correctness_trapz_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:50.0211549Z test_nnc_correctness_trapz_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-09-27T15:34:50.0227030Z test_nnc_correctness_trapz_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:50.0242592Z test_nnc_correctness_trapz_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:50.0258173Z test_nnc_correctness_trapz_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.0273897Z test_nnc_correctness_trapz_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.0289445Z test_nnc_correctness_trapz_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.0305211Z test_nnc_correctness_trapz_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.0320767Z test_nnc_correctness_trapz_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:50.0336614Z test_nnc_correctness_trapz_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.0352212Z test_nnc_correctness_triangular_solve_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.0368133Z test_nnc_correctness_triangular_solve_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.0383471Z test_nnc_correctness_triangular_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:50.0399440Z test_nnc_correctness_triangular_solve_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.0415136Z test_nnc_correctness_tril_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.0431399Z test_nnc_correctness_tril_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.0446596Z test_nnc_correctness_tril_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.0462348Z test_nnc_correctness_tril_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.0477959Z test_nnc_correctness_tril_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.0493633Z test_nnc_correctness_tril_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.0509268Z test_nnc_correctness_tril_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:50.0525251Z test_nnc_correctness_tril_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.0540809Z test_nnc_correctness_tril_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.0556977Z test_nnc_correctness_tril_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.0572301Z test_nnc_correctness_tril_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.0587962Z test_nnc_correctness_tril_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.0603985Z test_nnc_correctness_tril_indices_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.0619511Z test_nnc_correctness_tril_indices_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.0634830Z test_nnc_correctness_triu_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.0650533Z test_nnc_correctness_triu_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.0666315Z test_nnc_correctness_triu_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.0681895Z test_nnc_correctness_triu_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.0697455Z test_nnc_correctness_triu_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.0713125Z test_nnc_correctness_triu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.0728669Z test_nnc_correctness_triu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.0744264Z test_nnc_correctness_triu_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:50.0759896Z test_nnc_correctness_triu_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.0775585Z test_nnc_correctness_triu_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.0791144Z test_nnc_correctness_triu_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:50.0806910Z test_nnc_correctness_triu_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.0822275Z test_nnc_correctness_triu_indices_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:50.0838214Z test_nnc_correctness_triu_indices_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.0853631Z test_nnc_correctness_true_divide_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.0869081Z test_nnc_correctness_true_divide_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:50.0884813Z test_nnc_correctness_true_divide_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.0900387Z test_nnc_correctness_true_divide_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.0915931Z test_nnc_correctness_true_divide_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.0931504Z test_nnc_correctness_true_divide_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.0947000Z test_nnc_correctness_true_divide_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:50.0962621Z test_nnc_correctness_true_divide_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.0978138Z test_nnc_correctness_true_divide_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.0993788Z test_nnc_correctness_true_divide_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.1009583Z test_nnc_correctness_true_divide_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.1024951Z test_nnc_correctness_true_divide_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:50.1040632Z test_nnc_correctness_trunc_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.1056580Z test_nnc_correctness_trunc_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.1072321Z test_nnc_correctness_trunc_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.1087710Z test_nnc_correctness_trunc_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:50.1103041Z test_nnc_correctness_trunc_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:50.1118588Z test_nnc_correctness_trunc_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:50.1134343Z test_nnc_correctness_trunc_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.1150120Z test_nnc_correctness_trunc_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.1166261Z test_nnc_correctness_unbind_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.1181385Z test_nnc_correctness_unbind_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:50.1197055Z test_nnc_correctness_unbind_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.1212848Z test_nnc_correctness_unbind_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.1228263Z test_nnc_correctness_unbind_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:50.1243874Z test_nnc_correctness_unbind_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.1259586Z test_nnc_correctness_unbind_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:50.1275005Z test_nnc_correctness_unbind_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.1290551Z test_nnc_correctness_unbind_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:50.1306044Z test_nnc_correctness_unbind_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:50.1321722Z test_nnc_correctness_unbind_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.1337128Z test_nnc_correctness_unbind_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.1352643Z test_nnc_correctness_unbind_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:50.1368538Z test_nnc_correctness_unflatten_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.1383805Z test_nnc_correctness_unflatten_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:50.1399376Z test_nnc_correctness_unflatten_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.1415055Z test_nnc_correctness_unflatten_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.1430644Z test_nnc_correctness_unflatten_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:50.1446072Z test_nnc_correctness_unflatten_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.1461559Z test_nnc_correctness_unflatten_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:50.1477181Z test_nnc_correctness_unflatten_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.1492710Z test_nnc_correctness_unflatten_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.1508100Z test_nnc_correctness_unflatten_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:50.1523727Z test_nnc_correctness_unflatten_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.1539585Z test_nnc_correctness_unflatten_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.1555274Z test_nnc_correctness_unflatten_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.1570811Z test_nnc_correctness_unfold_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.1586383Z test_nnc_correctness_unfold_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.1601917Z test_nnc_correctness_unfold_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.1617553Z test_nnc_correctness_unfold_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:50.1633087Z test_nnc_correctness_unfold_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.1648623Z test_nnc_correctness_unfold_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.1664215Z test_nnc_correctness_unfold_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.1679877Z test_nnc_correctness_unfold_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.1695472Z test_nnc_correctness_unfold_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:50.1711047Z test_nnc_correctness_unfold_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:50.1726624Z test_nnc_correctness_unfold_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:50.1741929Z test_nnc_correctness_unfold_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:50.1757393Z test_nnc_correctness_unfold_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:50.1773081Z test_nnc_correctness_uniform_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.1788746Z test_nnc_correctness_uniform_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:50.1804353Z test_nnc_correctness_uniform_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.1820073Z test_nnc_correctness_uniform_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:50.1835658Z test_nnc_correctness_uniform_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.1851287Z test_nnc_correctness_uniform_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.1866912Z test_nnc_correctness_unique_consecutive_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:50.1882369Z test_nnc_correctness_unique_consecutive_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.1898050Z test_nnc_correctness_unique_consecutive_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.1913503Z test_nnc_correctness_unique_consecutive_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.1929066Z test_nnc_correctness_unique_consecutive_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:50.1944527Z test_nnc_correctness_unique_consecutive_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:50.1960214Z test_nnc_correctness_unique_consecutive_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.1975834Z test_nnc_correctness_unique_consecutive_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.1991374Z test_nnc_correctness_unique_consecutive_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:50.2006827Z test_nnc_correctness_unique_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:50.2022406Z test_nnc_correctness_unique_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.2037952Z test_nnc_correctness_unique_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.2053595Z test_nnc_correctness_unique_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.2069309Z test_nnc_correctness_unique_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:50.2084802Z test_nnc_correctness_unique_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.2100170Z test_nnc_correctness_unique_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:50.2115834Z test_nnc_correctness_unique_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.2131534Z test_nnc_correctness_unique_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.2147056Z test_nnc_correctness_unsqueeze_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.2163269Z test_nnc_correctness_unsqueeze_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.2178518Z test_nnc_correctness_unsqueeze_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.2194554Z test_nnc_correctness_unsqueeze_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.2210222Z test_nnc_correctness_unsqueeze_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.2225836Z test_nnc_correctness_unsqueeze_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.2241489Z test_nnc_correctness_unsqueeze_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.2257242Z test_nnc_correctness_unsqueeze_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.2272964Z test_nnc_correctness_unsqueeze_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.2288635Z test_nnc_correctness_unsqueeze_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.2333426Z test_nnc_correctness_unsqueeze_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-09-27T15:34:50.2348622Z test_nnc_correctness_unsqueeze_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:50.2364460Z test_nnc_correctness_unsqueeze_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:50.2379629Z test_nnc_correctness_var_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:50.2395119Z test_nnc_correctness_var_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:50.2410508Z test_nnc_correctness_var_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:50.2425869Z test_nnc_correctness_var_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:50.2441412Z test_nnc_correctness_var_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.2457126Z test_nnc_correctness_var_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.2472571Z test_nnc_correctness_var_mean_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:50.2487763Z test_nnc_correctness_var_mean_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:50.2503015Z test_nnc_correctness_var_mean_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:50.2518661Z test_nnc_correctness_var_mean_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.2534574Z test_nnc_correctness_var_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.2550088Z test_nnc_correctness_var_mean_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:50.2565910Z test_nnc_correctness_vdot_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.2581455Z test_nnc_correctness_vdot_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:50.2596483Z test_nnc_correctness_vdot_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:50.2612098Z test_nnc_correctness_vdot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:50.2627493Z test_nnc_correctness_vdot_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:50.2643611Z test_nnc_correctness_vdot_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.2659383Z test_nnc_correctness_vdot_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.2674819Z test_nnc_correctness_vdot_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.2690392Z test_nnc_correctness_vdot_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.2705787Z test_nnc_correctness_vdot_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:50.2716568Z test_nnc_correctness_view_as_complex_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:50.2732058Z test_nnc_correctness_view_as_complex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:50.2747299Z test_nnc_correctness_view_as_complex_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.2763264Z test_nnc_correctness_view_as_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.2778835Z test_nnc_correctness_view_as_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.2794381Z test_nnc_correctness_view_as_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.2810235Z test_nnc_correctness_view_as_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.2825721Z test_nnc_correctness_view_as_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.2841442Z test_nnc_correctness_view_as_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.2856773Z test_nnc_correctness_view_as_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.2872632Z test_nnc_correctness_view_as_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.2888184Z test_nnc_correctness_view_as_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.2903804Z test_nnc_correctness_view_as_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.2919545Z test_nnc_correctness_view_as_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.2935367Z test_nnc_correctness_view_as_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.2951136Z test_nnc_correctness_view_as_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.2967175Z test_nnc_correctness_view_as_real_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.2982920Z test_nnc_correctness_view_as_real_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.2998720Z test_nnc_correctness_view_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.3014574Z test_nnc_correctness_view_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.3030586Z test_nnc_correctness_view_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.3046347Z test_nnc_correctness_view_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.3062037Z test_nnc_correctness_view_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.3077756Z test_nnc_correctness_view_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.3093712Z test_nnc_correctness_view_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.3109353Z test_nnc_correctness_view_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.3125331Z test_nnc_correctness_view_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.3141098Z test_nnc_correctness_view_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.3156800Z test_nnc_correctness_view_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.3172694Z test_nnc_correctness_view_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.3188369Z test_nnc_correctness_view_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.3204239Z test_nnc_correctness_vsplit_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.3219864Z test_nnc_correctness_vsplit_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.3235648Z test_nnc_correctness_vsplit_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.3251369Z test_nnc_correctness_vsplit_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.3267009Z test_nnc_correctness_vsplit_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.3282892Z test_nnc_correctness_vsplit_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.3298500Z test_nnc_correctness_vsplit_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.3314223Z test_nnc_correctness_vsplit_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.3329981Z test_nnc_correctness_vsplit_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.3345788Z test_nnc_correctness_vsplit_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.3361648Z test_nnc_correctness_vsplit_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.3377513Z test_nnc_correctness_vsplit_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.3393406Z test_nnc_correctness_vsplit_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.3409171Z test_nnc_correctness_vstack_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.3424883Z test_nnc_correctness_vstack_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.3440802Z test_nnc_correctness_vstack_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.3456578Z test_nnc_correctness_vstack_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.3472501Z test_nnc_correctness_vstack_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.3488127Z test_nnc_correctness_vstack_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.3503878Z test_nnc_correctness_vstack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.3519821Z test_nnc_correctness_vstack_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.3536166Z test_nnc_correctness_vstack_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.3551896Z test_nnc_correctness_vstack_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.3567856Z test_nnc_correctness_vstack_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.3583636Z test_nnc_correctness_vstack_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.3599422Z test_nnc_correctness_vstack_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.3615182Z test_nnc_correctness_where_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.3630754Z test_nnc_correctness_where_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.3646472Z test_nnc_correctness_where_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.3662148Z test_nnc_correctness_where_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.3677659Z test_nnc_correctness_where_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.3693573Z test_nnc_correctness_where_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.3709146Z test_nnc_correctness_where_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.3724912Z test_nnc_correctness_where_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.3740412Z test_nnc_correctness_where_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:50.3756231Z test_nnc_correctness_where_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.3772031Z test_nnc_correctness_where_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.3787791Z test_nnc_correctness_where_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.3803647Z test_nnc_correctness_where_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.3819335Z test_nnc_correctness_xlogy_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.3835129Z test_nnc_correctness_xlogy_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.3851059Z test_nnc_correctness_xlogy_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.3866627Z test_nnc_correctness_xlogy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.3882522Z test_nnc_correctness_xlogy_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.3898515Z test_nnc_correctness_xlogy_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.3914185Z test_nnc_correctness_xlogy_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.3929926Z test_nnc_correctness_xlogy_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.3945659Z test_nnc_correctness_xlogy_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.3961559Z test_nnc_correctness_xlogy_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.3977517Z test_nnc_correctness_zero__cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.3993368Z test_nnc_correctness_zero__cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.4009260Z test_nnc_correctness_zero__cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.4025014Z test_nnc_correctness_zero__cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.4040797Z test_nnc_correctness_zero__cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.4056591Z test_nnc_correctness_zero__cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.4072491Z test_nnc_correctness_zero__cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.4088284Z test_nnc_correctness_zero__cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.4104183Z test_nnc_correctness_zero__cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.4119996Z test_nnc_correctness_zero__cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.4135836Z test_nnc_correctness_zero__cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.4151736Z test_nnc_correctness_zero__cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.4167667Z test_nnc_correctness_zeros_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.4183474Z test_nnc_correctness_zeros_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.4199344Z test_nnc_correctness_zeros_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.4215250Z test_nnc_correctness_zeros_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.4231149Z test_nnc_correctness_zeros_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.4246895Z test_nnc_correctness_zeros_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.4262863Z test_nnc_correctness_zeros_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.4278640Z test_nnc_correctness_zeros_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.4294568Z test_nnc_correctness_zeros_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.4310474Z test_nnc_correctness_zeros_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.4326350Z test_nnc_correctness_zeros_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.4342158Z test_nnc_correctness_zeros_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.4358153Z test_nnc_correctness_zeros_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.4374176Z test_nnc_correctness_zeros_like_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.4390133Z test_nnc_correctness_zeros_like_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.4406027Z test_nnc_correctness_zeros_like_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.4450674Z test_nnc_correctness_zeros_like_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-09-27T15:34:50.4466130Z test_nnc_correctness_zeros_like_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:50.4481851Z test_nnc_correctness_zeros_like_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.4497553Z test_nnc_correctness_zeros_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.4513221Z test_nnc_correctness_zeros_like_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.4528739Z test_nnc_correctness_zeros_like_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:50.4544217Z test_nnc_correctness_zeros_like_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:34:50.4559760Z test_nnc_correctness_zeros_like_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.4576040Z test_nnc_correctness_zeros_like_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.4591393Z test_nnc_correctness_zeros_like_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:34:50.4598886Z test_unsupported_H_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.4606869Z test_unsupported_T_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.4614118Z test_unsupported___getitem___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.4621868Z test_unsupported___rpow___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.4629804Z test_unsupported___rsub___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.4637829Z test_unsupported__masked_amax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.4645705Z test_unsupported__masked_amin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.4653184Z test_unsupported__masked_argmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.4661032Z test_unsupported__masked_argmin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.4668280Z test_unsupported__masked_cumprod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.4677080Z test_unsupported__masked_cumsum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.4684819Z test_unsupported__masked_log_softmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.4692598Z test_unsupported__masked_logaddexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.4700658Z test_unsupported__masked_logsumexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.4708803Z test_unsupported__masked_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.4717078Z test_unsupported__masked_median_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.4725194Z test_unsupported__masked_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.4732750Z test_unsupported__masked_normalize_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.4740327Z test_unsupported__masked_prod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.4748076Z test_unsupported__masked_softmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.4755844Z test_unsupported__masked_softmin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.4763561Z test_unsupported__masked_std_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.4770804Z test_unsupported__masked_sum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.4778539Z test_unsupported__masked_var_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.4786114Z test_unsupported_acosh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.4793848Z test_unsupported_addbmm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.4801562Z test_unsupported_addcdiv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.4809560Z test_unsupported_addmm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.4817271Z test_unsupported_addmv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.4824498Z test_unsupported_addr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.4832096Z test_unsupported_all_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.4839747Z test_unsupported_allclose_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.4847352Z test_unsupported_amax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.4854988Z test_unsupported_amin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.4862618Z test_unsupported_aminmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.4870172Z test_unsupported_angle_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.4877730Z test_unsupported_any_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.4885836Z test_unsupported_arange_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.4893720Z test_unsupported_argmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.4901720Z test_unsupported_argmin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.4909410Z test_unsupported_argsort_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.4917423Z test_unsupported_argwhere_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.4925468Z test_unsupported_as_strided_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.4933474Z test_unsupported_as_strided_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.4941516Z test_unsupported_asinh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.4949568Z test_unsupported_atanh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.4957757Z test_unsupported_atleast_1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.4965860Z test_unsupported_atleast_2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.4973862Z test_unsupported_atleast_3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.4981933Z test_unsupported_baddbmm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.4990089Z test_unsupported_bernoulli_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.4998223Z test_unsupported_bfloat16_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.5006393Z test_unsupported_block_diag_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.5014550Z test_unsupported_bmm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.5022357Z test_unsupported_broadcast_shapes_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.5029962Z test_unsupported_broadcast_tensors_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.5037545Z test_unsupported_broadcast_to_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.5045587Z test_unsupported_bucketize_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.5053023Z test_unsupported_cartesian_prod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.5060866Z test_unsupported_cat_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.5067945Z test_unsupported_cdist_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.5076061Z test_unsupported_chalf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.5084054Z test_unsupported_cholesky_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.5091544Z test_unsupported_cholesky_inverse_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.5099136Z test_unsupported_cholesky_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.5107364Z test_unsupported_chunk_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.5115162Z test_unsupported_clamp_max_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.5122871Z test_unsupported_clamp_min_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.5131266Z test_unsupported_clone_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.5138760Z test_unsupported_column_stack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.5146415Z test_unsupported_combinations_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.5154566Z test_unsupported_complex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.5162161Z test_unsupported_conj_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.5170056Z test_unsupported_conj_physical_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.5177816Z test_unsupported_constant_pad_nd_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.5185633Z test_unsupported_copysign_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.5193230Z test_unsupported_corrcoef_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.5201488Z test_unsupported_count_nonzero_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.5209129Z test_unsupported_cov_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.5216631Z test_unsupported_cross_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.5224465Z test_unsupported_cummax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.5232378Z test_unsupported_cummin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.5240328Z test_unsupported_cumprod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.5248031Z test_unsupported_cumsum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.5255847Z test_unsupported_cumulative_trapezoid_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.5263127Z test_unsupported_deg2rad_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.5270930Z test_unsupported_diag_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.5278391Z test_unsupported_diag_embed_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.5286193Z test_unsupported_diagflat_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.5293378Z test_unsupported_diagonal_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.5301090Z test_unsupported_diagonal_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.5308559Z test_unsupported_diff_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.5316943Z test_unsupported_digamma_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.5324588Z test_unsupported_dist_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.5332127Z test_unsupported_dot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.5339716Z test_unsupported_dsplit_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.5347393Z test_unsupported_dstack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.5355116Z test_unsupported_einsum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.5362803Z test_unsupported_empty_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.5371525Z test_unsupported_empty_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.5378935Z test_unsupported_equal_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.5386495Z test_unsupported_erfinv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.5394312Z test_unsupported_exp2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.5401557Z test_unsupported_eye_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.5408951Z test_unsupported_fft_fft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.5416527Z test_unsupported_fft_fft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.5424155Z test_unsupported_fft_fftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.5432104Z test_unsupported_fft_fftshift_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.5439677Z test_unsupported_fft_hfft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.5447344Z test_unsupported_fft_hfft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.5454981Z test_unsupported_fft_hfftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.5462571Z test_unsupported_fft_ifft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.5470290Z test_unsupported_fft_ifft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.5477983Z test_unsupported_fft_ifftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.5485842Z test_unsupported_fft_ifftshift_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.5493348Z test_unsupported_fft_ihfft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.5500979Z test_unsupported_fft_ihfft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.5508730Z test_unsupported_fft_ihfftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.5516409Z test_unsupported_fft_irfft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.5524699Z test_unsupported_fft_irfft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.5532140Z test_unsupported_fft_irfftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.5539691Z test_unsupported_fft_rfft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.5547340Z test_unsupported_fft_rfft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.5555101Z test_unsupported_fft_rfftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.5562580Z test_unsupported_fill_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-09-27T15:34:50.5570317Z test_unsupported_flatten_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.5578075Z test_unsupported_flip_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.5585582Z test_unsupported_fliplr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.5593347Z test_unsupported_flipud_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.5600907Z test_unsupported_float_power_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.5608671Z test_unsupported_floor_divide_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.5616240Z test_unsupported_fmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.5623553Z test_unsupported_fmin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.5631552Z test_unsupported_frexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.5639052Z test_unsupported_full_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.5646842Z test_unsupported_gather_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.5654418Z test_unsupported_geqrf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.5662011Z test_unsupported_gradient_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.5669574Z test_unsupported_heaviside_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.5677338Z test_unsupported_histc_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.5685065Z test_unsupported_histogram_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.5692649Z test_unsupported_histogramdd_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.5700417Z test_unsupported_hsplit_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.5708265Z test_unsupported_hstack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.5715811Z test_unsupported_hypot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.5723289Z test_unsupported_i0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.5730979Z test_unsupported_igamma_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.5738797Z test_unsupported_igammac_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.5746424Z test_unsupported_index_add_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.5754160Z test_unsupported_index_copy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.5761575Z test_unsupported_index_fill_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.5768965Z test_unsupported_index_put_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.5776470Z test_unsupported_index_reduce_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.5783884Z test_unsupported_index_select_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.5791210Z test_unsupported_inner_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.5798893Z test_unsupported_isclose_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.5806462Z test_unsupported_isfinite_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.5813944Z test_unsupported_isin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.5821489Z test_unsupported_isinf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.5829074Z test_unsupported_isneginf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.5836590Z test_unsupported_isposinf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.5844118Z test_unsupported_isreal_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.5851649Z test_unsupported_istft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.5859077Z test_unsupported_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.5866642Z test_unsupported_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.5874201Z test_unsupported_jiterator_binary_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.5881837Z test_unsupported_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.5889469Z test_unsupported_jiterator_unary_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.5897356Z test_unsupported_kron_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.5904550Z test_unsupported_kthvalue_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.5912484Z test_unsupported_ldexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.5919726Z test_unsupported_linalg_cholesky_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.5927589Z test_unsupported_linalg_cholesky_ex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.5935023Z test_unsupported_linalg_cond_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.5942649Z test_unsupported_linalg_cross_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.5950334Z test_unsupported_linalg_det_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.5957632Z test_unsupported_linalg_det_singular_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.5965294Z test_unsupported_linalg_eig_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.5972479Z test_unsupported_linalg_eigh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.5979961Z test_unsupported_linalg_eigvals_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.5987503Z test_unsupported_linalg_eigvalsh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.5995358Z test_unsupported_linalg_householder_product_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.6002830Z test_unsupported_linalg_inv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.6010374Z test_unsupported_linalg_inv_ex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.6018010Z test_unsupported_linalg_ldl_factor_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.6025620Z test_unsupported_linalg_ldl_factor_ex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.6033783Z test_unsupported_linalg_ldl_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.6042284Z test_unsupported_linalg_lstsq_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.6050981Z test_unsupported_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.6108364Z test_unsupported_linalg_lu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.006s) 2022-09-27T15:34:50.6115987Z test_unsupported_linalg_lu_factor_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.6123551Z test_unsupported_linalg_lu_factor_ex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.6131156Z test_unsupported_linalg_lu_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.6138694Z test_unsupported_linalg_matrix_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.6146234Z test_unsupported_linalg_matrix_power_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.6153857Z test_unsupported_linalg_matrix_rank_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.6161405Z test_unsupported_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.6168905Z test_unsupported_linalg_multi_dot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.6176538Z test_unsupported_linalg_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.6184141Z test_unsupported_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.6191730Z test_unsupported_linalg_pinv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.6199276Z test_unsupported_linalg_pinv_hermitian_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.6206838Z test_unsupported_linalg_pinv_singular_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.6214503Z test_unsupported_linalg_qr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.6222027Z test_unsupported_linalg_slogdet_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.6229787Z test_unsupported_linalg_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.6237434Z test_unsupported_linalg_solve_ex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.6245116Z test_unsupported_linalg_solve_triangular_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.6253152Z test_unsupported_linalg_svd_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.6260562Z test_unsupported_linalg_svdvals_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.6268423Z test_unsupported_linalg_tensorinv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.6276053Z test_unsupported_linalg_tensorsolve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.6283665Z test_unsupported_linalg_vander_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.6291284Z test_unsupported_linalg_vecdot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.6298956Z test_unsupported_linalg_vector_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.6306405Z test_unsupported_linspace_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.6313964Z test_unsupported_log_softmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.6321671Z test_unsupported_log_softmax_dtype_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.6328988Z test_unsupported_logaddexp2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.6336407Z test_unsupported_logaddexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.6343440Z test_unsupported_logcumsumexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.6351048Z test_unsupported_logdet_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.6358655Z test_unsupported_logical_and_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.6366444Z test_unsupported_logical_not_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.6373812Z test_unsupported_logical_or_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.6381464Z test_unsupported_logical_xor_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.6389086Z test_unsupported_logit_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.6396797Z test_unsupported_logspace_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.6404523Z test_unsupported_logsumexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.6412052Z test_unsupported_lu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.6419641Z test_unsupported_lu_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.6427225Z test_unsupported_lu_unpack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.6434916Z test_unsupported_mH_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.6442465Z test_unsupported_mT_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.6450127Z test_unsupported_masked_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.6457681Z test_unsupported_masked_select_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.6465403Z test_unsupported_matrix_exp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.6473135Z test_unsupported_max_reduction_no_dim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.6480586Z test_unsupported_max_reduction_with_dim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.6488731Z test_unsupported_maximum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.6496193Z test_unsupported_median_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.6503694Z test_unsupported_meshgrid_list_of_tensors_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.6511355Z test_unsupported_meshgrid_variadic_tensors_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.6518911Z test_unsupported_min_reduction_no_dim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.6526681Z test_unsupported_min_reduction_with_dim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.6534031Z test_unsupported_minimum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.6541775Z test_unsupported_mode_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.6549155Z test_unsupported_movedim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.6557020Z test_unsupported_msort_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.6564745Z test_unsupported_multinomial_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.6572080Z test_unsupported_mv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.6579715Z test_unsupported_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.6587127Z test_unsupported_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.6594670Z test_unsupported_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.6602240Z test_unsupported_nan_to_num_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.6609754Z test_unsupported_nanmean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.6617163Z test_unsupported_nanmedian_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.6624631Z test_unsupported_nanquantile_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.6632279Z test_unsupported_nansum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.6639669Z test_unsupported_narrow_copy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.6647317Z test_unsupported_narrow_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.6654843Z test_unsupported_native_layer_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.6662232Z test_unsupported_new_empty_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.6669789Z test_unsupported_new_empty_strided_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.6677206Z test_unsupported_new_full_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.6684765Z test_unsupported_new_ones_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.6692243Z test_unsupported_new_zeros_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.6699800Z test_unsupported_nextafter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.6707548Z test_unsupported_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.6715189Z test_unsupported_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.6722976Z test_unsupported_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.6730777Z test_unsupported_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.6738121Z test_unsupported_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.6746042Z test_unsupported_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.6754001Z test_unsupported_nn_functional_avg_pool1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.6761872Z test_unsupported_nn_functional_avg_pool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.6769719Z test_unsupported_nn_functional_avg_pool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.6777249Z test_unsupported_nn_functional_batch_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.6784309Z test_unsupported_nn_functional_bilinear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.6791721Z test_unsupported_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.6799015Z test_unsupported_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.6806619Z test_unsupported_nn_functional_celu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.6814297Z test_unsupported_nn_functional_conv1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.6821699Z test_unsupported_nn_functional_conv2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.6829184Z test_unsupported_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.6836953Z test_unsupported_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.6844484Z test_unsupported_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.6851928Z test_unsupported_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.6859080Z test_unsupported_nn_functional_cosine_similarity_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.6866531Z test_unsupported_nn_functional_cross_entropy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.6874250Z test_unsupported_nn_functional_ctc_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.6881673Z test_unsupported_nn_functional_dropout2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.6889482Z test_unsupported_nn_functional_dropout3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.6896974Z test_unsupported_nn_functional_dropout_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.6904553Z test_unsupported_nn_functional_elu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.6911733Z test_unsupported_nn_functional_embedding_bag_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.6919396Z test_unsupported_nn_functional_embedding_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.6927162Z test_unsupported_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.6934630Z test_unsupported_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.6942251Z test_unsupported_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.6949938Z test_unsupported_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.6957548Z test_unsupported_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.6964931Z test_unsupported_nn_functional_gelu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.6972627Z test_unsupported_nn_functional_glu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.6979963Z test_unsupported_nn_functional_grid_sample_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.6987462Z test_unsupported_nn_functional_group_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.6995059Z test_unsupported_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.7002469Z test_unsupported_nn_functional_huber_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.7010510Z test_unsupported_nn_functional_instance_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.7018057Z test_unsupported_nn_functional_interpolate_area_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.7025783Z test_unsupported_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.7033376Z test_unsupported_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.7041176Z test_unsupported_nn_functional_interpolate_linear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.7048624Z test_unsupported_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.7056142Z test_unsupported_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.7063604Z test_unsupported_nn_functional_kl_div_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.7071701Z test_unsupported_nn_functional_l1_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.7078659Z test_unsupported_nn_functional_layer_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.7086230Z test_unsupported_nn_functional_linear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.7093475Z test_unsupported_nn_functional_local_response_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.7100860Z test_unsupported_nn_functional_logsigmoid_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.7108187Z test_unsupported_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.7115923Z test_unsupported_nn_functional_max_pool1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.7123653Z test_unsupported_nn_functional_max_pool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.7131246Z test_unsupported_nn_functional_max_pool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.7139217Z test_unsupported_nn_functional_max_unpool1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.7147163Z test_unsupported_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.7155246Z test_unsupported_nn_functional_max_unpool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.7162741Z test_unsupported_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.7170456Z test_unsupported_nn_functional_max_unpool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.7177963Z test_unsupported_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.7185446Z test_unsupported_nn_functional_mish_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.7193135Z test_unsupported_nn_functional_mse_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.7200649Z test_unsupported_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.7208246Z test_unsupported_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.7215893Z test_unsupported_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.7223322Z test_unsupported_nn_functional_nll_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.7231068Z test_unsupported_nn_functional_normalize_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.7239014Z test_unsupported_nn_functional_pad_circular_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.7246803Z test_unsupported_nn_functional_pad_constant_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.7254212Z test_unsupported_nn_functional_pad_reflect_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.7261691Z test_unsupported_nn_functional_pad_replicate_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.7269130Z test_unsupported_nn_functional_pairwise_distance_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.7276402Z test_unsupported_nn_functional_pdist_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.7283770Z test_unsupported_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.7291126Z test_unsupported_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.7298333Z test_unsupported_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.7305801Z test_unsupported_nn_functional_prelu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.7313387Z test_unsupported_nn_functional_rrelu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.7320761Z test_unsupported_nn_functional_selu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.7328270Z test_unsupported_nn_functional_silu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.7335957Z test_unsupported_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.7343151Z test_unsupported_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.7350920Z test_unsupported_nn_functional_softmin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.7358263Z test_unsupported_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.7365707Z test_unsupported_nn_functional_softshrink_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.7373141Z test_unsupported_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.7380807Z test_unsupported_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.7388417Z test_unsupported_nn_functional_unfold_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.7396207Z test_unsupported_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.7403994Z test_unsupported_nn_functional_upsample_nearest_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.7411461Z test_unsupported_nonzero_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.7418839Z test_unsupported_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.7426275Z test_unsupported_norm_fro_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.7433803Z test_unsupported_norm_inf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.7441325Z test_unsupported_norm_nuc_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.7448923Z test_unsupported_normal_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.7456385Z test_unsupported_normal_number_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.7463910Z test_unsupported_ones_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.7471691Z test_unsupported_ones_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.7479300Z test_unsupported_ormqr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.7487668Z test_unsupported_outer_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.7495346Z test_unsupported_pca_lowrank_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.7502831Z test_unsupported_pinverse_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.7510416Z test_unsupported_polar_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.7518087Z test_unsupported_polygamma_polygamma_n_0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.7525881Z test_unsupported_polygamma_polygamma_n_1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.7533693Z test_unsupported_polygamma_polygamma_n_2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.7541578Z test_unsupported_polygamma_polygamma_n_3_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.7548908Z test_unsupported_polygamma_polygamma_n_4_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.7556520Z test_unsupported_positive_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.7564083Z test_unsupported_prod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.7571501Z test_unsupported_put_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.7578942Z test_unsupported_qr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.7586570Z test_unsupported_quantile_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.7594139Z test_unsupported_rad2deg_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.7601741Z test_unsupported_rand_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.7609466Z test_unsupported_randint_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.7617052Z test_unsupported_randn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.7624524Z test_unsupported_randn_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.7632420Z test_unsupported_ravel_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.7640739Z test_unsupported_real_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.7649319Z test_unsupported_renorm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.7685157Z test_unsupported_repeat_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.004s) 2022-09-27T15:34:50.7692668Z test_unsupported_repeat_interleave_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.7700078Z test_unsupported_resize__cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.7707416Z test_unsupported_resize_as__cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.7714855Z test_unsupported_resolve_conj_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.7722133Z test_unsupported_resolve_neg_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.7729485Z test_unsupported_roll_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.7736375Z test_unsupported_rot90_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.7743539Z test_unsupported_round_decimals_0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.7751665Z test_unsupported_round_decimals_3_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.7758519Z test_unsupported_round_decimals_neg_3_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.7765773Z test_unsupported_scatter_add_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.7772978Z test_unsupported_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.7780323Z test_unsupported_scatter_reduce_amax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.7787956Z test_unsupported_scatter_reduce_amin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.7795054Z test_unsupported_scatter_reduce_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.7802500Z test_unsupported_scatter_reduce_prod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.7809896Z test_unsupported_scatter_reduce_sum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.7817283Z test_unsupported_searchsorted_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.7824483Z test_unsupported_segment_reduce_lengths_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.7831873Z test_unsupported_segment_reduce_offsets_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.7839063Z test_unsupported_select_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.7846490Z test_unsupported_select_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.7853826Z test_unsupported_sgn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.7861123Z test_unsupported_signbit_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.7868531Z test_unsupported_sinc_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.7876063Z test_unsupported_slice_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.7883616Z test_unsupported_softmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.7891175Z test_unsupported_softmax_with_dtype_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.7898753Z test_unsupported_sort_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.7906296Z test_unsupported_sparse_sampled_addmm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.7914040Z test_unsupported_special_airy_ai_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.7921587Z test_unsupported_special_bessel_j0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.7929207Z test_unsupported_special_bessel_j1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.7936674Z test_unsupported_special_bessel_y0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.7944100Z test_unsupported_special_bessel_y1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.7951739Z test_unsupported_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:50.7959298Z test_unsupported_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:50.7967019Z test_unsupported_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:50.7974294Z test_unsupported_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:50.7981882Z test_unsupported_special_entr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.7989451Z test_unsupported_special_erfcx_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.7997067Z test_unsupported_special_hermite_polynomial_h_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:50.8004811Z test_unsupported_special_hermite_polynomial_he_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:50.8012196Z test_unsupported_special_i0e_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.8019728Z test_unsupported_special_i1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.8026960Z test_unsupported_special_i1e_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.8034458Z test_unsupported_special_laguerre_polynomial_l_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:50.8041746Z test_unsupported_special_legendre_polynomial_p_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:50.8049778Z test_unsupported_special_log_ndtr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.8057464Z test_unsupported_special_modified_bessel_i0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.8064788Z test_unsupported_special_modified_bessel_i1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.8072299Z test_unsupported_special_modified_bessel_k0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.8079601Z test_unsupported_special_modified_bessel_k1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.8087300Z test_unsupported_special_ndtr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.8094699Z test_unsupported_special_ndtri_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.8102434Z test_unsupported_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.8109907Z test_unsupported_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.8117370Z test_unsupported_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.8125224Z test_unsupported_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:50.8132378Z test_unsupported_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:50.8139363Z test_unsupported_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:50.8146889Z test_unsupported_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:34:50.8154193Z test_unsupported_special_spherical_bessel_j0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.8161443Z test_unsupported_special_xlog1py_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.8168892Z test_unsupported_special_zeta_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.8176368Z test_unsupported_split_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.8183436Z test_unsupported_split_list_args_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.8190981Z test_unsupported_split_with_sizes_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.8198726Z test_unsupported_square_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.8205909Z test_unsupported_squeeze_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.8213224Z test_unsupported_stack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.8220653Z test_unsupported_std_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.8228057Z test_unsupported_std_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.8235689Z test_unsupported_stft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.8243034Z test_unsupported_sum_to_size_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.8250538Z test_unsupported_svd_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.8257841Z test_unsupported_svd_lowrank_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.8265467Z test_unsupported_symeig_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.8272876Z test_unsupported_take_along_dim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.8280005Z test_unsupported_take_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.8288096Z test_unsupported_tensor_split_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.8295165Z test_unsupported_tensordot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.8302238Z test_unsupported_tile_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.8310108Z test_unsupported_to_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.8317243Z test_unsupported_to_sparse_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.8324377Z test_unsupported_topk_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.8331944Z test_unsupported_trace_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.8339238Z test_unsupported_trapezoid_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.8346681Z test_unsupported_trapz_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.8354202Z test_unsupported_triangular_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.8361733Z test_unsupported_tril_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.8369694Z test_unsupported_triu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.8377305Z test_unsupported_unbind_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.8384726Z test_unsupported_unflatten_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.8392281Z test_unsupported_unfold_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.8399799Z test_unsupported_uniform_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.8407394Z test_unsupported_unique_consecutive_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.8414725Z test_unsupported_unique_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.8421810Z test_unsupported_var_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.8429356Z test_unsupported_var_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.8436932Z test_unsupported_vdot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.8444604Z test_unsupported_view_as_complex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.8451819Z test_unsupported_vsplit_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.8459202Z test_unsupported_vstack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.8466571Z test_unsupported_xlogy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.8474653Z test_unsupported_zero__cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.8481548Z test_unsupported_zeros_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.8490156Z test_unsupported_zeros_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.8494947Z test_working___radd___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T15:34:50.8499175Z test_working___rdiv___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T15:34:50.8504121Z test_working___rmod___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T15:34:50.8508907Z test_working___rmul___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T15:34:50.8513826Z test_working_abs_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T15:34:50.8519036Z test_working_acos_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T15:34:50.8523899Z test_working_add_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T15:34:50.8528655Z test_working_addcmul_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T15:34:50.8533595Z test_working_addmm_decomposed_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T15:34:50.8538548Z test_working_asin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T15:34:50.8543312Z test_working_atan2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T15:34:50.8548312Z test_working_atan_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T15:34:50.8553508Z test_working_bool_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T15:34:50.8558885Z test_working_byte_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.8564376Z test_working_ceil_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T15:34:50.8569192Z test_working_char_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T15:34:50.8574044Z test_working_clamp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T15:34:50.8578902Z test_working_contiguous_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T15:34:50.8583888Z test_working_cos_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T15:34:50.8588745Z test_working_cosh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T15:34:50.8593827Z test_working_div_floor_rounding_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T15:34:50.8598712Z test_working_div_no_rounding_mode_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T15:34:50.8603945Z test_working_div_trunc_rounding_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T15:34:50.8608799Z test_working_double_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T15:34:50.8613375Z test_working_eq_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T15:34:50.8618110Z test_working_erf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T15:34:50.8622670Z test_working_erfc_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T15:34:50.8627321Z test_working_exp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T15:34:50.8632378Z test_working_expand_as_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T15:34:50.8636984Z test_working_expand_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T15:34:50.8641640Z test_working_expm1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T15:34:50.8646772Z test_working_float_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T15:34:50.8651651Z test_working_floor_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T15:34:50.8656297Z test_working_fmod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T15:34:50.8660976Z test_working_ge_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T15:34:50.8665795Z test_working_gt_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T15:34:50.8670861Z test_working_half_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T15:34:50.8675633Z test_working_int_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T15:34:50.8680350Z test_working_isnan_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T15:34:50.8685252Z test_working_le_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T15:34:50.8690076Z test_working_lerp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T15:34:50.8694959Z test_working_lgamma_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T15:34:50.8699612Z test_working_log10_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T15:34:50.8704455Z test_working_log1p_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T15:34:50.8709504Z test_working_log2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T15:34:50.8714222Z test_working_log_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T15:34:50.8719077Z test_working_long_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T15:34:50.8723887Z test_working_lt_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T15:34:50.8728828Z test_working_masked_fill_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T15:34:50.8733230Z test_working_max_binary_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T15:34:50.8738092Z test_working_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T15:34:50.8742984Z test_working_min_binary_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T15:34:50.8747648Z test_working_mm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T15:34:50.8752540Z test_working_mul_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T15:34:50.8757568Z test_working_ne_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T15:34:50.8762882Z test_working_neg_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T15:34:50.8767705Z test_working_nn_functional_hardshrink_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T15:34:50.8772374Z test_working_nn_functional_hardsigmoid_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T15:34:50.8777147Z test_working_nn_functional_hardswish_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T15:34:50.8781943Z test_working_nn_functional_hardtanh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T15:34:50.8786711Z test_working_nn_functional_leaky_relu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T15:34:50.8791629Z test_working_nn_functional_relu6_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T15:34:50.8796417Z test_working_nn_functional_relu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T15:34:50.8801143Z test_working_nn_functional_softplus_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T15:34:50.8806023Z test_working_nn_functional_softsign_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T15:34:50.8810948Z test_working_nn_functional_tanhshrink_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T15:34:50.8815711Z test_working_nn_functional_threshold_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T15:34:50.8820582Z test_working_permute_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T15:34:50.8825122Z test_working_pow_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T15:34:50.8830191Z test_working_reciprocal_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T15:34:50.8834937Z test_working_remainder_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T15:34:50.8839600Z test_working_reshape_as_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T15:34:50.8844527Z test_working_reshape_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T15:34:50.8849195Z test_working_round_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T15:34:50.8854329Z test_working_rsqrt_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T15:34:50.8858859Z test_working_rsub_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T15:34:50.8863721Z test_working_short_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T15:34:50.8868388Z test_working_sigmoid_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T15:34:50.8873066Z test_working_sign_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T15:34:50.8877920Z test_working_sin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T15:34:50.8882426Z test_working_sinh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T15:34:50.8887419Z test_working_sqrt_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T15:34:50.8892271Z test_working_sub_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T15:34:50.8897179Z test_working_sum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T15:34:50.8902250Z test_working_t_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T15:34:50.8906691Z test_working_tan_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T15:34:50.8911628Z test_working_tanh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T15:34:50.8916366Z test_working_transpose_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T15:34:50.8920997Z test_working_true_divide_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T15:34:50.8925742Z test_working_trunc_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T15:34:50.8930340Z test_working_unsqueeze_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T15:34:50.8935136Z test_working_view_as_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T15:34:50.8939703Z test_working_view_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T15:34:50.8944391Z test_working_where_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T15:34:52.8165509Z test_abs (__main__.TestTEFuserDynamic) ... ok (1.922s) 2022-09-27T15:34:52.9115341Z test_adaptive_avg_pool2d (__main__.TestTEFuserDynamic) ... ok (0.095s) 2022-09-27T15:34:53.1470030Z test_add_bool (__main__.TestTEFuserDynamic) ... ok (0.235s) 2022-09-27T15:34:53.3220958Z test_addcmul (__main__.TestTEFuserDynamic) ... ok (0.175s) 2022-09-27T15:34:53.3239705Z test_arg_configurations_smoke (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.002s) 2022-09-27T15:34:53.3249080Z test_autocast_down (__main__.TestTEFuserDynamic) ... skip: half-precision NNC fusion requires CUDA (0.001s) 2022-09-27T15:34:53.3256965Z test_autocast_up (__main__.TestTEFuserDynamic) ... skip: half-precision NNC fusion requires CUDA (0.001s) 2022-09-27T15:37:56.8895125Z test_batch_norm (__main__.TestTEFuserDynamic) ... /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:37:56.8895717Z warnings.warn(msg, FutureWarning) 2022-09-27T15:46:18.5119243Z ok (685.186s) 2022-09-27T15:46:21.8418774Z test_binary_div_ops (__main__.TestTEFuserDynamic) ... ok (3.330s) 2022-09-27T15:46:28.0085962Z test_binary_ops (__main__.TestTEFuserDynamic) ... ok (6.167s) 2022-09-27T15:46:28.4807319Z test_binary_pow (__main__.TestTEFuserDynamic) ... ok (0.472s) 2022-09-27T15:46:29.0973284Z test_binary_scalar_ops (__main__.TestTEFuserDynamic) ... ok (0.616s) 2022-09-27T15:46:29.0991285Z test_binary_tensor_scalar_ops (__main__.TestTEFuserDynamic) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:46:30.6512169Z test_bitwise_ops (__main__.TestTEFuserDynamic) ... ok (1.552s) 2022-09-27T15:46:30.7670935Z test_broadcast (__main__.TestTEFuserDynamic) ... ok (0.116s) 2022-09-27T15:46:35.4159647Z test_cat_2k_args (__main__.TestTEFuserDynamic) ... ok (4.649s) 2022-09-27T15:46:35.6380198Z test_cat_graph_opt (__main__.TestTEFuserDynamic) ... ok (0.222s) 2022-09-27T15:46:35.6396898Z test_channels_last_dims_dynamic (__main__.TestTEFuserDynamic) ... skip: fuser requires CUDA (0.002s) 2022-09-27T15:46:35.9915668Z test_checks_cat_inputs (__main__.TestTEFuserDynamic) ... ok (0.352s) 2022-09-27T15:46:35.9931922Z test_chunk (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.002s) 2022-09-27T15:46:35.9953924Z test_chunk_correctness (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.002s) 2022-09-27T15:46:35.9971530Z test_chunk_distributes (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.002s) 2022-09-27T15:46:35.9987175Z test_chunk_motion_deduplicates_inputs (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.002s) 2022-09-27T15:46:36.0000851Z test_chunk_mul_one (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.001s) 2022-09-27T15:46:36.0019625Z test_chunk_multiple (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.002s) 2022-09-27T15:46:38.7872544Z test_clamp (__main__.TestTEFuserDynamic) ... ok (2.785s) 2022-09-27T15:46:38.8812084Z test_clamp_double (__main__.TestTEFuserDynamic) ... ok (0.094s) 2022-09-27T15:46:38.9560945Z test_clamp_int (__main__.TestTEFuserDynamic) ... ok (0.075s) 2022-09-27T15:46:39.2795582Z test_comparison_eq_ne (__main__.TestTEFuserDynamic) ... ok (0.323s) 2022-09-27T15:46:39.6578256Z test_comparison_ge_le (__main__.TestTEFuserDynamic) ... ok (0.378s) 2022-09-27T15:46:39.9913600Z test_comparison_gt_lt (__main__.TestTEFuserDynamic) ... ok (0.333s) 2022-09-27T15:46:40.1445699Z test_concat (__main__.TestTEFuserDynamic) ... ok (0.153s) 2022-09-27T15:46:40.4561128Z test_concat_invariant (__main__.TestTEFuserDynamic) ... ok (0.311s) 2022-09-27T15:46:40.4584528Z test_constant_chunk_shapes (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.002s) 2022-09-27T15:46:40.4602716Z test_conv2d (__main__.TestTEFuserDynamic) ... skip: don't run conv with dynamic shapes (0.002s) 2022-09-27T15:46:40.4615080Z test_conv2d_depthwise (__main__.TestTEFuserDynamic) ... skip: Too slow to run with the TE interpreter (0.001s) 2022-09-27T15:46:40.4636403Z test_cuda_half (__main__.TestTEFuserDynamic) ... skip: fuser requires CUDA (0.002s) 2022-09-27T15:46:41.0429131Z test_dims (__main__.TestTEFuserDynamic) ... ok (0.579s) 2022-09-27T15:46:41.0713979Z test_disabled (__main__.TestTEFuserDynamic) ... ok (0.029s) 2022-09-27T15:46:41.1656299Z test_div_bool (__main__.TestTEFuserDynamic) ... ok (0.094s) 2022-09-27T15:46:41.2207205Z test_dynamic_cat (__main__.TestTEFuserDynamic) ... ok (0.055s) 2022-09-27T15:52:10.0683940Z test_dynamic_shapes (__main__.TestTEFuserDynamic) ... ok (328.847s) 2022-09-27T15:52:10.2387663Z test_eq_unsqueeze_type_as (__main__.TestTEFuserDynamic) ... ok (0.170s) 2022-09-27T15:52:10.2405578Z test_erf (__main__.TestTEFuserDynamic) ... ok (0.002s) 2022-09-27T15:52:10.2845063Z test_exhaust_specializations (__main__.TestTEFuserDynamic) ... ok (0.044s) 2022-09-27T15:52:10.5128838Z test_exp (__main__.TestTEFuserDynamic) ... ok (0.228s) 2022-09-27T15:52:10.5139316Z test_fusion_reuse_multi_gpu (__main__.TestTEFuserDynamic) ... skip: fuser requires CUDA (0.001s) 2022-09-27T15:52:10.5212837Z test_gelu (__main__.TestTEFuserDynamic) ... ok (0.007s) 2022-09-27T15:52:10.7525092Z test_hardsigmoid_fwd_bwd (__main__.TestTEFuserDynamic) ... ok (0.231s) 2022-09-27T15:52:11.0821866Z test_hardswish_fwd_bwd (__main__.TestTEFuserDynamic) ... ok (0.330s) 2022-09-27T15:52:11.2520101Z test_inlined_optimized_graph (__main__.TestTEFuserDynamic) ... ok (0.170s) 2022-09-27T15:52:11.8980093Z test_isnan (__main__.TestTEFuserDynamic) ... ok (0.646s) 2022-09-27T15:52:11.8994830Z test_kernel_cache_multi_gpu (__main__.TestTEFuserDynamic) ... skip: fuser requires CUDA (0.001s) 2022-09-27T15:52:12.1070314Z test_lerp (__main__.TestTEFuserDynamic) ... ok (0.207s) 2022-09-27T15:52:12.1088626Z test_list_ops (__main__.TestTEFuserDynamic) ... skip: FIXME: fuser doesn't include ListConstruct nodes to the group causing a failure (0.002s) 2022-09-27T15:52:13.2186621Z test_lstm (__main__.TestTEFuserDynamic) ... ok (1.110s) 2022-09-27T15:52:13.7882187Z test_lstm_concat (__main__.TestTEFuserDynamic) ... ok (0.569s) 2022-09-27T15:52:19.8186444Z test_lstm_gates_permutations (__main__.TestTEFuserDynamic) ... ok (6.030s) 2022-09-27T15:52:20.4343677Z test_lstm_traced (__main__.TestTEFuserDynamic) ... ok (0.616s) 2022-09-27T15:52:20.4357267Z test_masked_fill (__main__.TestTEFuserDynamic) ... skip: Temporarily disabled (0.001s) 2022-09-27T15:52:20.4390303Z test_matmul (__main__.TestTEFuserDynamic) ... skip: don't run conv with dynamic shapes (0.003s) 2022-09-27T15:52:20.4406064Z test_milstm (__main__.TestTEFuserDynamic) ... skip: don't run conv with dynamic shapes (0.002s) 2022-09-27T15:52:20.9573117Z test_minmax (__main__.TestTEFuserDynamic) ... ok (0.516s) 2022-09-27T15:52:21.6670540Z test_minmax_int_ops (__main__.TestTEFuserDynamic) ... ok (0.710s) 2022-09-27T15:52:21.7533229Z test_mul_bool (__main__.TestTEFuserDynamic) ... ok (0.086s) 2022-09-27T15:52:21.9485912Z test_neg_pow (__main__.TestTEFuserDynamic) ... ok (0.195s) 2022-09-27T15:52:21.9495699Z test_nonzero_device_cuda (__main__.TestTEFuserDynamic) ... skip: needs non-zero device (0.001s) 2022-09-27T15:52:21.9504644Z test_nop (__main__.TestTEFuserDynamic) ... ok (0.001s) 2022-09-27T15:52:21.9620431Z test_profiler (__main__.TestTEFuserDynamic) ... STAGE:2022-09-27 15:52:21 729:729 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:52:22.0238803Z STAGE:2022-09-27 15:52:22 729:729 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:52:22.0273316Z ok (0.077s) 2022-09-27T15:52:22.0292287Z test_rand_broadcast_cuda (__main__.TestTEFuserDynamic) ... skip: fuser requires CUDA (0.002s) 2022-09-27T15:52:22.0306929Z test_rand_cuda (__main__.TestTEFuserDynamic) ... skip: fuser requires CUDA (0.001s) 2022-09-27T15:52:22.0317397Z test_rand_diamond (__main__.TestTEFuserDynamic) ... skip: fuser requires CUDA (0.001s) 2022-09-27T15:52:22.1806383Z test_relu (__main__.TestTEFuserDynamic) ... ok (0.149s) 2022-09-27T15:52:22.3159767Z test_relu_fwd_bwd (__main__.TestTEFuserDynamic) ... ok (0.135s) 2022-09-27T15:52:22.4104129Z test_remove_output_used_only_in_size (__main__.TestTEFuserDynamic) ... ok (0.094s) 2022-09-27T15:52:22.4779556Z test_scalar (__main__.TestTEFuserDynamic) ... ok (0.067s) 2022-09-27T15:52:22.7146850Z test_scalar_arg (__main__.TestTEFuserDynamic) ... ok (0.237s) 2022-09-27T15:52:22.7754170Z test_scalar_only_inputs (__main__.TestTEFuserDynamic) ... ok (0.061s) 2022-09-27T15:52:22.8332840Z test_skip_grad_in_check (__main__.TestTEFuserDynamic) ... ok (0.058s) 2022-09-27T15:52:23.0470609Z test_small_constant (__main__.TestTEFuserDynamic) ... ok (0.214s) 2022-09-27T15:52:23.1996385Z test_sub_gt_and (__main__.TestTEFuserDynamic) ... ok (0.153s) 2022-09-27T15:52:23.4272212Z test_sum_dim (__main__.TestTEFuserDynamic) ... ok (0.227s) 2022-09-27T15:52:23.5439337Z test_sum_keepdim_cast (__main__.TestTEFuserDynamic) ... ok (0.117s) 2022-09-27T15:52:23.6840095Z test_sum_simple (__main__.TestTEFuserDynamic) ... ok (0.140s) 2022-09-27T15:52:23.6868563Z test_superslomo (__main__.TestTEFuserDynamic) ... ok (0.003s) 2022-09-27T15:52:23.9035749Z test_tensor_scalar_ops (__main__.TestTEFuserDynamic) ... ok (0.216s) 2022-09-27T15:57:37.0341850Z test_ternary_norm_ops (__main__.TestTEFuserDynamic) ... ok (313.131s) 2022-09-27T15:57:37.7422282Z test_ternary_ops (__main__.TestTEFuserDynamic) ... ok (0.708s) 2022-09-27T15:57:37.8849525Z test_threshold (__main__.TestTEFuserDynamic) ... ok (0.143s) 2022-09-27T15:57:37.9696885Z test_to_device (__main__.TestTEFuserDynamic) ... ok (0.085s) 2022-09-27T15:57:39.4811023Z test_torch_to (__main__.TestTEFuserDynamic) ... ok (1.511s) 2022-09-27T15:57:45.6649861Z test_type_as_cat (__main__.TestTEFuserDynamic) ... ok (6.184s) 2022-09-27T15:57:45.7590056Z test_typecheck (__main__.TestTEFuserDynamic) ... ok (0.094s) 2022-09-27T15:57:45.7618109Z test_unary_ops (__main__.TestTEFuserDynamic) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T15:57:45.8479860Z test_unrolled_cat (__main__.TestTEFuserDynamic) ... ok (0.086s) 2022-09-27T15:57:46.6002655Z test_unsqueeze_size_calculation (__main__.TestTEFuserDynamic) ... ok (0.752s) 2022-09-27T15:57:47.5232409Z test_unsqueeze_var_dim (__main__.TestTEFuserDynamic) ... ok (0.923s) 2022-09-27T15:57:47.5575839Z test_unsupported_dtypes (__main__.TestTEFuserDynamic) ... test_jit_fuser_te.py:1187: 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:57:47.5576286Z return v.to(dtype) 2022-09-27T15:57:47.6836545Z ok (0.160s) 2022-09-27T15:57:47.8936240Z test_where_and_typing (__main__.TestTEFuserDynamic) ... ok (0.210s) 2022-09-27T15:57:49.3200828Z test_where_ops (__main__.TestTEFuserDynamic) ... ok (1.426s) 2022-09-27T15:57:49.3822066Z test_with_strict_fusion (__main__.TestTEFuserDynamic) ... /opt/conda/lib/python3.7/site-packages/torch/jit/__init__.py:216: UserWarning: Only works in script mode 2022-09-27T15:57:49.3822446Z warnings.warn("Only works in script mode") 2022-09-27T15:57:49.5898372Z ok (0.270s) 2022-09-27T15:57:49.6952797Z test_zero_element_tensors (__main__.TestTEFuserDynamic) ... ok (0.105s) 2022-09-27T15:57:49.7602115Z test_abs (__main__.TestTEFuserStatic) ... ok (0.065s) 2022-09-27T15:57:49.8787320Z test_adaptive_avg_pool2d (__main__.TestTEFuserStatic) ... ok (0.118s) 2022-09-27T15:57:50.0686542Z test_add_bool (__main__.TestTEFuserStatic) ... ok (0.190s) 2022-09-27T15:57:50.2504304Z test_addcmul (__main__.TestTEFuserStatic) ... ok (0.182s) 2022-09-27T15:57:50.3315525Z test_arg_configurations_smoke (__main__.TestTEFuserStatic) ... ok (0.081s) 2022-09-27T15:57:50.3324283Z test_autocast_down (__main__.TestTEFuserStatic) ... skip: half-precision NNC fusion requires CUDA (0.001s) 2022-09-27T15:57:50.3331668Z test_autocast_up (__main__.TestTEFuserStatic) ... skip: half-precision NNC fusion requires CUDA (0.001s) 2022-09-27T16:00:40.8536629Z test_batch_norm (__main__.TestTEFuserStatic) ... /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:00:40.8537247Z warnings.warn(msg, FutureWarning) 2022-09-27T16:08:47.5367578Z ok (657.203s) 2022-09-27T16:08:51.0069328Z test_binary_div_ops (__main__.TestTEFuserStatic) ... ok (3.470s) 2022-09-27T16:08:56.7043390Z test_binary_ops (__main__.TestTEFuserStatic) ... ok (5.697s) 2022-09-27T16:08:57.1983759Z test_binary_pow (__main__.TestTEFuserStatic) ... ok (0.494s) 2022-09-27T16:08:57.8555013Z test_binary_scalar_ops (__main__.TestTEFuserStatic) ... ok (0.657s) 2022-09-27T16:08:57.8573447Z test_binary_tensor_scalar_ops (__main__.TestTEFuserStatic) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:08:59.0889434Z test_bitwise_ops (__main__.TestTEFuserStatic) ... ok (1.231s) 2022-09-27T16:08:59.1683711Z test_broadcast (__main__.TestTEFuserStatic) ... ok (0.079s) 2022-09-27T16:09:03.3201317Z test_cat_2k_args (__main__.TestTEFuserStatic) ... ok (4.152s) 2022-09-27T16:09:03.4288028Z test_cat_graph_opt (__main__.TestTEFuserStatic) ... ok (0.109s) 2022-09-27T16:09:03.4302732Z test_channels_last_dims_dynamic (__main__.TestTEFuserStatic) ... skip: fuser requires CUDA (0.002s) 2022-09-27T16:09:03.6018753Z test_checks_cat_inputs (__main__.TestTEFuserStatic) ... ok (0.171s) 2022-09-27T16:09:03.7411118Z test_chunk (__main__.TestTEFuserStatic) ... ok (0.139s) 2022-09-27T16:09:09.7360176Z test_chunk_correctness (__main__.TestTEFuserStatic) ... ok (5.995s) 2022-09-27T16:09:09.8957159Z test_chunk_distributes (__main__.TestTEFuserStatic) ... ok (0.160s) 2022-09-27T16:09:10.0378233Z test_chunk_motion_deduplicates_inputs (__main__.TestTEFuserStatic) ... ok (0.142s) 2022-09-27T16:11:02.9694140Z test_chunk_mul_one (__main__.TestTEFuserStatic) ... ok (112.931s) 2022-09-27T16:11:03.3410394Z test_chunk_multiple (__main__.TestTEFuserStatic) ... ok (0.371s) 2022-09-27T16:11:05.6343372Z test_clamp (__main__.TestTEFuserStatic) ... ok (2.293s) 2022-09-27T16:11:05.7053310Z test_clamp_double (__main__.TestTEFuserStatic) ... ok (0.071s) 2022-09-27T16:11:05.7624467Z test_clamp_int (__main__.TestTEFuserStatic) ... ok (0.057s) 2022-09-27T16:11:06.0376905Z test_comparison_eq_ne (__main__.TestTEFuserStatic) ... ok (0.275s) 2022-09-27T16:11:06.2679032Z test_comparison_ge_le (__main__.TestTEFuserStatic) ... ok (0.230s) 2022-09-27T16:11:06.5449494Z test_comparison_gt_lt (__main__.TestTEFuserStatic) ... ok (0.277s) 2022-09-27T16:11:06.6356752Z test_concat (__main__.TestTEFuserStatic) ... ok (0.091s) 2022-09-27T16:11:06.8406072Z test_concat_invariant (__main__.TestTEFuserStatic) ... ok (0.205s) 2022-09-27T16:11:06.8432320Z test_constant_chunk_shapes (__main__.TestTEFuserStatic) ... test_jit_fuser_te.py:2416: TracerWarning: torch.tensor results are registered as constants in the trace. You can safely ignore this warning if you use this function to create tensors out of constant variables that would be the same every time you call this function. In any other case, this might cause the trace to be incorrect. 2022-09-27T16:11:06.8433226Z r = torch.tensor(4) 2022-09-27T16:11:07.1828509Z ok (0.342s) 2022-09-27T16:11:07.5518845Z test_conv2d (__main__.TestTEFuserStatic) ... ok (0.369s) 2022-09-27T16:11:07.5528825Z test_conv2d_depthwise (__main__.TestTEFuserStatic) ... skip: Too slow to run with the TE interpreter (0.001s) 2022-09-27T16:11:07.5546655Z test_cuda_half (__main__.TestTEFuserStatic) ... skip: fuser requires CUDA (0.002s) 2022-09-27T16:11:08.0130028Z test_dims (__main__.TestTEFuserStatic) ... ok (0.458s) 2022-09-27T16:11:08.0396604Z test_disabled (__main__.TestTEFuserStatic) ... ok (0.027s) 2022-09-27T16:11:08.1117334Z test_div_bool (__main__.TestTEFuserStatic) ... ok (0.072s) 2022-09-27T16:11:08.1916950Z test_dynamic_cat (__main__.TestTEFuserStatic) ... ok (0.080s) 2022-09-27T16:16:56.8684846Z test_dynamic_shapes (__main__.TestTEFuserStatic) ... ok (348.677s) 2022-09-27T16:16:57.0234567Z test_eq_unsqueeze_type_as (__main__.TestTEFuserStatic) ... ok (0.155s) 2022-09-27T16:16:57.0251717Z test_erf (__main__.TestTEFuserStatic) ... ok (0.002s) 2022-09-27T16:16:57.0661967Z test_exhaust_specializations (__main__.TestTEFuserStatic) ... ok (0.041s) 2022-09-27T16:16:57.3008447Z test_exp (__main__.TestTEFuserStatic) ... ok (0.234s) 2022-09-27T16:16:57.3019090Z test_fusion_reuse_multi_gpu (__main__.TestTEFuserStatic) ... skip: fuser requires CUDA (0.001s) 2022-09-27T16:16:57.3097746Z test_gelu (__main__.TestTEFuserStatic) ... ok (0.008s) 2022-09-27T16:16:57.5006165Z test_hardsigmoid_fwd_bwd (__main__.TestTEFuserStatic) ... ok (0.191s) 2022-09-27T16:16:57.7385828Z test_hardswish_fwd_bwd (__main__.TestTEFuserStatic) ... ok (0.238s) 2022-09-27T16:16:57.9139968Z test_inlined_optimized_graph (__main__.TestTEFuserStatic) ... ok (0.175s) 2022-09-27T16:16:58.5543211Z test_isnan (__main__.TestTEFuserStatic) ... ok (0.640s) 2022-09-27T16:16:58.5560214Z test_kernel_cache_multi_gpu (__main__.TestTEFuserStatic) ... skip: fuser requires CUDA (0.002s) 2022-09-27T16:16:58.7055744Z test_lerp (__main__.TestTEFuserStatic) ... ok (0.149s) 2022-09-27T16:16:58.7074760Z test_list_ops (__main__.TestTEFuserStatic) ... skip: FIXME: fuser doesn't include ListConstruct nodes to the group causing a failure (0.002s) 2022-09-27T16:16:59.9623251Z test_lstm (__main__.TestTEFuserStatic) ... ok (1.255s) 2022-09-27T16:17:00.5594519Z test_lstm_concat (__main__.TestTEFuserStatic) ... ok (0.597s) 2022-09-27T16:17:04.8158902Z test_lstm_gates_permutations (__main__.TestTEFuserStatic) ... ok (4.256s) 2022-09-27T16:17:05.4007700Z test_lstm_traced (__main__.TestTEFuserStatic) ... ok (0.585s) 2022-09-27T16:17:05.4021851Z test_masked_fill (__main__.TestTEFuserStatic) ... skip: Temporarily disabled (0.001s) 2022-09-27T16:17:08.2282338Z test_matmul (__main__.TestTEFuserStatic) ... ok (2.826s) 2022-09-27T16:17:13.0657401Z test_milstm (__main__.TestTEFuserStatic) ... ok (4.837s) 2022-09-27T16:17:13.4584837Z test_minmax (__main__.TestTEFuserStatic) ... ok (0.393s) 2022-09-27T16:17:14.0168608Z test_minmax_int_ops (__main__.TestTEFuserStatic) ... ok (0.558s) 2022-09-27T16:17:14.0884277Z test_mul_bool (__main__.TestTEFuserStatic) ... ok (0.071s) 2022-09-27T16:17:14.2591364Z test_neg_pow (__main__.TestTEFuserStatic) ... ok (0.171s) 2022-09-27T16:17:14.2601731Z test_nonzero_device_cuda (__main__.TestTEFuserStatic) ... skip: needs non-zero device (0.001s) 2022-09-27T16:17:14.2611471Z test_nop (__main__.TestTEFuserStatic) ... ok (0.001s) 2022-09-27T16:17:14.2724395Z test_profiler (__main__.TestTEFuserStatic) ... STAGE:2022-09-27 16:17:14 729:729 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:17:14.2985617Z STAGE:2022-09-27 16:17:14 729:729 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:17:14.3019945Z ok (0.041s) 2022-09-27T16:17:14.3039481Z test_rand_broadcast_cuda (__main__.TestTEFuserStatic) ... skip: fuser requires CUDA (0.002s) 2022-09-27T16:17:14.3053676Z test_rand_cuda (__main__.TestTEFuserStatic) ... skip: fuser requires CUDA (0.001s) 2022-09-27T16:17:14.3062980Z test_rand_diamond (__main__.TestTEFuserStatic) ... skip: fuser requires CUDA (0.001s) 2022-09-27T16:17:14.4522889Z test_relu (__main__.TestTEFuserStatic) ... ok (0.146s) 2022-09-27T16:17:14.5999347Z test_relu_fwd_bwd (__main__.TestTEFuserStatic) ... ok (0.148s) 2022-09-27T16:17:14.6572207Z test_remove_output_used_only_in_size (__main__.TestTEFuserStatic) ... ok (0.057s) 2022-09-27T16:17:14.7195193Z test_scalar (__main__.TestTEFuserStatic) ... ok (0.062s) 2022-09-27T16:17:14.8859023Z test_scalar_arg (__main__.TestTEFuserStatic) ... ok (0.166s) 2022-09-27T16:17:14.9953830Z test_scalar_only_inputs (__main__.TestTEFuserStatic) ... ok (0.109s) 2022-09-27T16:17:15.0870205Z test_skip_grad_in_check (__main__.TestTEFuserStatic) ... ok (0.092s) 2022-09-27T16:17:15.2697667Z test_small_constant (__main__.TestTEFuserStatic) ... ok (0.183s) 2022-09-27T16:17:15.3803222Z test_sub_gt_and (__main__.TestTEFuserStatic) ... ok (0.110s) 2022-09-27T16:17:15.5632942Z test_sum_dim (__main__.TestTEFuserStatic) ... ok (0.183s) 2022-09-27T16:17:15.6557744Z test_sum_keepdim_cast (__main__.TestTEFuserStatic) ... ok (0.092s) 2022-09-27T16:17:15.7288250Z test_sum_simple (__main__.TestTEFuserStatic) ... ok (0.073s) 2022-09-27T16:17:15.7316356Z test_superslomo (__main__.TestTEFuserStatic) ... ok (0.003s) 2022-09-27T16:17:15.8862888Z test_tensor_scalar_ops (__main__.TestTEFuserStatic) ... ok (0.154s) 2022-09-27T16:22:18.0003519Z test_ternary_norm_ops (__main__.TestTEFuserStatic) ... ok (302.114s) 2022-09-27T16:22:18.5516983Z test_ternary_ops (__main__.TestTEFuserStatic) ... ok (0.551s) 2022-09-27T16:22:18.6378511Z test_threshold (__main__.TestTEFuserStatic) ... ok (0.086s) 2022-09-27T16:22:18.7071507Z test_to_device (__main__.TestTEFuserStatic) ... ok (0.069s) 2022-09-27T16:22:19.9891714Z test_torch_to (__main__.TestTEFuserStatic) ... ok (1.282s) 2022-09-27T16:22:24.1294683Z test_type_as_cat (__main__.TestTEFuserStatic) ... ok (4.140s) 2022-09-27T16:22:24.1950555Z test_typecheck (__main__.TestTEFuserStatic) ... ok (0.065s) 2022-09-27T16:22:24.1977479Z test_unary_ops (__main__.TestTEFuserStatic) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:22:24.2787161Z test_unrolled_cat (__main__.TestTEFuserStatic) ... ok (0.081s) 2022-09-27T16:22:24.9209565Z test_unsqueeze_size_calculation (__main__.TestTEFuserStatic) ... ok (0.642s) 2022-09-27T16:22:26.1690982Z test_unsqueeze_var_dim (__main__.TestTEFuserStatic) ... ok (1.248s) 2022-09-27T16:22:26.3387943Z test_unsupported_dtypes (__main__.TestTEFuserStatic) ... ok (0.170s) 2022-09-27T16:22:26.4553630Z test_where_and_typing (__main__.TestTEFuserStatic) ... ok (0.116s) 2022-09-27T16:22:27.5484949Z test_where_ops (__main__.TestTEFuserStatic) ... ok (1.093s) 2022-09-27T16:22:27.5931248Z test_with_strict_fusion (__main__.TestTEFuserStatic) ... /opt/conda/lib/python3.7/site-packages/torch/jit/__init__.py:216: UserWarning: Only works in script mode 2022-09-27T16:22:27.5931827Z warnings.warn("Only works in script mode") 2022-09-27T16:22:27.7527627Z ok (0.204s) 2022-09-27T16:22:27.8193440Z test_zero_element_tensors (__main__.TestTEFuserStatic) ... ok (0.066s) 2022-09-27T16:22:27.8193756Z 2022-09-27T16:22:27.8194194Z ---------------------------------------------------------------------- 2022-09-27T16:22:27.8195284Z Ran 5884 tests in 2865.996s 2022-09-27T16:22:27.8195548Z 2022-09-27T16:22:27.8195698Z OK (skipped=5720) 2022-09-27T16:22:27.8195908Z 2022-09-27T16:22:27.8196013Z Generating XML reports... 2022-09-27T16:22:27.8369644Z Generated XML report: test-reports/python-unittest/test_jit_fuser_te/TEST-jit.test_fuser_common.TestFuserCommon-20220927153441.xml 2022-09-27T16:22:27.8703838Z Generated XML report: test-reports/python-unittest/test_jit_fuser_te/TEST-TestTEFuserDynamic-20220927153441.xml 2022-09-27T16:22:27.8802874Z Generated XML report: test-reports/python-unittest/test_jit_fuser_te/TEST-TestTEFuserStatic-20220927153441.xml 2022-09-27T16:22:27.8805619Z Generated XML report: test-reports/python-unittest/test_jit_fuser_te/TEST-TestLoopnestRandomizationCPU-20220927153441.xml 2022-09-27T16:22:28.7958871Z Generated XML report: test-reports/python-unittest/test_jit_fuser_te/TEST-TestNNCOpInfoCPU-20220927153441.xml 2022-09-27T16:22:29.8822673Z Running test_linalg ... [2022-09-27 16:22:29.881880] 2022-09-27T16:22:29.8823272Z Executing ['/opt/conda/bin/python', '-bb', 'test_linalg.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:22:29.881969] 2022-09-27T16:22:34.3155825Z Test results will be stored in test-reports/python-unittest/test_linalg 2022-09-27T16:22:34.3207364Z 2022-09-27T16:22:34.3207468Z Running tests... 2022-09-27T16:22:34.3207888Z ---------------------------------------------------------------------- 2022-09-27T16:22:35.8549550Z test_addbmm_cpu_bfloat16 (__main__.TestLinalgCPU) ... ok (1.534s) 2022-09-27T16:22:37.7950626Z test_addbmm_cpu_complex128 (__main__.TestLinalgCPU) ... ok (1.940s) 2022-09-27T16:22:39.7581164Z test_addbmm_cpu_complex64 (__main__.TestLinalgCPU) ... ok (1.963s) 2022-09-27T16:22:41.2254356Z test_addbmm_cpu_float32 (__main__.TestLinalgCPU) ... ok (1.467s) 2022-09-27T16:22:42.6385847Z test_addbmm_cpu_float64 (__main__.TestLinalgCPU) ... ok (1.413s) 2022-09-27T16:22:42.6847942Z test_addmm_activation_cpu_bfloat16 (__main__.TestLinalgCPU) ... ok (0.046s) 2022-09-27T16:22:42.7247786Z test_addmm_activation_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.040s) 2022-09-27T16:22:42.7649986Z test_addmm_activation_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.040s) 2022-09-27T16:22:42.7676836Z test_addmm_baddbmm_overflow_cpu_float16 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:22:42.8118956Z test_addmm_cpu_bfloat16 (__main__.TestLinalgCPU) ... ok (0.044s) 2022-09-27T16:22:42.8581677Z test_addmm_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.046s) 2022-09-27T16:22:42.9104912Z test_addmm_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.052s) 2022-09-27T16:22:42.9490486Z test_addmm_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.038s) 2022-09-27T16:22:42.9864888Z test_addmm_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.037s) 2022-09-27T16:22:43.5081818Z test_addmm_sizes_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.522s) 2022-09-27T16:22:44.0530456Z test_addmm_sizes_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.545s) 2022-09-27T16:22:44.1045243Z test_addmv_cpu_bfloat16 (__main__.TestLinalgCPU) ... ok (0.051s) 2022-09-27T16:22:44.1600236Z test_addmv_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.055s) 2022-09-27T16:22:44.2152003Z test_addmv_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.055s) 2022-09-27T16:22:44.2605454Z test_addmv_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.045s) 2022-09-27T16:22:44.3082089Z test_addmv_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.048s) 2022-09-27T16:22:44.3351509Z test_addmv_rowmajor_colmajor_incx_incy_lda_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.027s) 2022-09-27T16:22:44.3596607Z test_addmv_rowmajor_colmajor_incx_incy_lda_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.024s) 2022-09-27T16:22:44.3854248Z test_addr_bool_cpu_bool (__main__.TestLinalgCPU) ... ok (0.026s) 2022-09-27T16:22:44.4532785Z test_addr_float_and_complex_cpu_bfloat16 (__main__.TestLinalgCPU) ... ok (0.068s) 2022-09-27T16:22:44.5709221Z test_addr_float_and_complex_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.118s) 2022-09-27T16:22:44.6910527Z test_addr_float_and_complex_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.120s) 2022-09-27T16:22:44.7606160Z test_addr_float_and_complex_cpu_float16 (__main__.TestLinalgCPU) ... ok (0.070s) 2022-09-27T16:22:44.8269438Z test_addr_float_and_complex_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.066s) 2022-09-27T16:22:44.9002448Z test_addr_float_and_complex_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.073s) 2022-09-27T16:22:44.9604778Z test_addr_integral_cpu_int16 (__main__.TestLinalgCPU) ... ok (0.060s) 2022-09-27T16:22:45.0213175Z test_addr_integral_cpu_int32 (__main__.TestLinalgCPU) ... ok (0.061s) 2022-09-27T16:22:45.1127555Z test_addr_integral_cpu_int64 (__main__.TestLinalgCPU) ... ok (0.091s) 2022-09-27T16:22:45.1724062Z test_addr_integral_cpu_int8 (__main__.TestLinalgCPU) ... ok (0.059s) 2022-09-27T16:22:45.2310589Z test_addr_integral_cpu_uint8 (__main__.TestLinalgCPU) ... ok (0.059s) 2022-09-27T16:22:46.6766474Z test_addr_type_promotion_cpu (__main__.TestLinalgCPU) ... ok (1.446s) 2022-09-27T16:22:58.8076068Z test_baddbmm_cpu_bfloat16 (__main__.TestLinalgCPU) ... ok (12.131s) 2022-09-27T16:23:15.0123441Z test_baddbmm_cpu_complex128 (__main__.TestLinalgCPU) ... ok (16.205s) 2022-09-27T16:23:30.5848244Z test_baddbmm_cpu_complex64 (__main__.TestLinalgCPU) ... ok (15.572s) 2022-09-27T16:23:42.5786768Z test_baddbmm_cpu_float32 (__main__.TestLinalgCPU) ... ok (11.994s) 2022-09-27T16:23:54.3301866Z test_baddbmm_cpu_float64 (__main__.TestLinalgCPU) ... ok (11.751s) 2022-09-27T16:23:54.3357420Z test_blas_alpha_beta_empty_cpu_bfloat16 (__main__.TestLinalgCPU) ... ok (0.006s) 2022-09-27T16:23:54.3414708Z test_blas_alpha_beta_empty_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.006s) 2022-09-27T16:23:54.3475629Z test_blas_alpha_beta_empty_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.006s) 2022-09-27T16:23:54.3532225Z test_blas_alpha_beta_empty_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.006s) 2022-09-27T16:23:54.3585636Z test_blas_alpha_beta_empty_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-09-27T16:23:54.3630090Z test_blas_alpha_beta_empty_cpu_int16 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-09-27T16:23:54.3674873Z test_blas_alpha_beta_empty_cpu_int32 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-09-27T16:23:54.3719079Z test_blas_alpha_beta_empty_cpu_int64 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-09-27T16:23:54.3764790Z test_blas_alpha_beta_empty_cpu_int8 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-09-27T16:23:54.3809950Z test_blas_alpha_beta_empty_cpu_uint8 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-09-27T16:23:54.4100013Z test_blas_empty_cpu (__main__.TestLinalgCPU) ... ok (0.029s) 2022-09-27T16:23:54.4330027Z 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-27T16:23:54.4330769Z self.assertEqual(torch.mv(nm, _m), torch.mv(nm, _m, out=_m_out)) 2022-09-27T16:23:54.4353728Z ok (0.025s) 2022-09-27T16:23:54.4381140Z 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-27T16:23:54.4381852Z self.assertEqual(torch.mv(nm, _m), torch.mv(nm, _m, out=_m_out)) 2022-09-27T16:23:54.4414643Z ok (0.006s) 2022-09-27T16:23:54.4466885Z test_blas_nan_out_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-09-27T16:23:54.4518723Z test_blas_nan_out_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-09-27T16:23:54.4569660Z test_blas_nan_out_cpu_float16 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-09-27T16:23:54.4620599Z test_blas_nan_out_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-09-27T16:23:54.4671540Z test_blas_nan_out_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-09-27T16:23:55.6216366Z 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-27T16:23:55.6217264Z torch.bmm(b1, b2, out=res2) 2022-09-27T16:23:55.6447029Z 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-27T16:23:55.6448115Z torch.bmm(b1, b2, out=res2) 2022-09-27T16:23:55.6515220Z 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-27T16:23:55.6515871Z torch.bmm(b1, b2, out=res2) 2022-09-27T16:23:55.6722149Z 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-27T16:23:55.6722754Z torch.bmm(b1, b2, out=res2) 2022-09-27T16:23:55.6791837Z 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-27T16:23:55.6792446Z torch.bmm(b1, b2, out=res2) 2022-09-27T16:23:55.7000893Z 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-27T16:23:55.7001510Z torch.bmm(b1, b2, out=res2) 2022-09-27T16:23:55.7069200Z 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-27T16:23:55.7069969Z torch.bmm(b1, b2, out=res2) 2022-09-27T16:23:59.3934442Z 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-27T16:23:59.3935541Z torch.bmm(b1, b2, out=res2) 2022-09-27T16:23:59.4308534Z 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-27T16:23:59.4309918Z torch.bmm(b1, b2, out=res2) 2022-09-27T16:23:59.4382998Z 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-27T16:23:59.4384058Z torch.bmm(b1, b2, out=res2) 2022-09-27T16:23:59.4597760Z 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-27T16:23:59.4598828Z torch.bmm(b1, b2, out=res2) 2022-09-27T16:23:59.4698938Z 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-27T16:23:59.4699959Z torch.bmm(b1, b2, out=res2) 2022-09-27T16:23:59.4915689Z 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-27T16:23:59.4916733Z torch.bmm(b1, b2, out=res2) 2022-09-27T16:23:59.4989066Z 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-27T16:23:59.4990391Z torch.bmm(b1, b2, out=res2) 2022-09-27T16:23:59.5209746Z ok (5.054s) 2022-09-27T16:24:05.3006881Z test_bmm_cpu_complex128 (__main__.TestLinalgCPU) ... ok (5.780s) 2022-09-27T16:24:11.0276545Z test_bmm_cpu_complex64 (__main__.TestLinalgCPU) ... ok (5.727s) 2022-09-27T16:24:15.9028737Z test_bmm_cpu_float32 (__main__.TestLinalgCPU) ... ok (4.875s) 2022-09-27T16:24:20.4084111Z test_bmm_cpu_float64 (__main__.TestLinalgCPU) ... ok (4.505s) 2022-09-27T16:24:20.4174515Z 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-27T16:24:20.4175673Z torch.matmul(l, r, out=out) 2022-09-27T16:24:20.4444424Z 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-27T16:24:20.4445556Z torch.matmul(l, r, out=out) 2022-09-27T16:24:20.4645418Z ok (0.056s) 2022-09-27T16:24:20.4716079Z test_broadcast_fused_matmul_cpu (__main__.TestLinalgCPU) ... ok (0.007s) 2022-09-27T16:24:20.4736568Z 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-27T16:24:20.4737826Z return _VF.chain_matmul(matrices) # type: ignore[attr-defined] 2022-09-27T16:24:20.4840555Z ok (0.012s) 2022-09-27T16:24:20.5535637Z test_cholesky_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.069s) 2022-09-27T16:24:20.6234846Z test_cholesky_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.070s) 2022-09-27T16:24:20.6801178Z test_cholesky_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.057s) 2022-09-27T16:24:20.7756099Z test_cholesky_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.095s) 2022-09-27T16:24:20.8525992Z test_cholesky_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.077s) 2022-09-27T16:24:20.9279353Z test_cholesky_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.075s) 2022-09-27T16:24:21.0035254Z test_cholesky_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.075s) 2022-09-27T16:24:21.0792425Z test_cholesky_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.076s) 2022-09-27T16:24:21.0947429Z test_cholesky_ex_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.015s) 2022-09-27T16:24:21.1132238Z test_cholesky_ex_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.018s) 2022-09-27T16:24:21.1300608Z test_cholesky_ex_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.017s) 2022-09-27T16:24:21.1429380Z test_cholesky_ex_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.013s) 2022-09-27T16:24:21.1689578Z test_cholesky_ex_non_pd_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.026s) 2022-09-27T16:24:21.1945872Z test_cholesky_ex_non_pd_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.026s) 2022-09-27T16:24:21.2201556Z test_cholesky_ex_non_pd_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.025s) 2022-09-27T16:24:21.2459620Z test_cholesky_ex_non_pd_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.026s) 2022-09-27T16:24:21.3147558Z test_cholesky_inverse_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.069s) 2022-09-27T16:24:21.3820090Z test_cholesky_inverse_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.067s) 2022-09-27T16:24:21.4407989Z test_cholesky_inverse_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.059s) 2022-09-27T16:24:21.4972802Z test_cholesky_inverse_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.056s) 2022-09-27T16:24:21.5465187Z test_cholesky_inverse_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.049s) 2022-09-27T16:24:21.5951545Z test_cholesky_inverse_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.049s) 2022-09-27T16:24:21.6462571Z test_cholesky_inverse_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.051s) 2022-09-27T16:24:21.6950562Z test_cholesky_inverse_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.049s) 2022-09-27T16:24:21.7233719Z test_cholesky_solve_batched_broadcasting_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.028s) 2022-09-27T16:24:21.7517721Z test_cholesky_solve_batched_broadcasting_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.028s) 2022-09-27T16:24:21.7761478Z test_cholesky_solve_batched_broadcasting_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.024s) 2022-09-27T16:24:21.7999695Z test_cholesky_solve_batched_broadcasting_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.024s) 2022-09-27T16:24:21.8029561Z 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-27T16:24:21.8030606Z L = torch.cholesky(A) 2022-09-27T16:24:21.8032128Z should be replaced with 2022-09-27T16:24:21.8032425Z L = torch.linalg.cholesky(A) 2022-09-27T16:24:21.8032673Z and 2022-09-27T16:24:21.8032894Z U = torch.cholesky(A, upper=True) 2022-09-27T16:24:21.8033093Z should be replaced with 2022-09-27T16:24:21.8033298Z U = torch.linalg.cholesky(A).mH(). 2022-09-27T16:24:21.8033730Z 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-27T16:24:21.8034128Z L = torch.cholesky(A, upper=upper) 2022-09-27T16:24:21.8222101Z ok (0.022s) 2022-09-27T16:24:21.8435248Z test_cholesky_solve_batched_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.021s) 2022-09-27T16:24:21.8627807Z test_cholesky_solve_batched_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.019s) 2022-09-27T16:24:21.8809600Z test_cholesky_solve_batched_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.018s) 2022-09-27T16:24:21.8829337Z test_cholesky_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-27T16:24:21.8847232Z test_cholesky_solve_batched_many_batches_cpu_complex64 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:24:21.8864090Z test_cholesky_solve_batched_many_batches_cpu_float32 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:24:21.8880752Z test_cholesky_solve_batched_many_batches_cpu_float64 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:24:21.8980879Z test_cholesky_solve_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-09-27T16:24:21.9081543Z test_cholesky_solve_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-09-27T16:24:21.9173901Z test_cholesky_solve_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.009s) 2022-09-27T16:24:21.9263249Z test_cholesky_solve_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.009s) 2022-09-27T16:24:21.9423619Z test_cholesky_solve_out_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:24:21.9584441Z test_cholesky_solve_out_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:24:21.9744175Z test_cholesky_solve_out_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:24:21.9903879Z test_cholesky_solve_out_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:24:22.1196566Z test_cond_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.129s) 2022-09-27T16:24:22.2497525Z test_cond_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.130s) 2022-09-27T16:24:22.3724499Z test_cond_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.123s) 2022-09-27T16:24:22.4889320Z test_cond_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.116s) 2022-09-27T16:24:22.5847179Z test_cond_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.096s) 2022-09-27T16:24:22.6806754Z test_cond_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.096s) 2022-09-27T16:24:22.7762571Z test_cond_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.096s) 2022-09-27T16:24:22.8717989Z test_cond_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.095s) 2022-09-27T16:24:32.4840838Z test_corner_cases_of_cublasltmatmul_cpu_bfloat16 (__main__.TestLinalgCPU) ... ok (9.612s) 2022-09-27T16:24:34.9680112Z test_corner_cases_of_cublasltmatmul_cpu_complex128 (__main__.TestLinalgCPU) ... ok (2.484s) 2022-09-27T16:24:37.1250917Z test_corner_cases_of_cublasltmatmul_cpu_complex64 (__main__.TestLinalgCPU) ... ok (2.157s) 2022-09-27T16:24:38.9430836Z test_corner_cases_of_cublasltmatmul_cpu_float32 (__main__.TestLinalgCPU) ... ok (1.818s) 2022-09-27T16:24:41.0387321Z test_corner_cases_of_cublasltmatmul_cpu_float64 (__main__.TestLinalgCPU) ... ok (2.096s) 2022-09-27T16:24:50.7483341Z test_corner_cases_of_cublasltmatmul_cpu_int16 (__main__.TestLinalgCPU) ... ok (9.710s) 2022-09-27T16:25:02.0091170Z test_corner_cases_of_cublasltmatmul_cpu_int32 (__main__.TestLinalgCPU) ... ok (11.261s) 2022-09-27T16:25:04.6095587Z test_corner_cases_of_cublasltmatmul_cpu_int64 (__main__.TestLinalgCPU) ... ok (2.600s) 2022-09-27T16:25:11.4668780Z test_corner_cases_of_cublasltmatmul_cpu_int8 (__main__.TestLinalgCPU) ... ok (6.857s) 2022-09-27T16:25:17.2201001Z test_corner_cases_of_cublasltmatmul_cpu_uint8 (__main__.TestLinalgCPU) ... ok (5.753s) 2022-09-27T16:25:17.2510476Z test_cross_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.031s) 2022-09-27T16:25:17.3088770Z test_cross_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.058s) 2022-09-27T16:25:17.3126173Z test_cross_with_and_without_dim_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-09-27T16:25:17.3156783Z test_cross_with_and_without_dim_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-09-27T16:25:17.3180719Z test_cublas_addmm_size_10000_cpu_bfloat16 (__main__.TestLinalgCPU) ... skip: Only CUDA 11+ is supported (0.002s) 2022-09-27T16:25:17.3205148Z test_cublas_addmm_size_10000_cpu_float16 (__main__.TestLinalgCPU) ... skip: Only CUDA 11+ is supported (0.002s) 2022-09-27T16:25:17.3229238Z test_cublas_addmm_size_10000_cpu_float32 (__main__.TestLinalgCPU) ... skip: Only CUDA 11+ is supported (0.002s) 2022-09-27T16:25:17.3253605Z test_cublas_addmm_size_1000_cpu_bfloat16 (__main__.TestLinalgCPU) ... skip: Only CUDA 11+ is supported (0.002s) 2022-09-27T16:25:17.3277095Z test_cublas_addmm_size_1000_cpu_float16 (__main__.TestLinalgCPU) ... skip: Only CUDA 11+ is supported (0.002s) 2022-09-27T16:25:17.3299670Z test_cublas_addmm_size_1000_cpu_float32 (__main__.TestLinalgCPU) ... skip: Only CUDA 11+ is supported (0.002s) 2022-09-27T16:25:17.3323662Z test_cublas_addmm_size_100_cpu_bfloat16 (__main__.TestLinalgCPU) ... skip: Only CUDA 11+ is supported (0.002s) 2022-09-27T16:25:17.3347195Z test_cublas_addmm_size_100_cpu_float16 (__main__.TestLinalgCPU) ... skip: Only CUDA 11+ is supported (0.002s) 2022-09-27T16:25:17.3370637Z test_cublas_addmm_size_100_cpu_float32 (__main__.TestLinalgCPU) ... skip: Only CUDA 11+ is supported (0.002s) 2022-09-27T16:25:17.3910381Z test_det_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.054s) 2022-09-27T16:25:17.4308047Z test_det_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.040s) 2022-09-27T16:25:17.8514536Z test_det_logdet_slogdet_batched_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.421s) 2022-09-27T16:25:17.8717225Z 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-27T16:25:17.8718159Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-09-27T16:25:17.8720975Z Q, R = torch.qr(A, some) 2022-09-27T16:25:17.8721230Z should be replaced with 2022-09-27T16:25:17.8722151Z 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-27T16:25:17.8722494Z q, _ = torch.qr(mat) 2022-09-27T16:25:22.6838099Z ok (4.832s) 2022-09-27T16:25:22.7312844Z test_dot_invalid_args_cpu (__main__.TestLinalgCPU) ... ok (0.047s) 2022-09-27T16:25:22.7410322Z test_dot_vs_numpy_cpu_bfloat16 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-09-27T16:25:22.7496731Z test_dot_vs_numpy_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.009s) 2022-09-27T16:25:22.7568555Z test_dot_vs_numpy_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.007s) 2022-09-27T16:25:22.7582179Z 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-27T16:25:22.7602069Z test_eig_compare_backends_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:25:22.7620886Z test_eig_compare_backends_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:25:22.7639705Z test_eig_compare_backends_cpu_float32 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:25:22.7658102Z test_eig_compare_backends_cpu_float64 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:25:22.8154615Z test_eig_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.049s) 2022-09-27T16:25:22.8642851Z test_eig_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.049s) 2022-09-27T16:25:22.9337180Z test_eig_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.069s) 2022-09-27T16:25:23.0025320Z test_eig_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.069s) 2022-09-27T16:25:23.0331041Z test_eig_numpy_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.030s) 2022-09-27T16:25:23.0593195Z test_eig_numpy_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.026s) 2022-09-27T16:25:23.0610420Z test_eig_removed_error_cpu (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:25:23.1023366Z test_eig_with_nan_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.041s) 2022-09-27T16:25:23.1434557Z test_eig_with_nan_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.041s) 2022-09-27T16:25:23.1829504Z test_eig_with_nan_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.039s) 2022-09-27T16:25:23.2226427Z test_eig_with_nan_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.040s) 2022-09-27T16:25:23.3025490Z test_eigh_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.080s) 2022-09-27T16:25:23.3842064Z test_eigh_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.082s) 2022-09-27T16:25:23.4607316Z test_eigh_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.076s) 2022-09-27T16:25:23.5319670Z test_eigh_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.071s) 2022-09-27T16:25:23.6012435Z test_eigh_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.069s) 2022-09-27T16:25:23.6702055Z test_eigh_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.069s) 2022-09-27T16:25:23.7391522Z test_eigh_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.069s) 2022-09-27T16:25:23.8103415Z test_eigh_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.071s) 2022-09-27T16:25:23.8159751Z test_eigh_lower_uplo_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.006s) 2022-09-27T16:25:23.8214028Z test_eigh_lower_uplo_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-09-27T16:25:23.8267902Z test_eigh_lower_uplo_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-09-27T16:25:23.8318021Z test_eigh_lower_uplo_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-09-27T16:25:23.8348440Z test_eigvals_compare_backends_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:25:23.8379032Z test_eigvals_compare_backends_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:25:23.8408577Z test_eigvals_compare_backends_cpu_float32 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:25:23.8436404Z test_eigvals_compare_backends_cpu_float64 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:25:23.8679217Z test_eigvals_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.024s) 2022-09-27T16:25:23.8919630Z test_eigvals_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.024s) 2022-09-27T16:25:23.9200028Z test_eigvals_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.028s) 2022-09-27T16:25:23.9479933Z test_eigvals_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.028s) 2022-09-27T16:25:23.9687574Z test_eigvals_numpy_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.021s) 2022-09-27T16:25:23.9866222Z test_eigvals_numpy_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.018s) 2022-09-27T16:25:24.0246316Z test_eigvalsh_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.038s) 2022-09-27T16:25:24.0651084Z test_eigvalsh_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.040s) 2022-09-27T16:25:24.1040108Z test_eigvalsh_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.039s) 2022-09-27T16:25:24.1400828Z test_eigvalsh_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.036s) 2022-09-27T16:25:24.1738817Z 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-27T16:25:24.1739316Z out = torch.empty_like(t).to(real_dtype) 2022-09-27T16:25:24.1914339Z ok (0.051s) 2022-09-27T16:25:24.2427729Z test_eigvalsh_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.051s) 2022-09-27T16:25:24.2941428Z test_eigvalsh_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.051s) 2022-09-27T16:25:24.3453134Z test_eigvalsh_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.051s) 2022-09-27T16:25:24.3661114Z test_einsum_corner_cases_cpu (__main__.TestLinalgCPU) ... ok (0.021s) 2022-09-27T16:25:24.4083624Z test_einsum_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.042s) 2022-09-27T16:25:24.4413867Z test_einsum_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.033s) 2022-09-27T16:25:24.5099400Z test_einsum_error_cases_cpu (__main__.TestLinalgCPU) ... ok (0.068s) 2022-09-27T16:25:25.2488413Z test_einsum_random_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.739s) 2022-09-27T16:25:25.9112791Z test_einsum_random_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.662s) 2022-09-27T16:25:25.9302460Z test_einsum_sublist_format_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.019s) 2022-09-27T16:25:25.9458799Z test_einsum_sublist_format_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:25:26.0533387Z test_geqrf_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.107s) 2022-09-27T16:25:26.1280942Z test_geqrf_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.075s) 2022-09-27T16:25:26.1885042Z test_geqrf_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.060s) 2022-09-27T16:25:26.2453709Z test_geqrf_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.057s) 2022-09-27T16:25:26.2774659Z test_householder_product_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.032s) 2022-09-27T16:25:26.3098404Z test_householder_product_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.032s) 2022-09-27T16:25:26.3396759Z test_householder_product_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.030s) 2022-09-27T16:25:26.3677154Z test_householder_product_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.028s) 2022-09-27T16:25:26.4223049Z test_householder_product_errors_and_warnings_cpu (__main__.TestLinalgCPU) ... ok (0.054s) 2022-09-27T16:25:26.4696961Z test_inner_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.047s) 2022-09-27T16:25:26.5110051Z test_inner_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.041s) 2022-09-27T16:25:26.6118603Z test_inv_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.101s) 2022-09-27T16:25:26.7120281Z test_inv_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.100s) 2022-09-27T16:25:26.8122499Z test_inv_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.100s) 2022-09-27T16:25:26.9183294Z test_inv_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.106s) 2022-09-27T16:25:26.9200101Z test_inv_ex_info_device_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:25:26.9214837Z test_inv_ex_info_device_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T16:25:26.9228154Z test_inv_ex_info_device_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T16:25:26.9252656Z test_inv_ex_info_device_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T16:25:26.9482906Z test_inv_ex_singular_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.024s) 2022-09-27T16:25:26.9718176Z test_inv_ex_singular_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.023s) 2022-09-27T16:25:26.9953415Z test_inv_ex_singular_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.023s) 2022-09-27T16:25:27.0192168Z test_inv_ex_singular_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.024s) 2022-09-27T16:25:27.0694098Z test_invariance_error_spectral_decompositions_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.050s) 2022-09-27T16:25:27.3672993Z test_inverse_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.298s) 2022-09-27T16:25:27.6720217Z test_inverse_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.305s) 2022-09-27T16:25:27.9259292Z test_inverse_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.254s) 2022-09-27T16:25:28.1879615Z test_inverse_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.262s) 2022-09-27T16:25:28.2723114Z test_inverse_errors_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.084s) 2022-09-27T16:25:28.3564428Z test_inverse_errors_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.084s) 2022-09-27T16:25:28.4403646Z test_inverse_errors_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.084s) 2022-09-27T16:25:28.5247343Z test_inverse_errors_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.084s) 2022-09-27T16:25:32.5412282Z test_inverse_errors_large_cpu_complex128 (__main__.TestLinalgCPU) ... ok (4.016s) 2022-09-27T16:25:34.6130247Z test_inverse_errors_large_cpu_complex64 (__main__.TestLinalgCPU) ... ok (2.072s) 2022-09-27T16:25:35.3408312Z test_inverse_errors_large_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.728s) 2022-09-27T16:25:36.5914712Z test_inverse_errors_large_cpu_float64 (__main__.TestLinalgCPU) ... ok (1.251s) 2022-09-27T16:25:36.5932109Z 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-27T16:25:36.5948347Z test_inverse_many_batches_cpu_complex64 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:25:36.5964441Z test_inverse_many_batches_cpu_float32 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:25:36.5979733Z 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-27T16:25:36.6351353Z test_kron_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.037s) 2022-09-27T16:25:36.6723601Z test_kron_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.037s) 2022-09-27T16:25:36.7040577Z test_kron_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.032s) 2022-09-27T16:25:36.7330531Z test_kron_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.029s) 2022-09-27T16:25:36.7374265Z test_kron_empty_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-09-27T16:25:36.7418211Z test_kron_empty_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-09-27T16:25:36.7459806Z test_kron_empty_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-09-27T16:25:36.7499621Z test_kron_empty_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-09-27T16:25:36.7665229Z 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-27T16:25:36.7665998Z torch.kron(a, b, out=out) 2022-09-27T16:25:36.7666235Z ok (0.017s) 2022-09-27T16:25:36.7828194Z 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-27T16:25:36.7828925Z torch.kron(a, b, out=out) 2022-09-27T16:25:36.7829118Z ok (0.016s) 2022-09-27T16:25:36.7992628Z 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-27T16:25:36.7993376Z torch.kron(a, b, out=out) 2022-09-27T16:25:36.7993566Z ok (0.016s) 2022-09-27T16:25:36.8156290Z 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-27T16:25:36.8157060Z torch.kron(a, b, out=out) 2022-09-27T16:25:36.8157235Z ok (0.016s) 2022-09-27T16:25:36.8301222Z 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-27T16:25:36.8301879Z 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-27T16:25:36.8302279Z To get the qr decomposition consider using torch.linalg.qr. 2022-09-27T16:25:36.8302983Z 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-27T16:25:36.8303651Z The unpacking of the solution, as in 2022-09-27T16:25:36.8303887Z X, _ = torch.lstsq(B, A).solution[:A.size(1)] 2022-09-27T16:25:36.8304089Z should be replaced with 2022-09-27T16:25:36.8304434Z X = torch.linalg.lstsq(A, B).solution (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:3799.) 2022-09-27T16:25:36.8304843Z self.assertRaises(RuntimeError, lambda: torch.lstsq(torch.randn(0, 0), torch.randn(0, 0))) 2022-09-27T16:25:36.8372735Z ok (0.021s) 2022-09-27T16:25:36.8861851Z test_ldl_factor_cpu_complex128 (__main__.TestLinalgCPU) ... test_linalg.py:7375: ComplexWarning: scipy.linalg.ldl(): 2022-09-27T16:25:36.8862764Z The imaginary parts of the diagonalare ignored. Use "hermitian=False" for factorization ofcomplex symmetric arrays. 2022-09-27T16:25:36.8863489Z lambda x: scipy_ldl(x, hermitian=hermitian, lower=True), 2022-09-27T16:25:36.9168273Z ok (0.079s) 2022-09-27T16:25:36.9479999Z test_ldl_factor_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.031s) 2022-09-27T16:25:36.9603516Z test_ldl_factor_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.012s) 2022-09-27T16:25:36.9717458Z test_ldl_factor_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.011s) 2022-09-27T16:25:37.0013880Z test_ldl_solve_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.029s) 2022-09-27T16:25:37.0311508Z test_ldl_solve_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.030s) 2022-09-27T16:25:37.0446239Z test_ldl_solve_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.013s) 2022-09-27T16:25:37.0580201Z test_ldl_solve_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.013s) 2022-09-27T16:25:37.0905109Z test_linalg_cross_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.032s) 2022-09-27T16:25:37.1135043Z test_linalg_cross_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.023s) 2022-09-27T16:25:37.1176522Z test_linalg_cross_with_and_without_dim_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-09-27T16:25:37.1211418Z test_linalg_cross_with_and_without_dim_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-09-27T16:25:37.3885743Z test_linalg_lstsq_batch_broadcasting_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.267s) 2022-09-27T16:25:37.6466590Z test_linalg_lstsq_batch_broadcasting_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.258s) 2022-09-27T16:25:37.8657294Z test_linalg_lstsq_batch_broadcasting_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.219s) 2022-09-27T16:25:38.1097334Z test_linalg_lstsq_batch_broadcasting_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.244s) 2022-09-27T16:25:43.1678125Z test_linalg_lstsq_cpu_complex128 (__main__.TestLinalgCPU) ... ok (5.058s) 2022-09-27T16:25:48.4138615Z test_linalg_lstsq_cpu_complex64 (__main__.TestLinalgCPU) ... ok (5.246s) 2022-09-27T16:25:53.0004165Z test_linalg_lstsq_cpu_float32 (__main__.TestLinalgCPU) ... ok (4.587s) 2022-09-27T16:25:57.3626755Z test_linalg_lstsq_cpu_float64 (__main__.TestLinalgCPU) ... ok (4.362s) 2022-09-27T16:25:57.4521968Z test_linalg_lstsq_input_checks_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.089s) 2022-09-27T16:25:57.5408893Z test_linalg_lstsq_input_checks_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.089s) 2022-09-27T16:25:57.6299594Z test_linalg_lstsq_input_checks_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.089s) 2022-09-27T16:25:57.7189939Z test_linalg_lstsq_input_checks_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.089s) 2022-09-27T16:25:57.7261104Z 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-27T16:25:57.7261601Z LU, pivots = torch.lu(A, compute_pivots) 2022-09-27T16:25:57.7263446Z should be replaced with 2022-09-27T16:25:57.7263828Z LU, pivots = torch.linalg.lu_factor(A, compute_pivots) 2022-09-27T16:25:57.7264557Z and 2022-09-27T16:25:57.7264896Z LU, pivots, info = torch.lu(A, compute_pivots, get_infos=True) 2022-09-27T16:25:57.7265139Z should be replaced with 2022-09-27T16:25:57.7265509Z 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-27T16:25:57.7265920Z return torch._lu_with_info(A, pivot=pivot, check_errors=(not get_infos)) 2022-09-27T16:25:59.0341053Z ok (1.315s) 2022-09-27T16:26:00.3969270Z test_linalg_lu_family_cpu_complex64 (__main__.TestLinalgCPU) ... ok (1.363s) 2022-09-27T16:26:01.5423613Z test_linalg_lu_family_cpu_float32 (__main__.TestLinalgCPU) ... ok (1.145s) 2022-09-27T16:26:03.1660074Z test_linalg_lu_family_cpu_float64 (__main__.TestLinalgCPU) ... ok (1.624s) 2022-09-27T16:26:03.3073833Z test_linalg_lu_solve_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.141s) 2022-09-27T16:26:03.4348131Z test_linalg_lu_solve_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.127s) 2022-09-27T16:26:03.5285436Z test_linalg_lu_solve_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.094s) 2022-09-27T16:26:03.6321706Z test_linalg_lu_solve_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.104s) 2022-09-27T16:26:03.6371644Z test_linalg_matrix_exp_analytic_cpu_complex128 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-09-27T16:26:03.6425246Z test_linalg_matrix_exp_analytic_cpu_complex64 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-09-27T16:26:03.6478806Z test_linalg_matrix_exp_analytic_cpu_float32 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-09-27T16:26:03.6531618Z test_linalg_matrix_exp_analytic_cpu_float64 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-09-27T16:26:03.7759468Z test_linalg_matrix_exp_batch_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.123s) 2022-09-27T16:26:03.8996866Z test_linalg_matrix_exp_batch_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.124s) 2022-09-27T16:26:03.9264499Z test_linalg_matrix_exp_boundary_cases_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.027s) 2022-09-27T16:26:03.9526329Z test_linalg_matrix_exp_boundary_cases_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.026s) 2022-09-27T16:26:03.9788388Z test_linalg_matrix_exp_boundary_cases_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.026s) 2022-09-27T16:26:04.0050589Z test_linalg_matrix_exp_boundary_cases_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.026s) 2022-09-27T16:26:04.3577062Z test_linalg_matrix_exp_compare_with_taylor_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.353s) 2022-09-27T16:26:04.6843746Z test_linalg_matrix_exp_compare_with_taylor_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.327s) 2022-09-27T16:26:04.9943014Z test_linalg_matrix_exp_compare_with_taylor_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.310s) 2022-09-27T16:26:05.3195806Z test_linalg_matrix_exp_compare_with_taylor_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.325s) 2022-09-27T16:26:05.3257864Z test_linalg_matrix_exp_no_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.006s) 2022-09-27T16:26:05.4800945Z test_linalg_matrix_exp_utils_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.154s) 2022-09-27T16:26:05.5818962Z test_linalg_matrix_exp_utils_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.102s) 2022-09-27T16:26:05.6048665Z test_linalg_qr_autograd_errors_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.023s) 2022-09-27T16:26:05.7066771Z test_linalg_solve_triangular_broadcasting_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.102s) 2022-09-27T16:26:05.7904264Z test_linalg_solve_triangular_broadcasting_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.084s) 2022-09-27T16:26:05.8536790Z test_linalg_solve_triangular_broadcasting_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.063s) 2022-09-27T16:26:05.9169772Z test_linalg_solve_triangular_broadcasting_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.063s) 2022-09-27T16:26:15.4670433Z test_linalg_solve_triangular_cpu_complex128 (__main__.TestLinalgCPU) ... ok (9.550s) 2022-09-27T16:26:23.7040406Z test_linalg_solve_triangular_cpu_complex64 (__main__.TestLinalgCPU) ... ok (8.237s) 2022-09-27T16:26:25.1691414Z test_linalg_solve_triangular_cpu_float32 (__main__.TestLinalgCPU) ... ok (1.465s) 2022-09-27T16:26:26.5670778Z test_linalg_solve_triangular_cpu_float64 (__main__.TestLinalgCPU) ... ok (1.398s) 2022-09-27T16:26:26.5687907Z test_linalg_solve_triangular_large_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:26:26.5703562Z test_linalg_solve_triangular_large_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:26:26.5718345Z test_linalg_solve_triangular_large_cpu_float32 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:26:26.5732955Z test_linalg_solve_triangular_large_cpu_float64 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:26:26.5955529Z test_linear_algebra_scalar_raises_cpu (__main__.TestLinalgCPU) ... ok (0.022s) 2022-09-27T16:26:26.6062907Z 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-27T16:26:26.6063524Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-09-27T16:26:26.6065186Z L, _ = torch.symeig(A, upper=upper) 2022-09-27T16:26:26.6065664Z should be replaced with 2022-09-27T16:26:26.6066246Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-09-27T16:26:26.6066463Z and 2022-09-27T16:26:26.6066659Z L, V = torch.symeig(A, eigenvectors=True) 2022-09-27T16:26:26.6066859Z should be replaced with 2022-09-27T16:26:26.6067348Z 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-27T16:26:26.6067697Z e = torch.symeig(A)[0] 2022-09-27T16:26:30.3599008Z ok (3.764s) 2022-09-27T16:26:56.4512819Z test_lobpcg_ortho_cpu_float64 (__main__.TestLinalgCPU) ... ok (26.091s) 2022-09-27T16:26:56.4602901Z test_lobpcg_scipy_cpu_float64 (__main__.TestLinalgCPU) 2022-09-27T16:27:26.9809631Z Compare torch and scipy.sparse.linalg implementations of lobpcg ... 2022-09-27T16:27:26.9810081Z CPU timings: torch.lobpcg vs scipy.sparse.linalg.lobpcg 2022-09-27T16:27:26.9810513Z ------------------------------------------------------- 2022-09-27T16:27:26.9810991Z | standard | generalized | method 2022-09-27T16:27:26.9811421Z torch.lobpcg | 1042.07 | 1213.02 | ortho 2022-09-27T16:27:26.9811732Z scipy_lobpcg | 208.75 | 247.72 | N/A 2022-09-27T16:27:26.9812052Z -(input size: 500, eigenpairs: 7, units: ms per call)- 2022-09-27T16:27:26.9812244Z 2022-09-27T16:27:47.3909790Z Calling scipy_lobpcg failed [standard]: expected 1-d or 2-d array or matrix, got array(None, dtype=object) 2022-09-27T16:28:12.2668455Z Handling of small tol=1e-100: torch.lobpcg vs scipy.sparse.linalg.lobpcg 2022-09-27T16:28:12.2669050Z ---------------------------------------------------------------------------- 2022-09-27T16:28:12.2669512Z | standard | generalized | niter | method 2022-09-27T16:28:12.2670302Z torch.lobpcg | 1.38e-13 | 6.67e-15 | 1000 | ortho 2022-09-27T16:28:12.2670853Z scipy_lobpcg | -1.00e+00 | 4.59e-08 | -1 | N/A 2022-09-27T16:28:12.2671263Z ---(input size: 500, eigenpairs: 7, units: relative error, maxiter=1000)--- 2022-09-27T16:28:12.2671437Z 2022-09-27T16:28:12.2690548Z ok (75.818s) 2022-09-27T16:28:17.3769370Z test_lobpcg_torchscript_cpu_float64 (__main__.TestLinalgCPU) ... ok (5.108s) 2022-09-27T16:28:17.3962992Z 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-27T16:28:17.3963988Z res3 = torch.lstsq(b, a, out=(b, a))[0] 2022-09-27T16:28:17.3988903Z ok (0.022s) 2022-09-27T16:28:17.4038362Z 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-27T16:28:17.4039115Z Note that torch.linalg.lu_solve has its arguments reversed. 2022-09-27T16:28:17.4039511Z X = torch.lu_solve(B, LU, pivots) 2022-09-27T16:28:17.4039832Z should be replaced with 2022-09-27T16:28:17.4040672Z X = torch.linalg.lu_solve(LU, pivots, B) (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2079.) 2022-09-27T16:28:17.4041213Z x = torch.lu_solve(b, LU_data, LU_pivots) 2022-09-27T16:28:17.4159963Z ok (0.017s) 2022-09-27T16:28:17.4330186Z test_lu_solve_batched_broadcasting_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.017s) 2022-09-27T16:28:17.4469974Z test_lu_solve_batched_broadcasting_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.014s) 2022-09-27T16:28:17.4596396Z test_lu_solve_batched_broadcasting_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.013s) 2022-09-27T16:28:17.4772491Z test_lu_solve_batched_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.017s) 2022-09-27T16:28:17.4952104Z test_lu_solve_batched_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.018s) 2022-09-27T16:28:17.5111745Z test_lu_solve_batched_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:28:17.5266235Z test_lu_solve_batched_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.015s) 2022-09-27T16:28:17.5281972Z test_lu_solve_batched_many_batches_cpu_complex128 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:28:17.5296393Z 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-27T16:28:17.5310491Z 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-27T16:28:17.5324197Z 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-27T16:28:17.5437504Z test_lu_solve_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.011s) 2022-09-27T16:28:17.5548732Z test_lu_solve_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.011s) 2022-09-27T16:28:17.5643928Z test_lu_solve_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-09-27T16:28:17.5736419Z test_lu_solve_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.009s) 2022-09-27T16:28:17.5749583Z test_lu_solve_large_matrices_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:28:17.5762285Z test_lu_solve_large_matrices_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:28:17.5774674Z test_lu_solve_large_matrices_cpu_float32 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:28:17.5786545Z test_lu_solve_large_matrices_cpu_float64 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:28:17.5903121Z test_lu_unpack_check_input_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.012s) 2022-09-27T16:28:17.5918576Z test_matmul_45724_cpu (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:28:17.6517401Z 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-27T16:28:17.6518357Z ans = torch.matmul(x, y, out=out) 2022-09-27T16:28:17.6621553Z 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-27T16:28:17.6622204Z ans = torch.matmul(x, y, out=out) 2022-09-27T16:28:17.6729682Z 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-27T16:28:17.6730306Z ans = torch.matmul(x, y, out=out) 2022-09-27T16:28:20.0256542Z ok (2.434s) 2022-09-27T16:28:21.8995035Z test_matmul_small_brute_force_1d_Nd_cpu_float32 (__main__.TestLinalgCPU) ... ok (1.874s) 2022-09-27T16:28:22.7613656Z test_matmul_small_brute_force_1d_Nd_cpu_int64 (__main__.TestLinalgCPU) ... ok (0.862s) 2022-09-27T16:28:32.8163191Z test_matmul_small_brute_force_2d_Nd_cpu_complex64 (__main__.TestLinalgCPU) ... ok (10.055s) 2022-09-27T16:28:40.2379382Z test_matmul_small_brute_force_2d_Nd_cpu_float32 (__main__.TestLinalgCPU) ... ok (7.421s) 2022-09-27T16:28:43.8777102Z test_matmul_small_brute_force_2d_Nd_cpu_int64 (__main__.TestLinalgCPU) ... ok (3.640s) 2022-09-27T16:28:55.1511085Z test_matmul_small_brute_force_3d_Nd_cpu_complex64 (__main__.TestLinalgCPU) ... ok (11.273s) 2022-09-27T16:29:03.8210324Z test_matmul_small_brute_force_3d_Nd_cpu_float32 (__main__.TestLinalgCPU) ... ok (8.670s) 2022-09-27T16:29:07.8780691Z test_matmul_small_brute_force_3d_Nd_cpu_int64 (__main__.TestLinalgCPU) ... ok (4.057s) 2022-09-27T16:29:07.9040118Z test_matrix_norm_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.026s) 2022-09-27T16:29:07.9289691Z test_matrix_norm_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.025s) 2022-09-27T16:29:07.9905502Z test_matrix_power_negative_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.061s) 2022-09-27T16:29:08.0422928Z test_matrix_power_negative_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.052s) 2022-09-27T16:29:08.0813076Z test_matrix_power_non_negative_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.039s) 2022-09-27T16:29:08.1145569Z test_matrix_power_non_negative_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.033s) 2022-09-27T16:29:08.1811460Z test_matrix_rank_atol_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.066s) 2022-09-27T16:29:08.2708899Z test_matrix_rank_atol_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.090s) 2022-09-27T16:29:08.3328326Z test_matrix_rank_atol_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.062s) 2022-09-27T16:29:08.3947584Z test_matrix_rank_atol_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.062s) 2022-09-27T16:29:08.4011069Z test_matrix_rank_atol_rtol_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.006s) 2022-09-27T16:29:08.4048791Z test_matrix_rank_basic_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-09-27T16:29:08.4086502Z test_matrix_rank_basic_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-09-27T16:29:08.4125654Z test_matrix_rank_basic_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-09-27T16:29:08.4164483Z test_matrix_rank_basic_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-09-27T16:29:08.4572750Z test_matrix_rank_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.041s) 2022-09-27T16:29:08.4988489Z test_matrix_rank_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.041s) 2022-09-27T16:29:08.5374484Z test_matrix_rank_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.039s) 2022-09-27T16:29:08.5748529Z test_matrix_rank_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.037s) 2022-09-27T16:29:08.6070491Z test_matrix_rank_empty_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.032s) 2022-09-27T16:29:08.6399242Z test_matrix_rank_empty_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.033s) 2022-09-27T16:29:08.6722895Z test_matrix_rank_empty_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.032s) 2022-09-27T16:29:08.7042650Z test_matrix_rank_empty_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.032s) 2022-09-27T16:29:08.7147797Z test_matrix_rank_out_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-09-27T16:29:08.7247634Z test_matrix_rank_out_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-09-27T16:29:08.7347322Z test_matrix_rank_out_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-09-27T16:29:08.7446433Z test_matrix_rank_out_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-09-27T16:29:08.7552335Z test_mm_bmm_non_memory_dense_cpu (__main__.TestLinalgCPU) ... ok (0.010s) 2022-09-27T16:29:08.7603994Z test_mm_cpu_complex128 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-09-27T16:29:08.7654316Z test_mm_cpu_complex64 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-09-27T16:29:08.7702797Z test_mm_cpu_float32 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-09-27T16:29:08.7750948Z test_mm_cpu_float64 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-09-27T16:29:08.7798014Z test_mm_cpu_int32 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-09-27T16:29:08.7845118Z test_mm_cpu_int64 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-09-27T16:29:08.8432828Z test_multi_dot_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.059s) 2022-09-27T16:29:08.8724261Z test_multi_dot_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.029s) 2022-09-27T16:29:08.9260694Z test_multi_dot_errors_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.054s) 2022-09-27T16:29:08.9959341Z test_norm_complex_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.070s) 2022-09-27T16:29:09.0492170Z test_norm_complex_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.053s) 2022-09-27T16:29:09.0669178Z test_norm_complex_old_cpu (__main__.TestLinalgCPU) ... ok (0.018s) 2022-09-27T16:29:09.2472128Z test_norm_dtype_cpu_bfloat16 (__main__.TestLinalgCPU) ... ok (0.180s) 2022-09-27T16:29:09.3782740Z test_norm_dtype_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.131s) 2022-09-27T16:29:09.6439000Z test_norm_dtype_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.266s) 2022-09-27T16:29:09.8400588Z test_norm_dtype_cpu_float16 (__main__.TestLinalgCPU) ... ok (0.196s) 2022-09-27T16:29:10.0725851Z test_norm_dtype_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.232s) 2022-09-27T16:29:10.1850114Z test_norm_dtype_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.112s) 2022-09-27T16:29:10.5224904Z test_norm_errors_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.337s) 2022-09-27T16:29:10.8586718Z test_norm_errors_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.336s) 2022-09-27T16:29:10.8643355Z 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-27T16:29:10.8644607Z ret **= (1 / ord) 2022-09-27T16:29:10.8679456Z /opt/conda/lib/python3.7/site-packages/numpy/linalg/linalg.py:2514: RuntimeWarning: divide by zero encountered in reciprocal 2022-09-27T16:29:10.8679815Z absx **= ord 2022-09-27T16:29:10.8681164Z /opt/conda/lib/python3.7/site-packages/numpy/linalg/linalg.py:2514: RuntimeWarning: divide by zero encountered in power 2022-09-27T16:29:10.8681643Z absx **= ord 2022-09-27T16:29:10.9602792Z ok (0.102s) 2022-09-27T16:29:10.9671845Z test_norm_fastpaths_cpu (__main__.TestLinalgCPU) ... ok (0.007s) 2022-09-27T16:29:11.5391781Z test_norm_fro_2_equivalence_old_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.572s) 2022-09-27T16:29:11.5411105Z test_norm_fused_type_promotion_cpu_bfloat16 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:29:11.5430033Z test_norm_fused_type_promotion_cpu_float16 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:29:12.1015757Z test_norm_matrix_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.558s) 2022-09-27T16:29:12.7235399Z test_norm_matrix_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.622s) 2022-09-27T16:29:13.8728566Z test_norm_matrix_degenerate_shapes_cpu_complex128 (__main__.TestLinalgCPU) ... ok (1.149s) 2022-09-27T16:29:15.0281556Z test_norm_matrix_degenerate_shapes_cpu_complex64 (__main__.TestLinalgCPU) ... ok (1.155s) 2022-09-27T16:29:16.2154852Z test_norm_matrix_degenerate_shapes_cpu_float32 (__main__.TestLinalgCPU) ... ok (1.187s) 2022-09-27T16:29:17.3704182Z test_norm_matrix_degenerate_shapes_cpu_float64 (__main__.TestLinalgCPU) ... ok (1.155s) 2022-09-27T16:29:17.4878890Z test_norm_old_cpu (__main__.TestLinalgCPU) ... ok (0.117s) 2022-09-27T16:29:17.5018899Z test_norm_old_nan_propagation_cpu (__main__.TestLinalgCPU) ... ok (0.014s) 2022-09-27T16:29:17.8409748Z test_norm_vector_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.339s) 2022-09-27T16:29:18.7646502Z test_norm_vector_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.924s) 2022-09-27T16:29:18.7666326Z test_norm_vector_degenerate_shapes_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Skipped on ASAN since it checks for undefined behavior. (0.002s) 2022-09-27T16:29:18.7685968Z test_norm_vector_degenerate_shapes_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Skipped on ASAN since it checks for undefined behavior. (0.002s) 2022-09-27T16:29:18.7705219Z test_norm_vector_degenerate_shapes_cpu_float32 (__main__.TestLinalgCPU) ... skip: Skipped on ASAN since it checks for undefined behavior. (0.002s) 2022-09-27T16:29:18.7724279Z test_norm_vector_degenerate_shapes_cpu_float64 (__main__.TestLinalgCPU) ... skip: Skipped on ASAN since it checks for undefined behavior. (0.002s) 2022-09-27T16:29:21.1883363Z test_nuclear_norm_axes_small_brute_force_old_cpu (__main__.TestLinalgCPU) ... ok (2.416s) 2022-09-27T16:29:21.2448494Z test_nuclear_norm_exceptions_old_cpu (__main__.TestLinalgCPU) ... ok (0.056s) 2022-09-27T16:29:21.2760089Z test_nuclear_norm_out_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.031s) 2022-09-27T16:29:21.3148314Z test_nuclear_norm_out_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.039s) 2022-09-27T16:29:21.3422494Z test_old_cholesky_batched_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.027s) 2022-09-27T16:29:21.3689636Z test_old_cholesky_batched_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.027s) 2022-09-27T16:29:21.3908325Z test_old_cholesky_batched_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.022s) 2022-09-27T16:29:21.4123962Z test_old_cholesky_batched_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.021s) 2022-09-27T16:29:21.4141837Z test_old_cholesky_batched_many_batches_cpu_float64 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:29:21.4154099Z test_old_cholesky_batched_upper_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:29:21.4166044Z test_old_cholesky_batched_upper_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:29:21.4177539Z test_old_cholesky_batched_upper_cpu_float32 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:29:21.4189290Z test_old_cholesky_batched_upper_cpu_float64 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:29:21.4245799Z test_old_cholesky_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.006s) 2022-09-27T16:29:21.4301270Z test_old_cholesky_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-09-27T16:29:21.4350262Z test_old_cholesky_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-09-27T16:29:21.4399045Z test_old_cholesky_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-09-27T16:29:21.4424025Z test_old_cholesky_empty_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:29:21.4449648Z test_old_cholesky_empty_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-09-27T16:29:21.4473574Z test_old_cholesky_empty_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:29:21.4496265Z test_old_cholesky_empty_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:29:21.4533423Z 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-27T16:29:21.4534064Z self.assertEqual(torch.matrix_rank(a).item(), 10) 2022-09-27T16:29:21.4634040Z 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-27T16:29:21.4634663Z self.assertEqual(torch.matrix_rank(a, 0.01), np.linalg.matrix_rank(a.cpu().numpy(), 0.01)) 2022-09-27T16:29:21.4687591Z ok (0.019s) 2022-09-27T16:29:21.4861834Z test_old_matrix_rank_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.017s) 2022-09-27T16:29:21.5022170Z test_old_matrix_rank_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:29:21.5173798Z test_old_matrix_rank_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.015s) 2022-09-27T16:29:21.8730764Z test_ormqr_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.356s) 2022-09-27T16:29:22.2442417Z test_ormqr_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.371s) 2022-09-27T16:29:22.5324409Z test_ormqr_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.288s) 2022-09-27T16:29:22.8128270Z test_ormqr_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.280s) 2022-09-27T16:29:22.8787688Z test_ormqr_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.066s) 2022-09-27T16:29:22.9432744Z test_ormqr_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.064s) 2022-09-27T16:29:23.0037528Z test_ormqr_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.060s) 2022-09-27T16:29:23.0643734Z test_ormqr_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.061s) 2022-09-27T16:29:23.0778678Z 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-27T16:29:23.0779177Z torch.ger(a, b, out=out) 2022-09-27T16:29:23.1018774Z ok (0.037s) 2022-09-27T16:29:23.1151137Z test_outer_cpu_bool (__main__.TestLinalgCPU) ... ok (0.013s) 2022-09-27T16:29:23.1657032Z test_outer_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.050s) 2022-09-27T16:29:23.2119804Z test_outer_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.046s) 2022-09-27T16:29:23.2493002Z test_outer_cpu_float16 (__main__.TestLinalgCPU) ... ok (0.037s) 2022-09-27T16:29:23.2859063Z test_outer_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.037s) 2022-09-27T16:29:23.3217572Z test_outer_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.036s) 2022-09-27T16:29:23.3349368Z test_outer_cpu_int16 (__main__.TestLinalgCPU) ... ok (0.013s) 2022-09-27T16:29:23.3481889Z test_outer_cpu_int32 (__main__.TestLinalgCPU) ... ok (0.013s) 2022-09-27T16:29:23.3602132Z test_outer_cpu_int64 (__main__.TestLinalgCPU) ... ok (0.012s) 2022-09-27T16:29:23.3728972Z test_outer_cpu_int8 (__main__.TestLinalgCPU) ... ok (0.013s) 2022-09-27T16:29:23.3871819Z test_outer_cpu_uint8 (__main__.TestLinalgCPU) ... ok (0.014s) 2022-09-27T16:29:23.4355647Z test_outer_ger_addr_legacy_tests_cpu (__main__.TestLinalgCPU) ... ok (0.048s) 2022-09-27T16:29:23.4382257Z test_outer_type_promotion_cpu_bfloat16_bfloat16 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-09-27T16:29:23.4406991Z test_outer_type_promotion_cpu_bfloat16_bool (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:29:23.4430329Z test_outer_type_promotion_cpu_bfloat16_complex128 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:29:23.4452542Z test_outer_type_promotion_cpu_bfloat16_complex64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:29:23.4476883Z test_outer_type_promotion_cpu_bfloat16_float16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:29:23.4498630Z test_outer_type_promotion_cpu_bfloat16_float32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:29:23.4521061Z test_outer_type_promotion_cpu_bfloat16_float64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:29:23.4542769Z test_outer_type_promotion_cpu_bfloat16_int16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:29:23.4564798Z test_outer_type_promotion_cpu_bfloat16_int32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:29:23.4586682Z test_outer_type_promotion_cpu_bfloat16_int64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:29:23.4609179Z test_outer_type_promotion_cpu_bfloat16_int8 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:29:23.4631334Z test_outer_type_promotion_cpu_bfloat16_uint8 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:29:23.4653042Z test_outer_type_promotion_cpu_bool_bfloat16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:29:23.4673837Z test_outer_type_promotion_cpu_bool_bool (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:29:23.4696219Z test_outer_type_promotion_cpu_bool_complex128 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:29:23.4718458Z test_outer_type_promotion_cpu_bool_complex64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:29:23.4741176Z test_outer_type_promotion_cpu_bool_float16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:29:23.4763419Z test_outer_type_promotion_cpu_bool_float32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:29:23.4785286Z test_outer_type_promotion_cpu_bool_float64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:29:23.4807469Z test_outer_type_promotion_cpu_bool_int16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:29:23.4829831Z test_outer_type_promotion_cpu_bool_int32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:29:23.4852201Z test_outer_type_promotion_cpu_bool_int64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:29:23.4874636Z test_outer_type_promotion_cpu_bool_int8 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:29:23.4896699Z test_outer_type_promotion_cpu_bool_uint8 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:29:23.4919613Z test_outer_type_promotion_cpu_complex128_bfloat16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:29:23.4941637Z test_outer_type_promotion_cpu_complex128_bool (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:29:23.4962377Z test_outer_type_promotion_cpu_complex128_complex128 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:29:23.4984736Z test_outer_type_promotion_cpu_complex128_complex64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:29:23.5007824Z test_outer_type_promotion_cpu_complex128_float16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:29:23.5030013Z test_outer_type_promotion_cpu_complex128_float32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:29:23.5052110Z test_outer_type_promotion_cpu_complex128_float64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:29:23.5074475Z test_outer_type_promotion_cpu_complex128_int16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:29:23.5096548Z test_outer_type_promotion_cpu_complex128_int32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:29:23.5118900Z test_outer_type_promotion_cpu_complex128_int64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:29:23.5140342Z test_outer_type_promotion_cpu_complex128_int8 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:29:23.5162515Z test_outer_type_promotion_cpu_complex128_uint8 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:29:23.5184386Z test_outer_type_promotion_cpu_complex64_bfloat16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:29:23.5205521Z test_outer_type_promotion_cpu_complex64_bool (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:29:23.5227052Z test_outer_type_promotion_cpu_complex64_complex128 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:29:23.5247214Z test_outer_type_promotion_cpu_complex64_complex64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:29:23.5269169Z test_outer_type_promotion_cpu_complex64_float16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:29:23.5290671Z test_outer_type_promotion_cpu_complex64_float32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:29:23.5312922Z test_outer_type_promotion_cpu_complex64_float64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:29:23.5334072Z test_outer_type_promotion_cpu_complex64_int16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:29:23.5356252Z test_outer_type_promotion_cpu_complex64_int32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:29:23.5377217Z test_outer_type_promotion_cpu_complex64_int64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:29:23.5399207Z test_outer_type_promotion_cpu_complex64_int8 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:29:23.5420397Z test_outer_type_promotion_cpu_complex64_uint8 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:29:23.5443272Z test_outer_type_promotion_cpu_float16_bfloat16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:29:23.5465281Z test_outer_type_promotion_cpu_float16_bool (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:29:23.5488039Z test_outer_type_promotion_cpu_float16_complex128 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:29:23.5510358Z test_outer_type_promotion_cpu_float16_complex64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:29:23.5531235Z test_outer_type_promotion_cpu_float16_float16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:29:23.5553240Z test_outer_type_promotion_cpu_float16_float32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:29:23.5575447Z test_outer_type_promotion_cpu_float16_float64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:29:23.5598309Z test_outer_type_promotion_cpu_float16_int16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:29:23.5620724Z test_outer_type_promotion_cpu_float16_int32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:29:23.5643630Z test_outer_type_promotion_cpu_float16_int64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:29:23.5665571Z test_outer_type_promotion_cpu_float16_int8 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:29:23.5688404Z test_outer_type_promotion_cpu_float16_uint8 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:29:23.5710593Z test_outer_type_promotion_cpu_float32_bfloat16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:29:23.5731660Z test_outer_type_promotion_cpu_float32_bool (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:29:23.5753609Z test_outer_type_promotion_cpu_float32_complex128 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:29:23.5774922Z test_outer_type_promotion_cpu_float32_complex64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:29:23.5797158Z test_outer_type_promotion_cpu_float32_float16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:29:23.5816639Z test_outer_type_promotion_cpu_float32_float32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:29:23.5838297Z test_outer_type_promotion_cpu_float32_float64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:29:23.5859481Z test_outer_type_promotion_cpu_float32_int16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:29:23.5880834Z test_outer_type_promotion_cpu_float32_int32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:29:23.5903315Z test_outer_type_promotion_cpu_float32_int64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:29:23.5926679Z test_outer_type_promotion_cpu_float32_int8 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:29:23.5948750Z test_outer_type_promotion_cpu_float32_uint8 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:29:23.5970452Z test_outer_type_promotion_cpu_float64_bfloat16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:29:23.5992812Z test_outer_type_promotion_cpu_float64_bool (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:29:23.6015919Z test_outer_type_promotion_cpu_float64_complex128 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:29:23.6040518Z test_outer_type_promotion_cpu_float64_complex64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:29:23.6064330Z test_outer_type_promotion_cpu_float64_float16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:29:23.6087546Z test_outer_type_promotion_cpu_float64_float32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:29:23.6109333Z test_outer_type_promotion_cpu_float64_float64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:29:23.6132350Z test_outer_type_promotion_cpu_float64_int16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:29:23.6156160Z test_outer_type_promotion_cpu_float64_int32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:29:23.6179464Z test_outer_type_promotion_cpu_float64_int64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:29:23.6202865Z test_outer_type_promotion_cpu_float64_int8 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:29:23.6226045Z test_outer_type_promotion_cpu_float64_uint8 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:29:23.6249338Z test_outer_type_promotion_cpu_int16_bfloat16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:29:23.6272552Z test_outer_type_promotion_cpu_int16_bool (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:29:23.6295920Z test_outer_type_promotion_cpu_int16_complex128 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:29:23.6319011Z test_outer_type_promotion_cpu_int16_complex64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:29:23.6342399Z test_outer_type_promotion_cpu_int16_float16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:29:23.6365376Z test_outer_type_promotion_cpu_int16_float32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:29:23.6388366Z test_outer_type_promotion_cpu_int16_float64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:29:23.6410178Z test_outer_type_promotion_cpu_int16_int16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:29:23.6432798Z test_outer_type_promotion_cpu_int16_int32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:29:23.6455441Z test_outer_type_promotion_cpu_int16_int64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:29:23.6478357Z test_outer_type_promotion_cpu_int16_int8 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:29:23.6500841Z test_outer_type_promotion_cpu_int16_uint8 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:29:23.6523978Z test_outer_type_promotion_cpu_int32_bfloat16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:29:23.6546996Z test_outer_type_promotion_cpu_int32_bool (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:29:23.6570200Z test_outer_type_promotion_cpu_int32_complex128 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:29:23.6593003Z test_outer_type_promotion_cpu_int32_complex64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:29:23.6616576Z test_outer_type_promotion_cpu_int32_float16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:29:23.6639645Z test_outer_type_promotion_cpu_int32_float32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:29:23.6662329Z test_outer_type_promotion_cpu_int32_float64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:29:23.6685114Z test_outer_type_promotion_cpu_int32_int16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:29:23.6706648Z test_outer_type_promotion_cpu_int32_int32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:29:23.6729644Z test_outer_type_promotion_cpu_int32_int64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:29:23.6752265Z test_outer_type_promotion_cpu_int32_int8 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:29:23.6774410Z test_outer_type_promotion_cpu_int32_uint8 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:29:23.6797183Z test_outer_type_promotion_cpu_int64_bfloat16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:29:23.6819552Z test_outer_type_promotion_cpu_int64_bool (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:29:23.6842414Z test_outer_type_promotion_cpu_int64_complex128 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:29:23.6864787Z test_outer_type_promotion_cpu_int64_complex64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:29:23.6888684Z test_outer_type_promotion_cpu_int64_float16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:29:23.6978485Z test_outer_type_promotion_cpu_int64_float32 (__main__.TestLinalgCPU) ... ok (0.009s) 2022-09-27T16:29:23.7001915Z test_outer_type_promotion_cpu_int64_float64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:29:23.7024448Z test_outer_type_promotion_cpu_int64_int16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:29:23.7047185Z test_outer_type_promotion_cpu_int64_int32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:29:23.7068471Z test_outer_type_promotion_cpu_int64_int64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:29:23.7091343Z test_outer_type_promotion_cpu_int64_int8 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:29:23.7114407Z test_outer_type_promotion_cpu_int64_uint8 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:29:23.7137230Z test_outer_type_promotion_cpu_int8_bfloat16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:29:23.7160258Z test_outer_type_promotion_cpu_int8_bool (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:29:23.7183056Z test_outer_type_promotion_cpu_int8_complex128 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:29:23.7206024Z test_outer_type_promotion_cpu_int8_complex64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:29:23.7229556Z test_outer_type_promotion_cpu_int8_float16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:29:23.7252199Z test_outer_type_promotion_cpu_int8_float32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:29:23.7275386Z test_outer_type_promotion_cpu_int8_float64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:29:23.7298081Z test_outer_type_promotion_cpu_int8_int16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:29:23.7320982Z test_outer_type_promotion_cpu_int8_int32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:29:23.7343398Z test_outer_type_promotion_cpu_int8_int64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:29:23.7365152Z test_outer_type_promotion_cpu_int8_int8 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:29:23.7388864Z test_outer_type_promotion_cpu_int8_uint8 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:29:23.7412044Z test_outer_type_promotion_cpu_uint8_bfloat16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:29:23.7435432Z test_outer_type_promotion_cpu_uint8_bool (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:29:23.7458894Z test_outer_type_promotion_cpu_uint8_complex128 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:29:23.7482420Z test_outer_type_promotion_cpu_uint8_complex64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:29:23.7506590Z test_outer_type_promotion_cpu_uint8_float16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:29:23.7530010Z test_outer_type_promotion_cpu_uint8_float32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:29:23.7553521Z test_outer_type_promotion_cpu_uint8_float64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:29:23.7576811Z test_outer_type_promotion_cpu_uint8_int16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:29:23.7600370Z test_outer_type_promotion_cpu_uint8_int32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:29:23.7623134Z test_outer_type_promotion_cpu_uint8_int64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:29:23.7647514Z test_outer_type_promotion_cpu_uint8_int8 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:29:23.7668769Z test_outer_type_promotion_cpu_uint8_uint8 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:29:32.7901175Z test_pca_lowrank_cpu (__main__.TestLinalgCPU) ... ok (9.023s) 2022-09-27T16:29:33.2827861Z test_pinv_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.493s) 2022-09-27T16:29:33.8042390Z test_pinv_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.521s) 2022-09-27T16:29:34.2480000Z test_pinv_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.444s) 2022-09-27T16:29:34.7150378Z test_pinv_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.467s) 2022-09-27T16:29:34.7665562Z test_pinv_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.051s) 2022-09-27T16:29:34.8176979Z test_pinv_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.051s) 2022-09-27T16:29:34.8688809Z test_pinv_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.051s) 2022-09-27T16:29:34.9200557Z test_pinv_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.051s) 2022-09-27T16:29:34.9849054Z test_pinverse_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.065s) 2022-09-27T16:29:35.0487983Z test_pinverse_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.064s) 2022-09-27T16:29:35.1027408Z test_pinverse_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.054s) 2022-09-27T16:29:35.1522751Z test_pinverse_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.049s) 2022-09-27T16:29:35.1537979Z test_preferred_linalg_library_cpu (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:29:35.1557672Z test_qr_batched_cpu_complex128 (__main__.TestLinalgCPU) 2022-09-27T16:29:35.1636600Z test torch.linalg.qr vs numpy.linalg.qr. We need some special logic ... ok (0.010s) 2022-09-27T16:29:35.1653449Z test_qr_batched_cpu_complex64 (__main__.TestLinalgCPU) 2022-09-27T16:29:35.1731207Z test torch.linalg.qr vs numpy.linalg.qr. We need some special logic ... ok (0.009s) 2022-09-27T16:29:35.1748274Z test_qr_batched_cpu_float32 (__main__.TestLinalgCPU) 2022-09-27T16:29:35.1823511Z test torch.linalg.qr vs numpy.linalg.qr. We need some special logic ... ok (0.009s) 2022-09-27T16:29:35.1840657Z test_qr_batched_cpu_float64 (__main__.TestLinalgCPU) 2022-09-27T16:29:35.1907306Z test torch.linalg.qr vs numpy.linalg.qr. We need some special logic ... ok (0.008s) 2022-09-27T16:29:35.1956971Z 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-27T16:29:35.1957579Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-09-27T16:29:35.1958348Z Q, R = torch.qr(A, some) 2022-09-27T16:29:35.1959247Z should be replaced with 2022-09-27T16:29:35.1960096Z 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-27T16:29:35.1960711Z torch.qr(A, some=some, out=(Q_out, R_out)) 2022-09-27T16:29:35.3925657Z ok (0.202s) 2022-09-27T16:29:35.6003043Z test_qr_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.208s) 2022-09-27T16:29:35.7754623Z test_qr_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.175s) 2022-09-27T16:29:35.9426716Z test_qr_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.167s) 2022-09-27T16:29:35.9615612Z test_qr_error_cases_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.019s) 2022-09-27T16:29:35.9630000Z test_qr_vs_numpy_cpu_complex128 (__main__.TestLinalgCPU) 2022-09-27T16:29:35.9842597Z test torch.linalg.qr vs numpy.linalg.qr ... ok (0.023s) 2022-09-27T16:29:35.9857195Z test_qr_vs_numpy_cpu_complex64 (__main__.TestLinalgCPU) 2022-09-27T16:29:36.0071376Z test torch.linalg.qr vs numpy.linalg.qr ... ok (0.023s) 2022-09-27T16:29:36.0085875Z test_qr_vs_numpy_cpu_float32 (__main__.TestLinalgCPU) 2022-09-27T16:29:36.0272460Z test torch.linalg.qr vs numpy.linalg.qr ... ok (0.020s) 2022-09-27T16:29:36.0286526Z test_qr_vs_numpy_cpu_float64 (__main__.TestLinalgCPU) 2022-09-27T16:29:36.0458455Z test torch.linalg.qr vs numpy.linalg.qr ... ok (0.019s) 2022-09-27T16:29:36.0538303Z test_renorm_cpu (__main__.TestLinalgCPU) ... ok (0.008s) 2022-09-27T16:29:36.0595246Z test_renorm_ps_cpu (__main__.TestLinalgCPU) ... ok (0.006s) 2022-09-27T16:29:36.3443807Z test_slogdet_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.285s) 2022-09-27T16:29:36.6417293Z test_slogdet_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.297s) 2022-09-27T16:29:36.9089639Z test_slogdet_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.267s) 2022-09-27T16:29:37.1605942Z test_slogdet_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.252s) 2022-09-27T16:29:37.1968101Z test_slogdet_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.036s) 2022-09-27T16:29:37.2327981Z test_slogdet_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.036s) 2022-09-27T16:29:37.2685987Z test_slogdet_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.036s) 2022-09-27T16:29:37.3044262Z test_slogdet_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.036s) 2022-09-27T16:29:37.3208347Z test_solve_batched_broadcasting_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:29:37.3365719Z test_solve_batched_broadcasting_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:29:37.3496405Z test_solve_batched_broadcasting_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.013s) 2022-09-27T16:29:37.3621482Z test_solve_batched_broadcasting_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.012s) 2022-09-27T16:29:37.5544752Z test_solve_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.192s) 2022-09-27T16:29:37.6993963Z test_solve_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.145s) 2022-09-27T16:29:37.8166784Z test_solve_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.117s) 2022-09-27T16:29:37.9304776Z test_solve_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.114s) 2022-09-27T16:29:37.9325215Z test_solve_removed_error_cpu (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:29:37.9361885Z test_strided_mm_bmm_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-09-27T16:29:37.9395154Z test_strided_mm_bmm_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-09-27T16:29:38.6563830Z test_svd_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.717s) 2022-09-27T16:29:39.4033137Z test_svd_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.747s) 2022-09-27T16:29:40.0565510Z test_svd_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.653s) 2022-09-27T16:29:40.6589176Z test_svd_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.602s) 2022-09-27T16:29:51.9829820Z test_svd_lowrank_cpu_float64 (__main__.TestLinalgCPU) ... ok (11.324s) 2022-09-27T16:29:53.2651505Z test_svd_memory_allocation_cpu_complex128 (__main__.TestLinalgCPU) ... ok (1.282s) 2022-09-27T16:29:53.9480095Z test_svd_memory_allocation_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.683s) 2022-09-27T16:29:54.3271945Z test_svd_memory_allocation_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.379s) 2022-09-27T16:29:54.7972899Z test_svd_memory_allocation_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.470s) 2022-09-27T16:29:54.8647130Z test_svd_nan_error_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.067s) 2022-09-27T16:29:54.9304195Z test_svd_nan_error_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.066s) 2022-09-27T16:29:54.9964832Z test_svd_nan_error_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.066s) 2022-09-27T16:29:55.0629855Z test_svd_nan_error_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.066s) 2022-09-27T16:29:55.0711657Z 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-27T16:29:55.0712763Z 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:29:55.0713296Z L, _ = torch.symeig(A, upper=upper) 2022-09-27T16:29:55.0713805Z should be replaced with 2022-09-27T16:29:55.0714323Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-09-27T16:29:55.0714538Z and 2022-09-27T16:29:55.0714725Z L, V = torch.symeig(A, eigenvectors=True) 2022-09-27T16:29:55.0717917Z should be replaced with 2022-09-27T16:29:55.0718525Z 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-27T16:29:55.0718936Z torch.symeig(x, eigenvectors=eigenvectors, upper=upper, out=(oute, outv)) 2022-09-27T16:29:55.0811935Z 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-27T16:29:55.0812704Z torch.symeig(x, eigenvectors=eigenvectors, upper=upper, out=(oute, outv)) 2022-09-27T16:29:55.1004380Z 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-27T16:29:55.1005183Z torch.symeig(x, eigenvectors=eigenvectors, upper=upper, out=(oute, outv)) 2022-09-27T16:29:55.1234367Z 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-27T16:29:55.1235064Z torch.symeig(x, eigenvectors=eigenvectors, upper=upper, out=(oute, outv)) 2022-09-27T16:29:55.1593133Z 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-27T16:29:55.1594267Z torch.symeig(x, eigenvectors=eigenvectors, upper=upper, out=(oute, outv)) 2022-09-27T16:29:55.1739123Z ok (0.111s) 2022-09-27T16:29:55.2739594Z test_symeig_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.100s) 2022-09-27T16:29:55.3634859Z test_symeig_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.089s) 2022-09-27T16:29:55.4484147Z test_symeig_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.085s) 2022-09-27T16:29:55.4775681Z test_symeig_out_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.029s) 2022-09-27T16:29:55.5067196Z test_symeig_out_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.029s) 2022-09-27T16:29:55.5359108Z test_symeig_out_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.029s) 2022-09-27T16:29:55.5649077Z test_symeig_out_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.029s) 2022-09-27T16:29:55.5743840Z test_tensordot_cpu (__main__.TestLinalgCPU) ... ok (0.009s) 2022-09-27T16:29:55.6109186Z test_tensorinv_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.036s) 2022-09-27T16:29:55.6472757Z test_tensorinv_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.036s) 2022-09-27T16:29:55.6778341Z test_tensorinv_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.030s) 2022-09-27T16:29:55.7068538Z test_tensorinv_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.029s) 2022-09-27T16:29:55.7097803Z test_tensorinv_empty_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-09-27T16:29:55.7125415Z test_tensorinv_empty_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-09-27T16:29:55.7152318Z test_tensorinv_empty_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-09-27T16:29:55.7179078Z test_tensorinv_empty_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-09-27T16:29:55.7502875Z test_tensorinv_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.032s) 2022-09-27T16:29:55.7820970Z test_tensorinv_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.032s) 2022-09-27T16:29:55.8135217Z test_tensorinv_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.031s) 2022-09-27T16:29:55.8450866Z test_tensorinv_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.031s) 2022-09-27T16:29:55.8668035Z test_tensorinv_singular_input_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.022s) 2022-09-27T16:29:55.8882217Z test_tensorinv_singular_input_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.021s) 2022-09-27T16:29:55.9096822Z test_tensorinv_singular_input_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.021s) 2022-09-27T16:29:55.9313187Z test_tensorinv_singular_input_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.021s) 2022-09-27T16:29:55.9493936Z test_tensorsolve_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.018s) 2022-09-27T16:29:55.9632722Z test_tensorsolve_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.014s) 2022-09-27T16:29:55.9756352Z test_tensorsolve_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.012s) 2022-09-27T16:29:55.9873238Z test_tensorsolve_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.012s) 2022-09-27T16:29:55.9898584Z test_tensorsolve_empty_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-09-27T16:29:55.9924362Z test_tensorsolve_empty_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-09-27T16:29:55.9948614Z test_tensorsolve_empty_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:29:55.9972197Z test_tensorsolve_empty_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:29:56.0111677Z test_tensorsolve_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.014s) 2022-09-27T16:29:56.0161684Z 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-27T16:29:56.0162672Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-09-27T16:29:56.0163057Z X = torch.triangular_solve(B, A).solution 2022-09-27T16:29:56.0163261Z should be replaced with 2022-09-27T16:29:56.0163639Z X = torch.linalg.solve_triangular(A, B). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2121.) 2022-09-27T16:29:56.0164105Z x = torch.triangular_solve(b, A, upper=upper, transpose=transpose, unitriangular=unitriangular)[0] 2022-09-27T16:29:56.0734335Z ok (0.062s) 2022-09-27T16:29:56.1352690Z test_triangular_solve_batched_broadcasting_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.062s) 2022-09-27T16:29:56.1912609Z test_triangular_solve_batched_broadcasting_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.056s) 2022-09-27T16:29:56.2450742Z test_triangular_solve_batched_broadcasting_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.054s) 2022-09-27T16:29:56.2974316Z test_triangular_solve_batched_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.052s) 2022-09-27T16:29:56.3520674Z test_triangular_solve_batched_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.055s) 2022-09-27T16:29:56.4002365Z test_triangular_solve_batched_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.048s) 2022-09-27T16:29:56.4463176Z test_triangular_solve_batched_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.046s) 2022-09-27T16:29:56.4489145Z test_triangular_solve_batched_many_batches_cpu_complex128 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:29:56.4513873Z 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-27T16:29:56.4536728Z 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-27T16:29:56.4559877Z 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-27T16:29:56.5027228Z test_triangular_solve_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.047s) 2022-09-27T16:29:56.5521603Z test_triangular_solve_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.049s) 2022-09-27T16:29:56.5979512Z test_triangular_solve_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.046s) 2022-09-27T16:29:56.6424808Z test_triangular_solve_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.044s) 2022-09-27T16:29:56.6757290Z test_triangular_solve_out_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.033s) 2022-09-27T16:29:56.7083165Z test_triangular_solve_out_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.032s) 2022-09-27T16:29:56.7413523Z test_triangular_solve_out_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.033s) 2022-09-27T16:29:56.7741715Z test_triangular_solve_out_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.033s) 2022-09-27T16:29:56.8270580Z test_vdot_invalid_args_cpu (__main__.TestLinalgCPU) ... ok (0.053s) 2022-09-27T16:29:56.8368679Z test_vdot_vs_numpy_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-09-27T16:29:56.8446180Z test_vdot_vs_numpy_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.008s) 2022-09-27T16:29:59.8947797Z test_vector_norm_cpu_bfloat16 (__main__.TestLinalgCPU) ... ok (3.050s) 2022-09-27T16:30:01.9118985Z test_vector_norm_cpu_complex128 (__main__.TestLinalgCPU) ... ok (2.017s) 2022-09-27T16:30:05.1272676Z test_vector_norm_cpu_complex64 (__main__.TestLinalgCPU) ... ok (3.215s) 2022-09-27T16:30:08.3204693Z test_vector_norm_cpu_float16 (__main__.TestLinalgCPU) ... ok (3.193s) 2022-09-27T16:30:11.4085896Z test_vector_norm_cpu_float32 (__main__.TestLinalgCPU) ... ok (3.088s) 2022-09-27T16:30:13.3645151Z test_vector_norm_cpu_float64 (__main__.TestLinalgCPU) ... ok (1.956s) 2022-09-27T16:30:13.4451811Z test_vector_norm_dim_tuple_arg_cpu (__main__.TestLinalgCPU) ... ok (0.081s) 2022-09-27T16:30:13.4482886Z 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-27T16:30:13.4483251Z ret **= (1 / ord) 2022-09-27T16:30:13.4514798Z /opt/conda/lib/python3.7/site-packages/numpy/linalg/linalg.py:2514: RuntimeWarning: divide by zero encountered in reciprocal 2022-09-27T16:30:13.4515272Z absx **= ord 2022-09-27T16:30:13.4517017Z /opt/conda/lib/python3.7/site-packages/numpy/linalg/linalg.py:2514: RuntimeWarning: divide by zero encountered in power 2022-09-27T16:30:13.4517525Z absx **= ord 2022-09-27T16:30:13.4829788Z ok (0.038s) 2022-09-27T16:30:13.4829950Z 2022-09-27T16:30:13.4830252Z ---------------------------------------------------------------------- 2022-09-27T16:30:13.4830625Z Ran 739 tests in 459.162s 2022-09-27T16:30:13.4830743Z 2022-09-27T16:30:13.4830824Z OK (skipped=66) 2022-09-27T16:30:13.4830948Z 2022-09-27T16:30:13.4831022Z Generating XML reports... 2022-09-27T16:30:13.6116081Z Generated XML report: test-reports/python-unittest/test_linalg/TEST-TestLinalgCPU-20220927162234.xml 2022-09-27T16:30:14.4346099Z Running test_proxy_tensor ... [2022-09-27 16:30:14.434141] 2022-09-27T16:30:14.4346759Z Executing ['/opt/conda/bin/python', '-bb', 'test_proxy_tensor.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:30:14.434230] 2022-09-27T16:30:19.5030582Z test_proxy_tensor.py:126: UserWarning: Couldn't import torchvision. Some of our tests use it, try to install it with commands from pytorch.org, post-fixed with `--no-deps` to avoid overwriting the pytorch installation 2022-09-27T16:30:19.5030982Z UserWarning) 2022-09-27T16:30:19.6419408Z Test results will be stored in test-reports/python-unittest/test_proxy_tensor 2022-09-27T16:30:19.6538281Z 2022-09-27T16:30:19.6538418Z Running tests... 2022-09-27T16:30:19.6539023Z ---------------------------------------------------------------------- 2022-09-27T16:30:19.6808078Z test_alias (__main__.TestFakeProxyTensor) ... ok (0.027s) 2022-09-27T16:30:19.6883024Z test_issue82547 (__main__.TestFakeProxyTensor) ... ok (0.007s) 2022-09-27T16:30:19.6966631Z test_use_fake_and_tensor (__main__.TestFakeProxyTensor) ... ok (0.008s) 2022-09-27T16:30:19.7004349Z test_allclose (__main__.TestGenericProxyTensorFake) ... ok (0.004s) 2022-09-27T16:30:19.7015968Z test_amp_cache (__main__.TestGenericProxyTensorFake) ... skip: CUDA-only test (0.001s) 2022-09-27T16:30:19.7095522Z test_constant_blowup (__main__.TestGenericProxyTensorFake) ... ok (0.008s) 2022-09-27T16:30:19.7291684Z test_constant_proxy_tensor_mut (__main__.TestGenericProxyTensorFake) ... ok (0.019s) 2022-09-27T16:30:19.7346932Z test_constant_random (__main__.TestGenericProxyTensorFake) ... ok (0.006s) 2022-09-27T16:30:19.7403385Z test_constant_unbind (__main__.TestGenericProxyTensorFake) ... ok (0.006s) 2022-09-27T16:30:19.7453142Z test_decomp_of_capture (__main__.TestGenericProxyTensorFake) ... ok (0.005s) 2022-09-27T16:30:19.7534639Z test_decomposition_interpreter (__main__.TestGenericProxyTensorFake) ... ok (0.008s) 2022-09-27T16:30:19.7567348Z test_has_proxy (__main__.TestGenericProxyTensorFake) ... ok (0.003s) 2022-09-27T16:30:19.7627666Z test_inplace_metadata (__main__.TestGenericProxyTensorFake) ... ok (0.006s) 2022-09-27T16:30:19.8074910Z test_isolated_graphmodule (__main__.TestGenericProxyTensorFake) ... ok (0.045s) 2022-09-27T16:30:19.8149236Z test_make_fx_model_double_param (__main__.TestGenericProxyTensorFake) ... ok (0.007s) 2022-09-27T16:30:19.8632770Z test_make_fx_model_fwd_bwd (__main__.TestGenericProxyTensorFake) ... ok (0.048s) 2022-09-27T16:30:19.9122790Z test_make_fx_model_fwd_bwd_wgtupdate (__main__.TestGenericProxyTensorFake) ... ok (0.049s) 2022-09-27T16:30:19.9203667Z test_make_fx_overloads (__main__.TestGenericProxyTensorFake) ... ok (0.008s) 2022-09-27T16:30:19.9274787Z test_make_fx_reentrant_dispatch (__main__.TestGenericProxyTensorFake) ... ok (0.007s) 2022-09-27T16:30:19.9324581Z test_make_fx_simple (__main__.TestGenericProxyTensorFake) ... ok (0.005s) 2022-09-27T16:30:19.9566522Z test_mode_tracing_factory_function (__main__.TestGenericProxyTensorFake) ... ok (0.024s) 2022-09-27T16:30:19.9690059Z test_partial_decomp (__main__.TestGenericProxyTensorFake) ... ok (0.012s) 2022-09-27T16:30:20.0052930Z test_proxy_tensor (__main__.TestGenericProxyTensorFake) ... ok (0.036s) 2022-09-27T16:30:20.0098391Z test_proxy_tensor_mode_with_decomp_table_preserves_proxy (__main__.TestGenericProxyTensorFake) ... ok (0.005s) 2022-09-27T16:30:20.0109028Z test_resnet18_backward_trace (__main__.TestGenericProxyTensorFake) ... skip: test requires torchvision (0.001s) 2022-09-27T16:30:20.0161363Z test_scalar_device (__main__.TestGenericProxyTensorFake) ... ok (0.005s) 2022-09-27T16:30:20.0243419Z test_strides (__main__.TestGenericProxyTensorFake) ... ok (0.008s) 2022-09-27T16:30:20.0362673Z test_tensor_constants (__main__.TestGenericProxyTensorFake) ... ok (0.012s) 2022-09-27T16:30:20.0473946Z test_trace_subclasses (__main__.TestGenericProxyTensorFake) ... ok (0.011s) 2022-09-27T16:30:20.0532475Z test_varargs (__main__.TestGenericProxyTensorFake) ... ok (0.006s) 2022-09-27T16:30:20.0557988Z test_allclose (__main__.TestGenericProxyTensorReal) ... ok (0.002s) 2022-09-27T16:30:20.0569872Z test_amp_cache (__main__.TestGenericProxyTensorReal) ... skip: CUDA-only test (0.001s) 2022-09-27T16:30:20.0607741Z test_constant_blowup (__main__.TestGenericProxyTensorReal) ... ok (0.004s) 2022-09-27T16:30:20.0770818Z test_constant_proxy_tensor_mut (__main__.TestGenericProxyTensorReal) ... ok (0.016s) 2022-09-27T16:30:20.0808409Z test_constant_random (__main__.TestGenericProxyTensorReal) ... ok (0.004s) 2022-09-27T16:30:20.0850732Z test_constant_unbind (__main__.TestGenericProxyTensorReal) ... ok (0.004s) 2022-09-27T16:30:20.0907849Z test_decomp_of_capture (__main__.TestGenericProxyTensorReal) ... ok (0.006s) 2022-09-27T16:30:20.1014241Z test_decomposition_interpreter (__main__.TestGenericProxyTensorReal) ... ok (0.011s) 2022-09-27T16:30:20.1055781Z test_has_proxy (__main__.TestGenericProxyTensorReal) ... ok (0.004s) 2022-09-27T16:30:20.1102232Z test_inplace_metadata (__main__.TestGenericProxyTensorReal) ... ok (0.005s) 2022-09-27T16:30:20.1818424Z test_isolated_graphmodule (__main__.TestGenericProxyTensorReal) ... ok (0.072s) 2022-09-27T16:30:20.1885856Z test_make_fx_model_double_param (__main__.TestGenericProxyTensorReal) ... ok (0.007s) 2022-09-27T16:30:20.2121129Z test_make_fx_model_fwd_bwd (__main__.TestGenericProxyTensorReal) ... ok (0.023s) 2022-09-27T16:30:20.2397827Z test_make_fx_model_fwd_bwd_wgtupdate (__main__.TestGenericProxyTensorReal) ... ok (0.028s) 2022-09-27T16:30:20.2442310Z test_make_fx_overloads (__main__.TestGenericProxyTensorReal) ... ok (0.004s) 2022-09-27T16:30:20.2491193Z test_make_fx_reentrant_dispatch (__main__.TestGenericProxyTensorReal) ... ok (0.005s) 2022-09-27T16:30:20.2527297Z test_make_fx_simple (__main__.TestGenericProxyTensorReal) ... ok (0.004s) 2022-09-27T16:30:20.2562486Z test_mode_tracing_factory_function (__main__.TestGenericProxyTensorReal) ... ok (0.003s) 2022-09-27T16:30:20.2677660Z test_partial_decomp (__main__.TestGenericProxyTensorReal) ... ok (0.011s) 2022-09-27T16:30:20.2877226Z test_proxy_tensor (__main__.TestGenericProxyTensorReal) ... ok (0.020s) 2022-09-27T16:30:20.2917222Z test_proxy_tensor_mode_with_decomp_table_preserves_proxy (__main__.TestGenericProxyTensorReal) ... ok (0.004s) 2022-09-27T16:30:20.2927733Z test_resnet18_backward_trace (__main__.TestGenericProxyTensorReal) ... skip: test requires torchvision (0.001s) 2022-09-27T16:30:20.2966936Z test_scalar_device (__main__.TestGenericProxyTensorReal) ... ok (0.004s) 2022-09-27T16:30:20.3045619Z test_strides (__main__.TestGenericProxyTensorReal) ... ok (0.008s) 2022-09-27T16:30:20.3142717Z test_tensor_constants (__main__.TestGenericProxyTensorReal) ... ok (0.010s) 2022-09-27T16:30:20.3229138Z test_trace_subclasses (__main__.TestGenericProxyTensorReal) ... ok (0.009s) 2022-09-27T16:30:20.3277839Z test_varargs (__main__.TestGenericProxyTensorReal) ... ok (0.005s) 2022-09-27T16:30:20.3885483Z test_allclose (__main__.TestGenericProxyTensorSymbolic) ... ok (0.061s) 2022-09-27T16:30:20.3896979Z test_amp_cache (__main__.TestGenericProxyTensorSymbolic) ... skip: CUDA-only test (0.001s) 2022-09-27T16:30:20.4027215Z test_constant_blowup (__main__.TestGenericProxyTensorSymbolic) ... ok (0.013s) 2022-09-27T16:30:20.4251662Z test_constant_proxy_tensor_mut (__main__.TestGenericProxyTensorSymbolic) ... ok (0.022s) 2022-09-27T16:30:20.4315016Z test_constant_random (__main__.TestGenericProxyTensorSymbolic) ... ok (0.006s) 2022-09-27T16:30:20.4384924Z test_constant_unbind (__main__.TestGenericProxyTensorSymbolic) ... ok (0.007s) 2022-09-27T16:30:20.4434891Z test_decomp_of_capture (__main__.TestGenericProxyTensorSymbolic) ... ok (0.005s) 2022-09-27T16:30:20.4751655Z test_decomposition_interpreter (__main__.TestGenericProxyTensorSymbolic) ... ok (0.031s) 2022-09-27T16:30:20.4785599Z test_has_proxy (__main__.TestGenericProxyTensorSymbolic) ... ok (0.003s) 2022-09-27T16:30:20.4884788Z test_inplace_metadata (__main__.TestGenericProxyTensorSymbolic) ... expected failure (0.010s) 2022-09-27T16:30:20.5343850Z test_isolated_graphmodule (__main__.TestGenericProxyTensorSymbolic) ... ok (0.046s) 2022-09-27T16:30:20.5409101Z test_make_fx_model_double_param (__main__.TestGenericProxyTensorSymbolic) ... ok (0.006s) 2022-09-27T16:30:20.5783136Z test_make_fx_model_fwd_bwd (__main__.TestGenericProxyTensorSymbolic) ... expected failure (0.037s) 2022-09-27T16:30:20.6077260Z test_make_fx_model_fwd_bwd_wgtupdate (__main__.TestGenericProxyTensorSymbolic) ... expected failure (0.029s) 2022-09-27T16:30:20.6149399Z test_make_fx_overloads (__main__.TestGenericProxyTensorSymbolic) ... expected failure (0.007s) 2022-09-27T16:30:20.6285213Z test_make_fx_reentrant_dispatch (__main__.TestGenericProxyTensorSymbolic) ... ok (0.013s) 2022-09-27T16:30:20.6359990Z test_make_fx_simple (__main__.TestGenericProxyTensorSymbolic) ... ok (0.007s) 2022-09-27T16:30:20.6394177Z test_mode_tracing_factory_function (__main__.TestGenericProxyTensorSymbolic) ... expected failure (0.003s) 2022-09-27T16:30:20.6515799Z test_partial_decomp (__main__.TestGenericProxyTensorSymbolic) ... ok (0.012s) 2022-09-27T16:30:20.6705955Z test_proxy_tensor (__main__.TestGenericProxyTensorSymbolic) ... expected failure (0.019s) 2022-09-27T16:30:20.6754255Z test_proxy_tensor_mode_with_decomp_table_preserves_proxy (__main__.TestGenericProxyTensorSymbolic) ... ok (0.005s) 2022-09-27T16:30:20.6764423Z test_resnet18_backward_trace (__main__.TestGenericProxyTensorSymbolic) ... skip: test requires torchvision (0.001s) 2022-09-27T16:30:20.6845653Z test_scalar_device (__main__.TestGenericProxyTensorSymbolic) ... ok (0.008s) 2022-09-27T16:30:20.6924530Z test_strides (__main__.TestGenericProxyTensorSymbolic) ... ok (0.008s) 2022-09-27T16:30:20.7044621Z test_tensor_constants (__main__.TestGenericProxyTensorSymbolic) ... ok (0.012s) 2022-09-27T16:30:20.7094638Z test_trace_subclasses (__main__.TestGenericProxyTensorSymbolic) ... expected failure (0.005s) 2022-09-27T16:30:20.7264296Z test_varargs (__main__.TestGenericProxyTensorSymbolic) ... ok (0.017s) 2022-09-27T16:30:20.7387984Z test_make_fx_exhaustive_H_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-09-27T16:30:20.7476182Z test_make_fx_exhaustive_T_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-09-27T16:30:20.8337887Z test_make_fx_exhaustive___getitem___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.086s) 2022-09-27T16:30:20.8688337Z test_make_fx_exhaustive___radd___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.035s) 2022-09-27T16:30:20.9110296Z test_make_fx_exhaustive___rdiv___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.042s) 2022-09-27T16:30:20.9880492Z test_make_fx_exhaustive___rmatmul___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.077s) 2022-09-27T16:30:21.0232137Z test_make_fx_exhaustive___rmod___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.035s) 2022-09-27T16:30:21.0576779Z test_make_fx_exhaustive___rmul___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.034s) 2022-09-27T16:30:21.0613304Z 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-27T16:30:21.0613957Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-09-27T16:30:21.1120999Z ok (0.054s) 2022-09-27T16:30:21.1465567Z test_make_fx_exhaustive___rsub___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.034s) 2022-09-27T16:30:21.6372468Z test_make_fx_exhaustive__masked_amax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.491s) 2022-09-27T16:30:22.1100444Z test_make_fx_exhaustive__masked_amin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.473s) 2022-09-27T16:30:22.4476902Z test_make_fx_exhaustive__masked_argmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.337s) 2022-09-27T16:30:22.7591215Z test_make_fx_exhaustive__masked_argmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.311s) 2022-09-27T16:30:22.8242193Z test_make_fx_exhaustive__masked_cumprod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.065s) 2022-09-27T16:30:22.8899381Z test_make_fx_exhaustive__masked_cumsum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.066s) 2022-09-27T16:30:22.9752774Z test_make_fx_exhaustive__masked_log_softmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.085s) 2022-09-27T16:30:23.0695978Z test_make_fx_exhaustive__masked_logaddexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.094s) 2022-09-27T16:30:23.6599719Z test_make_fx_exhaustive__masked_logsumexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.590s) 2022-09-27T16:30:24.4961382Z test_make_fx_exhaustive__masked_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.836s) 2022-09-27T16:30:24.5884789Z test_make_fx_exhaustive__masked_median_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.092s) 2022-09-27T16:30:25.1291675Z test_make_fx_exhaustive__masked_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.541s) 2022-09-27T16:30:25.3129421Z test_make_fx_exhaustive__masked_normalize_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.184s) 2022-09-27T16:30:25.8636100Z test_make_fx_exhaustive__masked_prod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.551s) 2022-09-27T16:30:25.9501503Z test_make_fx_exhaustive__masked_softmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.086s) 2022-09-27T16:30:26.0442349Z test_make_fx_exhaustive__masked_softmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.094s) 2022-09-27T16:30:27.5037479Z test_make_fx_exhaustive__masked_std_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (1.459s) 2022-09-27T16:30:28.0357102Z test_make_fx_exhaustive__masked_sum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.532s) 2022-09-27T16:30:29.5253429Z test_make_fx_exhaustive__masked_var_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (1.489s) 2022-09-27T16:30:29.5301050Z test_make_fx_exhaustive_abs_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-09-27T16:30:29.5418751Z test_make_fx_exhaustive_acos_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-09-27T16:30:29.5530322Z test_make_fx_exhaustive_acosh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-09-27T16:30:29.5972135Z test_make_fx_exhaustive_add_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.044s) 2022-09-27T16:30:29.6298013Z test_make_fx_exhaustive_addbmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.033s) 2022-09-27T16:30:29.6884483Z test_make_fx_exhaustive_addcdiv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.059s) 2022-09-27T16:30:29.7461931Z test_make_fx_exhaustive_addcmul_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.058s) 2022-09-27T16:30:29.7618850Z test_make_fx_exhaustive_addmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:30:29.7769431Z test_make_fx_exhaustive_addmm_decomposed_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-09-27T16:30:29.8103649Z test_make_fx_exhaustive_addmv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.033s) 2022-09-27T16:30:29.8363509Z test_make_fx_exhaustive_addr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-09-27T16:30:29.8992939Z test_make_fx_exhaustive_all_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.063s) 2022-09-27T16:30:29.9122123Z test_make_fx_exhaustive_allclose_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.013s) 2022-09-27T16:30:29.9803127Z test_make_fx_exhaustive_amax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.068s) 2022-09-27T16:30:30.0487808Z test_make_fx_exhaustive_amin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.068s) 2022-09-27T16:30:30.0737815Z 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-27T16:30:30.0738537Z return op.op(*args, **kwargs) 2022-09-27T16:30:30.0750895Z [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-27T16:30:30.0751821Z [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-27T16:30:30.0764405Z ok (0.028s) 2022-09-27T16:30:30.0812611Z test_make_fx_exhaustive_angle_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-09-27T16:30:30.1228466Z test_make_fx_exhaustive_any_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-09-27T16:30:30.2216759Z test_make_fx_exhaustive_arange_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.099s) 2022-09-27T16:30:30.2607118Z test_make_fx_exhaustive_argmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.039s) 2022-09-27T16:30:30.2997905Z test_make_fx_exhaustive_argmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.039s) 2022-09-27T16:30:30.4767203Z test_make_fx_exhaustive_argsort_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.177s) 2022-09-27T16:30:30.4962347Z test_make_fx_exhaustive_argwhere_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-09-27T16:30:30.5173161Z test_make_fx_exhaustive_as_strided_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-09-27T16:30:30.5419777Z test_make_fx_exhaustive_as_strided_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-09-27T16:30:30.5470422Z test_make_fx_exhaustive_asin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-09-27T16:30:30.5518657Z test_make_fx_exhaustive_asinh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-09-27T16:30:30.5882592Z test_make_fx_exhaustive_atan2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.036s) 2022-09-27T16:30:30.5932158Z test_make_fx_exhaustive_atan_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-09-27T16:30:30.5980062Z test_make_fx_exhaustive_atanh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-09-27T16:30:30.6211621Z test_make_fx_exhaustive_atleast_1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.023s) 2022-09-27T16:30:30.6533107Z test_make_fx_exhaustive_atleast_2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-09-27T16:30:30.6787854Z test_make_fx_exhaustive_atleast_3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-09-27T16:30:30.7076055Z test_make_fx_exhaustive_baddbmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.029s) 2022-09-27T16:30:30.7256445Z test_make_fx_exhaustive_bernoulli_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-09-27T16:30:30.7436217Z test_make_fx_exhaustive_bfloat16_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-09-27T16:30:30.7440333Z test_make_fx_exhaustive_block_diag_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:30:30.7491606Z test_make_fx_exhaustive_bmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-09-27T16:30:30.7654866Z test_make_fx_exhaustive_bool_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:30:30.7866068Z test_make_fx_exhaustive_broadcast_shapes_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-09-27T16:30:30.7960080Z test_make_fx_exhaustive_broadcast_tensors_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-09-27T16:30:30.8212800Z test_make_fx_exhaustive_broadcast_to_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-09-27T16:30:30.9046075Z test_make_fx_exhaustive_bucketize_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.083s) 2022-09-27T16:30:30.9212643Z test_make_fx_exhaustive_byte_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-09-27T16:30:30.9421918Z test_make_fx_exhaustive_cartesian_prod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-09-27T16:30:30.9695372Z test_make_fx_exhaustive_cat_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-09-27T16:30:31.4701073Z test_make_fx_exhaustive_cdist_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.500s) 2022-09-27T16:30:31.4750158Z test_make_fx_exhaustive_ceil_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-09-27T16:30:31.4778667Z 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-27T16:30:31.4779270Z op=lambda x, *args, **kwargs: x.chalf(*args, **kwargs), 2022-09-27T16:30:31.4945834Z ok (0.019s) 2022-09-27T16:30:31.5123818Z test_make_fx_exhaustive_char_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-09-27T16:30:31.5186921Z 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-27T16:30:31.5187511Z L = torch.cholesky(A) 2022-09-27T16:30:31.5187696Z should be replaced with 2022-09-27T16:30:31.5187967Z L = torch.linalg.cholesky(A) 2022-09-27T16:30:31.5189226Z and 2022-09-27T16:30:31.5189549Z U = torch.cholesky(A, upper=True) 2022-09-27T16:30:31.5190067Z should be replaced with 2022-09-27T16:30:31.5190506Z U = torch.linalg.cholesky(A).mH(). 2022-09-27T16:30:31.5190921Z 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-27T16:30:31.5191304Z return op.op(*args, **kwargs) 2022-09-27T16:30:31.6190963Z ok (0.107s) 2022-09-27T16:30:31.6673728Z test_make_fx_exhaustive_cholesky_inverse_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.048s) 2022-09-27T16:30:31.7210289Z test_make_fx_exhaustive_cholesky_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.054s) 2022-09-27T16:30:31.7403058Z test_make_fx_exhaustive_chunk_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-09-27T16:30:31.7617163Z test_make_fx_exhaustive_clamp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-09-27T16:30:31.7965510Z test_make_fx_exhaustive_clamp_max_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.035s) 2022-09-27T16:30:31.8318832Z test_make_fx_exhaustive_clamp_min_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.035s) 2022-09-27T16:30:31.8397316Z test_make_fx_exhaustive_clone_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-09-27T16:30:31.8535321Z test_make_fx_exhaustive_column_stack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-09-27T16:30:32.1075445Z test_make_fx_exhaustive_combinations_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.254s) 2022-09-27T16:30:32.1456639Z test_make_fx_exhaustive_complex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.038s) 2022-09-27T16:30:32.1547096Z test_make_fx_exhaustive_conj_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-09-27T16:30:32.1587040Z test_make_fx_exhaustive_conj_physical_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-09-27T16:30:32.3554782Z test_make_fx_exhaustive_constant_pad_nd_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.197s) 2022-09-27T16:30:32.3682856Z test_make_fx_exhaustive_contiguous_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-09-27T16:30:32.4043106Z test_make_fx_exhaustive_copysign_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.036s) 2022-09-27T16:30:32.4123157Z test_make_fx_exhaustive_corrcoef_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-09-27T16:30:32.4239851Z test_make_fx_exhaustive_cos_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-09-27T16:30:32.4351552Z test_make_fx_exhaustive_cosh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-09-27T16:30:32.4991640Z test_make_fx_exhaustive_count_nonzero_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.064s) 2022-09-27T16:30:32.5082633Z test_make_fx_exhaustive_cov_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-09-27T16:30:32.5217526Z test_make_fx_exhaustive_cross_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-09-27T16:30:32.5348667Z test_make_fx_exhaustive_cummax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-09-27T16:30:32.5479139Z test_make_fx_exhaustive_cummin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-09-27T16:30:32.5839718Z test_make_fx_exhaustive_cumprod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.036s) 2022-09-27T16:30:32.5989881Z test_make_fx_exhaustive_cumsum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-09-27T16:30:32.6672679Z test_make_fx_exhaustive_cumulative_trapezoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.068s) 2022-09-27T16:30:32.6788171Z test_make_fx_exhaustive_deg2rad_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-09-27T16:30:32.7292239Z test_make_fx_exhaustive_diag_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.050s) 2022-09-27T16:30:32.7861988Z test_make_fx_exhaustive_diag_embed_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.057s) 2022-09-27T16:30:32.8061911Z test_make_fx_exhaustive_diagflat_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-09-27T16:30:32.8584047Z test_make_fx_exhaustive_diagonal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.052s) 2022-09-27T16:30:32.9198727Z test_make_fx_exhaustive_diagonal_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.061s) 2022-09-27T16:30:33.4496555Z test_make_fx_exhaustive_diff_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.530s) 2022-09-27T16:30:33.4612649Z test_make_fx_exhaustive_digamma_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-09-27T16:30:33.6555522Z test_make_fx_exhaustive_dist_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.194s) 2022-09-27T16:30:33.6950246Z test_make_fx_exhaustive_div_floor_rounding_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.039s) 2022-09-27T16:30:33.7334789Z test_make_fx_exhaustive_div_no_rounding_mode_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.038s) 2022-09-27T16:30:33.7740681Z test_make_fx_exhaustive_div_trunc_rounding_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.040s) 2022-09-27T16:30:33.7790517Z test_make_fx_exhaustive_dot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-09-27T16:30:33.7977553Z test_make_fx_exhaustive_double_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-09-27T16:30:33.8110517Z test_make_fx_exhaustive_dsplit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-09-27T16:30:33.8254634Z test_make_fx_exhaustive_dstack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-09-27T16:30:33.9115542Z test_make_fx_exhaustive_einsum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.086s) 2022-09-27T16:30:33.9120262Z test_make_fx_exhaustive_empty_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:30:33.9125154Z test_make_fx_exhaustive_empty_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:30:33.9480510Z test_make_fx_exhaustive_eq_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.035s) 2022-09-27T16:30:33.9516560Z test_make_fx_exhaustive_equal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.004s) 2022-09-27T16:30:33.9567501Z test_make_fx_exhaustive_erf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-09-27T16:30:33.9681219Z test_make_fx_exhaustive_erfc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-09-27T16:30:33.9729149Z test_make_fx_exhaustive_erfinv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-09-27T16:30:33.9839033Z test_make_fx_exhaustive_exp2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-09-27T16:30:33.9950629Z test_make_fx_exhaustive_exp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-09-27T16:30:34.0074162Z test_make_fx_exhaustive_expand_as_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-09-27T16:30:34.0428340Z test_make_fx_exhaustive_expand_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.035s) 2022-09-27T16:30:34.0478328Z test_make_fx_exhaustive_expm1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-09-27T16:30:34.3750360Z test_make_fx_exhaustive_eye_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.327s) 2022-09-27T16:30:34.4095914Z test_make_fx_exhaustive_fft_fft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.034s) 2022-09-27T16:30:34.4420628Z test_make_fx_exhaustive_fft_fft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-09-27T16:30:34.4866618Z test_make_fx_exhaustive_fft_fftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.045s) 2022-09-27T16:30:34.5079699Z test_make_fx_exhaustive_fft_fftshift_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-09-27T16:30:34.5542336Z test_make_fx_exhaustive_fft_hfft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.046s) 2022-09-27T16:30:34.5981959Z test_make_fx_exhaustive_fft_hfft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.044s) 2022-09-27T16:30:34.6530243Z test_make_fx_exhaustive_fft_hfftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.055s) 2022-09-27T16:30:34.6878843Z test_make_fx_exhaustive_fft_ifft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.035s) 2022-09-27T16:30:34.7259364Z test_make_fx_exhaustive_fft_ifft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.038s) 2022-09-27T16:30:34.7712166Z test_make_fx_exhaustive_fft_ifftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.045s) 2022-09-27T16:30:34.7925896Z test_make_fx_exhaustive_fft_ifftshift_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-09-27T16:30:34.8318511Z test_make_fx_exhaustive_fft_ihfft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.039s) 2022-09-27T16:30:34.8706166Z test_make_fx_exhaustive_fft_ihfft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.039s) 2022-09-27T16:30:34.9233735Z test_make_fx_exhaustive_fft_ihfftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.053s) 2022-09-27T16:30:34.9589525Z test_make_fx_exhaustive_fft_irfft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.036s) 2022-09-27T16:30:34.9950938Z test_make_fx_exhaustive_fft_irfft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.036s) 2022-09-27T16:30:35.0381992Z test_make_fx_exhaustive_fft_irfftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.043s) 2022-09-27T16:30:35.0694321Z test_make_fx_exhaustive_fft_rfft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:30:35.1012471Z test_make_fx_exhaustive_fft_rfft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-09-27T16:30:35.1390644Z test_make_fx_exhaustive_fft_rfftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.038s) 2022-09-27T16:30:35.1525583Z test_make_fx_exhaustive_fill_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-09-27T16:30:35.1736439Z test_make_fx_exhaustive_flatten_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-09-27T16:30:35.2116440Z test_make_fx_exhaustive_flip_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.038s) 2022-09-27T16:30:35.2198863Z test_make_fx_exhaustive_fliplr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-09-27T16:30:35.2278833Z test_make_fx_exhaustive_flipud_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-09-27T16:30:35.2446640Z test_make_fx_exhaustive_float_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-09-27T16:30:35.2930126Z test_make_fx_exhaustive_float_power_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.048s) 2022-09-27T16:30:35.2978601Z test_make_fx_exhaustive_floor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-09-27T16:30:35.3370301Z test_make_fx_exhaustive_floor_divide_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.039s) 2022-09-27T16:30:35.3733327Z test_make_fx_exhaustive_fmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.036s) 2022-09-27T16:30:35.4089844Z test_make_fx_exhaustive_fmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.036s) 2022-09-27T16:30:35.4481855Z test_make_fx_exhaustive_fmod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.039s) 2022-09-27T16:30:35.4591316Z test_make_fx_exhaustive_frac_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-09-27T16:30:35.4722589Z test_make_fx_exhaustive_frexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-09-27T16:30:35.5006651Z test_make_fx_exhaustive_full_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.028s) 2022-09-27T16:30:35.5213248Z test_make_fx_exhaustive_gather_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-09-27T16:30:35.5534284Z test_make_fx_exhaustive_ge_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-09-27T16:30:35.7252696Z test_make_fx_exhaustive_geqrf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.172s) 2022-09-27T16:30:36.0128556Z test_make_fx_exhaustive_gradient_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.288s) 2022-09-27T16:30:36.0481794Z test_make_fx_exhaustive_gt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.035s) 2022-09-27T16:30:36.0675620Z test_make_fx_exhaustive_half_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-09-27T16:30:36.1044073Z test_make_fx_exhaustive_heaviside_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.037s) 2022-09-27T16:30:36.5011280Z test_make_fx_exhaustive_histc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.397s) 2022-09-27T16:30:37.1621510Z test_make_fx_exhaustive_histogram_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.661s) 2022-09-27T16:30:38.1002833Z test_make_fx_exhaustive_histogramdd_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.938s) 2022-09-27T16:30:38.1140865Z test_make_fx_exhaustive_hsplit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-09-27T16:30:38.1238373Z test_make_fx_exhaustive_hstack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-09-27T16:30:38.1598276Z test_make_fx_exhaustive_hypot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.036s) 2022-09-27T16:30:38.1679081Z test_make_fx_exhaustive_i0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-09-27T16:30:38.2050692Z test_make_fx_exhaustive_igamma_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.037s) 2022-09-27T16:30:38.2422227Z test_make_fx_exhaustive_igammac_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.037s) 2022-09-27T16:30:38.2831012Z test_make_fx_exhaustive_index_add_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-09-27T16:30:38.2965052Z test_make_fx_exhaustive_index_copy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-09-27T16:30:38.3101827Z test_make_fx_exhaustive_index_fill_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-09-27T16:30:38.3297058Z test_make_fx_exhaustive_index_put_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-09-27T16:30:38.3333661Z 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-27T16:30:38.3334174Z return op.op(*args, **kwargs) 2022-09-27T16:30:38.4789228Z ok (0.149s) 2022-09-27T16:30:38.4910952Z test_make_fx_exhaustive_index_select_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-09-27T16:30:38.5033298Z test_make_fx_exhaustive_inner_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-09-27T16:30:38.5210029Z test_make_fx_exhaustive_int_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-09-27T16:30:38.7274216Z test_make_fx_exhaustive_isclose_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.206s) 2022-09-27T16:30:38.7431450Z test_make_fx_exhaustive_isfinite_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:30:38.7530350Z test_make_fx_exhaustive_isin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-09-27T16:30:38.7574793Z test_make_fx_exhaustive_isinf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-09-27T16:30:38.7615760Z test_make_fx_exhaustive_isnan_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-09-27T16:30:38.7657264Z test_make_fx_exhaustive_isneginf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-09-27T16:30:38.7699806Z test_make_fx_exhaustive_isposinf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-09-27T16:30:38.7800680Z test_make_fx_exhaustive_isreal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-09-27T16:30:38.7947584Z 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-27T16:30:38.7948139Z return op.op(*args, **kwargs) 2022-09-27T16:30:38.7953889Z expected failure (0.015s) 2022-09-27T16:30:38.7963738Z test_make_fx_exhaustive_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:30:38.7972467Z test_make_fx_exhaustive_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:30:38.7981112Z test_make_fx_exhaustive_jiterator_binary_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:30:38.7989773Z test_make_fx_exhaustive_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:30:38.7998411Z test_make_fx_exhaustive_jiterator_unary_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:30:38.8095583Z test_make_fx_exhaustive_kron_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-09-27T16:30:38.8514160Z test_make_fx_exhaustive_kthvalue_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.042s) 2022-09-27T16:30:38.8956692Z test_make_fx_exhaustive_ldexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.044s) 2022-09-27T16:30:38.9269271Z test_make_fx_exhaustive_le_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:30:38.9836944Z test_make_fx_exhaustive_lerp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.057s) 2022-09-27T16:30:38.9952555Z test_make_fx_exhaustive_lgamma_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-09-27T16:30:39.1208880Z test_make_fx_exhaustive_linalg_cholesky_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.125s) 2022-09-27T16:30:39.1860892Z test_make_fx_exhaustive_linalg_cholesky_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.065s) 2022-09-27T16:30:39.2094957Z test_make_fx_exhaustive_linalg_cond_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.023s) 2022-09-27T16:30:39.2228696Z test_make_fx_exhaustive_linalg_cross_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-09-27T16:30:39.2722655Z test_make_fx_exhaustive_linalg_det_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.049s) 2022-09-27T16:30:39.4514438Z test_make_fx_exhaustive_linalg_det_singular_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.179s) 2022-09-27T16:30:39.5027225Z test_make_fx_exhaustive_linalg_eig_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.051s) 2022-09-27T16:30:39.5450580Z test_make_fx_exhaustive_linalg_eigh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.042s) 2022-09-27T16:30:39.5898520Z test_make_fx_exhaustive_linalg_eigvals_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.045s) 2022-09-27T16:30:39.6734972Z test_make_fx_exhaustive_linalg_eigvalsh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.084s) 2022-09-27T16:30:39.7090850Z test_make_fx_exhaustive_linalg_householder_product_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.036s) 2022-09-27T16:30:39.7535507Z test_make_fx_exhaustive_linalg_inv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.044s) 2022-09-27T16:30:39.7922420Z test_make_fx_exhaustive_linalg_inv_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.039s) 2022-09-27T16:30:39.8133073Z test_make_fx_exhaustive_linalg_ldl_factor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-09-27T16:30:39.8320222Z test_make_fx_exhaustive_linalg_ldl_factor_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-09-27T16:30:39.8953920Z test_make_fx_exhaustive_linalg_ldl_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.063s) 2022-09-27T16:30:39.8957868Z test_make_fx_exhaustive_linalg_lstsq_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:30:39.8962180Z test_make_fx_exhaustive_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:30:39.9962707Z test_make_fx_exhaustive_linalg_lu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.100s) 2022-09-27T16:30:40.0903607Z test_make_fx_exhaustive_linalg_lu_factor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.094s) 2022-09-27T16:30:40.1609513Z test_make_fx_exhaustive_linalg_lu_factor_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.070s) 2022-09-27T16:30:40.5557359Z test_make_fx_exhaustive_linalg_lu_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.395s) 2022-09-27T16:30:40.8988027Z test_make_fx_exhaustive_linalg_matrix_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.343s) 2022-09-27T16:30:41.0490570Z test_make_fx_exhaustive_linalg_matrix_power_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.150s) 2022-09-27T16:30:41.6165935Z test_make_fx_exhaustive_linalg_matrix_rank_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.567s) 2022-09-27T16:30:41.6809006Z test_make_fx_exhaustive_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.064s) 2022-09-27T16:30:41.7177058Z test_make_fx_exhaustive_linalg_multi_dot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.037s) 2022-09-27T16:30:42.1399379Z test_make_fx_exhaustive_linalg_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.422s) 2022-09-27T16:30:42.4535613Z test_make_fx_exhaustive_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.314s) 2022-09-27T16:30:42.5765535Z test_make_fx_exhaustive_linalg_pinv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.123s) 2022-09-27T16:30:42.6182194Z test_make_fx_exhaustive_linalg_pinv_hermitian_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.042s) 2022-09-27T16:30:42.6191917Z 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-27T16:30:42.8067166Z test_make_fx_exhaustive_linalg_qr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.187s) 2022-09-27T16:30:42.8653524Z test_make_fx_exhaustive_linalg_slogdet_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.059s) 2022-09-27T16:30:42.9718806Z test_make_fx_exhaustive_linalg_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.106s) 2022-09-27T16:30:43.0682316Z test_make_fx_exhaustive_linalg_solve_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.096s) 2022-09-27T16:30:43.5302989Z test_make_fx_exhaustive_linalg_solve_triangular_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.462s) 2022-09-27T16:30:44.1259236Z test_make_fx_exhaustive_linalg_svd_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.596s) 2022-09-27T16:30:44.2772093Z test_make_fx_exhaustive_linalg_svdvals_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.151s) 2022-09-27T16:30:44.2949793Z test_make_fx_exhaustive_linalg_tensorinv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-09-27T16:30:44.3305330Z test_make_fx_exhaustive_linalg_tensorsolve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.035s) 2022-09-27T16:30:44.4008293Z test_make_fx_exhaustive_linalg_vander_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.070s) 2022-09-27T16:30:44.5952902Z test_make_fx_exhaustive_linalg_vecdot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.194s) 2022-09-27T16:30:45.0826714Z test_make_fx_exhaustive_linalg_vector_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.487s) 2022-09-27T16:30:45.2371060Z test_make_fx_exhaustive_linspace_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.154s) 2022-09-27T16:30:45.2489915Z test_make_fx_exhaustive_log10_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-09-27T16:30:45.2539577Z test_make_fx_exhaustive_log1p_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-09-27T16:30:45.2653224Z test_make_fx_exhaustive_log2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-09-27T16:30:45.2839286Z test_make_fx_exhaustive_log_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-09-27T16:30:45.3053675Z test_make_fx_exhaustive_log_softmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-09-27T16:30:45.3312012Z test_make_fx_exhaustive_log_softmax_dtype_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-09-27T16:30:45.3363941Z test_make_fx_exhaustive_logaddexp2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-09-27T16:30:45.3413227Z test_make_fx_exhaustive_logaddexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-09-27T16:30:45.3628485Z test_make_fx_exhaustive_logcumsumexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-09-27T16:30:45.4327602Z test_make_fx_exhaustive_logdet_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.070s) 2022-09-27T16:30:45.4640048Z test_make_fx_exhaustive_logical_and_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:30:45.4737908Z test_make_fx_exhaustive_logical_not_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-09-27T16:30:45.5050402Z test_make_fx_exhaustive_logical_or_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:30:45.5364260Z test_make_fx_exhaustive_logical_xor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:30:45.5521637Z test_make_fx_exhaustive_logit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:30:45.8828751Z test_make_fx_exhaustive_logspace_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.331s) 2022-09-27T16:30:45.9484364Z test_make_fx_exhaustive_logsumexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.065s) 2022-09-27T16:30:45.9662670Z test_make_fx_exhaustive_long_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-09-27T16:30:45.9974766Z test_make_fx_exhaustive_lt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:30:46.0015865Z 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-27T16:30:46.0016726Z LU, pivots = torch.lu(A, compute_pivots) 2022-09-27T16:30:46.0017082Z should be replaced with 2022-09-27T16:30:46.0017505Z LU, pivots = torch.linalg.lu_factor(A, compute_pivots) 2022-09-27T16:30:46.0017881Z and 2022-09-27T16:30:46.0018234Z LU, pivots, info = torch.lu(A, compute_pivots, get_infos=True) 2022-09-27T16:30:46.0018598Z should be replaced with 2022-09-27T16:30:46.0019185Z 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-27T16:30:46.0019857Z return torch._lu_with_info(A, pivot=pivot, check_errors=(not get_infos)) 2022-09-27T16:30:46.1682943Z ok (0.171s) 2022-09-27T16:30:46.1723589Z 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-27T16:30:46.1724428Z Note that torch.linalg.lu_solve has its arguments reversed. 2022-09-27T16:30:46.1724866Z X = torch.lu_solve(B, LU, pivots) 2022-09-27T16:30:46.1725212Z should be replaced with 2022-09-27T16:30:46.1726085Z X = torch.linalg.lu_solve(LU, pivots, B) (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2079.) 2022-09-27T16:30:46.1726625Z return op.op(*args, **kwargs) 2022-09-27T16:30:46.2887171Z ok (0.120s) 2022-09-27T16:30:46.3830194Z test_make_fx_exhaustive_lu_unpack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.094s) 2022-09-27T16:30:46.4055412Z test_make_fx_exhaustive_mH_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.022s) 2022-09-27T16:30:46.4271831Z test_make_fx_exhaustive_mT_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.022s) 2022-09-27T16:30:46.4586874Z test_make_fx_exhaustive_masked_fill_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:30:46.4762132Z test_make_fx_exhaustive_masked_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-09-27T16:30:46.5047193Z test_make_fx_exhaustive_masked_select_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.028s) 2022-09-27T16:30:46.5828436Z test_make_fx_exhaustive_matmul_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.078s) 2022-09-27T16:30:46.6030525Z test_make_fx_exhaustive_matrix_exp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-09-27T16:30:46.6383457Z test_make_fx_exhaustive_max_binary_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.035s) 2022-09-27T16:30:46.6458993Z test_make_fx_exhaustive_max_reduction_no_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-09-27T16:30:46.6626454Z test_make_fx_exhaustive_max_reduction_with_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-09-27T16:30:46.6976973Z test_make_fx_exhaustive_maximum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.035s) 2022-09-27T16:30:46.7702319Z test_make_fx_exhaustive_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.072s) 2022-09-27T16:30:46.8186699Z test_make_fx_exhaustive_median_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.048s) 2022-09-27T16:30:46.8945816Z test_make_fx_exhaustive_meshgrid_list_of_tensors_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.076s) 2022-09-27T16:30:46.9607072Z test_make_fx_exhaustive_meshgrid_variadic_tensors_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.066s) 2022-09-27T16:30:46.9959803Z test_make_fx_exhaustive_min_binary_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.035s) 2022-09-27T16:30:47.0033403Z test_make_fx_exhaustive_min_reduction_no_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-09-27T16:30:47.0199407Z test_make_fx_exhaustive_min_reduction_with_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:30:47.0543603Z test_make_fx_exhaustive_minimum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.034s) 2022-09-27T16:30:47.0591294Z test_make_fx_exhaustive_mm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-09-27T16:30:47.0898729Z test_make_fx_exhaustive_mode_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:30:47.0990872Z test_make_fx_exhaustive_movedim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-09-27T16:30:47.1828286Z test_make_fx_exhaustive_msort_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.084s) 2022-09-27T16:30:47.2186806Z test_make_fx_exhaustive_mul_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.036s) 2022-09-27T16:30:47.2497211Z test_make_fx_exhaustive_multinomial_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:30:47.2547843Z test_make_fx_exhaustive_mv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-09-27T16:30:47.2959468Z test_make_fx_exhaustive_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-09-27T16:30:47.3373267Z test_make_fx_exhaustive_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-09-27T16:30:47.3773564Z test_make_fx_exhaustive_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.040s) 2022-09-27T16:30:47.3882485Z test_make_fx_exhaustive_nan_to_num_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-09-27T16:30:47.6174135Z test_make_fx_exhaustive_nanmean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.229s) 2022-09-27T16:30:47.6673772Z test_make_fx_exhaustive_nanmedian_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.050s) 2022-09-27T16:30:47.6770727Z test_make_fx_exhaustive_nanquantile_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-09-27T16:30:47.8003122Z test_make_fx_exhaustive_nansum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.123s) 2022-09-27T16:30:47.8201927Z test_make_fx_exhaustive_narrow_copy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-09-27T16:30:47.8270793Z test_make_fx_exhaustive_narrow_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-09-27T16:30:47.9339218Z test_make_fx_exhaustive_native_layer_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.107s) 2022-09-27T16:30:47.9658903Z test_make_fx_exhaustive_ne_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-09-27T16:30:47.9703215Z test_make_fx_exhaustive_neg_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-09-27T16:30:47.9707862Z test_make_fx_exhaustive_new_empty_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:30:47.9712300Z test_make_fx_exhaustive_new_empty_strided_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T16:30:48.0000426Z test_make_fx_exhaustive_new_full_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.029s) 2022-09-27T16:30:48.0265594Z test_make_fx_exhaustive_new_ones_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-09-27T16:30:48.0532292Z test_make_fx_exhaustive_new_zeros_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-09-27T16:30:48.0888558Z test_make_fx_exhaustive_nextafter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.035s) 2022-09-27T16:30:48.1196295Z test_make_fx_exhaustive_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:30:48.1597943Z test_make_fx_exhaustive_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.040s) 2022-09-27T16:30:48.2141686Z test_make_fx_exhaustive_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.054s) 2022-09-27T16:30:48.2615255Z test_make_fx_exhaustive_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.047s) 2022-09-27T16:30:48.3635954Z test_make_fx_exhaustive_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.102s) 2022-09-27T16:30:48.4543568Z test_make_fx_exhaustive_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.091s) 2022-09-27T16:30:48.5022962Z test_make_fx_exhaustive_nn_functional_avg_pool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.048s) 2022-09-27T16:30:48.5339395Z test_make_fx_exhaustive_nn_functional_avg_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-09-27T16:30:48.5768367Z test_make_fx_exhaustive_nn_functional_avg_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.043s) 2022-09-27T16:30:48.6538639Z test_make_fx_exhaustive_nn_functional_batch_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.077s) 2022-09-27T16:30:48.8175990Z test_make_fx_exhaustive_nn_functional_bilinear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.164s) 2022-09-27T16:30:48.8670824Z test_make_fx_exhaustive_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.049s) 2022-09-27T16:30:48.9991918Z test_make_fx_exhaustive_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.132s) 2022-09-27T16:30:49.0098522Z test_make_fx_exhaustive_nn_functional_celu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-09-27T16:30:49.0722163Z test_make_fx_exhaustive_nn_functional_conv1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.062s) 2022-09-27T16:30:49.1514979Z 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-27T16:30:49.1515547Z return op.op(*args, **kwargs) 2022-09-27T16:30:49.2807463Z ok (0.208s) 2022-09-27T16:30:49.3393759Z test_make_fx_exhaustive_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.059s) 2022-09-27T16:30:49.4393704Z test_make_fx_exhaustive_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.100s) 2022-09-27T16:30:49.5618079Z test_make_fx_exhaustive_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.122s) 2022-09-27T16:30:49.6653617Z test_make_fx_exhaustive_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.104s) 2022-09-27T16:30:49.7724083Z test_make_fx_exhaustive_nn_functional_cosine_similarity_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.107s) 2022-09-27T16:30:49.8908035Z test_make_fx_exhaustive_nn_functional_cross_entropy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.118s) 2022-09-27T16:30:49.9826439Z test_make_fx_exhaustive_nn_functional_ctc_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.092s) 2022-09-27T16:30:49.9855806Z 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-27T16:30:49.9857277Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-09-27T16:30:50.0452648Z ok (0.063s) 2022-09-27T16:30:50.1275295Z test_make_fx_exhaustive_nn_functional_dropout3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.082s) 2022-09-27T16:30:50.2088925Z test_make_fx_exhaustive_nn_functional_dropout_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.081s) 2022-09-27T16:30:50.2198823Z test_make_fx_exhaustive_nn_functional_elu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-09-27T16:30:50.5629256Z test_make_fx_exhaustive_nn_functional_embedding_bag_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.343s) 2022-09-27T16:30:50.6120197Z test_make_fx_exhaustive_nn_functional_embedding_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.049s) 2022-09-27T16:30:50.6725763Z test_make_fx_exhaustive_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.060s) 2022-09-27T16:30:50.7095220Z test_make_fx_exhaustive_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.037s) 2022-09-27T16:30:50.9236106Z test_make_fx_exhaustive_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.214s) 2022-09-27T16:30:51.2134443Z test_make_fx_exhaustive_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.290s) 2022-09-27T16:30:51.2182633Z test_make_fx_exhaustive_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.005s) 2022-09-27T16:30:51.2497034Z test_make_fx_exhaustive_nn_functional_gelu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:30:51.4353236Z test_make_fx_exhaustive_nn_functional_glu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.186s) 2022-09-27T16:30:51.5712301Z test_make_fx_exhaustive_nn_functional_grid_sample_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.136s) 2022-09-27T16:30:51.5959829Z test_make_fx_exhaustive_nn_functional_group_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-09-27T16:30:51.6186109Z test_make_fx_exhaustive_nn_functional_hardshrink_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.023s) 2022-09-27T16:30:51.6296009Z test_make_fx_exhaustive_nn_functional_hardsigmoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-09-27T16:30:51.6442206Z test_make_fx_exhaustive_nn_functional_hardswish_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-09-27T16:30:51.6661734Z test_make_fx_exhaustive_nn_functional_hardtanh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.022s) 2022-09-27T16:30:51.7635944Z test_make_fx_exhaustive_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.097s) 2022-09-27T16:30:51.8049495Z test_make_fx_exhaustive_nn_functional_huber_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-09-27T16:30:51.9346152Z test_make_fx_exhaustive_nn_functional_instance_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.130s) 2022-09-27T16:30:51.9921429Z test_make_fx_exhaustive_nn_functional_interpolate_area_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.057s) 2022-09-27T16:30:52.0491801Z test_make_fx_exhaustive_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.057s) 2022-09-27T16:30:52.1032281Z test_make_fx_exhaustive_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.054s) 2022-09-27T16:30:52.1540616Z test_make_fx_exhaustive_nn_functional_interpolate_linear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.051s) 2022-09-27T16:30:52.2084560Z test_make_fx_exhaustive_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.054s) 2022-09-27T16:30:52.2852139Z test_make_fx_exhaustive_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.077s) 2022-09-27T16:30:52.2986309Z 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-27T16:30:52.2987079Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-09-27T16:30:52.3792588Z ok (0.094s) 2022-09-27T16:30:52.4109798Z test_make_fx_exhaustive_nn_functional_l1_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-09-27T16:30:52.4415467Z test_make_fx_exhaustive_nn_functional_layer_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:30:52.4741304Z test_make_fx_exhaustive_nn_functional_leaky_relu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-09-27T16:30:52.5616402Z test_make_fx_exhaustive_nn_functional_linear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.087s) 2022-09-27T16:30:52.6610749Z test_make_fx_exhaustive_nn_functional_local_response_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.099s) 2022-09-27T16:30:52.6735135Z test_make_fx_exhaustive_nn_functional_logsigmoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-09-27T16:30:52.8411999Z test_make_fx_exhaustive_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.168s) 2022-09-27T16:30:53.4813828Z test_make_fx_exhaustive_nn_functional_max_pool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.640s) 2022-09-27T16:30:54.0145040Z test_make_fx_exhaustive_nn_functional_max_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.533s) 2022-09-27T16:30:54.5333279Z test_make_fx_exhaustive_nn_functional_max_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.519s) 2022-09-27T16:30:54.5337002Z test_make_fx_exhaustive_nn_functional_max_unpool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:30:54.8604250Z test_make_fx_exhaustive_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.326s) 2022-09-27T16:30:54.8608946Z test_make_fx_exhaustive_nn_functional_max_unpool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:30:55.3937373Z test_make_fx_exhaustive_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.533s) 2022-09-27T16:30:55.3942052Z test_make_fx_exhaustive_nn_functional_max_unpool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:30:55.6371528Z test_make_fx_exhaustive_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.243s) 2022-09-27T16:30:55.6508554Z test_make_fx_exhaustive_nn_functional_mish_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-09-27T16:30:55.6780885Z test_make_fx_exhaustive_nn_functional_mse_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-09-27T16:30:55.6997997Z test_make_fx_exhaustive_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.022s) 2022-09-27T16:30:55.7133880Z test_make_fx_exhaustive_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-09-27T16:30:55.7608905Z test_make_fx_exhaustive_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.047s) 2022-09-27T16:30:56.0394212Z test_make_fx_exhaustive_nn_functional_nll_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.278s) 2022-09-27T16:30:56.0890503Z test_make_fx_exhaustive_nn_functional_normalize_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.050s) 2022-09-27T16:30:56.1730381Z test_make_fx_exhaustive_nn_functional_pad_circular_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.084s) 2022-09-27T16:30:56.3804781Z test_make_fx_exhaustive_nn_functional_pad_constant_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.207s) 2022-09-27T16:30:56.5589981Z test_make_fx_exhaustive_nn_functional_pad_reflect_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.178s) 2022-09-27T16:30:56.6045967Z test_make_fx_exhaustive_nn_functional_pad_replicate_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.046s) 2022-09-27T16:30:56.6390364Z test_make_fx_exhaustive_nn_functional_pairwise_distance_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.034s) 2022-09-27T16:30:56.6692642Z test_make_fx_exhaustive_nn_functional_pdist_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.030s) 2022-09-27T16:30:56.6777764Z test_make_fx_exhaustive_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-09-27T16:30:56.6870651Z test_make_fx_exhaustive_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-09-27T16:30:57.3571232Z test_make_fx_exhaustive_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.670s) 2022-09-27T16:30:57.4393180Z test_make_fx_exhaustive_nn_functional_prelu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.082s) 2022-09-27T16:30:57.4501245Z test_make_fx_exhaustive_nn_functional_relu6_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-09-27T16:30:57.4639560Z test_make_fx_exhaustive_nn_functional_relu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-09-27T16:30:57.4790159Z test_make_fx_exhaustive_nn_functional_rrelu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-09-27T16:30:57.4896914Z test_make_fx_exhaustive_nn_functional_selu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-09-27T16:30:57.5000723Z test_make_fx_exhaustive_nn_functional_silu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-09-27T16:30:57.5331355Z test_make_fx_exhaustive_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.033s) 2022-09-27T16:30:57.5605692Z test_make_fx_exhaustive_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-09-27T16:30:57.5849326Z test_make_fx_exhaustive_nn_functional_softmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-09-27T16:30:57.6137594Z test_make_fx_exhaustive_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.029s) 2022-09-27T16:30:57.6258050Z test_make_fx_exhaustive_nn_functional_softplus_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-09-27T16:30:57.6435202Z test_make_fx_exhaustive_nn_functional_softshrink_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-09-27T16:30:57.6582149Z test_make_fx_exhaustive_nn_functional_softsign_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-09-27T16:30:57.6709843Z test_make_fx_exhaustive_nn_functional_tanhshrink_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-09-27T16:30:57.6877123Z test_make_fx_exhaustive_nn_functional_threshold_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-09-27T16:30:57.7590423Z test_make_fx_exhaustive_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.071s) 2022-09-27T16:30:57.8306278Z test_make_fx_exhaustive_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.071s) 2022-09-27T16:30:58.2444517Z test_make_fx_exhaustive_nn_functional_unfold_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.414s) 2022-09-27T16:30:58.2477701Z 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-27T16:30:58.2478779Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T16:30:58.2622499Z ok (0.018s) 2022-09-27T16:30:58.2673375Z 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-27T16:30:58.2674547Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T16:30:58.3124717Z ok (0.050s) 2022-09-27T16:30:58.3978206Z test_make_fx_exhaustive_nonzero_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.085s) 2022-09-27T16:30:58.5519319Z test_make_fx_exhaustive_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.154s) 2022-09-27T16:30:58.5649294Z test_make_fx_exhaustive_norm_fro_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-09-27T16:30:58.5806069Z test_make_fx_exhaustive_norm_inf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:30:58.5940769Z test_make_fx_exhaustive_norm_nuc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-09-27T16:30:58.6191699Z test_make_fx_exhaustive_normal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-09-27T16:30:58.6251141Z test_make_fx_exhaustive_normal_number_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-09-27T16:30:58.6332931Z test_make_fx_exhaustive_ones_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-09-27T16:30:58.6592079Z test_make_fx_exhaustive_ones_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-09-27T16:30:59.1072311Z test_make_fx_exhaustive_ormqr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.448s) 2022-09-27T16:30:59.1133045Z test_make_fx_exhaustive_outer_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-09-27T16:31:02.7860901Z test_make_fx_exhaustive_pca_lowrank_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (3.673s) 2022-09-27T16:31:02.8035260Z test_make_fx_exhaustive_permute_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-09-27T16:31:02.8590288Z test_make_fx_exhaustive_pinverse_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.055s) 2022-09-27T16:31:02.8988600Z test_make_fx_exhaustive_polar_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.040s) 2022-09-27T16:31:02.9355101Z test_make_fx_exhaustive_polygamma_polygamma_n_0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.037s) 2022-09-27T16:31:02.9721644Z test_make_fx_exhaustive_polygamma_polygamma_n_1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.037s) 2022-09-27T16:31:03.0088678Z test_make_fx_exhaustive_polygamma_polygamma_n_2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.037s) 2022-09-27T16:31:03.0460261Z test_make_fx_exhaustive_polygamma_polygamma_n_3_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.037s) 2022-09-27T16:31:03.0828361Z test_make_fx_exhaustive_polygamma_polygamma_n_4_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.037s) 2022-09-27T16:31:03.0928115Z test_make_fx_exhaustive_positive_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-09-27T16:31:03.1317412Z test_make_fx_exhaustive_pow_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.039s) 2022-09-27T16:31:03.2805082Z test_make_fx_exhaustive_prod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.149s) 2022-09-27T16:31:03.3659457Z test_make_fx_exhaustive_put_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.085s) 2022-09-27T16:31:03.3702828Z 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-27T16:31:03.3703730Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-09-27T16:31:03.3704162Z Q, R = torch.qr(A, some) 2022-09-27T16:31:03.3704494Z should be replaced with 2022-09-27T16:31:03.3705350Z 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-27T16:31:03.3705883Z return op.op(*args, **kwargs) 2022-09-27T16:31:03.5680170Z ok (0.202s) 2022-09-27T16:31:03.5783517Z test_make_fx_exhaustive_quantile_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-09-27T16:31:03.5914878Z test_make_fx_exhaustive_rad2deg_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-09-27T16:31:03.6251829Z test_make_fx_exhaustive_rand_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.034s) 2022-09-27T16:31:03.6874269Z test_make_fx_exhaustive_randint_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.062s) 2022-09-27T16:31:03.6969415Z test_make_fx_exhaustive_randn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-09-27T16:31:03.7282890Z test_make_fx_exhaustive_randn_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:31:03.7427065Z test_make_fx_exhaustive_ravel_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-09-27T16:31:03.7529271Z test_make_fx_exhaustive_real_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-09-27T16:31:03.7654030Z test_make_fx_exhaustive_reciprocal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-09-27T16:31:03.8098628Z test_make_fx_exhaustive_remainder_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.044s) 2022-09-27T16:31:03.8306675Z test_make_fx_exhaustive_renorm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-09-27T16:31:03.9950066Z test_make_fx_exhaustive_repeat_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.164s) 2022-09-27T16:31:04.0278140Z test_make_fx_exhaustive_repeat_interleave_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.033s) 2022-09-27T16:31:04.0478380Z test_make_fx_exhaustive_reshape_as_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-09-27T16:31:04.0791512Z test_make_fx_exhaustive_reshape_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:31:04.0948250Z test_make_fx_exhaustive_resize__cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:31:04.1106314Z test_make_fx_exhaustive_resize_as__cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:31:04.1293261Z test_make_fx_exhaustive_resolve_conj_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-09-27T16:31:04.1368923Z test_make_fx_exhaustive_resolve_neg_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-09-27T16:31:04.2049841Z test_make_fx_exhaustive_roll_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.068s) 2022-09-27T16:31:04.3531397Z test_make_fx_exhaustive_rot90_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.148s) 2022-09-27T16:31:04.3586466Z test_make_fx_exhaustive_round_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-09-27T16:31:04.3714079Z test_make_fx_exhaustive_round_decimals_0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-09-27T16:31:04.3836869Z test_make_fx_exhaustive_round_decimals_3_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-09-27T16:31:04.3961202Z test_make_fx_exhaustive_round_decimals_neg_3_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-09-27T16:31:04.4084821Z test_make_fx_exhaustive_rsqrt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-09-27T16:31:04.4565685Z test_make_fx_exhaustive_rsub_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.048s) 2022-09-27T16:31:04.4998179Z test_make_fx_exhaustive_scatter_add_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.043s) 2022-09-27T16:31:04.6071760Z test_make_fx_exhaustive_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.107s) 2022-09-27T16:31:04.6147649Z 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-27T16:31:04.6148539Z return op.op(*args, **kwargs) 2022-09-27T16:31:04.7142004Z ok (0.107s) 2022-09-27T16:31:04.8189237Z test_make_fx_exhaustive_scatter_reduce_amin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.105s) 2022-09-27T16:31:04.9375480Z test_make_fx_exhaustive_scatter_reduce_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.119s) 2022-09-27T16:31:05.0516813Z test_make_fx_exhaustive_scatter_reduce_prod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.114s) 2022-09-27T16:31:05.1543950Z test_make_fx_exhaustive_scatter_reduce_sum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.103s) 2022-09-27T16:31:05.3685397Z 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-27T16:31:05.3686932Z return op.op(*args, **kwargs) 2022-09-27T16:31:05.3756786Z 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-27T16:31:05.3757922Z return op.op(*args, **kwargs) 2022-09-27T16:31:05.6879458Z ok (0.533s) 2022-09-27T16:31:06.1001516Z test_make_fx_exhaustive_segment_reduce_lengths_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.412s) 2022-09-27T16:31:06.4858881Z test_make_fx_exhaustive_segment_reduce_offsets_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.386s) 2022-09-27T16:31:06.5057016Z test_make_fx_exhaustive_select_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-09-27T16:31:06.5290164Z test_make_fx_exhaustive_select_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.023s) 2022-09-27T16:31:06.5340001Z test_make_fx_exhaustive_sgn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-09-27T16:31:06.5520594Z test_make_fx_exhaustive_short_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-09-27T16:31:06.5636307Z test_make_fx_exhaustive_sigmoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-09-27T16:31:06.5690746Z test_make_fx_exhaustive_sign_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-09-27T16:31:06.5739251Z test_make_fx_exhaustive_signbit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-09-27T16:31:06.5796472Z test_make_fx_exhaustive_sin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-09-27T16:31:06.5918194Z test_make_fx_exhaustive_sinc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-09-27T16:31:06.5978569Z test_make_fx_exhaustive_sinh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-09-27T16:31:06.7353325Z test_make_fx_exhaustive_slice_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.137s) 2022-09-27T16:31:06.7594173Z test_make_fx_exhaustive_softmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-09-27T16:31:06.7875174Z test_make_fx_exhaustive_softmax_with_dtype_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.028s) 2022-09-27T16:31:07.1162696Z test_make_fx_exhaustive_sort_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.329s) 2022-09-27T16:31:07.1179866Z 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-27T16:31:07.1180595Z torch.eye(m, n, device=device, dtype=dtype) 2022-09-27T16:31:07.1312536Z expected failure (0.015s) 2022-09-27T16:31:07.1445217Z test_make_fx_exhaustive_special_airy_ai_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-09-27T16:31:07.1565102Z test_make_fx_exhaustive_special_bessel_j0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-09-27T16:31:07.1699990Z test_make_fx_exhaustive_special_bessel_j1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-09-27T16:31:07.1818260Z test_make_fx_exhaustive_special_bessel_y0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-09-27T16:31:07.1937084Z test_make_fx_exhaustive_special_bessel_y1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-09-27T16:31:07.2324686Z test_make_fx_exhaustive_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.039s) 2022-09-27T16:31:07.2715600Z test_make_fx_exhaustive_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.039s) 2022-09-27T16:31:07.2720803Z 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-27T16:31:07.2725314Z 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-27T16:31:07.2812066Z test_make_fx_exhaustive_special_entr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-09-27T16:31:07.2928630Z test_make_fx_exhaustive_special_erfcx_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-09-27T16:31:07.3308996Z test_make_fx_exhaustive_special_hermite_polynomial_h_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.038s) 2022-09-27T16:31:07.3699488Z test_make_fx_exhaustive_special_hermite_polynomial_he_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.039s) 2022-09-27T16:31:07.3782808Z test_make_fx_exhaustive_special_i0e_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-09-27T16:31:07.3863999Z test_make_fx_exhaustive_special_i1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-09-27T16:31:07.3947270Z test_make_fx_exhaustive_special_i1e_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-09-27T16:31:07.4343454Z test_make_fx_exhaustive_special_laguerre_polynomial_l_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.040s) 2022-09-27T16:31:07.4349155Z test_make_fx_exhaustive_special_legendre_polynomial_p_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:31:07.4473974Z test_make_fx_exhaustive_special_log_ndtr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-09-27T16:31:07.4594550Z test_make_fx_exhaustive_special_modified_bessel_i0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-09-27T16:31:07.4711323Z test_make_fx_exhaustive_special_modified_bessel_i1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-09-27T16:31:07.4831177Z test_make_fx_exhaustive_special_modified_bessel_k0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-09-27T16:31:07.4951703Z test_make_fx_exhaustive_special_modified_bessel_k1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-09-27T16:31:07.5135228Z test_make_fx_exhaustive_special_ndtr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-09-27T16:31:07.5254486Z test_make_fx_exhaustive_special_ndtri_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-09-27T16:31:07.5710871Z test_make_fx_exhaustive_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.046s) 2022-09-27T16:31:07.5828996Z test_make_fx_exhaustive_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-09-27T16:31:07.5947393Z test_make_fx_exhaustive_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-09-27T16:31:07.5952950Z 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-27T16:31:07.5957866Z 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-27T16:31:07.5961980Z 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-27T16:31:07.5965983Z 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-27T16:31:07.6083472Z test_make_fx_exhaustive_special_spherical_bessel_j0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-09-27T16:31:07.6474535Z test_make_fx_exhaustive_special_xlog1py_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.039s) 2022-09-27T16:31:07.6864087Z test_make_fx_exhaustive_special_zeta_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.039s) 2022-09-27T16:31:07.6972853Z test_make_fx_exhaustive_split_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-09-27T16:31:07.7164936Z test_make_fx_exhaustive_split_list_args_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-09-27T16:31:07.7409542Z test_make_fx_exhaustive_split_with_sizes_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-09-27T16:31:07.7465642Z test_make_fx_exhaustive_sqrt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-09-27T16:31:07.7586375Z test_make_fx_exhaustive_square_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-09-27T16:31:07.7869412Z test_make_fx_exhaustive_squeeze_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.028s) 2022-09-27T16:31:07.8277568Z test_make_fx_exhaustive_stack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-09-27T16:31:07.8661643Z test_make_fx_exhaustive_std_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.038s) 2022-09-27T16:31:07.9103914Z test_make_fx_exhaustive_std_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.044s) 2022-09-27T16:31:07.9184340Z 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-27T16:31:07.9184956Z normalized, onesided, return_complex) 2022-09-27T16:31:07.9937625Z ok (0.083s) 2022-09-27T16:31:08.0417056Z test_make_fx_exhaustive_sub_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.048s) 2022-09-27T16:31:08.1161194Z test_make_fx_exhaustive_sum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.074s) 2022-09-27T16:31:08.1751612Z test_make_fx_exhaustive_sum_to_size_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.059s) 2022-09-27T16:31:08.8404606Z test_make_fx_exhaustive_svd_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.665s) 2022-09-27T16:31:13.7855751Z test_make_fx_exhaustive_svd_lowrank_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (4.945s) 2022-09-27T16:31:13.7908312Z 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-27T16:31:13.7909190Z 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:31:13.7909795Z L, _ = torch.symeig(A, upper=upper) 2022-09-27T16:31:13.7910087Z should be replaced with 2022-09-27T16:31:13.7910759Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-09-27T16:31:13.7911012Z and 2022-09-27T16:31:13.7911190Z L, V = torch.symeig(A, eigenvectors=True) 2022-09-27T16:31:13.7911401Z should be replaced with 2022-09-27T16:31:13.7911972Z 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-27T16:31:13.7912524Z return op.op(*args, **kwargs) 2022-09-27T16:31:13.8359878Z ok (0.050s) 2022-09-27T16:31:13.8473888Z test_make_fx_exhaustive_t_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-09-27T16:31:13.8761371Z test_make_fx_exhaustive_take_along_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.029s) 2022-09-27T16:31:13.9134943Z test_make_fx_exhaustive_take_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.037s) 2022-09-27T16:31:13.9188584Z test_make_fx_exhaustive_tan_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-09-27T16:31:13.9238684Z test_make_fx_exhaustive_tanh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-09-27T16:31:13.9359612Z test_make_fx_exhaustive_tensor_split_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.012s) 2022-09-27T16:31:13.9533822Z test_make_fx_exhaustive_tensordot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-09-27T16:31:14.1632351Z test_make_fx_exhaustive_tile_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.210s) 2022-09-27T16:31:14.2782476Z test_make_fx_exhaustive_to_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.115s) 2022-09-27T16:31:14.2786157Z test_make_fx_exhaustive_to_sparse_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:31:14.3574554Z test_make_fx_exhaustive_topk_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.079s) 2022-09-27T16:31:14.3620991Z test_make_fx_exhaustive_trace_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-09-27T16:31:14.3935620Z test_make_fx_exhaustive_transpose_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:31:14.4731094Z test_make_fx_exhaustive_trapezoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.079s) 2022-09-27T16:31:14.5541025Z test_make_fx_exhaustive_trapz_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.081s) 2022-09-27T16:31:14.5591890Z 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-27T16:31:14.5592885Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-09-27T16:31:14.5593283Z X = torch.triangular_solve(B, A).solution 2022-09-27T16:31:14.5593678Z should be replaced with 2022-09-27T16:31:14.5594260Z X = torch.linalg.solve_triangular(A, B). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2121.) 2022-09-27T16:31:14.5594839Z return op.op(*args, **kwargs) 2022-09-27T16:31:14.6275901Z ok (0.073s) 2022-09-27T16:31:14.6607680Z test_make_fx_exhaustive_tril_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.033s) 2022-09-27T16:31:14.6940691Z test_make_fx_exhaustive_triu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.033s) 2022-09-27T16:31:14.7359971Z test_make_fx_exhaustive_true_divide_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.042s) 2022-09-27T16:31:14.7415676Z test_make_fx_exhaustive_trunc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-09-27T16:31:14.7834090Z test_make_fx_exhaustive_unbind_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.042s) 2022-09-27T16:31:14.8274245Z test_make_fx_exhaustive_unflatten_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.044s) 2022-09-27T16:31:14.9259157Z test_make_fx_exhaustive_unfold_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.098s) 2022-09-27T16:31:14.9407428Z test_make_fx_exhaustive_uniform_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-09-27T16:31:15.4919739Z test_make_fx_exhaustive_unique_consecutive_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.551s) 2022-09-27T16:31:16.1702281Z test_make_fx_exhaustive_unique_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.678s) 2022-09-27T16:31:16.2055268Z test_make_fx_exhaustive_unsqueeze_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.035s) 2022-09-27T16:31:16.2503495Z test_make_fx_exhaustive_var_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.045s) 2022-09-27T16:31:16.2949012Z test_make_fx_exhaustive_var_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.044s) 2022-09-27T16:31:16.3003240Z test_make_fx_exhaustive_vdot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-09-27T16:31:16.3051917Z test_make_fx_exhaustive_view_as_complex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-09-27T16:31:16.3241057Z test_make_fx_exhaustive_view_as_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-09-27T16:31:16.3519629Z test_make_fx_exhaustive_view_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.028s) 2022-09-27T16:31:16.3657112Z test_make_fx_exhaustive_vsplit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-09-27T16:31:16.3776742Z test_make_fx_exhaustive_vstack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-09-27T16:31:16.4020072Z test_make_fx_exhaustive_where_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-09-27T16:31:16.4399579Z test_make_fx_exhaustive_xlogy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.038s) 2022-09-27T16:31:16.4537877Z test_make_fx_exhaustive_zero__cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-09-27T16:31:16.4619661Z test_make_fx_exhaustive_zeros_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-09-27T16:31:16.4896730Z test_make_fx_exhaustive_zeros_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.028s) 2022-09-27T16:31:16.5002804Z test_make_fx_fake_exhaustive_H_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-09-27T16:31:16.5103502Z test_make_fx_fake_exhaustive_T_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-09-27T16:31:16.6302099Z test_make_fx_fake_exhaustive___getitem___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Dynamic output shape operation in trace (0.120s) 2022-09-27T16:31:16.6825460Z test_make_fx_fake_exhaustive___radd___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.052s) 2022-09-27T16:31:16.7426190Z test_make_fx_fake_exhaustive___rdiv___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.060s) 2022-09-27T16:31:16.8613106Z test_make_fx_fake_exhaustive___rmatmul___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.119s) 2022-09-27T16:31:16.9128533Z test_make_fx_fake_exhaustive___rmod___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.051s) 2022-09-27T16:31:16.9639883Z test_make_fx_fake_exhaustive___rmul___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.051s) 2022-09-27T16:31:16.9675351Z 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-27T16:31:16.9676397Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-09-27T16:31:16.9773755Z /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:31:16.9774650Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-09-27T16:31:16.9869166Z /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:31:16.9870274Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-09-27T16:31:16.9964682Z /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:31:16.9965565Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-09-27T16:31:17.0068253Z /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:31:17.0069077Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-09-27T16:31:17.0176243Z /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:31:17.0177470Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-09-27T16:31:17.0281104Z /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:31:17.0281977Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-09-27T16:31:17.0382433Z /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:31:17.0383345Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-09-27T16:31:17.0484892Z /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:31:17.0485795Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-09-27T16:31:17.0555746Z ok (0.092s) 2022-09-27T16:31:17.1084802Z test_make_fx_fake_exhaustive___rsub___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.053s) 2022-09-27T16:31:17.9029863Z test_make_fx_fake_exhaustive__masked_amax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.794s) 2022-09-27T16:31:18.7230755Z test_make_fx_fake_exhaustive__masked_amin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.820s) 2022-09-27T16:31:19.3160844Z test_make_fx_fake_exhaustive__masked_argmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.593s) 2022-09-27T16:31:19.9287880Z test_make_fx_fake_exhaustive__masked_argmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.613s) 2022-09-27T16:31:20.0387359Z test_make_fx_fake_exhaustive__masked_cumprod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.110s) 2022-09-27T16:31:20.1515310Z test_make_fx_fake_exhaustive__masked_cumsum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.113s) 2022-09-27T16:31:20.2960911Z test_make_fx_fake_exhaustive__masked_log_softmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.144s) 2022-09-27T16:31:20.4453446Z test_make_fx_fake_exhaustive__masked_logaddexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.149s) 2022-09-27T16:31:21.5375777Z test_make_fx_fake_exhaustive__masked_logsumexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (1.092s) 2022-09-27T16:31:23.0622386Z test_make_fx_fake_exhaustive__masked_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (1.525s) 2022-09-27T16:31:23.2081520Z test_make_fx_fake_exhaustive__masked_median_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.146s) 2022-09-27T16:31:24.1309180Z test_make_fx_fake_exhaustive__masked_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.923s) 2022-09-27T16:31:24.4327191Z test_make_fx_fake_exhaustive__masked_normalize_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.302s) 2022-09-27T16:31:25.3527003Z test_make_fx_fake_exhaustive__masked_prod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.920s) 2022-09-27T16:31:25.4903018Z test_make_fx_fake_exhaustive__masked_softmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.138s) 2022-09-27T16:31:25.6489744Z test_make_fx_fake_exhaustive__masked_softmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.159s) 2022-09-27T16:31:28.3065354Z test_make_fx_fake_exhaustive__masked_std_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (2.657s) 2022-09-27T16:31:29.0527299Z test_make_fx_fake_exhaustive__masked_sum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.746s) 2022-09-27T16:31:31.6568083Z test_make_fx_fake_exhaustive__masked_var_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (2.604s) 2022-09-27T16:31:31.6638099Z test_make_fx_fake_exhaustive_abs_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-09-27T16:31:31.6793101Z test_make_fx_fake_exhaustive_acos_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-09-27T16:31:31.6942784Z test_make_fx_fake_exhaustive_acosh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-09-27T16:31:31.7584478Z test_make_fx_fake_exhaustive_add_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.064s) 2022-09-27T16:31:31.7997486Z test_make_fx_fake_exhaustive_addbmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-09-27T16:31:31.8807304Z test_make_fx_fake_exhaustive_addcdiv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.081s) 2022-09-27T16:31:31.9637869Z test_make_fx_fake_exhaustive_addcmul_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.083s) 2022-09-27T16:31:31.9840235Z test_make_fx_fake_exhaustive_addmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-09-27T16:31:32.0040744Z test_make_fx_fake_exhaustive_addmm_decomposed_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-09-27T16:31:32.0432723Z test_make_fx_fake_exhaustive_addmv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.039s) 2022-09-27T16:31:32.0846769Z test_make_fx_fake_exhaustive_addr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-09-27T16:31:32.1410113Z test_make_fx_fake_exhaustive_all_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.056s) 2022-09-27T16:31:32.1545277Z test_make_fx_fake_exhaustive_allclose_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.013s) 2022-09-27T16:31:32.2496957Z test_make_fx_fake_exhaustive_amax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.095s) 2022-09-27T16:31:32.3429324Z test_make_fx_fake_exhaustive_amin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.093s) 2022-09-27T16:31:32.3758660Z 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-27T16:31:32.3759452Z return op.op(*args, **kwargs) 2022-09-27T16:31:32.3762303Z [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-27T16:31:32.3763492Z [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-27T16:31:32.3775729Z ok (0.035s) 2022-09-27T16:31:32.3837198Z test_make_fx_fake_exhaustive_angle_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-09-27T16:31:32.4418900Z test_make_fx_fake_exhaustive_any_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.058s) 2022-09-27T16:31:32.6063435Z test_make_fx_fake_exhaustive_arange_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.164s) 2022-09-27T16:31:32.6626322Z test_make_fx_fake_exhaustive_argmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.056s) 2022-09-27T16:31:32.7175036Z test_make_fx_fake_exhaustive_argmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.055s) 2022-09-27T16:31:32.9039719Z test_make_fx_fake_exhaustive_argsort_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.186s) 2022-09-27T16:31:32.9080383Z test_make_fx_fake_exhaustive_argwhere_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Dynamic output shape operation in trace (0.004s) 2022-09-27T16:31:32.9390548Z test_make_fx_fake_exhaustive_as_strided_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:31:32.9709813Z test_make_fx_fake_exhaustive_as_strided_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-09-27T16:31:32.9773747Z test_make_fx_fake_exhaustive_asin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-09-27T16:31:32.9836091Z test_make_fx_fake_exhaustive_asinh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-09-27T16:31:33.0348968Z test_make_fx_fake_exhaustive_atan2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.051s) 2022-09-27T16:31:33.0419100Z test_make_fx_fake_exhaustive_atan_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-09-27T16:31:33.0480541Z test_make_fx_fake_exhaustive_atanh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-09-27T16:31:33.0795913Z test_make_fx_fake_exhaustive_atleast_1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:31:33.1136071Z test_make_fx_fake_exhaustive_atleast_2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.034s) 2022-09-27T16:31:33.1531984Z test_make_fx_fake_exhaustive_atleast_3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.039s) 2022-09-27T16:31:33.1964135Z test_make_fx_fake_exhaustive_baddbmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.043s) 2022-09-27T16:31:33.2191587Z test_make_fx_fake_exhaustive_bernoulli_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.023s) 2022-09-27T16:31:33.2571383Z test_make_fx_fake_exhaustive_bfloat16_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.038s) 2022-09-27T16:31:33.2577109Z test_make_fx_fake_exhaustive_block_diag_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:31:33.2652848Z test_make_fx_fake_exhaustive_bmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-09-27T16:31:33.2935124Z test_make_fx_fake_exhaustive_bool_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.028s) 2022-09-27T16:31:33.3215484Z test_make_fx_fake_exhaustive_broadcast_shapes_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.028s) 2022-09-27T16:31:33.3349095Z test_make_fx_fake_exhaustive_broadcast_tensors_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-09-27T16:31:33.3730424Z test_make_fx_fake_exhaustive_broadcast_to_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.038s) 2022-09-27T16:31:33.8133823Z test_make_fx_fake_exhaustive_bucketize_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.440s) 2022-09-27T16:31:33.8418247Z test_make_fx_fake_exhaustive_byte_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.028s) 2022-09-27T16:31:33.8763816Z test_make_fx_fake_exhaustive_cartesian_prod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.034s) 2022-09-27T16:31:33.9177044Z test_make_fx_fake_exhaustive_cat_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-09-27T16:31:34.6333979Z test_make_fx_fake_exhaustive_cdist_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.716s) 2022-09-27T16:31:34.6400943Z test_make_fx_fake_exhaustive_ceil_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-09-27T16:31:34.6706868Z test_make_fx_fake_exhaustive_chalf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.030s) 2022-09-27T16:31:34.6981058Z test_make_fx_fake_exhaustive_char_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-09-27T16:31:34.7282711Z test_make_fx_fake_exhaustive_cholesky_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.030s) 2022-09-27T16:31:34.8685779Z test_make_fx_fake_exhaustive_cholesky_inverse_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.140s) 2022-09-27T16:31:35.1013222Z test_make_fx_fake_exhaustive_cholesky_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.233s) 2022-09-27T16:31:35.1265813Z test_make_fx_fake_exhaustive_chunk_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-09-27T16:31:35.1594769Z test_make_fx_fake_exhaustive_clamp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.033s) 2022-09-27T16:31:35.2117665Z test_make_fx_fake_exhaustive_clamp_max_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.052s) 2022-09-27T16:31:35.2644314Z test_make_fx_fake_exhaustive_clamp_min_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.053s) 2022-09-27T16:31:35.2766541Z test_make_fx_fake_exhaustive_clone_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-09-27T16:31:35.2966551Z test_make_fx_fake_exhaustive_column_stack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-09-27T16:31:35.3079338Z test_make_fx_fake_exhaustive_combinations_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Dynamic output shape operation in trace (0.011s) 2022-09-27T16:31:35.3623413Z test_make_fx_fake_exhaustive_complex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.054s) 2022-09-27T16:31:35.3838199Z test_make_fx_fake_exhaustive_conj_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-09-27T16:31:35.3888196Z test_make_fx_fake_exhaustive_conj_physical_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-09-27T16:31:35.6581996Z test_make_fx_fake_exhaustive_constant_pad_nd_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.269s) 2022-09-27T16:31:35.6674082Z test_make_fx_fake_exhaustive_contiguous_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-09-27T16:31:35.7219982Z test_make_fx_fake_exhaustive_copysign_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.054s) 2022-09-27T16:31:35.7349109Z test_make_fx_fake_exhaustive_corrcoef_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.013s) 2022-09-27T16:31:35.7511779Z test_make_fx_fake_exhaustive_cos_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:31:35.7668016Z test_make_fx_fake_exhaustive_cosh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:31:36.1206534Z test_make_fx_fake_exhaustive_count_nonzero_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.354s) 2022-09-27T16:31:36.1371009Z test_make_fx_fake_exhaustive_cov_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.016s) 2022-09-27T16:31:36.1575589Z test_make_fx_fake_exhaustive_cross_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-09-27T16:31:36.2056178Z test_make_fx_fake_exhaustive_cummax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.048s) 2022-09-27T16:31:36.2552060Z test_make_fx_fake_exhaustive_cummin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.049s) 2022-09-27T16:31:36.3125236Z test_make_fx_fake_exhaustive_cumprod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.057s) 2022-09-27T16:31:36.3351851Z test_make_fx_fake_exhaustive_cumsum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.023s) 2022-09-27T16:31:36.4594178Z test_make_fx_fake_exhaustive_cumulative_trapezoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.124s) 2022-09-27T16:31:36.4777941Z test_make_fx_fake_exhaustive_deg2rad_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-09-27T16:31:36.5595829Z test_make_fx_fake_exhaustive_diag_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.082s) 2022-09-27T16:31:36.6591053Z test_make_fx_fake_exhaustive_diag_embed_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.099s) 2022-09-27T16:31:36.6898702Z test_make_fx_fake_exhaustive_diagflat_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:31:36.7693293Z test_make_fx_fake_exhaustive_diagonal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.079s) 2022-09-27T16:31:36.8666363Z test_make_fx_fake_exhaustive_diagonal_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.097s) 2022-09-27T16:31:37.8228345Z test_make_fx_fake_exhaustive_diff_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.956s) 2022-09-27T16:31:37.8419286Z test_make_fx_fake_exhaustive_digamma_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-09-27T16:31:38.1963141Z test_make_fx_fake_exhaustive_dist_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.354s) 2022-09-27T16:31:38.2619637Z test_make_fx_fake_exhaustive_div_floor_rounding_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.066s) 2022-09-27T16:31:38.3239193Z test_make_fx_fake_exhaustive_div_no_rounding_mode_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.062s) 2022-09-27T16:31:38.3875030Z test_make_fx_fake_exhaustive_div_trunc_rounding_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.063s) 2022-09-27T16:31:38.3950341Z test_make_fx_fake_exhaustive_dot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-09-27T16:31:38.4291356Z test_make_fx_fake_exhaustive_double_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.034s) 2022-09-27T16:31:38.4491369Z test_make_fx_fake_exhaustive_dsplit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-09-27T16:31:38.4739924Z test_make_fx_fake_exhaustive_dstack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-09-27T16:31:38.6203676Z test_make_fx_fake_exhaustive_einsum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.146s) 2022-09-27T16:31:38.6208670Z test_make_fx_fake_exhaustive_empty_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:31:38.6213895Z test_make_fx_fake_exhaustive_empty_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:31:38.6820473Z test_make_fx_fake_exhaustive_eq_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.060s) 2022-09-27T16:31:38.6872333Z test_make_fx_fake_exhaustive_equal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.005s) 2022-09-27T16:31:38.6942797Z test_make_fx_fake_exhaustive_erf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-09-27T16:31:38.7110619Z test_make_fx_fake_exhaustive_erfc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-09-27T16:31:38.7177813Z test_make_fx_fake_exhaustive_erfinv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-09-27T16:31:38.7346071Z test_make_fx_fake_exhaustive_exp2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-09-27T16:31:38.7512928Z test_make_fx_fake_exhaustive_exp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-09-27T16:31:38.7713540Z test_make_fx_fake_exhaustive_expand_as_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-09-27T16:31:38.8254185Z test_make_fx_fake_exhaustive_expand_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.054s) 2022-09-27T16:31:38.8327452Z test_make_fx_fake_exhaustive_expm1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-09-27T16:31:39.4092960Z test_make_fx_fake_exhaustive_eye_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.576s) 2022-09-27T16:31:39.4621575Z test_make_fx_fake_exhaustive_fft_fft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.053s) 2022-09-27T16:31:39.5083523Z test_make_fx_fake_exhaustive_fft_fft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.046s) 2022-09-27T16:31:39.5756124Z test_make_fx_fake_exhaustive_fft_fftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.067s) 2022-09-27T16:31:39.6052274Z test_make_fx_fake_exhaustive_fft_fftshift_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.029s) 2022-09-27T16:31:39.6783333Z test_make_fx_fake_exhaustive_fft_hfft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.073s) 2022-09-27T16:31:39.7515263Z test_make_fx_fake_exhaustive_fft_hfft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.073s) 2022-09-27T16:31:39.8502580Z test_make_fx_fake_exhaustive_fft_hfftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.099s) 2022-09-27T16:31:39.9046532Z test_make_fx_fake_exhaustive_fft_ifft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.054s) 2022-09-27T16:31:39.9578767Z test_make_fx_fake_exhaustive_fft_ifft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.053s) 2022-09-27T16:31:40.0288749Z test_make_fx_fake_exhaustive_fft_ifftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.071s) 2022-09-27T16:31:40.0594420Z test_make_fx_fake_exhaustive_fft_ifftshift_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.030s) 2022-09-27T16:31:40.1161367Z test_make_fx_fake_exhaustive_fft_ihfft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.057s) 2022-09-27T16:31:40.1678213Z test_make_fx_fake_exhaustive_fft_ihfft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.052s) 2022-09-27T16:31:40.2333363Z test_make_fx_fake_exhaustive_fft_ihfftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.065s) 2022-09-27T16:31:40.2884724Z test_make_fx_fake_exhaustive_fft_irfft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.055s) 2022-09-27T16:31:40.3657644Z test_make_fx_fake_exhaustive_fft_irfft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.077s) 2022-09-27T16:31:40.4404699Z test_make_fx_fake_exhaustive_fft_irfftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.075s) 2022-09-27T16:31:40.4841420Z test_make_fx_fake_exhaustive_fft_rfft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.044s) 2022-09-27T16:31:40.5291549Z test_make_fx_fake_exhaustive_fft_rfft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.045s) 2022-09-27T16:31:40.5831834Z test_make_fx_fake_exhaustive_fft_rfftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.054s) 2022-09-27T16:31:40.6033482Z test_make_fx_fake_exhaustive_fill_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-09-27T16:31:40.6359146Z test_make_fx_fake_exhaustive_flatten_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-09-27T16:31:40.6924002Z test_make_fx_fake_exhaustive_flip_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.056s) 2022-09-27T16:31:40.7058112Z test_make_fx_fake_exhaustive_fliplr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-09-27T16:31:40.7178501Z test_make_fx_fake_exhaustive_flipud_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-09-27T16:31:40.7421930Z test_make_fx_fake_exhaustive_float_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-09-27T16:31:40.8304213Z test_make_fx_fake_exhaustive_float_power_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.088s) 2022-09-27T16:31:40.8371043Z test_make_fx_fake_exhaustive_floor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-09-27T16:31:40.9517729Z test_make_fx_fake_exhaustive_floor_divide_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.114s) 2022-09-27T16:31:41.0110599Z test_make_fx_fake_exhaustive_fmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.059s) 2022-09-27T16:31:41.0712630Z test_make_fx_fake_exhaustive_fmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.060s) 2022-09-27T16:31:41.1322576Z test_make_fx_fake_exhaustive_fmod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.061s) 2022-09-27T16:31:41.1489966Z test_make_fx_fake_exhaustive_frac_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-09-27T16:31:41.2063418Z test_make_fx_fake_exhaustive_frexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.057s) 2022-09-27T16:31:41.2666604Z test_make_fx_fake_exhaustive_full_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.060s) 2022-09-27T16:31:41.2977238Z test_make_fx_fake_exhaustive_gather_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:31:41.3490126Z test_make_fx_fake_exhaustive_ge_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.051s) 2022-09-27T16:31:42.0881699Z test_make_fx_fake_exhaustive_geqrf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.739s) 2022-09-27T16:31:42.5897141Z test_make_fx_fake_exhaustive_gradient_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.501s) 2022-09-27T16:31:42.6446061Z test_make_fx_fake_exhaustive_gt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.055s) 2022-09-27T16:31:42.6963119Z test_make_fx_fake_exhaustive_half_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.052s) 2022-09-27T16:31:42.7544834Z test_make_fx_fake_exhaustive_heaviside_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.058s) 2022-09-27T16:31:44.6223725Z test_make_fx_fake_exhaustive_histc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (1.868s) 2022-09-27T16:31:46.8781585Z test_make_fx_fake_exhaustive_histogram_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (2.256s) 2022-09-27T16:31:50.2324672Z test_make_fx_fake_exhaustive_histogramdd_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (3.354s) 2022-09-27T16:31:50.2529324Z test_make_fx_fake_exhaustive_hsplit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-09-27T16:31:50.2682664Z test_make_fx_fake_exhaustive_hstack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-09-27T16:31:50.3244557Z test_make_fx_fake_exhaustive_hypot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.056s) 2022-09-27T16:31:50.3360061Z test_make_fx_fake_exhaustive_i0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-09-27T16:31:50.3945101Z test_make_fx_fake_exhaustive_igamma_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.058s) 2022-09-27T16:31:50.4558338Z test_make_fx_fake_exhaustive_igammac_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.061s) 2022-09-27T16:31:50.5209342Z test_make_fx_fake_exhaustive_index_add_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.065s) 2022-09-27T16:31:50.5432503Z test_make_fx_fake_exhaustive_index_copy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.022s) 2022-09-27T16:31:50.5652980Z test_make_fx_fake_exhaustive_index_fill_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.022s) 2022-09-27T16:31:50.5982273Z test_make_fx_fake_exhaustive_index_put_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.033s) 2022-09-27T16:31:50.8445585Z test_make_fx_fake_exhaustive_index_reduce_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.246s) 2022-09-27T16:31:50.8647589Z test_make_fx_fake_exhaustive_index_select_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-09-27T16:31:50.8861836Z test_make_fx_fake_exhaustive_inner_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-09-27T16:31:50.9174037Z test_make_fx_fake_exhaustive_int_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:31:51.2511275Z test_make_fx_fake_exhaustive_isclose_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.334s) 2022-09-27T16:31:51.2792727Z test_make_fx_fake_exhaustive_isfinite_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.028s) 2022-09-27T16:31:51.2972767Z test_make_fx_fake_exhaustive_isin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-09-27T16:31:51.3046538Z test_make_fx_fake_exhaustive_isinf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-09-27T16:31:51.3119103Z test_make_fx_fake_exhaustive_isnan_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-09-27T16:31:51.3184271Z test_make_fx_fake_exhaustive_isneginf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-09-27T16:31:51.3249596Z test_make_fx_fake_exhaustive_isposinf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-09-27T16:31:51.3433954Z test_make_fx_fake_exhaustive_isreal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-09-27T16:31:51.4033746Z test_make_fx_fake_exhaustive_istft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.060s) 2022-09-27T16:31:51.4045552Z test_make_fx_fake_exhaustive_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:31:51.4055578Z test_make_fx_fake_exhaustive_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:31:51.4065020Z test_make_fx_fake_exhaustive_jiterator_binary_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:31:51.4074582Z test_make_fx_fake_exhaustive_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:31:51.4083860Z test_make_fx_fake_exhaustive_jiterator_unary_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:31:51.4226244Z test_make_fx_fake_exhaustive_kron_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-09-27T16:31:51.6158017Z test_make_fx_fake_exhaustive_kthvalue_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.193s) 2022-09-27T16:31:51.6905883Z test_make_fx_fake_exhaustive_ldexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.075s) 2022-09-27T16:31:51.7459144Z test_make_fx_fake_exhaustive_le_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.055s) 2022-09-27T16:31:51.8413359Z test_make_fx_fake_exhaustive_lerp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.095s) 2022-09-27T16:31:51.8609959Z test_make_fx_fake_exhaustive_lgamma_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-09-27T16:31:52.0239959Z test_make_fx_fake_exhaustive_linalg_cholesky_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.163s) 2022-09-27T16:31:52.1247098Z test_make_fx_fake_exhaustive_linalg_cholesky_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.100s) 2022-09-27T16:31:52.1602698Z test_make_fx_fake_exhaustive_linalg_cond_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.035s) 2022-09-27T16:31:52.1814911Z test_make_fx_fake_exhaustive_linalg_cross_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-09-27T16:31:52.2491022Z test_make_fx_fake_exhaustive_linalg_det_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.067s) 2022-09-27T16:31:52.4984900Z test_make_fx_fake_exhaustive_linalg_det_singular_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.249s) 2022-09-27T16:31:52.6802478Z test_make_fx_fake_exhaustive_linalg_eig_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.182s) 2022-09-27T16:31:52.7480679Z test_make_fx_fake_exhaustive_linalg_eigh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.068s) 2022-09-27T16:31:52.9236654Z test_make_fx_fake_exhaustive_linalg_eigvals_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.176s) 2022-09-27T16:31:52.9822758Z test_make_fx_fake_exhaustive_linalg_eigvalsh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.059s) 2022-09-27T16:31:53.1442509Z test_make_fx_fake_exhaustive_linalg_householder_product_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.162s) 2022-09-27T16:31:53.2078827Z test_make_fx_fake_exhaustive_linalg_inv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.063s) 2022-09-27T16:31:53.2640724Z test_make_fx_fake_exhaustive_linalg_inv_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.056s) 2022-09-27T16:31:53.2971727Z test_make_fx_fake_exhaustive_linalg_ldl_factor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.033s) 2022-09-27T16:31:53.3247868Z test_make_fx_fake_exhaustive_linalg_ldl_factor_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.028s) 2022-09-27T16:31:53.4307652Z test_make_fx_fake_exhaustive_linalg_ldl_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.106s) 2022-09-27T16:31:53.4313083Z test_make_fx_fake_exhaustive_linalg_lstsq_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:31:53.4317993Z test_make_fx_fake_exhaustive_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:31:53.5623399Z test_make_fx_fake_exhaustive_linalg_lu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.130s) 2022-09-27T16:31:53.6940703Z test_make_fx_fake_exhaustive_linalg_lu_factor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.132s) 2022-09-27T16:31:53.7999282Z test_make_fx_fake_exhaustive_linalg_lu_factor_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.106s) 2022-09-27T16:31:54.5054064Z test_make_fx_fake_exhaustive_linalg_lu_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.705s) 2022-09-27T16:31:55.0227364Z test_make_fx_fake_exhaustive_linalg_matrix_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.517s) 2022-09-27T16:31:55.2742540Z test_make_fx_fake_exhaustive_linalg_matrix_power_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.251s) 2022-09-27T16:31:56.3775982Z test_make_fx_fake_exhaustive_linalg_matrix_rank_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (1.103s) 2022-09-27T16:31:56.5105686Z test_make_fx_fake_exhaustive_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.133s) 2022-09-27T16:31:56.5743515Z test_make_fx_fake_exhaustive_linalg_multi_dot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.064s) 2022-09-27T16:31:57.2399616Z test_make_fx_fake_exhaustive_linalg_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.665s) 2022-09-27T16:31:57.7302511Z test_make_fx_fake_exhaustive_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.490s) 2022-09-27T16:31:57.9412097Z test_make_fx_fake_exhaustive_linalg_pinv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.211s) 2022-09-27T16:31:58.0045138Z test_make_fx_fake_exhaustive_linalg_pinv_hermitian_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.063s) 2022-09-27T16:31:58.0055591Z 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-27T16:31:58.2706742Z test_make_fx_fake_exhaustive_linalg_qr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.265s) 2022-09-27T16:31:58.3452167Z test_make_fx_fake_exhaustive_linalg_slogdet_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.074s) 2022-09-27T16:31:58.5039877Z test_make_fx_fake_exhaustive_linalg_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.159s) 2022-09-27T16:31:58.6505996Z test_make_fx_fake_exhaustive_linalg_solve_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.146s) 2022-09-27T16:32:00.7445511Z test_make_fx_fake_exhaustive_linalg_solve_triangular_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (2.094s) 2022-09-27T16:32:01.5793291Z test_make_fx_fake_exhaustive_linalg_svd_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.835s) 2022-09-27T16:32:01.8009364Z test_make_fx_fake_exhaustive_linalg_svdvals_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.222s) 2022-09-27T16:32:01.8255316Z test_make_fx_fake_exhaustive_linalg_tensorinv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-09-27T16:32:01.8879044Z test_make_fx_fake_exhaustive_linalg_tensorsolve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.062s) 2022-09-27T16:32:02.0134939Z test_make_fx_fake_exhaustive_linalg_vander_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.125s) 2022-09-27T16:32:02.3889853Z test_make_fx_fake_exhaustive_linalg_vecdot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.375s) 2022-09-27T16:32:02.9272576Z test_make_fx_fake_exhaustive_linalg_vector_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.538s) 2022-09-27T16:32:03.2756688Z test_make_fx_fake_exhaustive_linspace_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.348s) 2022-09-27T16:32:03.2939848Z test_make_fx_fake_exhaustive_log10_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-09-27T16:32:03.3016738Z test_make_fx_fake_exhaustive_log1p_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-09-27T16:32:03.3200483Z test_make_fx_fake_exhaustive_log2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-09-27T16:32:03.3378736Z test_make_fx_fake_exhaustive_log_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-09-27T16:32:03.3753198Z test_make_fx_fake_exhaustive_log_softmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.037s) 2022-09-27T16:32:03.4243230Z test_make_fx_fake_exhaustive_log_softmax_dtype_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.049s) 2022-09-27T16:32:03.4319517Z test_make_fx_fake_exhaustive_logaddexp2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-09-27T16:32:03.4393488Z test_make_fx_fake_exhaustive_logaddexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-09-27T16:32:03.5565627Z test_make_fx_fake_exhaustive_logcumsumexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.117s) 2022-09-27T16:32:03.6723566Z test_make_fx_fake_exhaustive_logdet_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.116s) 2022-09-27T16:32:03.7331625Z test_make_fx_fake_exhaustive_logical_and_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.061s) 2022-09-27T16:32:03.7518927Z test_make_fx_fake_exhaustive_logical_not_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-09-27T16:32:03.8111918Z test_make_fx_fake_exhaustive_logical_or_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.059s) 2022-09-27T16:32:03.8683746Z test_make_fx_fake_exhaustive_logical_xor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.057s) 2022-09-27T16:32:03.8925544Z test_make_fx_fake_exhaustive_logit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-09-27T16:32:04.5553825Z test_make_fx_fake_exhaustive_logspace_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.663s) 2022-09-27T16:32:04.6612442Z test_make_fx_fake_exhaustive_logsumexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.106s) 2022-09-27T16:32:04.6906389Z test_make_fx_fake_exhaustive_long_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.029s) 2022-09-27T16:32:04.7443730Z test_make_fx_fake_exhaustive_lt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.054s) 2022-09-27T16:32:04.9812927Z test_make_fx_fake_exhaustive_lu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.237s) 2022-09-27T16:32:05.1863153Z test_make_fx_fake_exhaustive_lu_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.205s) 2022-09-27T16:32:05.3301860Z test_make_fx_fake_exhaustive_lu_unpack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.144s) 2022-09-27T16:32:05.3651396Z test_make_fx_fake_exhaustive_mH_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.035s) 2022-09-27T16:32:05.4001055Z test_make_fx_fake_exhaustive_mT_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.035s) 2022-09-27T16:32:05.4541608Z test_make_fx_fake_exhaustive_masked_fill_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.054s) 2022-09-27T16:32:05.4859150Z test_make_fx_fake_exhaustive_masked_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-09-27T16:32:05.4939030Z test_make_fx_fake_exhaustive_masked_select_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Dynamic output shape operation in trace (0.008s) 2022-09-27T16:32:05.6237552Z test_make_fx_fake_exhaustive_matmul_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.130s) 2022-09-27T16:32:05.6735104Z test_make_fx_fake_exhaustive_matrix_exp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.050s) 2022-09-27T16:32:05.7368652Z test_make_fx_fake_exhaustive_max_binary_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.063s) 2022-09-27T16:32:05.7491374Z test_make_fx_fake_exhaustive_max_reduction_no_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-09-27T16:32:05.7751286Z test_make_fx_fake_exhaustive_max_reduction_with_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-09-27T16:32:05.8335146Z test_make_fx_fake_exhaustive_maximum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.058s) 2022-09-27T16:32:05.9435142Z test_make_fx_fake_exhaustive_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.110s) 2022-09-27T16:32:06.1871230Z test_make_fx_fake_exhaustive_median_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.243s) 2022-09-27T16:32:06.3040245Z test_make_fx_fake_exhaustive_meshgrid_list_of_tensors_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.117s) 2022-09-27T16:32:06.4327216Z test_make_fx_fake_exhaustive_meshgrid_variadic_tensors_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.129s) 2022-09-27T16:32:06.4955118Z test_make_fx_fake_exhaustive_min_binary_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.063s) 2022-09-27T16:32:06.5077473Z test_make_fx_fake_exhaustive_min_reduction_no_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-09-27T16:32:06.5371403Z test_make_fx_fake_exhaustive_min_reduction_with_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.029s) 2022-09-27T16:32:06.6174965Z test_make_fx_fake_exhaustive_minimum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.080s) 2022-09-27T16:32:06.6271176Z test_make_fx_fake_exhaustive_mm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-09-27T16:32:06.7706322Z test_make_fx_fake_exhaustive_mode_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.143s) 2022-09-27T16:32:06.7868724Z test_make_fx_fake_exhaustive_movedim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:32:06.8536663Z test_make_fx_fake_exhaustive_msort_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.067s) 2022-09-27T16:32:06.9160544Z test_make_fx_fake_exhaustive_mul_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.062s) 2022-09-27T16:32:06.9473508Z test_make_fx_fake_exhaustive_multinomial_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.031s) 2022-09-27T16:32:06.9563727Z test_make_fx_fake_exhaustive_mv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-09-27T16:32:07.0225524Z test_make_fx_fake_exhaustive_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.066s) 2022-09-27T16:32:07.0866549Z test_make_fx_fake_exhaustive_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.064s) 2022-09-27T16:32:07.1511507Z test_make_fx_fake_exhaustive_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.064s) 2022-09-27T16:32:07.1823843Z test_make_fx_fake_exhaustive_nan_to_num_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:32:07.6042326Z test_make_fx_fake_exhaustive_nanmean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.422s) 2022-09-27T16:32:07.6918581Z test_make_fx_fake_exhaustive_nanmedian_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.088s) 2022-09-27T16:32:07.7093961Z test_make_fx_fake_exhaustive_nanquantile_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.017s) 2022-09-27T16:32:07.9015213Z test_make_fx_fake_exhaustive_nansum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.192s) 2022-09-27T16:32:07.9317858Z test_make_fx_fake_exhaustive_narrow_copy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.030s) 2022-09-27T16:32:07.9424872Z test_make_fx_fake_exhaustive_narrow_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-09-27T16:32:08.1400544Z test_make_fx_fake_exhaustive_native_layer_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.197s) 2022-09-27T16:32:08.1942202Z test_make_fx_fake_exhaustive_ne_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.054s) 2022-09-27T16:32:08.2013214Z test_make_fx_fake_exhaustive_neg_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-09-27T16:32:08.2019875Z test_make_fx_fake_exhaustive_new_empty_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:32:08.2024898Z test_make_fx_fake_exhaustive_new_empty_strided_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-09-27T16:32:08.2535506Z test_make_fx_fake_exhaustive_new_full_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.051s) 2022-09-27T16:32:08.3021027Z test_make_fx_fake_exhaustive_new_ones_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.048s) 2022-09-27T16:32:08.3481929Z test_make_fx_fake_exhaustive_new_zeros_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.046s) 2022-09-27T16:32:08.4077112Z test_make_fx_fake_exhaustive_nextafter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.059s) 2022-09-27T16:32:08.4549984Z test_make_fx_fake_exhaustive_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.047s) 2022-09-27T16:32:08.5172602Z test_make_fx_fake_exhaustive_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.062s) 2022-09-27T16:32:08.5985962Z test_make_fx_fake_exhaustive_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.081s) 2022-09-27T16:32:08.6755170Z test_make_fx_fake_exhaustive_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.077s) 2022-09-27T16:32:08.8386007Z test_make_fx_fake_exhaustive_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.163s) 2022-09-27T16:32:08.9839815Z test_make_fx_fake_exhaustive_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.145s) 2022-09-27T16:32:09.0616658Z test_make_fx_fake_exhaustive_nn_functional_avg_pool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.078s) 2022-09-27T16:32:09.1103051Z test_make_fx_fake_exhaustive_nn_functional_avg_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.049s) 2022-09-27T16:32:09.1643370Z test_make_fx_fake_exhaustive_nn_functional_avg_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.054s) 2022-09-27T16:32:09.3164525Z test_make_fx_fake_exhaustive_nn_functional_batch_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.152s) 2022-09-27T16:32:09.8904186Z test_make_fx_fake_exhaustive_nn_functional_bilinear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.574s) 2022-09-27T16:32:09.9729482Z test_make_fx_fake_exhaustive_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.082s) 2022-09-27T16:32:10.1814642Z test_make_fx_fake_exhaustive_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.208s) 2022-09-27T16:32:10.1984901Z test_make_fx_fake_exhaustive_nn_functional_celu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-09-27T16:32:10.2978148Z test_make_fx_fake_exhaustive_nn_functional_conv1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.099s) 2022-09-27T16:32:10.6202391Z test_make_fx_fake_exhaustive_nn_functional_conv2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.322s) 2022-09-27T16:32:10.7163760Z test_make_fx_fake_exhaustive_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.096s) 2022-09-27T16:32:10.8403899Z test_make_fx_fake_exhaustive_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.124s) 2022-09-27T16:32:10.9992546Z test_make_fx_fake_exhaustive_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.159s) 2022-09-27T16:32:11.1986644Z test_make_fx_fake_exhaustive_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.199s) 2022-09-27T16:32:11.3817400Z test_make_fx_fake_exhaustive_nn_functional_cosine_similarity_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.183s) 2022-09-27T16:32:11.6284253Z test_make_fx_fake_exhaustive_nn_functional_cross_entropy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.247s) 2022-09-27T16:32:11.6289227Z test_make_fx_fake_exhaustive_nn_functional_ctc_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Fails with ASAN (0.001s) 2022-09-27T16:32:11.6328654Z 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-27T16:32:11.6330024Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-09-27T16:32:11.6384836Z /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-27T16:32:11.6385631Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-09-27T16:32:11.6441487Z /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-27T16:32:11.6442326Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-09-27T16:32:11.6552879Z /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-27T16:32:11.6554066Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-09-27T16:32:11.6607218Z /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-27T16:32:11.6608000Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-09-27T16:32:11.6694496Z /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-27T16:32:11.6695340Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-09-27T16:32:11.7276102Z ok (0.098s) 2022-09-27T16:32:11.8555740Z test_make_fx_fake_exhaustive_nn_functional_dropout3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.128s) 2022-09-27T16:32:11.9882549Z test_make_fx_fake_exhaustive_nn_functional_dropout_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.133s) 2022-09-27T16:32:12.0193802Z test_make_fx_fake_exhaustive_nn_functional_elu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:32:12.5959674Z test_make_fx_fake_exhaustive_nn_functional_embedding_bag_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.576s) 2022-09-27T16:32:12.6747728Z test_make_fx_fake_exhaustive_nn_functional_embedding_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.079s) 2022-09-27T16:32:12.7523875Z test_make_fx_fake_exhaustive_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.078s) 2022-09-27T16:32:12.8074451Z test_make_fx_fake_exhaustive_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.055s) 2022-09-27T16:32:13.2424420Z test_make_fx_fake_exhaustive_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.435s) 2022-09-27T16:32:13.7697825Z test_make_fx_fake_exhaustive_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.527s) 2022-09-27T16:32:13.7781072Z test_make_fx_fake_exhaustive_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-09-27T16:32:13.8291896Z test_make_fx_fake_exhaustive_nn_functional_gelu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.051s) 2022-09-27T16:32:14.1116344Z test_make_fx_fake_exhaustive_nn_functional_glu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.282s) 2022-09-27T16:32:14.8680473Z test_make_fx_fake_exhaustive_nn_functional_grid_sample_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.756s) 2022-09-27T16:32:14.9160579Z test_make_fx_fake_exhaustive_nn_functional_group_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.048s) 2022-09-27T16:32:14.9514636Z test_make_fx_fake_exhaustive_nn_functional_hardshrink_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.035s) 2022-09-27T16:32:14.9692059Z test_make_fx_fake_exhaustive_nn_functional_hardsigmoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-09-27T16:32:14.9943615Z test_make_fx_fake_exhaustive_nn_functional_hardswish_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-09-27T16:32:15.0313573Z test_make_fx_fake_exhaustive_nn_functional_hardtanh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.037s) 2022-09-27T16:32:15.2314157Z test_make_fx_fake_exhaustive_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.200s) 2022-09-27T16:32:15.3064282Z test_make_fx_fake_exhaustive_nn_functional_huber_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.075s) 2022-09-27T16:32:15.5525322Z test_make_fx_fake_exhaustive_nn_functional_instance_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.246s) 2022-09-27T16:32:15.6495427Z test_make_fx_fake_exhaustive_nn_functional_interpolate_area_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.097s) 2022-09-27T16:32:15.7302897Z test_make_fx_fake_exhaustive_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.081s) 2022-09-27T16:32:15.8117278Z test_make_fx_fake_exhaustive_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.081s) 2022-09-27T16:32:15.8876532Z test_make_fx_fake_exhaustive_nn_functional_interpolate_linear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.076s) 2022-09-27T16:32:16.0206599Z test_make_fx_fake_exhaustive_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.133s) 2022-09-27T16:32:16.1113772Z test_make_fx_fake_exhaustive_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.091s) 2022-09-27T16:32:16.1339637Z 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-27T16:32:16.1340456Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-09-27T16:32:16.1441122Z /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-27T16:32:16.1441758Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-09-27T16:32:16.2224928Z /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-27T16:32:16.2225643Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-09-27T16:32:16.2327520Z /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-27T16:32:16.2328154Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-09-27T16:32:16.2805727Z ok (0.169s) 2022-09-27T16:32:16.3360926Z test_make_fx_fake_exhaustive_nn_functional_l1_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.055s) 2022-09-27T16:32:16.3849499Z test_make_fx_fake_exhaustive_nn_functional_layer_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.049s) 2022-09-27T16:32:16.4335982Z test_make_fx_fake_exhaustive_nn_functional_leaky_relu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.049s) 2022-09-27T16:32:16.5641415Z test_make_fx_fake_exhaustive_nn_functional_linear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.130s) 2022-09-27T16:32:16.7153750Z test_make_fx_fake_exhaustive_nn_functional_local_response_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.151s) 2022-09-27T16:32:16.7352524Z test_make_fx_fake_exhaustive_nn_functional_logsigmoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-09-27T16:32:17.0180558Z test_make_fx_fake_exhaustive_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.283s) 2022-09-27T16:32:18.0269247Z test_make_fx_fake_exhaustive_nn_functional_max_pool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (1.009s) 2022-09-27T16:32:18.7645478Z test_make_fx_fake_exhaustive_nn_functional_max_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.738s) 2022-09-27T16:32:20.8705720Z test_make_fx_fake_exhaustive_nn_functional_max_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (2.106s) 2022-09-27T16:32:20.8711067Z test_make_fx_fake_exhaustive_nn_functional_max_unpool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:32:21.4273777Z test_make_fx_fake_exhaustive_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.556s) 2022-09-27T16:32:21.4278670Z test_make_fx_fake_exhaustive_nn_functional_max_unpool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:32:22.3218094Z test_make_fx_fake_exhaustive_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.894s) 2022-09-27T16:32:22.3223836Z test_make_fx_fake_exhaustive_nn_functional_max_unpool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:32:22.8019597Z test_make_fx_fake_exhaustive_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.479s) 2022-09-27T16:32:22.8210287Z test_make_fx_fake_exhaustive_nn_functional_mish_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-09-27T16:32:22.8610703Z test_make_fx_fake_exhaustive_nn_functional_mse_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.040s) 2022-09-27T16:32:22.9552171Z test_make_fx_fake_exhaustive_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.094s) 2022-09-27T16:32:23.0165487Z test_make_fx_fake_exhaustive_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.061s) 2022-09-27T16:32:23.0955910Z test_make_fx_fake_exhaustive_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.079s) 2022-09-27T16:32:23.0961144Z test_make_fx_fake_exhaustive_nn_functional_nll_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:32:23.1762875Z test_make_fx_fake_exhaustive_nn_functional_normalize_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.080s) 2022-09-27T16:32:23.3131526Z test_make_fx_fake_exhaustive_nn_functional_pad_circular_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.137s) 2022-09-27T16:32:23.6222061Z test_make_fx_fake_exhaustive_nn_functional_pad_constant_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.309s) 2022-09-27T16:32:23.6933694Z test_make_fx_fake_exhaustive_nn_functional_pad_reflect_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.071s) 2022-09-27T16:32:23.7656965Z test_make_fx_fake_exhaustive_nn_functional_pad_replicate_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.072s) 2022-09-27T16:32:23.8239286Z test_make_fx_fake_exhaustive_nn_functional_pairwise_distance_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.058s) 2022-09-27T16:32:23.9957724Z test_make_fx_fake_exhaustive_nn_functional_pdist_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.172s) 2022-09-27T16:32:24.0100380Z test_make_fx_fake_exhaustive_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-09-27T16:32:24.0246454Z test_make_fx_fake_exhaustive_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-09-27T16:32:25.1102365Z test_make_fx_fake_exhaustive_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (1.085s) 2022-09-27T16:32:25.2706504Z test_make_fx_fake_exhaustive_nn_functional_prelu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.160s) 2022-09-27T16:32:25.2892867Z test_make_fx_fake_exhaustive_nn_functional_relu6_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-09-27T16:32:25.3156999Z test_make_fx_fake_exhaustive_nn_functional_relu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-09-27T16:32:25.3807491Z test_make_fx_fake_exhaustive_nn_functional_rrelu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.065s) 2022-09-27T16:32:25.3998979Z test_make_fx_fake_exhaustive_nn_functional_selu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-09-27T16:32:25.4183777Z test_make_fx_fake_exhaustive_nn_functional_silu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-09-27T16:32:25.4735920Z test_make_fx_fake_exhaustive_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.055s) 2022-09-27T16:32:25.5143968Z test_make_fx_fake_exhaustive_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-09-27T16:32:25.5535736Z test_make_fx_fake_exhaustive_nn_functional_softmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.039s) 2022-09-27T16:32:25.6047953Z test_make_fx_fake_exhaustive_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.051s) 2022-09-27T16:32:25.6225849Z test_make_fx_fake_exhaustive_nn_functional_softplus_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-09-27T16:32:25.6504490Z test_make_fx_fake_exhaustive_nn_functional_softshrink_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.028s) 2022-09-27T16:32:25.6758437Z test_make_fx_fake_exhaustive_nn_functional_softsign_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-09-27T16:32:25.6959124Z test_make_fx_fake_exhaustive_nn_functional_tanhshrink_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-09-27T16:32:25.7217009Z test_make_fx_fake_exhaustive_nn_functional_threshold_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-09-27T16:32:25.8415529Z test_make_fx_fake_exhaustive_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.120s) 2022-09-27T16:32:25.9640661Z test_make_fx_fake_exhaustive_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.122s) 2022-09-27T16:32:26.6662118Z test_make_fx_fake_exhaustive_nn_functional_unfold_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.702s) 2022-09-27T16:32:26.6703664Z 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-27T16:32:26.6704289Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T16:32:26.6762374Z /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-27T16:32:26.6762838Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T16:32:26.6823538Z /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-27T16:32:26.6824018Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T16:32:26.6881958Z /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-27T16:32:26.6882419Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T16:32:26.6921278Z ok (0.026s) 2022-09-27T16:32:26.6988432Z 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-27T16:32:26.6989036Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T16:32:26.7045070Z /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-27T16:32:26.7045549Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T16:32:26.7101748Z /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-27T16:32:26.7102216Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T16:32:26.7158550Z /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-27T16:32:26.7159005Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T16:32:26.7213613Z /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-27T16:32:26.7214077Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T16:32:26.7270992Z /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-27T16:32:26.7271446Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T16:32:26.7330274Z /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-27T16:32:26.7330779Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T16:32:26.7386804Z /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-27T16:32:26.7387301Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T16:32:26.7443042Z /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-27T16:32:26.7443522Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T16:32:26.7598539Z /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-27T16:32:26.7599040Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T16:32:26.7639668Z /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-27T16:32:26.7640227Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T16:32:26.7794630Z /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-27T16:32:26.7795294Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T16:32:26.7839484Z /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-27T16:32:26.7840018Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T16:32:26.8015093Z /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-27T16:32:26.8015632Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T16:32:26.8065985Z /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-27T16:32:26.8066515Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T16:32:26.8221663Z /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-27T16:32:26.8222176Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T16:32:26.8239717Z ok (0.132s) 2022-09-27T16:32:26.8321986Z test_make_fx_fake_exhaustive_nonzero_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Dynamic output shape operation in trace (0.008s) 2022-09-27T16:32:27.0802571Z test_make_fx_fake_exhaustive_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.248s) 2022-09-27T16:32:27.0998205Z test_make_fx_fake_exhaustive_norm_fro_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-09-27T16:32:27.1231029Z test_make_fx_fake_exhaustive_norm_inf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.023s) 2022-09-27T16:32:27.1415566Z test_make_fx_fake_exhaustive_norm_nuc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-09-27T16:32:27.1787314Z test_make_fx_fake_exhaustive_normal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.037s) 2022-09-27T16:32:27.1869986Z test_make_fx_fake_exhaustive_normal_number_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-09-27T16:32:27.2011452Z test_make_fx_fake_exhaustive_ones_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-09-27T16:32:27.2612902Z test_make_fx_fake_exhaustive_ones_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.060s) 2022-09-27T16:32:29.3898453Z test_make_fx_fake_exhaustive_ormqr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (2.128s) 2022-09-27T16:32:29.4000062Z test_make_fx_fake_exhaustive_outer_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-09-27T16:32:35.7935380Z test_make_fx_fake_exhaustive_pca_lowrank_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (6.393s) 2022-09-27T16:32:35.8205460Z test_make_fx_fake_exhaustive_permute_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-09-27T16:32:35.9087595Z test_make_fx_fake_exhaustive_pinverse_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.088s) 2022-09-27T16:32:36.0865976Z test_make_fx_fake_exhaustive_polar_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.178s) 2022-09-27T16:32:36.1455213Z test_make_fx_fake_exhaustive_polygamma_polygamma_n_0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.059s) 2022-09-27T16:32:36.2010888Z test_make_fx_fake_exhaustive_polygamma_polygamma_n_1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.055s) 2022-09-27T16:32:36.2575052Z test_make_fx_fake_exhaustive_polygamma_polygamma_n_2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.056s) 2022-09-27T16:32:36.3126974Z test_make_fx_fake_exhaustive_polygamma_polygamma_n_3_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.055s) 2022-09-27T16:32:36.3671806Z test_make_fx_fake_exhaustive_polygamma_polygamma_n_4_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.054s) 2022-09-27T16:32:36.3813519Z test_make_fx_fake_exhaustive_positive_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-09-27T16:32:36.4403870Z test_make_fx_fake_exhaustive_pow_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.059s) 2022-09-27T16:32:36.6557710Z test_make_fx_fake_exhaustive_prod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.215s) 2022-09-27T16:32:36.7998009Z test_make_fx_fake_exhaustive_put_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.144s) 2022-09-27T16:32:37.1133485Z test_make_fx_fake_exhaustive_qr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.313s) 2022-09-27T16:32:37.1292071Z test_make_fx_fake_exhaustive_quantile_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.016s) 2022-09-27T16:32:37.1480222Z test_make_fx_fake_exhaustive_rad2deg_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-09-27T16:32:37.2031553Z test_make_fx_fake_exhaustive_rand_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.055s) 2022-09-27T16:32:37.3147959Z test_make_fx_fake_exhaustive_randint_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.112s) 2022-09-27T16:32:37.3300072Z test_make_fx_fake_exhaustive_randn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-09-27T16:32:37.3860780Z test_make_fx_fake_exhaustive_randn_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.056s) 2022-09-27T16:32:37.4064930Z test_make_fx_fake_exhaustive_ravel_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-09-27T16:32:37.4209691Z test_make_fx_fake_exhaustive_real_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-09-27T16:32:37.4384883Z test_make_fx_fake_exhaustive_reciprocal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-09-27T16:32:37.5000877Z test_make_fx_fake_exhaustive_remainder_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.061s) 2022-09-27T16:32:37.5245969Z test_make_fx_fake_exhaustive_renorm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-09-27T16:32:37.7618412Z test_make_fx_fake_exhaustive_repeat_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.237s) 2022-09-27T16:32:37.7728334Z test_make_fx_fake_exhaustive_repeat_interleave_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Dynamic output shape operation in trace (0.011s) 2022-09-27T16:32:37.7999098Z test_make_fx_fake_exhaustive_reshape_as_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-09-27T16:32:37.8440098Z test_make_fx_fake_exhaustive_reshape_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.044s) 2022-09-27T16:32:37.8655679Z test_make_fx_fake_exhaustive_resize__cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-09-27T16:32:37.8908313Z test_make_fx_fake_exhaustive_resize_as__cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-09-27T16:32:37.9011957Z test_make_fx_fake_exhaustive_resolve_conj_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-09-27T16:32:37.9113732Z test_make_fx_fake_exhaustive_resolve_neg_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-09-27T16:32:38.0091381Z test_make_fx_fake_exhaustive_roll_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.098s) 2022-09-27T16:32:38.2128544Z test_make_fx_fake_exhaustive_rot90_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.204s) 2022-09-27T16:32:38.2197639Z test_make_fx_fake_exhaustive_round_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-09-27T16:32:38.2370521Z test_make_fx_fake_exhaustive_round_decimals_0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-09-27T16:32:38.2546404Z test_make_fx_fake_exhaustive_round_decimals_3_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-09-27T16:32:38.2727141Z test_make_fx_fake_exhaustive_round_decimals_neg_3_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-09-27T16:32:38.2902833Z test_make_fx_fake_exhaustive_rsqrt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-09-27T16:32:38.3632934Z test_make_fx_fake_exhaustive_rsub_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.073s) 2022-09-27T16:32:38.4165640Z test_make_fx_fake_exhaustive_scatter_add_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.053s) 2022-09-27T16:32:38.5793240Z test_make_fx_fake_exhaustive_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.163s) 2022-09-27T16:32:38.7348776Z test_make_fx_fake_exhaustive_scatter_reduce_amax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.155s) 2022-09-27T16:32:38.8984232Z test_make_fx_fake_exhaustive_scatter_reduce_amin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.163s) 2022-09-27T16:32:39.0650553Z test_make_fx_fake_exhaustive_scatter_reduce_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.167s) 2022-09-27T16:32:39.2175321Z test_make_fx_fake_exhaustive_scatter_reduce_prod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.152s) 2022-09-27T16:32:39.3746268Z test_make_fx_fake_exhaustive_scatter_reduce_sum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.157s) 2022-09-27T16:32:41.3814842Z test_make_fx_fake_exhaustive_searchsorted_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (2.007s) 2022-09-27T16:32:41.4097220Z test_make_fx_fake_exhaustive_segment_reduce_lengths_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.028s) 2022-09-27T16:32:43.2353509Z test_make_fx_fake_exhaustive_segment_reduce_offsets_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (1.825s) 2022-09-27T16:32:43.2667625Z test_make_fx_fake_exhaustive_select_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:32:43.3013393Z test_make_fx_fake_exhaustive_select_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.034s) 2022-09-27T16:32:43.3084770Z test_make_fx_fake_exhaustive_sgn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-09-27T16:32:43.3416123Z test_make_fx_fake_exhaustive_short_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.033s) 2022-09-27T16:32:43.3593774Z test_make_fx_fake_exhaustive_sigmoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-09-27T16:32:43.3661173Z test_make_fx_fake_exhaustive_sign_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-09-27T16:32:43.3727487Z test_make_fx_fake_exhaustive_signbit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-09-27T16:32:43.3796420Z test_make_fx_fake_exhaustive_sin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-09-27T16:32:43.3969091Z test_make_fx_fake_exhaustive_sinc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-09-27T16:32:43.4039071Z test_make_fx_fake_exhaustive_sinh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-09-27T16:32:43.5184209Z test_make_fx_fake_exhaustive_slice_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.114s) 2022-09-27T16:32:43.5544495Z test_make_fx_fake_exhaustive_softmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.036s) 2022-09-27T16:32:43.6016786Z test_make_fx_fake_exhaustive_softmax_with_dtype_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.047s) 2022-09-27T16:32:44.0363048Z test_make_fx_fake_exhaustive_sort_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.434s) 2022-09-27T16:32:44.0449413Z test_make_fx_fake_exhaustive_sparse_sampled_addmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-09-27T16:32:44.0640363Z test_make_fx_fake_exhaustive_special_airy_ai_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-09-27T16:32:44.0816194Z test_make_fx_fake_exhaustive_special_bessel_j0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-09-27T16:32:44.0990652Z test_make_fx_fake_exhaustive_special_bessel_j1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-09-27T16:32:44.1168793Z test_make_fx_fake_exhaustive_special_bessel_y0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-09-27T16:32:44.1347643Z test_make_fx_fake_exhaustive_special_bessel_y1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-09-27T16:32:44.1948669Z test_make_fx_fake_exhaustive_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.060s) 2022-09-27T16:32:44.2521698Z test_make_fx_fake_exhaustive_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.057s) 2022-09-27T16:32:44.2527632Z test_make_fx_fake_exhaustive_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:32:44.2531709Z 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-27T16:32:44.2651158Z test_make_fx_fake_exhaustive_special_entr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-09-27T16:32:44.2825697Z test_make_fx_fake_exhaustive_special_erfcx_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-09-27T16:32:44.3415714Z test_make_fx_fake_exhaustive_special_hermite_polynomial_h_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.059s) 2022-09-27T16:32:44.4026330Z test_make_fx_fake_exhaustive_special_hermite_polynomial_he_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.061s) 2022-09-27T16:32:44.4152429Z test_make_fx_fake_exhaustive_special_i0e_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-09-27T16:32:44.4273361Z test_make_fx_fake_exhaustive_special_i1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-09-27T16:32:44.4398237Z test_make_fx_fake_exhaustive_special_i1e_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-09-27T16:32:44.4984530Z test_make_fx_fake_exhaustive_special_laguerre_polynomial_l_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.059s) 2022-09-27T16:32:44.4988955Z 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-27T16:32:44.5168109Z test_make_fx_fake_exhaustive_special_log_ndtr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-09-27T16:32:44.5347029Z test_make_fx_fake_exhaustive_special_modified_bessel_i0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-09-27T16:32:44.5529662Z test_make_fx_fake_exhaustive_special_modified_bessel_i1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-09-27T16:32:44.5707644Z test_make_fx_fake_exhaustive_special_modified_bessel_k0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-09-27T16:32:44.5888041Z test_make_fx_fake_exhaustive_special_modified_bessel_k1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-09-27T16:32:44.6156110Z test_make_fx_fake_exhaustive_special_ndtr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-09-27T16:32:44.6352332Z test_make_fx_fake_exhaustive_special_ndtri_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-09-27T16:32:44.6915604Z test_make_fx_fake_exhaustive_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.056s) 2022-09-27T16:32:44.7093202Z test_make_fx_fake_exhaustive_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-09-27T16:32:44.7267356Z test_make_fx_fake_exhaustive_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-09-27T16:32:44.7272116Z 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-27T16:32:44.7277075Z 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-27T16:32:44.7281545Z 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-27T16:32:44.7285996Z 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-27T16:32:44.7465454Z test_make_fx_fake_exhaustive_special_spherical_bessel_j0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-09-27T16:32:44.8056480Z test_make_fx_fake_exhaustive_special_xlog1py_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.059s) 2022-09-27T16:32:44.8648513Z test_make_fx_fake_exhaustive_special_zeta_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.059s) 2022-09-27T16:32:44.8793178Z test_make_fx_fake_exhaustive_split_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-09-27T16:32:44.9039300Z test_make_fx_fake_exhaustive_split_list_args_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-09-27T16:32:44.9349052Z test_make_fx_fake_exhaustive_split_with_sizes_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:32:44.9418062Z test_make_fx_fake_exhaustive_sqrt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-09-27T16:32:44.9593475Z test_make_fx_fake_exhaustive_square_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-09-27T16:32:44.9983240Z test_make_fx_fake_exhaustive_squeeze_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.039s) 2022-09-27T16:32:45.0543001Z test_make_fx_fake_exhaustive_stack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.056s) 2022-09-27T16:32:45.1293153Z test_make_fx_fake_exhaustive_std_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.075s) 2022-09-27T16:32:45.2016030Z test_make_fx_fake_exhaustive_std_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.072s) 2022-09-27T16:32:45.3154749Z test_make_fx_fake_exhaustive_stft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.114s) 2022-09-27T16:32:45.3885933Z test_make_fx_fake_exhaustive_sub_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.073s) 2022-09-27T16:32:45.5012628Z test_make_fx_fake_exhaustive_sum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.113s) 2022-09-27T16:32:45.5888181Z test_make_fx_fake_exhaustive_sum_to_size_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.087s) 2022-09-27T16:32:46.9276797Z test_make_fx_fake_exhaustive_svd_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (1.339s) 2022-09-27T16:32:54.7209742Z test_make_fx_fake_exhaustive_svd_lowrank_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (7.793s) 2022-09-27T16:32:54.8935793Z test_make_fx_fake_exhaustive_symeig_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.173s) 2022-09-27T16:32:54.9134710Z test_make_fx_fake_exhaustive_t_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-09-27T16:32:54.9600772Z test_make_fx_fake_exhaustive_take_along_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.047s) 2022-09-27T16:32:55.1597803Z test_make_fx_fake_exhaustive_take_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.200s) 2022-09-27T16:32:55.1684136Z test_make_fx_fake_exhaustive_tan_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-09-27T16:32:55.1763806Z test_make_fx_fake_exhaustive_tanh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-09-27T16:32:55.1920111Z test_make_fx_fake_exhaustive_tensor_split_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.016s) 2022-09-27T16:32:55.2211187Z test_make_fx_fake_exhaustive_tensordot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.029s) 2022-09-27T16:32:55.5831735Z test_make_fx_fake_exhaustive_tile_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.362s) 2022-09-27T16:32:55.7735857Z test_make_fx_fake_exhaustive_to_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.190s) 2022-09-27T16:32:55.7740100Z test_make_fx_fake_exhaustive_to_sparse_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:32:55.8706908Z test_make_fx_fake_exhaustive_topk_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.096s) 2022-09-27T16:32:55.8774929Z test_make_fx_fake_exhaustive_trace_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-09-27T16:32:55.9266346Z test_make_fx_fake_exhaustive_transpose_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.049s) 2022-09-27T16:32:56.0615625Z test_make_fx_fake_exhaustive_trapezoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.135s) 2022-09-27T16:32:56.1910100Z test_make_fx_fake_exhaustive_trapz_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.129s) 2022-09-27T16:32:56.8032823Z test_make_fx_fake_exhaustive_triangular_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.612s) 2022-09-27T16:32:56.8553817Z test_make_fx_fake_exhaustive_tril_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.052s) 2022-09-27T16:32:56.9122559Z test_make_fx_fake_exhaustive_triu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.057s) 2022-09-27T16:32:56.9823030Z test_make_fx_fake_exhaustive_true_divide_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.070s) 2022-09-27T16:32:56.9899354Z test_make_fx_fake_exhaustive_trunc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-09-27T16:32:57.0479393Z test_make_fx_fake_exhaustive_unbind_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.058s) 2022-09-27T16:32:57.1203626Z test_make_fx_fake_exhaustive_unflatten_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.072s) 2022-09-27T16:32:57.2761460Z test_make_fx_fake_exhaustive_unfold_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.156s) 2022-09-27T16:32:57.2982343Z test_make_fx_fake_exhaustive_uniform_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.022s) 2022-09-27T16:32:57.3641760Z test_make_fx_fake_exhaustive_unique_consecutive_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Dynamic output shape operation in trace (0.066s) 2022-09-27T16:32:57.4291650Z test_make_fx_fake_exhaustive_unique_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Dynamic output shape operation in trace (0.065s) 2022-09-27T16:32:57.4920069Z test_make_fx_fake_exhaustive_unsqueeze_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.063s) 2022-09-27T16:32:57.5802504Z test_make_fx_fake_exhaustive_var_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.088s) 2022-09-27T16:32:57.6535799Z test_make_fx_fake_exhaustive_var_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.073s) 2022-09-27T16:32:57.6616761Z test_make_fx_fake_exhaustive_vdot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-09-27T16:32:57.6692878Z test_make_fx_fake_exhaustive_view_as_complex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-09-27T16:32:57.6991675Z test_make_fx_fake_exhaustive_view_as_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.030s) 2022-09-27T16:32:57.7440512Z test_make_fx_fake_exhaustive_view_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.045s) 2022-09-27T16:32:57.7648592Z test_make_fx_fake_exhaustive_vsplit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-09-27T16:32:57.7845237Z test_make_fx_fake_exhaustive_vstack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-09-27T16:32:57.8296598Z test_make_fx_fake_exhaustive_where_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.045s) 2022-09-27T16:32:57.8964757Z test_make_fx_fake_exhaustive_xlogy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.067s) 2022-09-27T16:32:57.9208680Z test_make_fx_fake_exhaustive_zero__cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-09-27T16:32:57.9376087Z test_make_fx_fake_exhaustive_zeros_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-09-27T16:32:58.0015582Z test_make_fx_fake_exhaustive_zeros_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.064s) 2022-09-27T16:32:58.0187365Z test_make_fx_symbolic_exhaustive_H_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-09-27T16:32:58.0384229Z test_make_fx_symbolic_exhaustive_T_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-09-27T16:32:58.0536555Z test_make_fx_symbolic_exhaustive___getitem___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.015s) 2022-09-27T16:32:58.2763672Z test_make_fx_symbolic_exhaustive___radd___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.223s) 2022-09-27T16:32:58.4686302Z test_make_fx_symbolic_exhaustive___rdiv___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.192s) 2022-09-27T16:32:59.8930715Z test_make_fx_symbolic_exhaustive___rmatmul___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (1.424s) 2022-09-27T16:33:00.0846763Z test_make_fx_symbolic_exhaustive___rmod___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.192s) 2022-09-27T16:33:00.2470462Z test_make_fx_symbolic_exhaustive___rmul___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.162s) 2022-09-27T16:33:00.2517966Z 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-27T16:33:00.2518598Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-09-27T16:33:00.4869076Z ok (0.240s) 2022-09-27T16:33:00.6586214Z test_make_fx_symbolic_exhaustive___rsub___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.172s) 2022-09-27T16:33:01.6470684Z test_make_fx_symbolic_exhaustive__masked_amax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.988s) 2022-09-27T16:33:02.6570984Z test_make_fx_symbolic_exhaustive__masked_amin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (1.010s) 2022-09-27T16:33:02.7286246Z test_make_fx_symbolic_exhaustive__masked_argmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.071s) 2022-09-27T16:33:02.7984026Z test_make_fx_symbolic_exhaustive__masked_argmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.070s) 2022-09-27T16:33:02.8193420Z test_make_fx_symbolic_exhaustive__masked_cumprod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.021s) 2022-09-27T16:33:02.8405466Z test_make_fx_symbolic_exhaustive__masked_cumsum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.021s) 2022-09-27T16:33:03.4087359Z test_make_fx_symbolic_exhaustive__masked_log_softmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.568s) 2022-09-27T16:33:03.4245023Z test_make_fx_symbolic_exhaustive__masked_logaddexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.016s) 2022-09-27T16:33:03.4250589Z test_make_fx_symbolic_exhaustive__masked_logsumexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:33:03.5607136Z test_make_fx_symbolic_exhaustive__masked_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.135s) 2022-09-27T16:33:03.7826121Z test_make_fx_symbolic_exhaustive__masked_median_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.222s) 2022-09-27T16:33:05.0002324Z test_make_fx_symbolic_exhaustive__masked_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (1.217s) 2022-09-27T16:33:05.9338747Z test_make_fx_symbolic_exhaustive__masked_normalize_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.933s) 2022-09-27T16:33:06.9605077Z test_make_fx_symbolic_exhaustive__masked_prod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (1.026s) 2022-09-27T16:33:07.4202919Z test_make_fx_symbolic_exhaustive__masked_softmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.460s) 2022-09-27T16:33:07.9111948Z test_make_fx_symbolic_exhaustive__masked_softmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.491s) 2022-09-27T16:33:08.1156961Z test_make_fx_symbolic_exhaustive__masked_std_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.204s) 2022-09-27T16:33:09.0568572Z test_make_fx_symbolic_exhaustive__masked_sum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.941s) 2022-09-27T16:33:09.2525243Z test_make_fx_symbolic_exhaustive__masked_var_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.196s) 2022-09-27T16:33:09.2652874Z test_make_fx_symbolic_exhaustive_abs_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-09-27T16:33:09.2923375Z test_make_fx_symbolic_exhaustive_acos_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-09-27T16:33:09.3235302Z test_make_fx_symbolic_exhaustive_acosh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:33:09.5377265Z test_make_fx_symbolic_exhaustive_add_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.214s) 2022-09-27T16:33:09.6934202Z test_make_fx_symbolic_exhaustive_addbmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.156s) 2022-09-27T16:33:09.9978634Z test_make_fx_symbolic_exhaustive_addcdiv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.304s) 2022-09-27T16:33:10.2997376Z test_make_fx_symbolic_exhaustive_addcmul_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.302s) 2022-09-27T16:33:10.3849240Z test_make_fx_symbolic_exhaustive_addmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.085s) 2022-09-27T16:33:10.4714091Z test_make_fx_symbolic_exhaustive_addmm_decomposed_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.086s) 2022-09-27T16:33:10.4814321Z test_make_fx_symbolic_exhaustive_addmv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-09-27T16:33:10.5130161Z test_make_fx_symbolic_exhaustive_addr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.031s) 2022-09-27T16:33:10.7621579Z test_make_fx_symbolic_exhaustive_all_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.249s) 2022-09-27T16:33:10.7780858Z test_make_fx_symbolic_exhaustive_allclose_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.016s) 2022-09-27T16:33:11.0449246Z test_make_fx_symbolic_exhaustive_amax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.267s) 2022-09-27T16:33:11.2972914Z test_make_fx_symbolic_exhaustive_amin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.252s) 2022-09-27T16:33:11.3073406Z test_make_fx_symbolic_exhaustive_aminmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-09-27T16:33:11.3199273Z test_make_fx_symbolic_exhaustive_angle_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-09-27T16:33:11.5236232Z test_make_fx_symbolic_exhaustive_any_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.204s) 2022-09-27T16:33:11.7611734Z test_make_fx_symbolic_exhaustive_arange_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.237s) 2022-09-27T16:33:11.7842115Z test_make_fx_symbolic_exhaustive_argmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.023s) 2022-09-27T16:33:11.8061325Z test_make_fx_symbolic_exhaustive_argmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.022s) 2022-09-27T16:33:11.8185184Z test_make_fx_symbolic_exhaustive_argsort_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.012s) 2022-09-27T16:33:11.8254824Z test_make_fx_symbolic_exhaustive_argwhere_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-09-27T16:33:11.8902594Z test_make_fx_symbolic_exhaustive_as_strided_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.065s) 2022-09-27T16:33:11.9088576Z test_make_fx_symbolic_exhaustive_as_strided_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.018s) 2022-09-27T16:33:11.9210377Z test_make_fx_symbolic_exhaustive_asin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-09-27T16:33:11.9334668Z test_make_fx_symbolic_exhaustive_asinh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-09-27T16:33:12.0841378Z test_make_fx_symbolic_exhaustive_atan2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.151s) 2022-09-27T16:33:12.0959548Z test_make_fx_symbolic_exhaustive_atan_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-09-27T16:33:12.1081460Z test_make_fx_symbolic_exhaustive_atanh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-09-27T16:33:12.1650878Z test_make_fx_symbolic_exhaustive_atleast_1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.057s) 2022-09-27T16:33:12.2247606Z test_make_fx_symbolic_exhaustive_atleast_2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.060s) 2022-09-27T16:33:12.2997448Z test_make_fx_symbolic_exhaustive_atleast_3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.075s) 2022-09-27T16:33:12.3168610Z test_make_fx_symbolic_exhaustive_baddbmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.017s) 2022-09-27T16:33:12.3254618Z test_make_fx_symbolic_exhaustive_bernoulli_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-09-27T16:33:12.3938319Z test_make_fx_symbolic_exhaustive_bfloat16_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.068s) 2022-09-27T16:33:12.3943555Z test_make_fx_symbolic_exhaustive_block_diag_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:33:12.4183244Z test_make_fx_symbolic_exhaustive_bmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-09-27T16:33:12.4785845Z test_make_fx_symbolic_exhaustive_bool_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.060s) 2022-09-27T16:33:12.5227271Z test_make_fx_symbolic_exhaustive_broadcast_shapes_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.044s) 2022-09-27T16:33:12.5561257Z test_make_fx_symbolic_exhaustive_broadcast_tensors_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.033s) 2022-09-27T16:33:12.6319909Z test_make_fx_symbolic_exhaustive_broadcast_to_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.076s) 2022-09-27T16:33:12.6522851Z test_make_fx_symbolic_exhaustive_bucketize_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.020s) 2022-09-27T16:33:12.7052594Z test_make_fx_symbolic_exhaustive_byte_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.053s) 2022-09-27T16:33:12.7349321Z test_make_fx_symbolic_exhaustive_cartesian_prod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.030s) 2022-09-27T16:33:12.8455696Z test_make_fx_symbolic_exhaustive_cat_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.110s) 2022-09-27T16:33:12.9672032Z test_make_fx_symbolic_exhaustive_cdist_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.122s) 2022-09-27T16:33:12.9826736Z test_make_fx_symbolic_exhaustive_ceil_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-09-27T16:33:13.0446360Z test_make_fx_symbolic_exhaustive_chalf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.062s) 2022-09-27T16:33:13.1023416Z test_make_fx_symbolic_exhaustive_char_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.058s) 2022-09-27T16:33:13.1133154Z test_make_fx_symbolic_exhaustive_cholesky_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-09-27T16:33:13.1222461Z test_make_fx_symbolic_exhaustive_cholesky_inverse_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-09-27T16:33:13.1321114Z test_make_fx_symbolic_exhaustive_cholesky_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-09-27T16:33:13.1492337Z test_make_fx_symbolic_exhaustive_chunk_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.017s) 2022-09-27T16:33:13.4073192Z test_make_fx_symbolic_exhaustive_clamp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.258s) 2022-09-27T16:33:13.6983179Z test_make_fx_symbolic_exhaustive_clamp_max_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.291s) 2022-09-27T16:33:14.0081896Z test_make_fx_symbolic_exhaustive_clamp_min_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.310s) 2022-09-27T16:33:14.0319712Z test_make_fx_symbolic_exhaustive_clone_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-09-27T16:33:14.0658524Z test_make_fx_symbolic_exhaustive_column_stack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.034s) 2022-09-27T16:33:14.0803170Z test_make_fx_symbolic_exhaustive_combinations_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Dynamic output shape operation in trace (0.014s) 2022-09-27T16:33:14.2232192Z test_make_fx_symbolic_exhaustive_complex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.143s) 2022-09-27T16:33:14.2401031Z test_make_fx_symbolic_exhaustive_conj_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-09-27T16:33:14.2477700Z test_make_fx_symbolic_exhaustive_conj_physical_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-09-27T16:33:14.2631457Z test_make_fx_symbolic_exhaustive_constant_pad_nd_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.015s) 2022-09-27T16:33:14.2757886Z test_make_fx_symbolic_exhaustive_contiguous_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-09-27T16:33:14.5406896Z test_make_fx_symbolic_exhaustive_copysign_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.265s) 2022-09-27T16:33:14.5689596Z test_make_fx_symbolic_exhaustive_corrcoef_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.028s) 2022-09-27T16:33:14.5952743Z test_make_fx_symbolic_exhaustive_cos_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-09-27T16:33:14.6204063Z test_make_fx_symbolic_exhaustive_cosh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-09-27T16:33:14.6272467Z test_make_fx_symbolic_exhaustive_count_nonzero_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-09-27T16:33:14.6503013Z test_make_fx_symbolic_exhaustive_cov_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.023s) 2022-09-27T16:33:14.6720347Z test_make_fx_symbolic_exhaustive_cross_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.021s) 2022-09-27T16:33:14.6819226Z test_make_fx_symbolic_exhaustive_cummax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-09-27T16:33:15.3042426Z test_make_fx_symbolic_exhaustive_cummin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.622s) 2022-09-27T16:33:15.3128606Z test_make_fx_symbolic_exhaustive_cumprod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-09-27T16:33:15.3216473Z test_make_fx_symbolic_exhaustive_cumsum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-09-27T16:33:15.3344946Z test_make_fx_symbolic_exhaustive_cumulative_trapezoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.013s) 2022-09-27T16:33:15.3415110Z test_make_fx_symbolic_exhaustive_deg2rad_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-09-27T16:33:15.5531798Z test_make_fx_symbolic_exhaustive_diag_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.211s) 2022-09-27T16:33:15.5661285Z test_make_fx_symbolic_exhaustive_diag_embed_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.013s) 2022-09-27T16:33:15.6538724Z test_make_fx_symbolic_exhaustive_diagflat_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.088s) 2022-09-27T16:33:16.0620908Z test_make_fx_symbolic_exhaustive_diagonal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.408s) 2022-09-27T16:33:16.0731184Z test_make_fx_symbolic_exhaustive_diagonal_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-09-27T16:33:16.1200502Z test_make_fx_symbolic_exhaustive_diff_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.047s) 2022-09-27T16:33:16.1468500Z test_make_fx_symbolic_exhaustive_digamma_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-09-27T16:33:16.1617356Z test_make_fx_symbolic_exhaustive_dist_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.015s) 2022-09-27T16:33:16.9318473Z test_make_fx_symbolic_exhaustive_div_floor_rounding_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.770s) 2022-09-27T16:33:17.0937404Z test_make_fx_symbolic_exhaustive_div_no_rounding_mode_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.162s) 2022-09-27T16:33:17.3028628Z test_make_fx_symbolic_exhaustive_div_trunc_rounding_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.209s) 2022-09-27T16:33:17.3130750Z test_make_fx_symbolic_exhaustive_dot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-09-27T16:33:17.3877063Z test_make_fx_symbolic_exhaustive_double_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.075s) 2022-09-27T16:33:17.3986651Z test_make_fx_symbolic_exhaustive_dsplit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-09-27T16:33:17.4784841Z test_make_fx_symbolic_exhaustive_dstack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.080s) 2022-09-27T16:33:17.4988212Z test_make_fx_symbolic_exhaustive_einsum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.020s) 2022-09-27T16:33:17.4993948Z test_make_fx_symbolic_exhaustive_empty_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:33:17.4998839Z test_make_fx_symbolic_exhaustive_empty_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:33:17.6716593Z test_make_fx_symbolic_exhaustive_eq_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.172s) 2022-09-27T16:33:17.6781138Z test_make_fx_symbolic_exhaustive_equal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.006s) 2022-09-27T16:33:17.6904351Z test_make_fx_symbolic_exhaustive_erf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-09-27T16:33:17.7166429Z test_make_fx_symbolic_exhaustive_erfc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-09-27T16:33:17.7295779Z test_make_fx_symbolic_exhaustive_erfinv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-09-27T16:33:17.7552053Z test_make_fx_symbolic_exhaustive_exp2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-09-27T16:33:17.7816185Z test_make_fx_symbolic_exhaustive_exp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-09-27T16:33:17.8005998Z test_make_fx_symbolic_exhaustive_expand_as_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.019s) 2022-09-27T16:33:17.9097806Z test_make_fx_symbolic_exhaustive_expand_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.109s) 2022-09-27T16:33:17.9231784Z test_make_fx_symbolic_exhaustive_expm1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-09-27T16:33:18.6082247Z test_make_fx_symbolic_exhaustive_eye_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.685s) 2022-09-27T16:33:18.6291800Z test_make_fx_symbolic_exhaustive_fft_fft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.021s) 2022-09-27T16:33:18.6506634Z test_make_fx_symbolic_exhaustive_fft_fft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.021s) 2022-09-27T16:33:18.6715515Z test_make_fx_symbolic_exhaustive_fft_fftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.021s) 2022-09-27T16:33:18.6891068Z test_make_fx_symbolic_exhaustive_fft_fftshift_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.017s) 2022-09-27T16:33:18.7113109Z test_make_fx_symbolic_exhaustive_fft_hfft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.022s) 2022-09-27T16:33:18.7375618Z test_make_fx_symbolic_exhaustive_fft_hfft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.026s) 2022-09-27T16:33:18.7602540Z test_make_fx_symbolic_exhaustive_fft_hfftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.023s) 2022-09-27T16:33:18.7823470Z test_make_fx_symbolic_exhaustive_fft_ifft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.022s) 2022-09-27T16:33:18.8038735Z test_make_fx_symbolic_exhaustive_fft_ifft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.021s) 2022-09-27T16:33:18.8256395Z test_make_fx_symbolic_exhaustive_fft_ifftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.022s) 2022-09-27T16:33:18.8434214Z test_make_fx_symbolic_exhaustive_fft_ifftshift_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.018s) 2022-09-27T16:33:18.8653315Z test_make_fx_symbolic_exhaustive_fft_ihfft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.022s) 2022-09-27T16:33:18.8862161Z test_make_fx_symbolic_exhaustive_fft_ihfft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.021s) 2022-09-27T16:33:18.9076901Z test_make_fx_symbolic_exhaustive_fft_ihfftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.021s) 2022-09-27T16:33:18.9302110Z test_make_fx_symbolic_exhaustive_fft_irfft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.022s) 2022-09-27T16:33:18.9585897Z test_make_fx_symbolic_exhaustive_fft_irfft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.028s) 2022-09-27T16:33:18.9823253Z test_make_fx_symbolic_exhaustive_fft_irfftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.024s) 2022-09-27T16:33:19.0056976Z test_make_fx_symbolic_exhaustive_fft_rfft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.023s) 2022-09-27T16:33:19.0278879Z test_make_fx_symbolic_exhaustive_fft_rfft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.022s) 2022-09-27T16:33:19.0505568Z test_make_fx_symbolic_exhaustive_fft_rfftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.022s) 2022-09-27T16:33:19.0634292Z test_make_fx_symbolic_exhaustive_fill_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.013s) 2022-09-27T16:33:19.0841504Z test_make_fx_symbolic_exhaustive_flatten_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.021s) 2022-09-27T16:33:19.1857001Z test_make_fx_symbolic_exhaustive_flip_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.101s) 2022-09-27T16:33:19.2058865Z test_make_fx_symbolic_exhaustive_fliplr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-09-27T16:33:19.2449794Z test_make_fx_symbolic_exhaustive_flipud_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.039s) 2022-09-27T16:33:19.2924911Z test_make_fx_symbolic_exhaustive_float_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.047s) 2022-09-27T16:33:19.5418565Z test_make_fx_symbolic_exhaustive_float_power_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.249s) 2022-09-27T16:33:19.5552639Z test_make_fx_symbolic_exhaustive_floor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-09-27T16:33:20.3282376Z test_make_fx_symbolic_exhaustive_floor_divide_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.773s) 2022-09-27T16:33:20.5184711Z test_make_fx_symbolic_exhaustive_fmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.190s) 2022-09-27T16:33:20.6792190Z test_make_fx_symbolic_exhaustive_fmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.161s) 2022-09-27T16:33:20.8488679Z test_make_fx_symbolic_exhaustive_fmod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.170s) 2022-09-27T16:33:20.8969258Z test_make_fx_symbolic_exhaustive_frac_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.048s) 2022-09-27T16:33:20.9049842Z test_make_fx_symbolic_exhaustive_frexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-09-27T16:33:20.9244815Z test_make_fx_symbolic_exhaustive_full_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.019s) 2022-09-27T16:33:20.9359084Z test_make_fx_symbolic_exhaustive_gather_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-09-27T16:33:21.0908893Z test_make_fx_symbolic_exhaustive_ge_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.155s) 2022-09-27T16:33:21.1002792Z test_make_fx_symbolic_exhaustive_geqrf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-09-27T16:33:21.1198912Z test_make_fx_symbolic_exhaustive_gradient_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.019s) 2022-09-27T16:33:21.2758544Z test_make_fx_symbolic_exhaustive_gt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.156s) 2022-09-27T16:33:21.3436123Z test_make_fx_symbolic_exhaustive_half_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.068s) 2022-09-27T16:33:21.6599249Z test_make_fx_symbolic_exhaustive_heaviside_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.316s) 2022-09-27T16:33:21.6888792Z test_make_fx_symbolic_exhaustive_histc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.029s) 2022-09-27T16:33:21.7451537Z test_make_fx_symbolic_exhaustive_histogram_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.056s) 2022-09-27T16:33:21.8160555Z test_make_fx_symbolic_exhaustive_histogramdd_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.070s) 2022-09-27T16:33:21.8398876Z test_make_fx_symbolic_exhaustive_hsplit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.018s) 2022-09-27T16:33:21.8846802Z test_make_fx_symbolic_exhaustive_hstack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.045s) 2022-09-27T16:33:22.0411460Z test_make_fx_symbolic_exhaustive_hypot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.156s) 2022-09-27T16:33:22.0491778Z test_make_fx_symbolic_exhaustive_i0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-09-27T16:33:22.2066874Z test_make_fx_symbolic_exhaustive_igamma_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.157s) 2022-09-27T16:33:22.3680793Z test_make_fx_symbolic_exhaustive_igammac_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.161s) 2022-09-27T16:33:22.3885310Z test_make_fx_symbolic_exhaustive_index_add_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.020s) 2022-09-27T16:33:22.4088253Z test_make_fx_symbolic_exhaustive_index_copy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.020s) 2022-09-27T16:33:22.4481098Z test_make_fx_symbolic_exhaustive_index_fill_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.039s) 2022-09-27T16:33:22.4613484Z test_make_fx_symbolic_exhaustive_index_put_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.013s) 2022-09-27T16:33:22.4810756Z test_make_fx_symbolic_exhaustive_index_reduce_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.020s) 2022-09-27T16:33:22.5085675Z test_make_fx_symbolic_exhaustive_index_select_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-09-27T16:33:22.5269551Z test_make_fx_symbolic_exhaustive_inner_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.018s) 2022-09-27T16:33:22.6290558Z test_make_fx_symbolic_exhaustive_int_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.102s) 2022-09-27T16:33:22.6872719Z test_make_fx_symbolic_exhaustive_isclose_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.058s) 2022-09-27T16:33:22.7345980Z test_make_fx_symbolic_exhaustive_isfinite_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.047s) 2022-09-27T16:33:22.7430993Z test_make_fx_symbolic_exhaustive_isin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-09-27T16:33:22.7650179Z test_make_fx_symbolic_exhaustive_isinf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.022s) 2022-09-27T16:33:22.7783003Z test_make_fx_symbolic_exhaustive_isnan_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-09-27T16:33:22.7912627Z test_make_fx_symbolic_exhaustive_isneginf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-09-27T16:33:22.8044156Z test_make_fx_symbolic_exhaustive_isposinf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-09-27T16:33:22.8129667Z test_make_fx_symbolic_exhaustive_isreal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-09-27T16:33:22.8310156Z test_make_fx_symbolic_exhaustive_istft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.018s) 2022-09-27T16:33:22.8321300Z test_make_fx_symbolic_exhaustive_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:33:22.8330879Z test_make_fx_symbolic_exhaustive_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:33:22.8340568Z test_make_fx_symbolic_exhaustive_jiterator_binary_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:33:22.8349059Z test_make_fx_symbolic_exhaustive_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:33:22.8358228Z test_make_fx_symbolic_exhaustive_jiterator_unary_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:33:22.8567316Z test_make_fx_symbolic_exhaustive_kron_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.021s) 2022-09-27T16:33:22.8692735Z test_make_fx_symbolic_exhaustive_kthvalue_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.012s) 2022-09-27T16:33:23.0625963Z test_make_fx_symbolic_exhaustive_ldexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.193s) 2022-09-27T16:33:23.2203006Z test_make_fx_symbolic_exhaustive_le_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.158s) 2022-09-27T16:33:23.2385770Z test_make_fx_symbolic_exhaustive_lerp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.018s) 2022-09-27T16:33:23.2664461Z test_make_fx_symbolic_exhaustive_lgamma_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.028s) 2022-09-27T16:33:23.2797748Z test_make_fx_symbolic_exhaustive_linalg_cholesky_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.013s) 2022-09-27T16:33:23.2904071Z test_make_fx_symbolic_exhaustive_linalg_cholesky_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-09-27T16:33:23.3077402Z test_make_fx_symbolic_exhaustive_linalg_cond_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.017s) 2022-09-27T16:33:23.3175559Z test_make_fx_symbolic_exhaustive_linalg_cross_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-09-27T16:33:23.3450713Z test_make_fx_symbolic_exhaustive_linalg_det_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.027s) 2022-09-27T16:33:23.4015674Z test_make_fx_symbolic_exhaustive_linalg_det_singular_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.056s) 2022-09-27T16:33:23.4111734Z test_make_fx_symbolic_exhaustive_linalg_eig_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-09-27T16:33:23.4211302Z test_make_fx_symbolic_exhaustive_linalg_eigh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-09-27T16:33:23.4304258Z test_make_fx_symbolic_exhaustive_linalg_eigvals_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-09-27T16:33:23.4396542Z test_make_fx_symbolic_exhaustive_linalg_eigvalsh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-09-27T16:33:23.4517001Z test_make_fx_symbolic_exhaustive_linalg_householder_product_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.012s) 2022-09-27T16:33:23.4608295Z test_make_fx_symbolic_exhaustive_linalg_inv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-09-27T16:33:23.4686990Z test_make_fx_symbolic_exhaustive_linalg_inv_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-09-27T16:33:23.4768049Z test_make_fx_symbolic_exhaustive_linalg_ldl_factor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-09-27T16:33:23.4838399Z test_make_fx_symbolic_exhaustive_linalg_ldl_factor_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-09-27T16:33:23.4953953Z test_make_fx_symbolic_exhaustive_linalg_ldl_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-09-27T16:33:23.4959028Z test_make_fx_symbolic_exhaustive_linalg_lstsq_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:33:23.4963744Z test_make_fx_symbolic_exhaustive_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:33:23.5044089Z test_make_fx_symbolic_exhaustive_linalg_lu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-09-27T16:33:23.5141223Z test_make_fx_symbolic_exhaustive_linalg_lu_factor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-09-27T16:33:23.5216386Z test_make_fx_symbolic_exhaustive_linalg_lu_factor_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-09-27T16:33:23.5332641Z test_make_fx_symbolic_exhaustive_linalg_lu_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-09-27T16:33:23.6321574Z test_make_fx_symbolic_exhaustive_linalg_matrix_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.099s) 2022-09-27T16:33:23.7290378Z test_make_fx_symbolic_exhaustive_linalg_matrix_power_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.097s) 2022-09-27T16:33:23.7500373Z test_make_fx_symbolic_exhaustive_linalg_matrix_rank_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.021s) 2022-09-27T16:33:23.7698897Z test_make_fx_symbolic_exhaustive_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.020s) 2022-09-27T16:33:23.7936912Z test_make_fx_symbolic_exhaustive_linalg_multi_dot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.024s) 2022-09-27T16:33:24.4840716Z test_make_fx_symbolic_exhaustive_linalg_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.690s) 2022-09-27T16:33:25.0448523Z test_make_fx_symbolic_exhaustive_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.560s) 2022-09-27T16:33:25.0546330Z test_make_fx_symbolic_exhaustive_linalg_pinv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-09-27T16:33:25.0634927Z test_make_fx_symbolic_exhaustive_linalg_pinv_hermitian_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-09-27T16:33:25.0646002Z 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-27T16:33:25.0734685Z test_make_fx_symbolic_exhaustive_linalg_qr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-09-27T16:33:25.1029973Z test_make_fx_symbolic_exhaustive_linalg_slogdet_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.029s) 2022-09-27T16:33:25.1141961Z test_make_fx_symbolic_exhaustive_linalg_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-09-27T16:33:25.1244264Z test_make_fx_symbolic_exhaustive_linalg_solve_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-09-27T16:33:25.1340248Z test_make_fx_symbolic_exhaustive_linalg_solve_triangular_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-09-27T16:33:25.2089236Z test_make_fx_symbolic_exhaustive_linalg_svd_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.075s) 2022-09-27T16:33:25.2162342Z test_make_fx_symbolic_exhaustive_linalg_svdvals_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-09-27T16:33:25.2399532Z test_make_fx_symbolic_exhaustive_linalg_tensorinv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.024s) 2022-09-27T16:33:25.2604677Z test_make_fx_symbolic_exhaustive_linalg_tensorsolve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.020s) 2022-09-27T16:33:25.3059084Z test_make_fx_symbolic_exhaustive_linalg_vander_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.045s) 2022-09-27T16:33:26.0261593Z test_make_fx_symbolic_exhaustive_linalg_vecdot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.720s) 2022-09-27T16:33:27.5315177Z test_make_fx_symbolic_exhaustive_linalg_vector_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (1.505s) 2022-09-27T16:33:27.9112441Z test_make_fx_symbolic_exhaustive_linspace_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.380s) 2022-09-27T16:33:27.9390305Z test_make_fx_symbolic_exhaustive_log10_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.028s) 2022-09-27T16:33:27.9527587Z test_make_fx_symbolic_exhaustive_log1p_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-09-27T16:33:27.9813451Z test_make_fx_symbolic_exhaustive_log2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.028s) 2022-09-27T16:33:28.0090976Z test_make_fx_symbolic_exhaustive_log_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.028s) 2022-09-27T16:33:28.2150023Z test_make_fx_symbolic_exhaustive_log_softmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.206s) 2022-09-27T16:33:28.4443518Z test_make_fx_symbolic_exhaustive_log_softmax_dtype_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.229s) 2022-09-27T16:33:28.4550793Z test_make_fx_symbolic_exhaustive_logaddexp2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-09-27T16:33:28.4636270Z test_make_fx_symbolic_exhaustive_logaddexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-09-27T16:33:28.4733252Z test_make_fx_symbolic_exhaustive_logcumsumexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-09-27T16:33:28.5231563Z test_make_fx_symbolic_exhaustive_logdet_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.050s) 2022-09-27T16:33:28.7450204Z test_make_fx_symbolic_exhaustive_logical_and_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.222s) 2022-09-27T16:33:28.7731029Z test_make_fx_symbolic_exhaustive_logical_not_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.028s) 2022-09-27T16:33:28.9825344Z test_make_fx_symbolic_exhaustive_logical_or_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.209s) 2022-09-27T16:33:29.2038185Z test_make_fx_symbolic_exhaustive_logical_xor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.221s) 2022-09-27T16:33:29.3296226Z test_make_fx_symbolic_exhaustive_logit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.126s) 2022-09-27T16:33:30.1530158Z test_make_fx_symbolic_exhaustive_logspace_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.823s) 2022-09-27T16:33:30.6753783Z test_make_fx_symbolic_exhaustive_logsumexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.522s) 2022-09-27T16:33:30.7366598Z test_make_fx_symbolic_exhaustive_long_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.061s) 2022-09-27T16:33:30.8992372Z test_make_fx_symbolic_exhaustive_lt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.162s) 2022-09-27T16:33:30.9100432Z test_make_fx_symbolic_exhaustive_lu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-09-27T16:33:30.9224375Z test_make_fx_symbolic_exhaustive_lu_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.012s) 2022-09-27T16:33:30.9317732Z test_make_fx_symbolic_exhaustive_lu_unpack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-09-27T16:33:30.9972043Z test_make_fx_symbolic_exhaustive_mH_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.065s) 2022-09-27T16:33:31.0643183Z test_make_fx_symbolic_exhaustive_mT_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.067s) 2022-09-27T16:33:31.0749573Z test_make_fx_symbolic_exhaustive_masked_fill_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-09-27T16:33:31.0868547Z test_make_fx_symbolic_exhaustive_masked_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.012s) 2022-09-27T16:33:31.0975362Z test_make_fx_symbolic_exhaustive_masked_select_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-09-27T16:33:32.3470441Z test_make_fx_symbolic_exhaustive_matmul_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (1.249s) 2022-09-27T16:33:32.3597409Z test_make_fx_symbolic_exhaustive_matrix_exp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.013s) 2022-09-27T16:33:32.5689028Z test_make_fx_symbolic_exhaustive_max_binary_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.209s) 2022-09-27T16:33:32.5882292Z test_make_fx_symbolic_exhaustive_max_reduction_no_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-09-27T16:33:32.5972392Z test_make_fx_symbolic_exhaustive_max_reduction_with_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-09-27T16:33:32.7551303Z test_make_fx_symbolic_exhaustive_maximum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.158s) 2022-09-27T16:33:33.0572602Z test_make_fx_symbolic_exhaustive_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.302s) 2022-09-27T16:33:33.0652774Z test_make_fx_symbolic_exhaustive_median_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-09-27T16:33:33.1030121Z test_make_fx_symbolic_exhaustive_meshgrid_list_of_tensors_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.038s) 2022-09-27T16:33:33.1395650Z test_make_fx_symbolic_exhaustive_meshgrid_variadic_tensors_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.036s) 2022-09-27T16:33:33.2963490Z test_make_fx_symbolic_exhaustive_min_binary_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.156s) 2022-09-27T16:33:33.3159236Z test_make_fx_symbolic_exhaustive_min_reduction_no_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-09-27T16:33:33.3261160Z test_make_fx_symbolic_exhaustive_min_reduction_with_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-09-27T16:33:33.4908675Z test_make_fx_symbolic_exhaustive_minimum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.165s) 2022-09-27T16:33:33.5078840Z test_make_fx_symbolic_exhaustive_mm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-09-27T16:33:33.5192040Z test_make_fx_symbolic_exhaustive_mode_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-09-27T16:33:33.5618025Z test_make_fx_symbolic_exhaustive_movedim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.042s) 2022-09-27T16:33:33.5709124Z test_make_fx_symbolic_exhaustive_msort_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-09-27T16:33:33.7391742Z test_make_fx_symbolic_exhaustive_mul_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.168s) 2022-09-27T16:33:33.7498343Z test_make_fx_symbolic_exhaustive_multinomial_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-09-27T16:33:33.7753999Z test_make_fx_symbolic_exhaustive_mv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-09-27T16:33:34.0062606Z test_make_fx_symbolic_exhaustive_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.231s) 2022-09-27T16:33:34.2087928Z test_make_fx_symbolic_exhaustive_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.202s) 2022-09-27T16:33:34.4109025Z test_make_fx_symbolic_exhaustive_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.202s) 2022-09-27T16:33:34.5158926Z test_make_fx_symbolic_exhaustive_nan_to_num_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.105s) 2022-09-27T16:33:35.3806305Z test_make_fx_symbolic_exhaustive_nanmean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.865s) 2022-09-27T16:33:35.5238771Z test_make_fx_symbolic_exhaustive_nanmedian_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.143s) 2022-09-27T16:33:35.5448186Z test_make_fx_symbolic_exhaustive_nanquantile_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.021s) 2022-09-27T16:33:35.9164999Z test_make_fx_symbolic_exhaustive_nansum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.371s) 2022-09-27T16:33:35.9256085Z test_make_fx_symbolic_exhaustive_narrow_copy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-09-27T16:33:35.9431562Z test_make_fx_symbolic_exhaustive_narrow_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.017s) 2022-09-27T16:33:36.7061981Z test_make_fx_symbolic_exhaustive_native_layer_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.763s) 2022-09-27T16:33:36.8991690Z test_make_fx_symbolic_exhaustive_ne_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.193s) 2022-09-27T16:33:36.9115194Z test_make_fx_symbolic_exhaustive_neg_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-09-27T16:33:36.9120190Z test_make_fx_symbolic_exhaustive_new_empty_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:33:36.9124783Z test_make_fx_symbolic_exhaustive_new_empty_strided_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T16:33:36.9766146Z test_make_fx_symbolic_exhaustive_new_full_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.064s) 2022-09-27T16:33:37.0398219Z test_make_fx_symbolic_exhaustive_new_ones_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.063s) 2022-09-27T16:33:37.1058127Z test_make_fx_symbolic_exhaustive_new_zeros_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.066s) 2022-09-27T16:33:37.2654042Z test_make_fx_symbolic_exhaustive_nextafter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.159s) 2022-09-27T16:33:37.2838613Z test_make_fx_symbolic_exhaustive_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.018s) 2022-09-27T16:33:37.3293106Z test_make_fx_symbolic_exhaustive_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.045s) 2022-09-27T16:33:37.3747722Z test_make_fx_symbolic_exhaustive_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.045s) 2022-09-27T16:33:37.3943898Z test_make_fx_symbolic_exhaustive_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.019s) 2022-09-27T16:33:37.4058370Z test_make_fx_symbolic_exhaustive_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-09-27T16:33:37.4152005Z test_make_fx_symbolic_exhaustive_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-09-27T16:33:37.4354201Z test_make_fx_symbolic_exhaustive_nn_functional_avg_pool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.020s) 2022-09-27T16:33:37.4474013Z test_make_fx_symbolic_exhaustive_nn_functional_avg_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.012s) 2022-09-27T16:33:37.4630722Z test_make_fx_symbolic_exhaustive_nn_functional_avg_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.015s) 2022-09-27T16:33:37.5723119Z test_make_fx_symbolic_exhaustive_nn_functional_batch_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.109s) 2022-09-27T16:33:37.6081180Z test_make_fx_symbolic_exhaustive_nn_functional_bilinear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.036s) 2022-09-27T16:33:37.9508289Z test_make_fx_symbolic_exhaustive_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.342s) 2022-09-27T16:33:39.8120249Z test_make_fx_symbolic_exhaustive_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (1.861s) 2022-09-27T16:33:39.8535297Z test_make_fx_symbolic_exhaustive_nn_functional_celu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-09-27T16:33:40.5279679Z test_make_fx_symbolic_exhaustive_nn_functional_conv1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.674s) 2022-09-27T16:33:44.4139032Z test_make_fx_symbolic_exhaustive_nn_functional_conv2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (3.886s) 2022-09-27T16:33:44.9271683Z test_make_fx_symbolic_exhaustive_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.513s) 2022-09-27T16:33:46.5247037Z test_make_fx_symbolic_exhaustive_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (1.597s) 2022-09-27T16:33:51.0721942Z test_make_fx_symbolic_exhaustive_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (4.547s) 2022-09-27T16:33:51.1475172Z test_make_fx_symbolic_exhaustive_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.075s) 2022-09-27T16:33:51.1705243Z test_make_fx_symbolic_exhaustive_nn_functional_cosine_similarity_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.023s) 2022-09-27T16:33:51.2030671Z test_make_fx_symbolic_exhaustive_nn_functional_cross_entropy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.032s) 2022-09-27T16:33:51.2411943Z test_make_fx_symbolic_exhaustive_nn_functional_ctc_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.038s) 2022-09-27T16:33:51.2542902Z 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-27T16:33:51.2544054Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-09-27T16:33:51.2904276Z expected failure (0.049s) 2022-09-27T16:33:51.3804198Z test_make_fx_symbolic_exhaustive_nn_functional_dropout3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.090s) 2022-09-27T16:33:51.4216650Z test_make_fx_symbolic_exhaustive_nn_functional_dropout_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.041s) 2022-09-27T16:33:51.4914831Z test_make_fx_symbolic_exhaustive_nn_functional_elu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.070s) 2022-09-27T16:33:51.5086722Z test_make_fx_symbolic_exhaustive_nn_functional_embedding_bag_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.017s) 2022-09-27T16:33:51.5224060Z test_make_fx_symbolic_exhaustive_nn_functional_embedding_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.014s) 2022-09-27T16:33:51.5573922Z test_make_fx_symbolic_exhaustive_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.035s) 2022-09-27T16:33:51.6375222Z test_make_fx_symbolic_exhaustive_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.080s) 2022-09-27T16:33:51.6610779Z test_make_fx_symbolic_exhaustive_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.023s) 2022-09-27T16:33:51.6953922Z test_make_fx_symbolic_exhaustive_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.034s) 2022-09-27T16:33:51.7210440Z test_make_fx_symbolic_exhaustive_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.025s) 2022-09-27T16:33:52.0142215Z test_make_fx_symbolic_exhaustive_nn_functional_gelu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.293s) 2022-09-27T16:33:52.1195487Z test_make_fx_symbolic_exhaustive_nn_functional_glu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.105s) 2022-09-27T16:33:52.1681659Z test_make_fx_symbolic_exhaustive_nn_functional_grid_sample_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.048s) 2022-09-27T16:33:52.2074049Z test_make_fx_symbolic_exhaustive_nn_functional_group_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.039s) 2022-09-27T16:33:52.3457376Z test_make_fx_symbolic_exhaustive_nn_functional_hardshrink_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.138s) 2022-09-27T16:33:52.4341535Z test_make_fx_symbolic_exhaustive_nn_functional_hardsigmoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.088s) 2022-09-27T16:33:52.6472790Z test_make_fx_symbolic_exhaustive_nn_functional_hardswish_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.213s) 2022-09-27T16:33:52.8581904Z test_make_fx_symbolic_exhaustive_nn_functional_hardtanh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.211s) 2022-09-27T16:33:52.8685894Z test_make_fx_symbolic_exhaustive_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-09-27T16:33:53.3911191Z test_make_fx_symbolic_exhaustive_nn_functional_huber_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.522s) 2022-09-27T16:33:53.4203790Z test_make_fx_symbolic_exhaustive_nn_functional_instance_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.029s) 2022-09-27T16:33:53.4441470Z test_make_fx_symbolic_exhaustive_nn_functional_interpolate_area_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.024s) 2022-09-27T16:33:53.4612645Z test_make_fx_symbolic_exhaustive_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.017s) 2022-09-27T16:33:53.4776152Z test_make_fx_symbolic_exhaustive_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.016s) 2022-09-27T16:33:53.4915866Z test_make_fx_symbolic_exhaustive_nn_functional_interpolate_linear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.014s) 2022-09-27T16:33:53.5061330Z test_make_fx_symbolic_exhaustive_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.014s) 2022-09-27T16:33:53.5242885Z test_make_fx_symbolic_exhaustive_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.018s) 2022-09-27T16:33:53.5982016Z 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-27T16:33:53.5982799Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-09-27T16:33:54.2453935Z ok (0.721s) 2022-09-27T16:33:54.4623008Z test_make_fx_symbolic_exhaustive_nn_functional_l1_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.217s) 2022-09-27T16:33:54.7881309Z test_make_fx_symbolic_exhaustive_nn_functional_layer_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.326s) 2022-09-27T16:33:54.9943943Z test_make_fx_symbolic_exhaustive_nn_functional_leaky_relu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.206s) 2022-09-27T16:33:55.1492584Z test_make_fx_symbolic_exhaustive_nn_functional_linear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.155s) 2022-09-27T16:33:55.1810013Z test_make_fx_symbolic_exhaustive_nn_functional_local_response_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.032s) 2022-09-27T16:33:55.2482882Z test_make_fx_symbolic_exhaustive_nn_functional_logsigmoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.067s) 2022-09-27T16:33:55.3650418Z test_make_fx_symbolic_exhaustive_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.117s) 2022-09-27T16:33:55.3971974Z test_make_fx_symbolic_exhaustive_nn_functional_max_pool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.032s) 2022-09-27T16:34:11.0298624Z test_make_fx_symbolic_exhaustive_nn_functional_max_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (15.630s) 2022-09-27T16:34:11.0541451Z test_make_fx_symbolic_exhaustive_nn_functional_max_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.026s) 2022-09-27T16:34:11.0547584Z test_make_fx_symbolic_exhaustive_nn_functional_max_unpool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:34:11.0776067Z test_make_fx_symbolic_exhaustive_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.023s) 2022-09-27T16:34:11.0782522Z test_make_fx_symbolic_exhaustive_nn_functional_max_unpool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:34:11.1129332Z test_make_fx_symbolic_exhaustive_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.034s) 2022-09-27T16:34:11.1135365Z test_make_fx_symbolic_exhaustive_nn_functional_max_unpool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:34:11.1533097Z test_make_fx_symbolic_exhaustive_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.040s) 2022-09-27T16:34:11.2283930Z test_make_fx_symbolic_exhaustive_nn_functional_mish_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.075s) 2022-09-27T16:34:11.4412365Z test_make_fx_symbolic_exhaustive_nn_functional_mse_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.213s) 2022-09-27T16:34:11.4518507Z test_make_fx_symbolic_exhaustive_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-09-27T16:34:11.4620014Z test_make_fx_symbolic_exhaustive_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-09-27T16:34:11.8836595Z test_make_fx_symbolic_exhaustive_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.421s) 2022-09-27T16:34:11.8841796Z test_make_fx_symbolic_exhaustive_nn_functional_nll_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:34:11.9990225Z test_make_fx_symbolic_exhaustive_nn_functional_normalize_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.115s) 2022-09-27T16:34:12.0277735Z test_make_fx_symbolic_exhaustive_nn_functional_pad_circular_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.029s) 2022-09-27T16:34:12.0501627Z test_make_fx_symbolic_exhaustive_nn_functional_pad_constant_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.022s) 2022-09-27T16:34:12.0604377Z test_make_fx_symbolic_exhaustive_nn_functional_pad_reflect_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-09-27T16:34:12.0699852Z test_make_fx_symbolic_exhaustive_nn_functional_pad_replicate_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-09-27T16:34:12.3499714Z test_make_fx_symbolic_exhaustive_nn_functional_pairwise_distance_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.280s) 2022-09-27T16:34:12.3602328Z test_make_fx_symbolic_exhaustive_nn_functional_pdist_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-09-27T16:34:12.3728273Z test_make_fx_symbolic_exhaustive_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.012s) 2022-09-27T16:34:12.3858799Z test_make_fx_symbolic_exhaustive_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.013s) 2022-09-27T16:34:12.4451433Z test_make_fx_symbolic_exhaustive_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.059s) 2022-09-27T16:34:13.0374256Z test_make_fx_symbolic_exhaustive_nn_functional_prelu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.592s) 2022-09-27T16:34:13.1197676Z test_make_fx_symbolic_exhaustive_nn_functional_relu6_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.082s) 2022-09-27T16:34:13.1941878Z test_make_fx_symbolic_exhaustive_nn_functional_relu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.074s) 2022-09-27T16:34:13.2096247Z test_make_fx_symbolic_exhaustive_nn_functional_rrelu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.015s) 2022-09-27T16:34:13.2909294Z test_make_fx_symbolic_exhaustive_nn_functional_selu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.081s) 2022-09-27T16:34:13.3492723Z test_make_fx_symbolic_exhaustive_nn_functional_silu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.058s) 2022-09-27T16:34:13.3733318Z test_make_fx_symbolic_exhaustive_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.024s) 2022-09-27T16:34:13.5790315Z test_make_fx_symbolic_exhaustive_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.205s) 2022-09-27T16:34:13.8651169Z test_make_fx_symbolic_exhaustive_nn_functional_softmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.286s) 2022-09-27T16:34:14.1839168Z test_make_fx_symbolic_exhaustive_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.319s) 2022-09-27T16:34:14.2562247Z test_make_fx_symbolic_exhaustive_nn_functional_softplus_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.072s) 2022-09-27T16:34:14.4563654Z test_make_fx_symbolic_exhaustive_nn_functional_softshrink_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.200s) 2022-09-27T16:34:14.5134203Z test_make_fx_symbolic_exhaustive_nn_functional_softsign_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.057s) 2022-09-27T16:34:14.5601810Z test_make_fx_symbolic_exhaustive_nn_functional_tanhshrink_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.047s) 2022-09-27T16:34:14.6370385Z test_make_fx_symbolic_exhaustive_nn_functional_threshold_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.077s) 2022-09-27T16:34:15.4722836Z test_make_fx_symbolic_exhaustive_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.835s) 2022-09-27T16:34:16.2950399Z test_make_fx_symbolic_exhaustive_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.823s) 2022-09-27T16:34:16.3064253Z test_make_fx_symbolic_exhaustive_nn_functional_unfold_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-09-27T16:34:16.3185232Z 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-27T16:34:16.3185841Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T16:34:16.3225010Z expected failure (0.016s) 2022-09-27T16:34:16.3330744Z 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-27T16:34:16.3331449Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T16:34:16.3364602Z expected failure (0.014s) 2022-09-27T16:34:16.3464968Z test_make_fx_symbolic_exhaustive_nonzero_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Dynamic output shape operation in trace (0.010s) 2022-09-27T16:34:17.6610861Z test_make_fx_symbolic_exhaustive_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (1.314s) 2022-09-27T16:34:17.7451676Z test_make_fx_symbolic_exhaustive_norm_fro_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.084s) 2022-09-27T16:34:17.8430313Z test_make_fx_symbolic_exhaustive_norm_inf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.098s) 2022-09-27T16:34:17.8587249Z test_make_fx_symbolic_exhaustive_norm_nuc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.016s) 2022-09-27T16:34:17.8821821Z test_make_fx_symbolic_exhaustive_normal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.023s) 2022-09-27T16:34:17.8921932Z test_make_fx_symbolic_exhaustive_normal_number_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-09-27T16:34:17.9121070Z test_make_fx_symbolic_exhaustive_ones_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-09-27T16:34:17.9324416Z test_make_fx_symbolic_exhaustive_ones_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.020s) 2022-09-27T16:34:18.0519578Z test_make_fx_symbolic_exhaustive_ormqr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.119s) 2022-09-27T16:34:18.0728090Z test_make_fx_symbolic_exhaustive_outer_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.020s) 2022-09-27T16:34:18.1794923Z test_make_fx_symbolic_exhaustive_pca_lowrank_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.107s) 2022-09-27T16:34:18.2493153Z test_make_fx_symbolic_exhaustive_permute_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.070s) 2022-09-27T16:34:18.2664720Z test_make_fx_symbolic_exhaustive_pinverse_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.017s) 2022-09-27T16:34:18.2764279Z test_make_fx_symbolic_exhaustive_polar_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-09-27T16:34:18.2874545Z test_make_fx_symbolic_exhaustive_polygamma_polygamma_n_0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-09-27T16:34:18.2984237Z test_make_fx_symbolic_exhaustive_polygamma_polygamma_n_1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-09-27T16:34:18.3088716Z test_make_fx_symbolic_exhaustive_polygamma_polygamma_n_2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-09-27T16:34:18.3184915Z test_make_fx_symbolic_exhaustive_polygamma_polygamma_n_3_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-09-27T16:34:18.3276265Z test_make_fx_symbolic_exhaustive_polygamma_polygamma_n_4_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-09-27T16:34:18.3527902Z test_make_fx_symbolic_exhaustive_positive_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-09-27T16:34:18.6105295Z test_make_fx_symbolic_exhaustive_pow_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.258s) 2022-09-27T16:34:20.1073862Z test_make_fx_symbolic_exhaustive_prod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (1.497s) 2022-09-27T16:34:20.1222854Z test_make_fx_symbolic_exhaustive_put_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.015s) 2022-09-27T16:34:20.1353449Z test_make_fx_symbolic_exhaustive_qr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.013s) 2022-09-27T16:34:20.1572075Z test_make_fx_symbolic_exhaustive_quantile_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.022s) 2022-09-27T16:34:20.1672610Z test_make_fx_symbolic_exhaustive_rad2deg_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-09-27T16:34:20.1906037Z test_make_fx_symbolic_exhaustive_rand_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.023s) 2022-09-27T16:34:20.2246841Z test_make_fx_symbolic_exhaustive_randint_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.034s) 2022-09-27T16:34:20.2452835Z test_make_fx_symbolic_exhaustive_randn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-09-27T16:34:20.2681920Z test_make_fx_symbolic_exhaustive_randn_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.023s) 2022-09-27T16:34:20.3580356Z test_make_fx_symbolic_exhaustive_ravel_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.090s) 2022-09-27T16:34:20.3869909Z test_make_fx_symbolic_exhaustive_real_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.029s) 2022-09-27T16:34:20.4199741Z test_make_fx_symbolic_exhaustive_reciprocal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.033s) 2022-09-27T16:34:20.6420642Z test_make_fx_symbolic_exhaustive_remainder_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.222s) 2022-09-27T16:34:20.6549583Z test_make_fx_symbolic_exhaustive_renorm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.013s) 2022-09-27T16:34:21.1093932Z test_make_fx_symbolic_exhaustive_repeat_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.454s) 2022-09-27T16:34:21.1261490Z test_make_fx_symbolic_exhaustive_repeat_interleave_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Dynamic output shape operation in trace (0.017s) 2022-09-27T16:34:21.1500048Z test_make_fx_symbolic_exhaustive_reshape_as_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.024s) 2022-09-27T16:34:21.1751048Z test_make_fx_symbolic_exhaustive_reshape_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.025s) 2022-09-27T16:34:21.1956623Z test_make_fx_symbolic_exhaustive_resize__cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.020s) 2022-09-27T16:34:21.2173763Z test_make_fx_symbolic_exhaustive_resize_as__cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.022s) 2022-09-27T16:34:21.2353388Z test_make_fx_symbolic_exhaustive_resolve_conj_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-09-27T16:34:21.2538499Z test_make_fx_symbolic_exhaustive_resolve_neg_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-09-27T16:34:21.2751582Z test_make_fx_symbolic_exhaustive_roll_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.021s) 2022-09-27T16:34:21.9386793Z test_make_fx_symbolic_exhaustive_rot90_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.663s) 2022-09-27T16:34:21.9482829Z test_make_fx_symbolic_exhaustive_round_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-09-27T16:34:21.9568223Z test_make_fx_symbolic_exhaustive_round_decimals_0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-09-27T16:34:21.9648725Z test_make_fx_symbolic_exhaustive_round_decimals_3_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-09-27T16:34:21.9726610Z test_make_fx_symbolic_exhaustive_round_decimals_neg_3_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-09-27T16:34:22.0039255Z test_make_fx_symbolic_exhaustive_rsqrt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:34:22.2791499Z test_make_fx_symbolic_exhaustive_rsub_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.275s) 2022-09-27T16:34:22.3006868Z test_make_fx_symbolic_exhaustive_scatter_add_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.021s) 2022-09-27T16:34:22.3227207Z test_make_fx_symbolic_exhaustive_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.022s) 2022-09-27T16:34:22.3411907Z test_make_fx_symbolic_exhaustive_scatter_reduce_amax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.018s) 2022-09-27T16:34:22.3581464Z test_make_fx_symbolic_exhaustive_scatter_reduce_amin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.017s) 2022-09-27T16:34:22.3753040Z test_make_fx_symbolic_exhaustive_scatter_reduce_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.017s) 2022-09-27T16:34:22.3919503Z test_make_fx_symbolic_exhaustive_scatter_reduce_prod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.017s) 2022-09-27T16:34:22.4138633Z test_make_fx_symbolic_exhaustive_scatter_reduce_sum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.022s) 2022-09-27T16:34:22.4732740Z test_make_fx_symbolic_exhaustive_searchsorted_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.059s) 2022-09-27T16:34:22.4841198Z test_make_fx_symbolic_exhaustive_segment_reduce_lengths_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-09-27T16:34:22.4940200Z test_make_fx_symbolic_exhaustive_segment_reduce_offsets_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-09-27T16:34:22.5046819Z test_make_fx_symbolic_exhaustive_select_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-09-27T16:34:22.5171241Z test_make_fx_symbolic_exhaustive_select_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.012s) 2022-09-27T16:34:22.5340120Z test_make_fx_symbolic_exhaustive_sgn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-09-27T16:34:22.6282872Z test_make_fx_symbolic_exhaustive_short_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.094s) 2022-09-27T16:34:22.6782255Z test_make_fx_symbolic_exhaustive_sigmoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.050s) 2022-09-27T16:34:22.6946330Z test_make_fx_symbolic_exhaustive_sign_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:34:22.7146937Z test_make_fx_symbolic_exhaustive_signbit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-09-27T16:34:22.7322617Z test_make_fx_symbolic_exhaustive_sin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-09-27T16:34:22.7971091Z test_make_fx_symbolic_exhaustive_sinc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.065s) 2022-09-27T16:34:22.8148897Z test_make_fx_symbolic_exhaustive_sinh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-09-27T16:34:22.8327928Z test_make_fx_symbolic_exhaustive_slice_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.018s) 2022-09-27T16:34:23.0933711Z test_make_fx_symbolic_exhaustive_softmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.260s) 2022-09-27T16:34:23.3830205Z test_make_fx_symbolic_exhaustive_softmax_with_dtype_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.290s) 2022-09-27T16:34:23.3976047Z test_make_fx_symbolic_exhaustive_sort_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.015s) 2022-09-27T16:34:23.4163159Z test_make_fx_symbolic_exhaustive_sparse_sampled_addmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.018s) 2022-09-27T16:34:23.4255275Z test_make_fx_symbolic_exhaustive_special_airy_ai_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-09-27T16:34:23.4344167Z test_make_fx_symbolic_exhaustive_special_bessel_j0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-09-27T16:34:23.4429041Z test_make_fx_symbolic_exhaustive_special_bessel_j1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-09-27T16:34:23.4512794Z test_make_fx_symbolic_exhaustive_special_bessel_y0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-09-27T16:34:23.4596098Z test_make_fx_symbolic_exhaustive_special_bessel_y1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-09-27T16:34:23.4768604Z test_make_fx_symbolic_exhaustive_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.017s) 2022-09-27T16:34:23.4938608Z test_make_fx_symbolic_exhaustive_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.017s) 2022-09-27T16:34:23.4944756Z test_make_fx_symbolic_exhaustive_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:34:23.4951019Z test_make_fx_symbolic_exhaustive_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:34:23.5037117Z test_make_fx_symbolic_exhaustive_special_entr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-09-27T16:34:23.5122638Z test_make_fx_symbolic_exhaustive_special_erfcx_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-09-27T16:34:23.5303533Z test_make_fx_symbolic_exhaustive_special_hermite_polynomial_h_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.018s) 2022-09-27T16:34:23.5482588Z test_make_fx_symbolic_exhaustive_special_hermite_polynomial_he_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.018s) 2022-09-27T16:34:23.5689791Z test_make_fx_symbolic_exhaustive_special_i0e_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-09-27T16:34:23.5902438Z test_make_fx_symbolic_exhaustive_special_i1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-09-27T16:34:23.6125173Z test_make_fx_symbolic_exhaustive_special_i1e_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.022s) 2022-09-27T16:34:23.6319925Z test_make_fx_symbolic_exhaustive_special_laguerre_polynomial_l_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.019s) 2022-09-27T16:34:23.6327047Z test_make_fx_symbolic_exhaustive_special_legendre_polynomial_p_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:34:23.6410539Z test_make_fx_symbolic_exhaustive_special_log_ndtr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-09-27T16:34:23.6493658Z test_make_fx_symbolic_exhaustive_special_modified_bessel_i0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-09-27T16:34:23.6578082Z test_make_fx_symbolic_exhaustive_special_modified_bessel_i1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-09-27T16:34:23.6664585Z test_make_fx_symbolic_exhaustive_special_modified_bessel_k0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-09-27T16:34:23.6750316Z test_make_fx_symbolic_exhaustive_special_modified_bessel_k1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-09-27T16:34:23.7358186Z test_make_fx_symbolic_exhaustive_special_ndtr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.061s) 2022-09-27T16:34:23.7458229Z test_make_fx_symbolic_exhaustive_special_ndtri_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-09-27T16:34:23.7560697Z test_make_fx_symbolic_exhaustive_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-09-27T16:34:23.7655377Z test_make_fx_symbolic_exhaustive_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-09-27T16:34:23.7758800Z test_make_fx_symbolic_exhaustive_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-09-27T16:34:23.7764745Z test_make_fx_symbolic_exhaustive_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:34:23.7770231Z 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-27T16:34:23.7775681Z 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-27T16:34:23.7781045Z 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-27T16:34:23.7882296Z test_make_fx_symbolic_exhaustive_special_spherical_bessel_j0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-09-27T16:34:23.8070496Z test_make_fx_symbolic_exhaustive_special_xlog1py_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.019s) 2022-09-27T16:34:24.0557240Z test_make_fx_symbolic_exhaustive_special_zeta_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.249s) 2022-09-27T16:34:24.0690185Z test_make_fx_symbolic_exhaustive_split_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.013s) 2022-09-27T16:34:24.0936288Z test_make_fx_symbolic_exhaustive_split_list_args_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.024s) 2022-09-27T16:34:24.1180381Z test_make_fx_symbolic_exhaustive_split_with_sizes_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.024s) 2022-09-27T16:34:24.1356053Z test_make_fx_symbolic_exhaustive_sqrt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-09-27T16:34:24.1759944Z test_make_fx_symbolic_exhaustive_square_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.040s) 2022-09-27T16:34:24.2709578Z test_make_fx_symbolic_exhaustive_squeeze_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.095s) 2022-09-27T16:34:24.5433923Z test_make_fx_symbolic_exhaustive_stack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.272s) 2022-09-27T16:34:25.0361149Z test_make_fx_symbolic_exhaustive_std_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.493s) 2022-09-27T16:34:25.3362935Z test_make_fx_symbolic_exhaustive_std_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.300s) 2022-09-27T16:34:25.3554910Z test_make_fx_symbolic_exhaustive_stft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.019s) 2022-09-27T16:34:25.6321766Z test_make_fx_symbolic_exhaustive_sub_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.276s) 2022-09-27T16:34:25.9820986Z test_make_fx_symbolic_exhaustive_sum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.350s) 2022-09-27T16:34:26.0133888Z test_make_fx_symbolic_exhaustive_sum_to_size_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.031s) 2022-09-27T16:34:26.1392984Z test_make_fx_symbolic_exhaustive_svd_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.126s) 2022-09-27T16:34:26.2561922Z test_make_fx_symbolic_exhaustive_svd_lowrank_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.117s) 2022-09-27T16:34:26.2694258Z test_make_fx_symbolic_exhaustive_symeig_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.013s) 2022-09-27T16:34:26.3043371Z test_make_fx_symbolic_exhaustive_t_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.035s) 2022-09-27T16:34:26.3301683Z test_make_fx_symbolic_exhaustive_take_along_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.026s) 2022-09-27T16:34:26.3417952Z test_make_fx_symbolic_exhaustive_take_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.012s) 2022-09-27T16:34:26.3588266Z test_make_fx_symbolic_exhaustive_tan_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-09-27T16:34:26.3747247Z test_make_fx_symbolic_exhaustive_tanh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:34:26.3962192Z test_make_fx_symbolic_exhaustive_tensor_split_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.021s) 2022-09-27T16:34:26.4199274Z test_make_fx_symbolic_exhaustive_tensordot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.024s) 2022-09-27T16:34:27.0329995Z test_make_fx_symbolic_exhaustive_tile_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.613s) 2022-09-27T16:34:27.0334505Z test_make_fx_symbolic_exhaustive_to_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:34:27.0339353Z test_make_fx_symbolic_exhaustive_to_sparse_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:34:27.0503667Z test_make_fx_symbolic_exhaustive_topk_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.016s) 2022-09-27T16:34:27.0748041Z test_make_fx_symbolic_exhaustive_trace_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-09-27T16:34:27.1889645Z test_make_fx_symbolic_exhaustive_transpose_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.114s) 2022-09-27T16:34:27.2152667Z test_make_fx_symbolic_exhaustive_trapezoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.026s) 2022-09-27T16:34:27.2430333Z test_make_fx_symbolic_exhaustive_trapz_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.028s) 2022-09-27T16:34:27.2573907Z test_make_fx_symbolic_exhaustive_triangular_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.014s) 2022-09-27T16:34:27.2683303Z test_make_fx_symbolic_exhaustive_tril_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-09-27T16:34:27.2787555Z test_make_fx_symbolic_exhaustive_triu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-09-27T16:34:27.5124889Z test_make_fx_symbolic_exhaustive_true_divide_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.234s) 2022-09-27T16:34:27.5290623Z test_make_fx_symbolic_exhaustive_trunc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:34:27.5380040Z test_make_fx_symbolic_exhaustive_unbind_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-09-27T16:34:27.5565940Z test_make_fx_symbolic_exhaustive_unflatten_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.018s) 2022-09-27T16:34:27.5863877Z test_make_fx_symbolic_exhaustive_unfold_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.030s) 2022-09-27T16:34:27.5962863Z test_make_fx_symbolic_exhaustive_uniform_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-09-27T16:34:27.6748840Z test_make_fx_symbolic_exhaustive_unique_consecutive_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Dynamic output shape operation in trace (0.078s) 2022-09-27T16:34:27.7523427Z test_make_fx_symbolic_exhaustive_unique_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Dynamic output shape operation in trace (0.077s) 2022-09-27T16:34:27.8706829Z test_make_fx_symbolic_exhaustive_unsqueeze_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.118s) 2022-09-27T16:34:28.3313128Z test_make_fx_symbolic_exhaustive_var_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.460s) 2022-09-27T16:34:28.6054672Z test_make_fx_symbolic_exhaustive_var_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.274s) 2022-09-27T16:34:28.6195836Z test_make_fx_symbolic_exhaustive_vdot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-09-27T16:34:28.6369272Z test_make_fx_symbolic_exhaustive_view_as_complex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.017s) 2022-09-27T16:34:28.6600262Z test_make_fx_symbolic_exhaustive_view_as_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.023s) 2022-09-27T16:34:29.3786400Z test_make_fx_symbolic_exhaustive_view_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.718s) 2022-09-27T16:34:29.3995286Z test_make_fx_symbolic_exhaustive_vsplit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.021s) 2022-09-27T16:34:29.4828597Z test_make_fx_symbolic_exhaustive_vstack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.083s) 2022-09-27T16:34:29.4977424Z test_make_fx_symbolic_exhaustive_where_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.015s) 2022-09-27T16:34:30.0521422Z test_make_fx_symbolic_exhaustive_xlogy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.554s) 2022-09-27T16:34:30.0815160Z test_make_fx_symbolic_exhaustive_zero__cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.029s) 2022-09-27T16:34:30.1041504Z test_make_fx_symbolic_exhaustive_zeros_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.022s) 2022-09-27T16:34:30.1260855Z test_make_fx_symbolic_exhaustive_zeros_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.022s) 2022-09-27T16:34:30.1535301Z test_binary_broadcast (__main__.TestSymbolicTracing) ... ok (0.027s) 2022-09-27T16:34:30.2012758Z test_cat (__main__.TestSymbolicTracing) ... ok (0.048s) 2022-09-27T16:34:30.2443731Z test_expand (__main__.TestSymbolicTracing) ... ok (0.043s) 2022-09-27T16:34:30.6266074Z test_guards_equal (__main__.TestSymbolicTracing) ... ok (0.382s) 2022-09-27T16:34:30.6396776Z test_multiply_shape (__main__.TestSymbolicTracing) ... ok (0.013s) 2022-09-27T16:34:30.6406353Z 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-27T16:34:30.7145807Z test_nonidentity_transitive_guards (__main__.TestSymbolicTracing) ... ok (0.074s) 2022-09-27T16:34:30.7336077Z test_symbolic_meta (__main__.TestSymbolicTracing) ... ok (0.019s) 2022-09-27T16:34:30.7573978Z test_symint_to_tensor (__main__.TestSymbolicTracing) ... ok (0.024s) 2022-09-27T16:34:30.7793650Z test_unary (__main__.TestSymbolicTracing) ... ok (0.022s) 2022-09-27T16:34:30.7793946Z 2022-09-27T16:34:30.7796393Z ---------------------------------------------------------------------- 2022-09-27T16:34:30.7796659Z Ran 1891 tests in 251.125s 2022-09-27T16:34:30.7796784Z 2022-09-27T16:34:30.7796941Z OK (skipped=97, expected failures=355) 2022-09-27T16:34:30.7797076Z 2022-09-27T16:34:30.7797175Z Generating XML reports... 2022-09-27T16:34:30.7844538Z Generated XML report: test-reports/python-unittest/test_proxy_tensor/TEST-TestFakeProxyTensor-20220927163019.xml 2022-09-27T16:34:30.7872353Z Generated XML report: test-reports/python-unittest/test_proxy_tensor/TEST-TestGenericProxyTensorFake-20220927163019.xml 2022-09-27T16:34:30.7899716Z Generated XML report: test-reports/python-unittest/test_proxy_tensor/TEST-TestGenericProxyTensorReal-20220927163019.xml 2022-09-27T16:34:30.7928873Z Generated XML report: test-reports/python-unittest/test_proxy_tensor/TEST-TestGenericProxyTensorSymbolic-20220927163019.xml 2022-09-27T16:34:30.9728618Z Generated XML report: test-reports/python-unittest/test_proxy_tensor/TEST-TestProxyTensorOpInfoCPU-20220927163019.xml 2022-09-27T16:34:30.9740902Z Generated XML report: test-reports/python-unittest/test_proxy_tensor/TEST-TestSymbolicTracing-20220927163019.xml 2022-09-27T16:34:34.2566486Z Running test_masked ... [2022-09-27 16:34:34.256243] 2022-09-27T16:34:34.2567038Z Executing ['/opt/conda/bin/python', '-bb', 'test_masked.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:34:34.256331] 2022-09-27T16:34:39.3499986Z Test results will be stored in test-reports/python-unittest/test_masked 2022-09-27T16:34:39.3533501Z 2022-09-27T16:34:39.3533878Z Running tests... 2022-09-27T16:34:39.3546725Z ---------------------------------------------------------------------- 2022-09-27T16:34:40.1974197Z test_mask_layout_sparse_coo__masked_amax_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.844s) 2022-09-27T16:34:40.9910196Z test_mask_layout_sparse_coo__masked_amax_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.793s) 2022-09-27T16:34:41.8060611Z test_mask_layout_sparse_coo__masked_amax_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.815s) 2022-09-27T16:34:42.6117754Z test_mask_layout_sparse_coo__masked_amax_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.806s) 2022-09-27T16:34:42.6128199Z test_mask_layout_sparse_coo__masked_amax_cpu_int16 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:34:42.6139123Z test_mask_layout_sparse_coo__masked_amax_cpu_int32 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:34:42.6149776Z test_mask_layout_sparse_coo__masked_amax_cpu_int64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:34:42.6160814Z test_mask_layout_sparse_coo__masked_amax_cpu_int8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:34:42.6172581Z test_mask_layout_sparse_coo__masked_amax_cpu_uint8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:34:43.4355114Z test_mask_layout_sparse_coo__masked_amin_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.818s) 2022-09-27T16:34:44.3124935Z test_mask_layout_sparse_coo__masked_amin_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.877s) 2022-09-27T16:34:45.1205907Z test_mask_layout_sparse_coo__masked_amin_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.808s) 2022-09-27T16:34:45.9463912Z test_mask_layout_sparse_coo__masked_amin_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.826s) 2022-09-27T16:34:45.9475538Z test_mask_layout_sparse_coo__masked_amin_cpu_int16 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:34:45.9487033Z test_mask_layout_sparse_coo__masked_amin_cpu_int32 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:34:45.9498023Z test_mask_layout_sparse_coo__masked_amin_cpu_int64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:34:45.9508870Z test_mask_layout_sparse_coo__masked_amin_cpu_int8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:34:45.9520333Z test_mask_layout_sparse_coo__masked_amin_cpu_uint8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:34:45.9537918Z test_mask_layout_sparse_coo__masked_mean_cpu_bfloat16 (__main__.TestMaskedCPU) ... skip: _masked.mean does not support inputs with sparse_coo layout (0.002s) 2022-09-27T16:34:45.9549131Z test_mask_layout_sparse_coo__masked_mean_cpu_bool (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:34:45.9560770Z test_mask_layout_sparse_coo__masked_mean_cpu_complex128 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:34:45.9571707Z test_mask_layout_sparse_coo__masked_mean_cpu_complex64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:34:45.9588260Z test_mask_layout_sparse_coo__masked_mean_cpu_float16 (__main__.TestMaskedCPU) ... skip: _masked.mean does not support inputs with sparse_coo layout (0.002s) 2022-09-27T16:34:45.9604699Z test_mask_layout_sparse_coo__masked_mean_cpu_float32 (__main__.TestMaskedCPU) ... skip: _masked.mean does not support inputs with sparse_coo layout (0.002s) 2022-09-27T16:34:45.9620541Z test_mask_layout_sparse_coo__masked_mean_cpu_float64 (__main__.TestMaskedCPU) ... skip: _masked.mean does not support inputs with sparse_coo layout (0.002s) 2022-09-27T16:34:45.9631645Z test_mask_layout_sparse_coo__masked_mean_cpu_int16 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:34:45.9642911Z test_mask_layout_sparse_coo__masked_mean_cpu_int32 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:34:45.9654158Z test_mask_layout_sparse_coo__masked_mean_cpu_int64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:34:45.9665351Z test_mask_layout_sparse_coo__masked_mean_cpu_int8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:34:45.9676622Z test_mask_layout_sparse_coo__masked_mean_cpu_uint8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:34:46.5714471Z test_mask_layout_sparse_coo__masked_prod_cpu_bool (__main__.TestMaskedCPU) ... ok (0.603s) 2022-09-27T16:34:47.2158266Z test_mask_layout_sparse_coo__masked_prod_cpu_complex128 (__main__.TestMaskedCPU) ... ok (0.644s) 2022-09-27T16:34:47.8811079Z test_mask_layout_sparse_coo__masked_prod_cpu_complex64 (__main__.TestMaskedCPU) ... ok (0.665s) 2022-09-27T16:34:48.6912937Z test_mask_layout_sparse_coo__masked_prod_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.810s) 2022-09-27T16:34:49.5258721Z test_mask_layout_sparse_coo__masked_prod_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.834s) 2022-09-27T16:34:50.1454642Z test_mask_layout_sparse_coo__masked_prod_cpu_int16 (__main__.TestMaskedCPU) ... ok (0.620s) 2022-09-27T16:34:50.7419711Z test_mask_layout_sparse_coo__masked_prod_cpu_int32 (__main__.TestMaskedCPU) ... ok (0.596s) 2022-09-27T16:34:51.3611998Z test_mask_layout_sparse_coo__masked_prod_cpu_int64 (__main__.TestMaskedCPU) ... ok (0.619s) 2022-09-27T16:34:51.9811651Z test_mask_layout_sparse_coo__masked_prod_cpu_int8 (__main__.TestMaskedCPU) ... ok (0.620s) 2022-09-27T16:34:52.5390851Z test_mask_layout_sparse_coo__masked_prod_cpu_uint8 (__main__.TestMaskedCPU) ... ok (0.558s) 2022-09-27T16:34:53.4089448Z test_mask_layout_sparse_coo__masked_sum_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.870s) 2022-09-27T16:34:54.1204791Z test_mask_layout_sparse_coo__masked_sum_cpu_bool (__main__.TestMaskedCPU) ... ok (0.711s) 2022-09-27T16:34:54.8572538Z test_mask_layout_sparse_coo__masked_sum_cpu_complex128 (__main__.TestMaskedCPU) ... ok (0.737s) 2022-09-27T16:34:55.5420760Z test_mask_layout_sparse_coo__masked_sum_cpu_complex64 (__main__.TestMaskedCPU) ... ok (0.685s) 2022-09-27T16:34:56.4079412Z test_mask_layout_sparse_coo__masked_sum_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.866s) 2022-09-27T16:34:57.2346840Z test_mask_layout_sparse_coo__masked_sum_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.827s) 2022-09-27T16:34:58.0345275Z test_mask_layout_sparse_coo__masked_sum_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.800s) 2022-09-27T16:34:58.6517126Z test_mask_layout_sparse_coo__masked_sum_cpu_int16 (__main__.TestMaskedCPU) ... ok (0.617s) 2022-09-27T16:34:59.2394948Z test_mask_layout_sparse_coo__masked_sum_cpu_int32 (__main__.TestMaskedCPU) ... ok (0.588s) 2022-09-27T16:34:59.8802002Z test_mask_layout_sparse_coo__masked_sum_cpu_int64 (__main__.TestMaskedCPU) ... ok (0.641s) 2022-09-27T16:35:00.5703856Z test_mask_layout_sparse_coo__masked_sum_cpu_int8 (__main__.TestMaskedCPU) ... ok (0.690s) 2022-09-27T16:35:01.1637379Z test_mask_layout_sparse_coo__masked_sum_cpu_uint8 (__main__.TestMaskedCPU) ... ok (0.593s) 2022-09-27T16:35:01.3287289Z test_mask_layout_sparse_csr__masked_amax_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.165s) 2022-09-27T16:35:01.4925865Z test_mask_layout_sparse_csr__masked_amax_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.164s) 2022-09-27T16:35:01.6566992Z test_mask_layout_sparse_csr__masked_amax_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.164s) 2022-09-27T16:35:01.8564334Z test_mask_layout_sparse_csr__masked_amax_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.200s) 2022-09-27T16:35:01.8574928Z test_mask_layout_sparse_csr__masked_amax_cpu_int16 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:35:01.8585275Z test_mask_layout_sparse_csr__masked_amax_cpu_int32 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:35:01.8596196Z test_mask_layout_sparse_csr__masked_amax_cpu_int64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:35:01.8605833Z test_mask_layout_sparse_csr__masked_amax_cpu_int8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:35:01.8615855Z test_mask_layout_sparse_csr__masked_amax_cpu_uint8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:35:02.0293376Z test_mask_layout_sparse_csr__masked_amin_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.167s) 2022-09-27T16:35:02.2027431Z test_mask_layout_sparse_csr__masked_amin_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.173s) 2022-09-27T16:35:02.3728654Z test_mask_layout_sparse_csr__masked_amin_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.170s) 2022-09-27T16:35:02.5345761Z test_mask_layout_sparse_csr__masked_amin_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.162s) 2022-09-27T16:35:02.5357614Z test_mask_layout_sparse_csr__masked_amin_cpu_int16 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:35:02.5370297Z test_mask_layout_sparse_csr__masked_amin_cpu_int32 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:35:02.5382013Z test_mask_layout_sparse_csr__masked_amin_cpu_int64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:35:02.5394244Z test_mask_layout_sparse_csr__masked_amin_cpu_int8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:35:02.5406134Z test_mask_layout_sparse_csr__masked_amin_cpu_uint8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:35:02.6655004Z test_mask_layout_sparse_csr__masked_mean_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.125s) 2022-09-27T16:35:02.6667163Z test_mask_layout_sparse_csr__masked_mean_cpu_bool (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:35:02.6679384Z test_mask_layout_sparse_csr__masked_mean_cpu_complex128 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:35:02.6691143Z test_mask_layout_sparse_csr__masked_mean_cpu_complex64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:35:02.8125404Z test_mask_layout_sparse_csr__masked_mean_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.143s) 2022-09-27T16:35:02.9369794Z test_mask_layout_sparse_csr__masked_mean_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.124s) 2022-09-27T16:35:03.0610379Z test_mask_layout_sparse_csr__masked_mean_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.124s) 2022-09-27T16:35:03.0621000Z test_mask_layout_sparse_csr__masked_mean_cpu_int16 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:35:03.0631450Z test_mask_layout_sparse_csr__masked_mean_cpu_int32 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:35:03.0641948Z test_mask_layout_sparse_csr__masked_mean_cpu_int64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:35:03.0652574Z test_mask_layout_sparse_csr__masked_mean_cpu_int8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:35:03.0664001Z test_mask_layout_sparse_csr__masked_mean_cpu_uint8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:35:03.1133317Z test_mask_layout_sparse_csr__masked_prod_cpu_bool (__main__.TestMaskedCPU) ... ok (0.047s) 2022-09-27T16:35:03.1597164Z test_mask_layout_sparse_csr__masked_prod_cpu_complex128 (__main__.TestMaskedCPU) ... ok (0.046s) 2022-09-27T16:35:03.2048561Z test_mask_layout_sparse_csr__masked_prod_cpu_complex64 (__main__.TestMaskedCPU) ... ok (0.045s) 2022-09-27T16:35:03.3611688Z test_mask_layout_sparse_csr__masked_prod_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.156s) 2022-09-27T16:35:03.5177258Z test_mask_layout_sparse_csr__masked_prod_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.156s) 2022-09-27T16:35:03.5654082Z test_mask_layout_sparse_csr__masked_prod_cpu_int16 (__main__.TestMaskedCPU) ... ok (0.048s) 2022-09-27T16:35:03.6114096Z test_mask_layout_sparse_csr__masked_prod_cpu_int32 (__main__.TestMaskedCPU) ... ok (0.046s) 2022-09-27T16:35:03.6550457Z test_mask_layout_sparse_csr__masked_prod_cpu_int64 (__main__.TestMaskedCPU) ... ok (0.044s) 2022-09-27T16:35:03.7011767Z test_mask_layout_sparse_csr__masked_prod_cpu_int8 (__main__.TestMaskedCPU) ... ok (0.046s) 2022-09-27T16:35:03.7492132Z test_mask_layout_sparse_csr__masked_prod_cpu_uint8 (__main__.TestMaskedCPU) ... ok (0.048s) 2022-09-27T16:35:03.9327323Z test_mask_layout_sparse_csr__masked_sum_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.183s) 2022-09-27T16:35:03.9859597Z test_mask_layout_sparse_csr__masked_sum_cpu_bool (__main__.TestMaskedCPU) ... ok (0.053s) 2022-09-27T16:35:04.0370295Z test_mask_layout_sparse_csr__masked_sum_cpu_complex128 (__main__.TestMaskedCPU) ... ok (0.051s) 2022-09-27T16:35:04.0892738Z test_mask_layout_sparse_csr__masked_sum_cpu_complex64 (__main__.TestMaskedCPU) ... ok (0.052s) 2022-09-27T16:35:04.2531479Z test_mask_layout_sparse_csr__masked_sum_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.164s) 2022-09-27T16:35:04.4239587Z test_mask_layout_sparse_csr__masked_sum_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.171s) 2022-09-27T16:35:04.5903704Z test_mask_layout_sparse_csr__masked_sum_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.166s) 2022-09-27T16:35:04.6437383Z test_mask_layout_sparse_csr__masked_sum_cpu_int16 (__main__.TestMaskedCPU) ... ok (0.053s) 2022-09-27T16:35:04.6961120Z test_mask_layout_sparse_csr__masked_sum_cpu_int32 (__main__.TestMaskedCPU) ... ok (0.052s) 2022-09-27T16:35:04.7443940Z test_mask_layout_sparse_csr__masked_sum_cpu_int64 (__main__.TestMaskedCPU) ... ok (0.048s) 2022-09-27T16:35:04.7975913Z test_mask_layout_sparse_csr__masked_sum_cpu_int8 (__main__.TestMaskedCPU) ... ok (0.053s) 2022-09-27T16:35:04.8498735Z test_mask_layout_sparse_csr__masked_sum_cpu_uint8 (__main__.TestMaskedCPU) ... ok (0.052s) 2022-09-27T16:35:05.1846203Z test_mask_layout_strided__masked_amax_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.335s) 2022-09-27T16:35:05.5007241Z test_mask_layout_strided__masked_amax_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.316s) 2022-09-27T16:35:05.8241973Z test_mask_layout_strided__masked_amax_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.323s) 2022-09-27T16:35:06.1331598Z test_mask_layout_strided__masked_amax_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.309s) 2022-09-27T16:35:06.1555104Z test_mask_layout_strided__masked_amax_cpu_int16 (__main__.TestMaskedCPU) ... skip: Skipped! (0.022s) 2022-09-27T16:35:06.1566843Z test_mask_layout_strided__masked_amax_cpu_int32 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:35:06.1578605Z test_mask_layout_strided__masked_amax_cpu_int64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:35:06.1590145Z test_mask_layout_strided__masked_amax_cpu_int8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:35:06.1601734Z test_mask_layout_strided__masked_amax_cpu_uint8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:35:06.4930544Z test_mask_layout_strided__masked_amin_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.333s) 2022-09-27T16:35:06.8123213Z test_mask_layout_strided__masked_amin_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.319s) 2022-09-27T16:35:07.1402337Z test_mask_layout_strided__masked_amin_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.328s) 2022-09-27T16:35:07.4727183Z test_mask_layout_strided__masked_amin_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.332s) 2022-09-27T16:35:07.4738393Z test_mask_layout_strided__masked_amin_cpu_int16 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:35:07.4750460Z test_mask_layout_strided__masked_amin_cpu_int32 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:35:07.4762260Z test_mask_layout_strided__masked_amin_cpu_int64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:35:07.4773815Z test_mask_layout_strided__masked_amin_cpu_int8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:35:07.4785755Z test_mask_layout_strided__masked_amin_cpu_uint8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:35:07.6987212Z test_mask_layout_strided__masked_mean_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.220s) 2022-09-27T16:35:07.6997990Z test_mask_layout_strided__masked_mean_cpu_bool (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:35:07.7009390Z test_mask_layout_strided__masked_mean_cpu_complex128 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:35:07.7020375Z test_mask_layout_strided__masked_mean_cpu_complex64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:35:07.9001085Z test_mask_layout_strided__masked_mean_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.198s) 2022-09-27T16:35:08.0977807Z test_mask_layout_strided__masked_mean_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.198s) 2022-09-27T16:35:08.2862034Z test_mask_layout_strided__masked_mean_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.188s) 2022-09-27T16:35:08.3286629Z test_mask_layout_strided__masked_mean_cpu_int16 (__main__.TestMaskedCPU) ... skip: Skipped! (0.042s) 2022-09-27T16:35:08.3299194Z test_mask_layout_strided__masked_mean_cpu_int32 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:35:08.3311290Z test_mask_layout_strided__masked_mean_cpu_int64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:35:08.3322995Z test_mask_layout_strided__masked_mean_cpu_int8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:35:08.3334664Z test_mask_layout_strided__masked_mean_cpu_uint8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:35:08.5467173Z test_mask_layout_strided__masked_prod_cpu_bool (__main__.TestMaskedCPU) ... ok (0.213s) 2022-09-27T16:35:08.8089554Z test_mask_layout_strided__masked_prod_cpu_complex128 (__main__.TestMaskedCPU) ... ok (0.262s) 2022-09-27T16:35:09.0969895Z test_mask_layout_strided__masked_prod_cpu_complex64 (__main__.TestMaskedCPU) ... ok (0.288s) 2022-09-27T16:35:09.4038926Z test_mask_layout_strided__masked_prod_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.307s) 2022-09-27T16:35:09.7064999Z test_mask_layout_strided__masked_prod_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.303s) 2022-09-27T16:35:09.9145730Z test_mask_layout_strided__masked_prod_cpu_int16 (__main__.TestMaskedCPU) ... ok (0.208s) 2022-09-27T16:35:10.1246416Z test_mask_layout_strided__masked_prod_cpu_int32 (__main__.TestMaskedCPU) ... ok (0.210s) 2022-09-27T16:35:10.3404567Z test_mask_layout_strided__masked_prod_cpu_int64 (__main__.TestMaskedCPU) ... ok (0.216s) 2022-09-27T16:35:10.5431245Z test_mask_layout_strided__masked_prod_cpu_int8 (__main__.TestMaskedCPU) ... ok (0.203s) 2022-09-27T16:35:10.7491744Z test_mask_layout_strided__masked_prod_cpu_uint8 (__main__.TestMaskedCPU) ... ok (0.206s) 2022-09-27T16:35:11.0622734Z test_mask_layout_strided__masked_sum_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.313s) 2022-09-27T16:35:11.2643032Z test_mask_layout_strided__masked_sum_cpu_bool (__main__.TestMaskedCPU) ... ok (0.202s) 2022-09-27T16:35:11.5277189Z test_mask_layout_strided__masked_sum_cpu_complex128 (__main__.TestMaskedCPU) ... ok (0.263s) 2022-09-27T16:35:11.7784328Z test_mask_layout_strided__masked_sum_cpu_complex64 (__main__.TestMaskedCPU) ... ok (0.251s) 2022-09-27T16:35:12.0835574Z test_mask_layout_strided__masked_sum_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.305s) 2022-09-27T16:35:12.3919770Z test_mask_layout_strided__masked_sum_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.308s) 2022-09-27T16:35:12.7249616Z test_mask_layout_strided__masked_sum_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.333s) 2022-09-27T16:35:12.9453522Z test_mask_layout_strided__masked_sum_cpu_int16 (__main__.TestMaskedCPU) ... ok (0.220s) 2022-09-27T16:35:13.1485546Z test_mask_layout_strided__masked_sum_cpu_int32 (__main__.TestMaskedCPU) ... ok (0.203s) 2022-09-27T16:35:13.3381239Z test_mask_layout_strided__masked_sum_cpu_int64 (__main__.TestMaskedCPU) ... ok (0.189s) 2022-09-27T16:35:13.5350673Z test_mask_layout_strided__masked_sum_cpu_int8 (__main__.TestMaskedCPU) ... ok (0.197s) 2022-09-27T16:35:13.7798254Z test_mask_layout_strided__masked_sum_cpu_uint8 (__main__.TestMaskedCPU) ... ok (0.245s) 2022-09-27T16:35:14.0121263Z test_reference_masked__masked_log_softmax_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.232s) 2022-09-27T16:35:14.1496861Z test_reference_masked__masked_log_softmax_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.137s) 2022-09-27T16:35:14.2721786Z test_reference_masked__masked_log_softmax_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.122s) 2022-09-27T16:35:15.0609839Z test_reference_masked__masked_norm_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.789s) 2022-09-27T16:35:15.8523389Z test_reference_masked__masked_norm_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.791s) 2022-09-27T16:35:16.6497705Z test_reference_masked__masked_norm_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.797s) 2022-09-27T16:35:17.4547229Z test_reference_masked__masked_norm_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.805s) 2022-09-27T16:35:17.6001989Z test_reference_masked__masked_normalize_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.145s) 2022-09-27T16:35:17.7756430Z test_reference_masked__masked_normalize_cpu_complex128 (__main__.TestMaskedCPU) ... ok (0.175s) 2022-09-27T16:35:17.9499625Z test_reference_masked__masked_normalize_cpu_complex64 (__main__.TestMaskedCPU) ... ok (0.174s) 2022-09-27T16:35:17.9695338Z test_reference_masked__masked_normalize_cpu_float16 (__main__.TestMaskedCPU) ... expected failure (0.019s) 2022-09-27T16:35:18.1562388Z test_reference_masked__masked_normalize_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.187s) 2022-09-27T16:35:18.2977133Z test_reference_masked__masked_normalize_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.141s) 2022-09-27T16:35:18.4016897Z test_reference_masked__masked_softmax_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.104s) 2022-09-27T16:35:18.5073996Z test_reference_masked__masked_softmax_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.106s) 2022-09-27T16:35:18.6044050Z test_reference_masked__masked_softmax_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.097s) 2022-09-27T16:35:18.7113871Z test_reference_masked__masked_softmin_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.107s) 2022-09-27T16:35:18.8198523Z test_reference_masked__masked_softmin_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.108s) 2022-09-27T16:35:18.9260736Z test_reference_masked__masked_softmin_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.106s) 2022-09-27T16:35:19.3603867Z test_reference_masked__masked_std_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.434s) 2022-09-27T16:35:19.8875248Z test_reference_masked__masked_std_cpu_complex128 (__main__.TestMaskedCPU) ... ok (0.527s) 2022-09-27T16:35:20.4205363Z test_reference_masked__masked_std_cpu_complex64 (__main__.TestMaskedCPU) ... ok (0.533s) 2022-09-27T16:35:20.9148766Z test_reference_masked__masked_std_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.494s) 2022-09-27T16:35:21.4244898Z test_reference_masked__masked_std_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.510s) 2022-09-27T16:35:21.4361411Z test_reference_masked__masked_std_cpu_int16 (__main__.TestMaskedCPU) ... ok (0.012s) 2022-09-27T16:35:21.4475651Z test_reference_masked__masked_std_cpu_int32 (__main__.TestMaskedCPU) ... ok (0.011s) 2022-09-27T16:35:21.4591254Z test_reference_masked__masked_std_cpu_int64 (__main__.TestMaskedCPU) ... ok (0.011s) 2022-09-27T16:35:21.4705730Z test_reference_masked__masked_std_cpu_int8 (__main__.TestMaskedCPU) ... ok (0.011s) 2022-09-27T16:35:21.4820503Z test_reference_masked__masked_std_cpu_uint8 (__main__.TestMaskedCPU) ... ok (0.011s) 2022-09-27T16:35:21.9107460Z test_reference_masked__masked_var_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.429s) 2022-09-27T16:35:22.3918701Z test_reference_masked__masked_var_cpu_complex128 (__main__.TestMaskedCPU) ... ok (0.481s) 2022-09-27T16:35:22.8790722Z test_reference_masked__masked_var_cpu_complex64 (__main__.TestMaskedCPU) ... ok (0.487s) 2022-09-27T16:35:23.3100823Z test_reference_masked__masked_var_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.431s) 2022-09-27T16:35:23.8024392Z test_reference_masked__masked_var_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.492s) 2022-09-27T16:35:24.2710518Z test_reference_masked__masked_var_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.469s) 2022-09-27T16:35:24.2827674Z test_reference_masked__masked_var_cpu_int16 (__main__.TestMaskedCPU) ... ok (0.012s) 2022-09-27T16:35:24.2946122Z test_reference_masked__masked_var_cpu_int32 (__main__.TestMaskedCPU) ... ok (0.012s) 2022-09-27T16:35:24.3063701Z test_reference_masked__masked_var_cpu_int64 (__main__.TestMaskedCPU) ... ok (0.012s) 2022-09-27T16:35:24.3183822Z test_reference_masked__masked_var_cpu_int8 (__main__.TestMaskedCPU) ... ok (0.012s) 2022-09-27T16:35:24.3299793Z test_reference_masked__masked_var_cpu_uint8 (__main__.TestMaskedCPU) ... ok (0.012s) 2022-09-27T16:35:24.3375103Z test_where_coo_fill_value_0_cpu (__main__.TestMaskedCPU) ... ok (0.007s) 2022-09-27T16:35:24.3443459Z test_where_coo_fill_value_123_cpu (__main__.TestMaskedCPU) ... ok (0.007s) 2022-09-27T16:35:24.3517958Z test_where_csr_fill_value_0_cpu (__main__.TestMaskedCPU) ... ok (0.007s) 2022-09-27T16:35:24.3591902Z test_where_csr_fill_value_123_cpu (__main__.TestMaskedCPU) ... ok (0.007s) 2022-09-27T16:35:24.3669472Z test_where_hybrid_coo_fill_value_0_cpu (__main__.TestMaskedCPU) ... ok (0.008s) 2022-09-27T16:35:24.3748827Z test_where_hybrid_coo_fill_value_123_cpu (__main__.TestMaskedCPU) ... ok (0.008s) 2022-09-27T16:35:24.3749048Z 2022-09-27T16:35:24.3750353Z ---------------------------------------------------------------------- 2022-09-27T16:35:24.3750685Z Ran 202 tests in 45.022s 2022-09-27T16:35:24.3750806Z 2022-09-27T16:35:24.3752596Z OK (skipped=58, expected failures=1) 2022-09-27T16:35:24.3752777Z 2022-09-27T16:35:24.3752871Z Generating XML reports... 2022-09-27T16:35:24.3996196Z Generated XML report: test-reports/python-unittest/test_masked/TEST-TestMaskedCPU-20220927163439.xml 2022-09-27T16:35:25.1827816Z Running lazy/test_ts_opinfo ... [2022-09-27 16:35:25.182406] 2022-09-27T16:35:25.1828364Z Executing ['/opt/conda/bin/python', '-bb', 'lazy/test_ts_opinfo.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:35:25.182493] 2022-09-27T16:35:30.6341688Z Test results will be stored in test-reports/python-unittest/lazy.test_ts_opinfo 2022-09-27T16:35:30.6372291Z 2022-09-27T16:35:30.6372396Z Running tests... 2022-09-27T16:35:30.6372746Z ---------------------------------------------------------------------- 2022-09-27T16:35:32.8321911Z test_nonzero_dynamic (__main__.TestLazyDynamicOps) ... ok (2.195s) 2022-09-27T16:35:32.8464388Z test_correctness_abs_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.014s) 2022-09-27T16:35:32.9967404Z test_correctness_add_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.150s) 2022-09-27T16:35:33.2387728Z test_correctness_addcmul_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.242s) 2022-09-27T16:35:33.3169096Z test_correctness_addmm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.078s) 2022-09-27T16:35:33.3562381Z test_correctness_addmm_decomposed_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.039s) 2022-09-27T16:35:33.3578013Z test_correctness_arange_cpu_float32 (__main__.TestLazyOpInfoCPU) ... skip: Skipped! (0.002s) 2022-09-27T16:35:33.4291037Z test_correctness_as_strided_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.071s) 2022-09-27T16:35:33.5140883Z test_correctness_baddbmm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.085s) 2022-09-27T16:35:33.6103456Z test_correctness_block_diag_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.096s) 2022-09-27T16:35:33.6270298Z test_correctness_bmm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.017s) 2022-09-27T16:35:33.7103379Z test_correctness_cat_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.083s) 2022-09-27T16:35:33.7616734Z test_correctness_clamp_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.051s) 2022-09-27T16:35:33.8558999Z test_correctness_clamp_min_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.094s) 2022-09-27T16:35:34.3154104Z test_correctness_constant_pad_nd_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.459s) 2022-09-27T16:35:34.3407327Z test_correctness_cos_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.025s) 2022-09-27T16:35:34.3657678Z test_correctness_cumsum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.025s) 2022-09-27T16:35:34.5590872Z test_correctness_diagonal_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.193s) 2022-09-27T16:35:34.6813941Z test_correctness_div_floor_rounding_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.122s) 2022-09-27T16:35:34.7621651Z test_correctness_div_no_rounding_mode_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.081s) 2022-09-27T16:35:34.8309457Z test_correctness_div_trunc_rounding_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.069s) 2022-09-27T16:35:34.8325949Z test_correctness_empty_cpu_float32 (__main__.TestLazyOpInfoCPU) ... skip: Expected: empty is not comparable (0.002s) 2022-09-27T16:35:34.9099664Z test_correctness_eq_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.077s) 2022-09-27T16:35:34.9382853Z test_correctness_exp_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.028s) 2022-09-27T16:35:35.0049144Z test_correctness_flip_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.067s) 2022-09-27T16:35:35.0189560Z test_correctness_floor_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.014s) 2022-09-27T16:35:35.0368850Z test_correctness_frac_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.018s) 2022-09-27T16:35:35.1185590Z test_correctness_gather_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.082s) 2022-09-27T16:35:35.1921713Z test_correctness_ge_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.074s) 2022-09-27T16:35:35.2653634Z test_correctness_gt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.073s) 2022-09-27T16:35:35.3819729Z test_correctness_le_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.116s) 2022-09-27T16:35:35.4077286Z test_correctness_log2_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.026s) 2022-09-27T16:35:35.4401412Z test_correctness_log_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.032s) 2022-09-27T16:35:35.5931170Z test_correctness_logsumexp_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.153s) 2022-09-27T16:35:35.6691446Z test_correctness_lt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.076s) 2022-09-27T16:35:35.7399365Z test_correctness_masked_fill_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.071s) 2022-09-27T16:35:35.8120094Z test_correctness_max_binary_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.072s) 2022-09-27T16:35:35.8245870Z test_correctness_max_reduction_no_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.013s) 2022-09-27T16:35:35.8335420Z test_correctness_max_reduction_with_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.009s) 2022-09-27T16:35:35.9376852Z test_correctness_maximum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.104s) 2022-09-27T16:35:36.0729882Z test_correctness_mean_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.135s) 2022-09-27T16:35:36.1576050Z test_correctness_min_binary_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.085s) 2022-09-27T16:35:36.1699325Z test_correctness_min_reduction_no_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.012s) 2022-09-27T16:35:36.1874437Z test_correctness_min_reduction_with_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.017s) 2022-09-27T16:35:36.2918653Z test_correctness_minimum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.104s) 2022-09-27T16:35:36.3058775Z test_correctness_mm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.014s) 2022-09-27T16:35:36.3801716Z test_correctness_mul_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.074s) 2022-09-27T16:35:36.4445494Z test_correctness_mv_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.064s) 2022-09-27T16:35:36.4785753Z test_correctness_narrow_copy_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.034s) 2022-09-27T16:35:36.5590323Z test_correctness_native_layer_norm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.080s) 2022-09-27T16:35:36.6302918Z test_correctness_ne_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.071s) 2022-09-27T16:35:36.6406198Z test_correctness_neg_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.010s) 2022-09-27T16:35:36.6423868Z test_correctness_new_empty_strided_cpu_float32 (__main__.TestLazyOpInfoCPU) ... skip: Skipped! (0.002s) 2022-09-27T16:35:36.8510339Z test_correctness_norm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.208s) 2022-09-27T16:35:36.8747105Z test_correctness_norm_fro_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.024s) 2022-09-27T16:35:36.8941792Z test_correctness_norm_inf_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.019s) 2022-09-27T16:35:36.9147185Z test_correctness_norm_nuc_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.020s) 2022-09-27T16:35:36.9327138Z test_correctness_reciprocal_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.018s) 2022-09-27T16:35:37.0021936Z test_correctness_remainder_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.069s) 2022-09-27T16:35:37.2475873Z test_correctness_repeat_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.245s) 2022-09-27T16:35:37.2648227Z test_correctness_rsqrt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.017s) 2022-09-27T16:35:37.4286267Z test_correctness_scatter_add_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.164s) 2022-09-27T16:35:37.4709940Z test_correctness_select_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.042s) 2022-09-27T16:35:37.4788136Z test_correctness_sgn_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.008s) 2022-09-27T16:35:37.5421627Z test_correctness_sigmoid_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.063s) 2022-09-27T16:35:37.7036024Z test_correctness_slice_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.161s) 2022-09-27T16:35:37.7764482Z test_correctness_sort_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.073s) 2022-09-27T16:35:37.7866113Z test_correctness_sqrt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.010s) 2022-09-27T16:35:37.8786766Z test_correctness_stack_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.092s) 2022-09-27T16:35:37.9374223Z test_correctness_std_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.059s) 2022-09-27T16:35:38.0214830Z test_correctness_sub_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.084s) 2022-09-27T16:35:38.1388016Z test_correctness_sum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.117s) 2022-09-27T16:35:38.1466086Z test_correctness_tanh_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.008s) 2022-09-27T16:35:38.1688984Z test_correctness_topk_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.022s) 2022-09-27T16:35:38.1760748Z test_correctness_trace_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.007s) 2022-09-27T16:35:38.2216951Z test_correctness_tril_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.045s) 2022-09-27T16:35:38.2682553Z test_correctness_triu_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.047s) 2022-09-27T16:35:38.2762138Z test_correctness_trunc_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.008s) 2022-09-27T16:35:38.2853848Z test_correctness_with_reusing_ir_abs_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.009s) 2022-09-27T16:35:38.3777576Z test_correctness_with_reusing_ir_add_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.092s) 2022-09-27T16:35:38.5338931Z test_correctness_with_reusing_ir_addcmul_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.156s) 2022-09-27T16:35:38.6104224Z test_correctness_with_reusing_ir_addmm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.076s) 2022-09-27T16:35:38.6435759Z test_correctness_with_reusing_ir_addmm_decomposed_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.033s) 2022-09-27T16:35:38.6452737Z test_correctness_with_reusing_ir_arange_cpu_float32 (__main__.TestLazyOpInfoCPU) ... skip: Skipped! (0.002s) 2022-09-27T16:35:38.6967871Z test_correctness_with_reusing_ir_as_strided_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.051s) 2022-09-27T16:35:38.7595476Z test_correctness_with_reusing_ir_baddbmm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.063s) 2022-09-27T16:35:38.8351781Z test_correctness_with_reusing_ir_block_diag_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.076s) 2022-09-27T16:35:38.8585679Z test_correctness_with_reusing_ir_bmm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.023s) 2022-09-27T16:35:38.9280338Z test_correctness_with_reusing_ir_cat_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.069s) 2022-09-27T16:35:38.9628865Z test_correctness_with_reusing_ir_clamp_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.035s) 2022-09-27T16:35:39.0030022Z test_correctness_with_reusing_ir_clamp_min_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.040s) 2022-09-27T16:35:39.4059392Z test_correctness_with_reusing_ir_constant_pad_nd_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.403s) 2022-09-27T16:35:39.4262128Z test_correctness_with_reusing_ir_cos_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.020s) 2022-09-27T16:35:39.4495020Z test_correctness_with_reusing_ir_cumsum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.023s) 2022-09-27T16:35:39.6119303Z test_correctness_with_reusing_ir_diagonal_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.162s) 2022-09-27T16:35:39.6798696Z test_correctness_with_reusing_ir_div_floor_rounding_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.068s) 2022-09-27T16:35:39.7443740Z test_correctness_with_reusing_ir_div_no_rounding_mode_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.064s) 2022-09-27T16:35:39.8107758Z test_correctness_with_reusing_ir_div_trunc_rounding_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.066s) 2022-09-27T16:35:39.8124680Z test_correctness_with_reusing_ir_empty_cpu_float32 (__main__.TestLazyOpInfoCPU) ... skip: Expected: empty is not comparable (0.002s) 2022-09-27T16:35:39.8961092Z test_correctness_with_reusing_ir_eq_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.083s) 2022-09-27T16:35:39.9168169Z test_correctness_with_reusing_ir_exp_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.021s) 2022-09-27T16:35:39.9934178Z test_correctness_with_reusing_ir_flip_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.076s) 2022-09-27T16:35:40.0038816Z test_correctness_with_reusing_ir_floor_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.010s) 2022-09-27T16:35:40.0223151Z test_correctness_with_reusing_ir_frac_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.018s) 2022-09-27T16:35:40.0927846Z test_correctness_with_reusing_ir_gather_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.070s) 2022-09-27T16:35:40.1701334Z test_correctness_with_reusing_ir_ge_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.077s) 2022-09-27T16:35:40.2425820Z test_correctness_with_reusing_ir_gt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.072s) 2022-09-27T16:35:40.3141446Z test_correctness_with_reusing_ir_le_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.071s) 2022-09-27T16:35:40.3318266Z test_correctness_with_reusing_ir_log2_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.018s) 2022-09-27T16:35:40.3491344Z test_correctness_with_reusing_ir_log_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.017s) 2022-09-27T16:35:40.4190639Z test_correctness_with_reusing_ir_logsumexp_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.070s) 2022-09-27T16:35:40.5044509Z test_correctness_with_reusing_ir_lt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.085s) 2022-09-27T16:35:40.5639633Z test_correctness_with_reusing_ir_masked_fill_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.059s) 2022-09-27T16:35:40.6299250Z test_correctness_with_reusing_ir_max_binary_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.066s) 2022-09-27T16:35:40.6411891Z test_correctness_with_reusing_ir_max_reduction_no_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.011s) 2022-09-27T16:35:40.6603724Z test_correctness_with_reusing_ir_max_reduction_with_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.019s) 2022-09-27T16:35:40.7931892Z test_correctness_with_reusing_ir_maximum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.133s) 2022-09-27T16:35:40.8879914Z test_correctness_with_reusing_ir_mean_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.095s) 2022-09-27T16:35:40.9636786Z test_correctness_with_reusing_ir_min_binary_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.076s) 2022-09-27T16:35:40.9900930Z test_correctness_with_reusing_ir_min_reduction_no_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.026s) 2022-09-27T16:35:41.0054765Z test_correctness_with_reusing_ir_min_reduction_with_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.015s) 2022-09-27T16:35:41.1073779Z test_correctness_with_reusing_ir_minimum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.102s) 2022-09-27T16:35:41.1181242Z test_correctness_with_reusing_ir_mm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.011s) 2022-09-27T16:35:41.1897207Z test_correctness_with_reusing_ir_mul_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.071s) 2022-09-27T16:35:41.2003977Z test_correctness_with_reusing_ir_mv_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.011s) 2022-09-27T16:35:41.2361376Z test_correctness_with_reusing_ir_narrow_copy_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.036s) 2022-09-27T16:35:41.3798680Z test_correctness_with_reusing_ir_native_layer_norm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.144s) 2022-09-27T16:35:41.4692961Z test_correctness_with_reusing_ir_ne_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.089s) 2022-09-27T16:35:41.4774991Z test_correctness_with_reusing_ir_neg_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.008s) 2022-09-27T16:35:41.4792200Z test_correctness_with_reusing_ir_new_empty_strided_cpu_float32 (__main__.TestLazyOpInfoCPU) ... skip: Skipped! (0.002s) 2022-09-27T16:35:41.6746286Z test_correctness_with_reusing_ir_norm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.195s) 2022-09-27T16:35:41.6975041Z test_correctness_with_reusing_ir_norm_fro_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.023s) 2022-09-27T16:35:41.7164573Z test_correctness_with_reusing_ir_norm_inf_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.019s) 2022-09-27T16:35:41.7434884Z test_correctness_with_reusing_ir_norm_nuc_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.027s) 2022-09-27T16:35:41.7607473Z test_correctness_with_reusing_ir_reciprocal_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.017s) 2022-09-27T16:35:41.8817931Z test_correctness_with_reusing_ir_remainder_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.121s) 2022-09-27T16:35:42.1087716Z test_correctness_with_reusing_ir_repeat_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.227s) 2022-09-27T16:35:42.1259946Z test_correctness_with_reusing_ir_rsqrt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.017s) 2022-09-27T16:35:42.2686230Z test_correctness_with_reusing_ir_scatter_add_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.143s) 2022-09-27T16:35:42.3109800Z test_correctness_with_reusing_ir_select_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.042s) 2022-09-27T16:35:42.3183115Z test_correctness_with_reusing_ir_sgn_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.007s) 2022-09-27T16:35:42.3350000Z test_correctness_with_reusing_ir_sigmoid_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.017s) 2022-09-27T16:35:42.4846116Z test_correctness_with_reusing_ir_slice_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.150s) 2022-09-27T16:35:42.6648019Z test_correctness_with_reusing_ir_sort_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.180s) 2022-09-27T16:35:42.6775152Z test_correctness_with_reusing_ir_sqrt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.013s) 2022-09-27T16:35:42.7386364Z test_correctness_with_reusing_ir_stack_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.061s) 2022-09-27T16:35:42.7859373Z test_correctness_with_reusing_ir_std_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.047s) 2022-09-27T16:35:42.8722478Z test_correctness_with_reusing_ir_sub_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.086s) 2022-09-27T16:35:43.0060656Z test_correctness_with_reusing_ir_sum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.134s) 2022-09-27T16:35:43.0144511Z test_correctness_with_reusing_ir_tanh_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.008s) 2022-09-27T16:35:43.0900822Z test_correctness_with_reusing_ir_topk_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.076s) 2022-09-27T16:35:43.0979086Z test_correctness_with_reusing_ir_trace_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.008s) 2022-09-27T16:35:43.1462514Z test_correctness_with_reusing_ir_tril_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.048s) 2022-09-27T16:35:43.1942895Z test_correctness_with_reusing_ir_triu_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.048s) 2022-09-27T16:35:43.2021143Z test_correctness_with_reusing_ir_trunc_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.008s) 2022-09-27T16:35:43.2094029Z test_dispatched_to_lazy_abs_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.007s) 2022-09-27T16:35:43.2339213Z test_dispatched_to_lazy_add_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.024s) 2022-09-27T16:35:43.3442826Z test_dispatched_to_lazy_addcdiv_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.110s) 2022-09-27T16:35:43.5138343Z test_dispatched_to_lazy_addcmul_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.169s) 2022-09-27T16:35:43.5382514Z test_dispatched_to_lazy_addmm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.024s) 2022-09-27T16:35:43.5734629Z test_dispatched_to_lazy_addmm_decomposed_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.035s) 2022-09-27T16:35:43.5786790Z test_dispatched_to_lazy_arange_cpu_float32 (__main__.TestLazyOpInfoCPU) ... expected failure (0.005s) 2022-09-27T16:35:43.6052294Z test_dispatched_to_lazy_as_strided_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.026s) 2022-09-27T16:35:43.6460228Z test_dispatched_to_lazy_baddbmm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.041s) 2022-09-27T16:35:43.6669002Z test_dispatched_to_lazy_bernoulli_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.021s) 2022-09-27T16:35:43.6769895Z test_dispatched_to_lazy_bmm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.010s) 2022-09-27T16:35:43.6963203Z test_dispatched_to_lazy_cat_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.019s) 2022-09-27T16:35:43.7139820Z test_dispatched_to_lazy_clamp_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.018s) 2022-09-27T16:35:43.7376232Z test_dispatched_to_lazy_clamp_min_cpu_float32 (__main__.TestLazyOpInfoCPU) ... expected failure (0.024s) 2022-09-27T16:35:43.7820730Z test_dispatched_to_lazy_constant_pad_nd_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.044s) 2022-09-27T16:35:43.7910395Z test_dispatched_to_lazy_cos_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.009s) 2022-09-27T16:35:43.8203377Z test_dispatched_to_lazy_cumsum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.029s) 2022-09-27T16:35:43.8535607Z test_dispatched_to_lazy_diagonal_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.033s) 2022-09-27T16:35:43.8922004Z test_dispatched_to_lazy_div_floor_rounding_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.038s) 2022-09-27T16:35:43.9303078Z test_dispatched_to_lazy_div_no_rounding_mode_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.038s) 2022-09-27T16:35:43.9696217Z test_dispatched_to_lazy_div_trunc_rounding_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.039s) 2022-09-27T16:35:43.9712304Z test_dispatched_to_lazy_empty_cpu_float32 (__main__.TestLazyOpInfoCPU) ... skip: Expected: empty is not comparable (0.002s) 2022-09-27T16:35:43.9902221Z test_dispatched_to_lazy_eq_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.019s) 2022-09-27T16:35:44.0012421Z test_dispatched_to_lazy_exp_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.011s) 2022-09-27T16:35:44.0141233Z test_dispatched_to_lazy_flip_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.013s) 2022-09-27T16:35:44.0237124Z test_dispatched_to_lazy_floor_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.010s) 2022-09-27T16:35:44.0302531Z test_dispatched_to_lazy_frac_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-09-27T16:35:44.0718921Z test_dispatched_to_lazy_gather_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.042s) 2022-09-27T16:35:44.0903186Z test_dispatched_to_lazy_ge_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.018s) 2022-09-27T16:35:44.1085734Z test_dispatched_to_lazy_gt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.018s) 2022-09-27T16:35:44.1267555Z test_dispatched_to_lazy_le_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.018s) 2022-09-27T16:35:44.1358519Z test_dispatched_to_lazy_log2_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.009s) 2022-09-27T16:35:44.1468303Z test_dispatched_to_lazy_log_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.011s) 2022-09-27T16:35:44.1651171Z test_dispatched_to_lazy_lt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.018s) 2022-09-27T16:35:44.1832532Z test_dispatched_to_lazy_masked_fill_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.018s) 2022-09-27T16:35:44.2010543Z test_dispatched_to_lazy_max_binary_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.018s) 2022-09-27T16:35:44.2104747Z test_dispatched_to_lazy_max_reduction_no_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.009s) 2022-09-27T16:35:44.2242514Z test_dispatched_to_lazy_max_reduction_with_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.014s) 2022-09-27T16:35:44.2426262Z test_dispatched_to_lazy_maximum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.018s) 2022-09-27T16:35:44.2695394Z test_dispatched_to_lazy_mean_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.027s) 2022-09-27T16:35:44.2879488Z test_dispatched_to_lazy_min_binary_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.018s) 2022-09-27T16:35:44.3003907Z test_dispatched_to_lazy_min_reduction_no_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.012s) 2022-09-27T16:35:44.3182450Z test_dispatched_to_lazy_min_reduction_with_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.018s) 2022-09-27T16:35:44.3367204Z test_dispatched_to_lazy_minimum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.018s) 2022-09-27T16:35:44.3468252Z test_dispatched_to_lazy_mm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.010s) 2022-09-27T16:35:44.3651406Z test_dispatched_to_lazy_mul_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.018s) 2022-09-27T16:35:44.3746486Z test_dispatched_to_lazy_mv_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.009s) 2022-09-27T16:35:44.4077892Z test_dispatched_to_lazy_native_layer_norm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.033s) 2022-09-27T16:35:44.4264241Z test_dispatched_to_lazy_ne_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.019s) 2022-09-27T16:35:44.4313694Z test_dispatched_to_lazy_neg_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-09-27T16:35:44.4725931Z test_dispatched_to_lazy_norm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.041s) 2022-09-27T16:35:44.4799485Z test_dispatched_to_lazy_norm_fro_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.007s) 2022-09-27T16:35:44.4876218Z test_dispatched_to_lazy_norm_inf_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.008s) 2022-09-27T16:35:44.4958613Z test_dispatched_to_lazy_norm_nuc_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.008s) 2022-09-27T16:35:44.5139186Z test_dispatched_to_lazy_pow_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.018s) 2022-09-27T16:35:44.5206461Z test_dispatched_to_lazy_reciprocal_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.007s) 2022-09-27T16:35:44.5598169Z test_dispatched_to_lazy_remainder_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.039s) 2022-09-27T16:35:44.6391051Z test_dispatched_to_lazy_repeat_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.079s) 2022-09-27T16:35:44.6462483Z test_dispatched_to_lazy_rsqrt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.007s) 2022-09-27T16:35:44.7462422Z test_dispatched_to_lazy_scatter_add_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.100s) 2022-09-27T16:35:44.7625831Z test_dispatched_to_lazy_select_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-09-27T16:35:44.7684195Z test_dispatched_to_lazy_sgn_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-09-27T16:35:44.7753138Z test_dispatched_to_lazy_sigmoid_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.007s) 2022-09-27T16:35:44.8060267Z test_dispatched_to_lazy_slice_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.031s) 2022-09-27T16:35:44.8753205Z test_dispatched_to_lazy_sort_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.069s) 2022-09-27T16:35:44.8831862Z test_dispatched_to_lazy_sqrt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.008s) 2022-09-27T16:35:44.8946891Z test_dispatched_to_lazy_stack_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.011s) 2022-09-27T16:35:44.9198705Z test_dispatched_to_lazy_std_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.025s) 2022-09-27T16:35:44.9409392Z test_dispatched_to_lazy_sub_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.021s) 2022-09-27T16:35:44.9551184Z test_dispatched_to_lazy_sum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.014s) 2022-09-27T16:35:44.9606423Z test_dispatched_to_lazy_tanh_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-09-27T16:35:44.9950140Z test_dispatched_to_lazy_topk_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.034s) 2022-09-27T16:35:45.0003266Z test_dispatched_to_lazy_trace_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-09-27T16:35:45.0141021Z test_dispatched_to_lazy_tril_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.014s) 2022-09-27T16:35:45.0299964Z test_dispatched_to_lazy_triu_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-09-27T16:35:45.0355770Z test_dispatched_to_lazy_trunc_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-09-27T16:35:45.0374296Z testConvolutionBackward (__main__.TestLazyTensor) ... skip: Disable until autograd supports symints (0.002s) 2022-09-27T16:35:45.0422395Z test_tensor_ctr (__main__.TestLazyTensor) ... ok (0.005s) 2022-09-27T16:35:45.0524412Z test_view_mark_step_preserved (__main__.TestLazyTensor) ... ok (0.010s) 2022-09-27T16:35:45.0524619Z 2022-09-27T16:35:45.0524943Z ---------------------------------------------------------------------- 2022-09-27T16:35:45.0525197Z Ran 234 tests in 14.415s 2022-09-27T16:35:45.0525614Z 2022-09-27T16:35:45.0525748Z OK (skipped=8, expected failures=2) 2022-09-27T16:35:45.0525883Z 2022-09-27T16:35:45.0525974Z Generating XML reports... 2022-09-27T16:35:45.0574484Z Generated XML report: test-reports/python-unittest/lazy.test_ts_opinfo/TEST-TestLazyDynamicOps-20220927163530.xml 2022-09-27T16:35:45.0769600Z Generated XML report: test-reports/python-unittest/lazy.test_ts_opinfo/TEST-TestLazyOpInfoCPU-20220927163530.xml 2022-09-27T16:35:45.0774081Z Generated XML report: test-reports/python-unittest/lazy.test_ts_opinfo/TEST-TestLazyTensor-20220927163530.xml 2022-09-27T16:35:45.9099494Z Running test_fx ... [2022-09-27 16:35:45.909530] 2022-09-27T16:35:45.9100299Z Executing ['/opt/conda/bin/python', '-bb', 'test_fx.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:35:45.909617] 2022-09-27T16:35:51.3625542Z Test results will be stored in test-reports/python-unittest/test_fx 2022-09-27T16:35:51.3706065Z 2022-09-27T16:35:51.3706521Z Running tests... 2022-09-27T16:35:51.3706930Z ---------------------------------------------------------------------- 2022-09-27T16:35:51.3852002Z test_annotate (fx.test_gradual_type.AnnotationsTest) ... ok (0.014s) 2022-09-27T16:35:51.3864025Z test_annotations (fx.test_gradual_type.AnnotationsTest) 2022-09-27T16:35:51.3887660Z Test type annotations in the forward function. ... ok (0.004s) 2022-09-27T16:35:51.3901582Z test_broadcasting1 (fx.test_gradual_type.AnnotationsTest) ... ok (0.001s) 2022-09-27T16:35:51.3911673Z test_broadcasting2 (fx.test_gradual_type.AnnotationsTest) ... ok (0.001s) 2022-09-27T16:35:51.3921784Z test_broadcasting3 (fx.test_gradual_type.AnnotationsTest) ... ok (0.001s) 2022-09-27T16:35:51.3929432Z test_consistency (fx.test_gradual_type.AnnotationsTest) 2022-09-27T16:35:51.3933939Z Test the consistency relation. ... ok (0.001s) 2022-09-27T16:35:51.3941746Z test_precision (fx.test_gradual_type.AnnotationsTest) 2022-09-27T16:35:51.3946180Z Test the consistency relation. ... ok (0.001s) 2022-09-27T16:35:51.4332579Z test_banned_list (fx.test_cse_pass.TestCSEPass) ... ok (0.038s) 2022-09-27T16:35:51.4374064Z test_empty (fx.test_cse_pass.TestCSEPass) ... ok (0.004s) 2022-09-27T16:35:51.4487412Z test_immutable_list_multiple_entries (fx.test_cse_pass.TestCSEPass) ... ok (0.011s) 2022-09-27T16:35:51.5610363Z test_immutable_list_type (fx.test_cse_pass.TestCSEPass) ... ok (0.112s) 2022-09-27T16:35:51.5702644Z test_kwarg (fx.test_cse_pass.TestCSEPass) ... ok (0.009s) 2022-09-27T16:35:51.5790306Z test_nested_immutable_list_type (fx.test_cse_pass.TestCSEPass) ... ok (0.009s) 2022-09-27T16:35:51.5883254Z test_nochange (fx.test_cse_pass.TestCSEPass) ... ok (0.009s) 2022-09-27T16:35:51.5946578Z test_rand_like (fx.test_cse_pass.TestCSEPass) ... ok (0.006s) 2022-09-27T16:35:51.6010092Z test_rand_n (fx.test_cse_pass.TestCSEPass) ... ok (0.006s) 2022-09-27T16:35:51.7555075Z test_random (fx.test_cse_pass.TestCSEPass) ... ok (0.154s) 2022-09-27T16:35:51.7655674Z test_simple (fx.test_cse_pass.TestCSEPass) ... ok (0.010s) 2022-09-27T16:35:51.7767008Z test_simple_2 (fx.test_cse_pass.TestCSEPass) ... ok (0.011s) 2022-09-27T16:35:51.7856148Z test_simple_multiple_same_ops (fx.test_cse_pass.TestCSEPass) ... ok (0.009s) 2022-09-27T16:35:51.7977024Z test_two_args (fx.test_cse_pass.TestCSEPass) ... ok (0.012s) 2022-09-27T16:35:51.8091373Z test_two_args_default (fx.test_cse_pass.TestCSEPass) ... ok (0.011s) 2022-09-27T16:35:51.8170166Z test_correctness_common_pass__f__device_cpu (fx.test_common_passes.TestCommonPass) ... ok (0.008s) 2022-09-27T16:35:51.8238783Z test_correctness_common_pass__f__device_cpu (fx.test_common_passes.TestCommonPass) ... ok (0.007s) 2022-09-27T16:35:51.8290132Z test_correctness_common_pass__f__device_cpu (fx.test_common_passes.TestCommonPass) ... ok (0.005s) 2022-09-27T16:35:51.8365135Z test_correctness_common_pass__f__device_cpu (fx.test_common_passes.TestCommonPass) ... ok (0.007s) 2022-09-27T16:35:51.8438266Z test_correctness_common_pass__f__device_cpu (fx.test_common_passes.TestCommonPass) ... ok (0.007s) 2022-09-27T16:35:51.8489533Z test_correctness_common_pass__f__device_cpu (fx.test_common_passes.TestCommonPass) ... ok (0.005s) 2022-09-27T16:35:51.8553670Z test_correctness_factory_common_pass__f__device_cpu (fx.test_common_passes.TestCommonPass) ... ok (0.006s) 2022-09-27T16:35:51.8621248Z test_correctness_factory_common_pass__f__device_cpu (fx.test_common_passes.TestCommonPass) ... ok (0.007s) 2022-09-27T16:35:51.8636475Z test_check_inline_non_const (fx.test_fx_const_fold.TestConstFold) 2022-09-27T16:35:51.8713826Z Perform constant folding conversion and check that the non-const module is inlined ... ok (0.009s) 2022-09-27T16:35:51.8727453Z test_check_inline_non_const_mult_return (fx.test_fx_const_fold.TestConstFold) 2022-09-27T16:35:51.8799077Z Perform constant folding conversion and check that the non-const module is inlined ... ok (0.008s) 2022-09-27T16:35:51.8816806Z test_check_skip_folding_quant_dequant_pattern (fx.test_fx_const_fold.TestConstFold) 2022-09-27T16:35:51.8889874Z Set up skip_folding_quant_dequant function to skip quant/dequant pattern. ... ok (0.009s) 2022-09-27T16:35:51.8903858Z test_const_fold_basic_one_attr_name_collision (fx.test_fx_const_fold.TestConstFold) 2022-09-27T16:35:51.8989218Z Perform constant folding conversion, from original mod to split constant folding ... ok (0.010s) 2022-09-27T16:35:51.9001480Z test_const_fold_basic_one_attr_no_name_collision (fx.test_fx_const_fold.TestConstFold) 2022-09-27T16:35:51.9063339Z Perform constant folding conversion, from original mod to split constant folding ... ok (0.007s) 2022-09-27T16:35:51.9074932Z test_const_fold_basic_placeholder_reordered (fx.test_fx_const_fold.TestConstFold) 2022-09-27T16:35:51.9100034Z Test code path where placeholder comes after normal op node in FX ... ok (0.004s) 2022-09-27T16:35:51.9110677Z test_const_fold_basic_two_attr (fx.test_fx_const_fold.TestConstFold) 2022-09-27T16:35:51.9165629Z Perform constant folding conversion, from original mod to split constant ... ok (0.006s) 2022-09-27T16:35:51.9180004Z test_const_fold_basic_two_attr_three_input (fx.test_fx_const_fold.TestConstFold) 2022-09-27T16:35:51.9238724Z Perform constant folding conversion, from original mod to split constant ... ok (0.007s) 2022-09-27T16:35:51.9305617Z test_const_fold_has_inlined_call_module_node (fx.test_fx_const_fold.TestConstFold) ... ok (0.007s) 2022-09-27T16:35:51.9377577Z test_const_fold_module_attr (fx.test_fx_const_fold.TestConstFold) ... ok (0.007s) 2022-09-27T16:35:51.9392791Z test_const_fold_multi_const_folded_attrs (fx.test_fx_const_fold.TestConstFold) 2022-09-27T16:35:51.9483348Z Perform constant folding conversion, from original mod to split constant ... ok (0.010s) 2022-09-27T16:35:51.9493158Z test_const_fold_noop (fx.test_fx_const_fold.TestConstFold) 2022-09-27T16:35:51.9521447Z Check that a graph with no constant folding is handled correctly. ... ok (0.004s) 2022-09-27T16:35:51.9534392Z test_const_fold_submod_hierarchy (fx.test_fx_const_fold.TestConstFold) 2022-09-27T16:35:51.9590371Z Perform constant folding conversion, from original mod to split constant folding ... ok (0.007s) 2022-09-27T16:35:51.9726051Z test_const_fold_tensor_meta (fx.test_fx_const_fold.TestConstFold) ... ok (0.014s) 2022-09-27T16:35:51.9786993Z test_const_fold_unused_placeholder (fx.test_fx_const_fold.TestConstFold) ... ok (0.006s) 2022-09-27T16:35:51.9846165Z test_dict_output (fx.test_fx_const_fold.TestConstFold) ... ok (0.006s) 2022-09-27T16:35:51.9855502Z test_fold_module (fx.test_fx_const_fold.TestConstFold) 2022-09-27T16:35:51.9911419Z Perform constant folding with a call_module node. ... ok (0.006s) 2022-09-27T16:35:51.9929364Z test_retain_node_meta (fx.test_fx_const_fold.TestConstFold) 2022-09-27T16:35:51.9983316Z Perform constant folding conversion, and validate that node meta is retained. ... ok (0.007s) 2022-09-27T16:35:52.0050945Z test_three_outputs (fx.test_fx_const_fold.TestConstFold) ... ok (0.007s) 2022-09-27T16:35:52.0112464Z test_two_outputs (fx.test_fx_const_fold.TestConstFold) ... ok (0.006s) 2022-09-27T16:35:52.0140707Z test_param_dim_const (fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.assert_allclose() is deprecated since 1.12 and will be removed in 1.14. Use torch.testing.assert_close() instead. For detailed upgrade instructions see https://github.com/pytorch/pytorch/issues/61844. 2022-09-27T16:35:52.0141456Z warnings.warn(msg, FutureWarning) 2022-09-27T16:35:52.0202446Z ok (0.009s) 2022-09-27T16:35:52.0282511Z test_param_ndim_const (fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow) ... ok (0.008s) 2022-09-27T16:35:52.0363313Z test_param_nelement_const (fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow) ... ok (0.008s) 2022-09-27T16:35:52.0439027Z test_param_numel_const (fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow) ... ok (0.008s) 2022-09-27T16:35:52.0516213Z test_param_shape_const (fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow) ... ok (0.008s) 2022-09-27T16:35:52.0592117Z test_param_size_const (fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow) ... ok (0.008s) 2022-09-27T16:35:52.0600700Z test_dead_chain (fx.test_dce_pass.TestDCE) 2022-09-27T16:35:52.0621794Z Tests that a chain of two nodes in the graph are DCE'd correctly. ... graph(): 2022-09-27T16:35:52.0622092Z %x : [#users=2] = placeholder[target=x] 2022-09-27T16:35:52.0622400Z %add : [#users=1] = call_function[target=operator.add](args = (%x, 1), kwargs = {}) 2022-09-27T16:35:52.0622749Z %mul : [#users=0] = call_function[target=operator.mul](args = (%add, 7), kwargs = {}) 2022-09-27T16:35:52.0623017Z %attr_1 : [#users=1] = get_attr[target=attr_1] 2022-09-27T16:35:52.0623364Z %add_1 : [#users=1] = call_function[target=operator.add](args = (%x, %attr_1), kwargs = {}) 2022-09-27T16:35:52.0623614Z return add_1 2022-09-27T16:35:52.0630727Z ok (0.004s) 2022-09-27T16:35:52.0637671Z test_dead_getattr (fx.test_dce_pass.TestDCE) 2022-09-27T16:35:52.0660261Z Tests that a getatrr in the graph is DCE'd correctly. ... graph(): 2022-09-27T16:35:52.0660779Z %x : [#users=2] = placeholder[target=x] 2022-09-27T16:35:52.0661196Z %add : [#users=1] = call_function[target=operator.add](args = (%x, 1), kwargs = {}) 2022-09-27T16:35:52.0661458Z %attr_1 : [#users=1] = get_attr[target=attr_1] 2022-09-27T16:35:52.0661738Z %mul : [#users=0] = call_function[target=operator.mul](args = (%add, %attr_1), kwargs = {}) 2022-09-27T16:35:52.0662052Z %add_1 : [#users=1] = call_function[target=operator.add](args = (%x, 11), kwargs = {}) 2022-09-27T16:35:52.0662276Z return add_1 2022-09-27T16:35:52.0668736Z ok (0.004s) 2022-09-27T16:35:52.0674212Z test_dead_placeholder (fx.test_dce_pass.TestDCE) 2022-09-27T16:35:52.0691489Z Tests that a placeholder in the graph is not DCE'd, as that would change ... graph(): 2022-09-27T16:35:52.0692007Z %x : [#users=1] = placeholder[target=x] 2022-09-27T16:35:52.0692311Z %y : [#users=0] = placeholder[target=y] 2022-09-27T16:35:52.0692579Z %add : [#users=1] = call_function[target=operator.add](args = (%x, 7), kwargs = {}) 2022-09-27T16:35:52.0692800Z return add 2022-09-27T16:35:52.0697768Z ok (0.003s) 2022-09-27T16:35:52.0703577Z test_dead_placeholder_with_user (fx.test_dce_pass.TestDCE) 2022-09-27T16:35:52.0721892Z Tests that a placeholder in the graph is not DCE'd, as that would change ... graph(): 2022-09-27T16:35:52.0722415Z %x : [#users=1] = placeholder[target=x] 2022-09-27T16:35:52.0722765Z %y : [#users=1] = placeholder[target=y] 2022-09-27T16:35:52.0723035Z %add : [#users=0] = call_function[target=operator.add](args = (%y, 2), kwargs = {}) 2022-09-27T16:35:52.0723332Z %add_1 : [#users=1] = call_function[target=operator.add](args = (%x, 7), kwargs = {}) 2022-09-27T16:35:52.0723725Z return add_1 2022-09-27T16:35:52.0729137Z ok (0.003s) 2022-09-27T16:35:52.0736809Z test_keep_module_with_side_effects (fx.test_dce_pass.TestDCE) 2022-09-27T16:35:52.0756288Z Test that DCE doesn't remove a module if it's specified as having side effects. ... graph(): 2022-09-27T16:35:52.0756883Z %a : torch.Tensor [#users=2] = placeholder[target=a] 2022-09-27T16:35:52.0757235Z %relu : [#users=0] = call_module[target=relu](args = (%a,), kwargs = {}) 2022-09-27T16:35:52.0757522Z %mul : [#users=1] = call_function[target=operator.mul](args = (%a, 2), kwargs = {}) 2022-09-27T16:35:52.0757756Z return mul 2022-09-27T16:35:52.0763701Z ok (0.003s) 2022-09-27T16:35:52.0769993Z test_keep_torch_assert (fx.test_dce_pass.TestDCE) 2022-09-27T16:35:52.0791476Z Test that DCE doesn't remove torch._assert since it has side effects. ... graph(): 2022-09-27T16:35:52.0792038Z %a : torch.Tensor [#users=2] = placeholder[target=a] 2022-09-27T16:35:52.0792398Z %equal : [#users=1] = call_function[target=torch.equal](args = (%a, %a), kwargs = {}) 2022-09-27T16:35:52.0792722Z %_assert : [#users=0] = call_function[target=torch._assert](args = (%equal, a must equal a), kwargs = {}) 2022-09-27T16:35:52.0793124Z %mul : [#users=1] = call_function[target=operator.mul](args = (%a, 2), kwargs = {}) 2022-09-27T16:35:52.0793361Z return mul 2022-09-27T16:35:52.0798976Z ok (0.003s) 2022-09-27T16:35:52.0805635Z test_simple (fx.test_dce_pass.TestDCE) 2022-09-27T16:35:52.0825724Z Tests that a single node in the graph is DCE'd correctly. ... graph(): 2022-09-27T16:35:52.0826177Z %x : [#users=2] = placeholder[target=x] 2022-09-27T16:35:52.0826445Z %add : [#users=0] = call_function[target=operator.add](args = (%x, 1), kwargs = {}) 2022-09-27T16:35:52.0826728Z %attr_1 : [#users=1] = get_attr[target=attr_1] 2022-09-27T16:35:52.0827012Z %add_1 : [#users=1] = call_function[target=operator.add](args = (%x, %attr_1), kwargs = {}) 2022-09-27T16:35:52.0827267Z return add_1 2022-09-27T16:35:52.0832831Z ok (0.003s) 2022-09-27T16:35:52.0896671Z test_all_input_nodes (__main__.TestFX) ... ok (0.006s) 2022-09-27T16:35:52.0996772Z test_annotation_with_future (__main__.TestFX) ... ok (0.010s) 2022-09-27T16:35:52.1137063Z test_annotations_empty_tuple (__main__.TestFX) ... /opt/conda/lib/python3.7/site-packages/torch/jit/_check.py:181: UserWarning: The TorchScript type system doesn't support instance-level annotations on empty non-base types in `__init__`. Instead, either 1) use a type annotation in the class body, or 2) wrap the type in `torch.jit.Attribute`. 2022-09-27T16:35:52.1137692Z warnings.warn("The TorchScript type system doesn't support " 2022-09-27T16:35:52.1724981Z ok (0.073s) 2022-09-27T16:35:52.1770705Z test_annotations_with_forward_references (__main__.TestFX) ... ok (0.005s) 2022-09-27T16:35:52.1810988Z test_annotations_with_no_forward_references (__main__.TestFX) ... ok (0.004s) 2022-09-27T16:35:52.1854982Z test_annotations_with_non_torch_reference_and_internal_forward_references (__main__.TestFX) ... ok (0.004s) 2022-09-27T16:35:52.1894860Z test_annotations_with_non_torch_reference_and_no_internal_forward_references (__main__.TestFX) ... ok (0.004s) 2022-09-27T16:35:52.1933819Z test_args_kwargs (__main__.TestFX) ... ok (0.004s) 2022-09-27T16:35:52.1952885Z test_args_kwargs_no_self (__main__.TestFX) ... ok (0.002s) 2022-09-27T16:35:52.1994337Z test_assert (__main__.TestFX) ... ok (0.004s) 2022-09-27T16:35:52.2091291Z test_ast_rewriter_reassigns_submodules (__main__.TestFX) ... ok (0.010s) 2022-09-27T16:35:52.2151430Z test_ast_rewriter_rewrites_assert (__main__.TestFX) ... ok (0.006s) 2022-09-27T16:35:52.2214690Z test_ast_rewriter_rewrites_assert_with_message (__main__.TestFX) ... ok (0.006s) 2022-09-27T16:35:52.2253115Z test_ast_rewriter_wrap (__main__.TestFX) ... ok (0.004s) 2022-09-27T16:35:52.2291685Z test_ast_rewriter_wrap_fn_directly (__main__.TestFX) ... ok (0.004s) 2022-09-27T16:35:52.2352825Z test_ast_rewriter_wrap_with_submodule (__main__.TestFX) ... ok (0.006s) 2022-09-27T16:35:52.2384330Z test_ast_rewriter_wrapped_via_decorator (__main__.TestFX) ... ok (0.003s) 2022-09-27T16:35:52.2424824Z test_ast_rewriter_wrapped_via_decorator_and_transformed (__main__.TestFX) ... ok (0.004s) 2022-09-27T16:35:52.6373564Z test_autowrap_functions (__main__.TestFX) ... ok (0.395s) 2022-09-27T16:35:52.6424221Z test_concrete_arg_none_assert (__main__.TestFX) ... ok (0.005s) 2022-09-27T16:35:52.6470398Z test_construct_root_dict (__main__.TestFX) ... ok (0.005s) 2022-09-27T16:35:52.6488046Z test_copy_it (__main__.TestFX) ... ok (0.002s) 2022-09-27T16:35:52.6529191Z test_copy_no_remap (__main__.TestFX) ... ok (0.004s) 2022-09-27T16:35:52.6571777Z test_ctx_mgr (__main__.TestFX) ... ok (0.004s) 2022-09-27T16:35:52.6913150Z test_custom_codegen (__main__.TestFX) ... ok (0.034s) 2022-09-27T16:35:52.6977758Z test_custom_codegen_with_transformer (__main__.TestFX) ... ok (0.006s) 2022-09-27T16:35:52.7007988Z test_custom_import (__main__.TestFX) ... ok (0.003s) 2022-09-27T16:35:52.7065515Z test_custom_proxy_dynamic_value (__main__.TestFX) ... ok (0.006s) 2022-09-27T16:35:52.7114462Z test_custom_proxy_input_dependent_control_flow (__main__.TestFX) ... ok (0.005s) 2022-09-27T16:35:52.7166024Z test_custom_proxy_type (__main__.TestFX) ... ok (0.005s) 2022-09-27T16:35:52.7218919Z test_custom_proxy_type_literal (__main__.TestFX) ... ok (0.005s) 2022-09-27T16:35:52.7387078Z test_custom_traceback_not_raised_when_exception_source_is_submodule (__main__.TestFX) ... ok (0.017s) 2022-09-27T16:35:52.7438159Z test_custom_traceback_raised_when_exception_source_is_graphmodule (__main__.TestFX) ... ok (0.005s) 2022-09-27T16:35:52.7454043Z test_deepcopy_graph_with_tracer_cls (__main__.TestFX) ... ok (0.002s) 2022-09-27T16:35:52.7515803Z test_deepcopy_graphmodule_with_transform (__main__.TestFX) ... ok (0.006s) 2022-09-27T16:35:52.9759242Z test_deepcopy_recursion_depth (__main__.TestFX) ... ok (0.224s) 2022-09-27T16:35:52.9794960Z test_deepcopy_tracer (__main__.TestFX) ... ok (0.004s) 2022-09-27T16:35:52.9853756Z test_deepcopy_with_submods_params (__main__.TestFX) ... ok (0.006s) 2022-09-27T16:35:52.9906288Z test_delete_unused_submodules_leaf (__main__.TestFX) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.assert_allclose() is deprecated since 1.12 and will be removed in 1.14. Use torch.testing.assert_close() instead. For detailed upgrade instructions see https://github.com/pytorch/pytorch/issues/61844. 2022-09-27T16:35:52.9907051Z warnings.warn(msg, FutureWarning) 2022-09-27T16:35:52.9907521Z ok (0.005s) 2022-09-27T16:35:52.9954497Z test_dict (__main__.TestFX) ... ok (0.005s) 2022-09-27T16:35:52.9988282Z test_direct_param_use (__main__.TestFX) ... ok (0.003s) 2022-09-27T16:35:53.0045568Z test_disallow_override (__main__.TestFX) ... ok (0.006s) 2022-09-27T16:35:53.0089222Z test_ellipsis (__main__.TestFX) ... ok (0.004s) 2022-09-27T16:35:53.0103611Z test_empty_graph_codegen (__main__.TestFX) ... ok (0.001s) 2022-09-27T16:35:53.0134665Z test_erase_node_error (__main__.TestFX) ... ok (0.003s) 2022-09-27T16:35:53.0197502Z test_example_shape_prop (__main__.TestFX) ... ok (0.006s) 2022-09-27T16:35:53.0225997Z test_find_uses (__main__.TestFX) ... ok (0.003s) 2022-09-27T16:35:53.0485714Z test_fn_type_annotation_empty (__main__.TestFX) ... ok (0.026s) 2022-09-27T16:35:53.1039296Z test_fn_type_annotations (__main__.TestFX) ... ok (0.055s) 2022-09-27T16:35:53.1080937Z test_fx_and_or (__main__.TestFX) ... ok (0.004s) 2022-09-27T16:35:53.1122709Z test_fx_create_arg (__main__.TestFX) ... ok (0.004s) 2022-09-27T16:35:53.1159252Z test_fx_shifts (__main__.TestFX) ... ok (0.004s) 2022-09-27T16:35:53.1215826Z test_fx_stateless (__main__.TestFX) ... ok (0.006s) 2022-09-27T16:35:53.5877618Z test_get_torch_func_signature (__main__.TestFX) ... ok (0.466s) 2022-09-27T16:35:53.5881154Z test_getitem (__main__.TestFX) ... skip: Will be checked in test_getitem_subproc (0.000s) 2022-09-27T16:35:53.6479273Z test_getitem_subproc (__main__.TestFX) ... ok (0.059s) 2022-09-27T16:35:53.6539533Z test_graph_edit_with_proxy (__main__.TestFX) ... ok (0.006s) 2022-09-27T16:35:53.6596868Z test_graph_fns (__main__.TestFX) ... ok (0.006s) 2022-09-27T16:35:53.7706531Z test_graph_module (__main__.TestFX) ... ok (0.111s) 2022-09-27T16:35:53.7767686Z test_graph_module_init_buffer_param_copied_dict_init (__main__.TestFX) ... ok (0.006s) 2022-09-27T16:35:53.7822060Z test_graph_module_init_buffer_param_copied_mod_init (__main__.TestFX) ... ok (0.005s) 2022-09-27T16:35:53.7867963Z test_graph_module_replicate_for_dp (__main__.TestFX) ... ok (0.005s) 2022-09-27T16:35:53.7904468Z test_graph_unique_names (__main__.TestFX) ... ok (0.004s) 2022-09-27T16:35:53.7925657Z test_graph_unique_names_manual (__main__.TestFX) ... ok (0.002s) 2022-09-27T16:35:53.7940500Z test_immutable_dict_pytree_ops (__main__.TestFX) ... ok (0.001s) 2022-09-27T16:35:53.7955243Z test_immutable_list_pytree_ops (__main__.TestFX) ... ok (0.001s) 2022-09-27T16:35:53.7975439Z test_imul_code_print (__main__.TestFX) ... ok (0.002s) 2022-09-27T16:35:53.8029148Z test_inf_nan (__main__.TestFX) ... ok (0.005s) 2022-09-27T16:35:53.8066153Z test_inf_nan_kwds (__main__.TestFX) ... ok (0.004s) 2022-09-27T16:35:53.8142634Z test_inline_graph (__main__.TestFX) ... ok (0.008s) 2022-09-27T16:35:53.8184088Z test_insertion_point (__main__.TestFX) ... ok (0.004s) 2022-09-27T16:35:53.8257131Z test_interpreter (__main__.TestFX) ... ok (0.007s) 2022-09-27T16:35:53.8294266Z test_interpreter_default_args (__main__.TestFX) ... ok (0.004s) 2022-09-27T16:35:53.8301190Z test_interpreter_gc_values (__main__.TestFX) ... skip: no torchvision (0.001s) 2022-09-27T16:35:53.8306741Z test_interpreter_noop_resnet18 (__main__.TestFX) ... skip: no torchvision (0.001s) 2022-09-27T16:35:53.8338931Z test_interpreter_not_enough_args (__main__.TestFX) ... ok (0.003s) 2022-09-27T16:35:53.8384672Z test_interpreter_onthefly_swap (__main__.TestFX) ... ok (0.005s) 2022-09-27T16:35:53.8441798Z test_interpreter_partial_eval (__main__.TestFX) ... ok (0.006s) 2022-09-27T16:35:53.8486644Z test_interpreter_run_node_override (__main__.TestFX) ... ok (0.004s) 2022-09-27T16:35:53.8525387Z test_interpreter_star_args (__main__.TestFX) ... ok (0.004s) 2022-09-27T16:35:53.8575431Z test_interpreter_with_codegen (__main__.TestFX) ... ok (0.005s) 2022-09-27T16:35:53.8629480Z test_layout (__main__.TestFX) ... ok (0.005s) 2022-09-27T16:35:53.8663404Z test_leaf_module (__main__.TestFX) ... ok (0.003s) 2022-09-27T16:35:53.8724129Z test_matmul_tracing (__main__.TestFX) ... ok (0.006s) 2022-09-27T16:35:53.8782766Z test_module_deepcopy_edit_nodes (__main__.TestFX) ... ok (0.006s) 2022-09-27T16:35:53.8823593Z test_move_before (__main__.TestFX) ... ok (0.004s) 2022-09-27T16:35:53.8860048Z test_multi_insert_point (__main__.TestFX) ... ok (0.004s) 2022-09-27T16:35:53.8919344Z test_multiple_default_args (__main__.TestFX) ... ok (0.006s) 2022-09-27T16:35:53.8980714Z test_named_tuple_inlined (__main__.TestFX) ... ok (0.006s) 2022-09-27T16:35:53.9018556Z test_namedtuple_return_qualname (__main__.TestFX) ... ok (0.004s) 2022-09-27T16:35:53.9056618Z test_namedtuple_return_trace (__main__.TestFX) ... ok (0.004s) 2022-09-27T16:35:53.9722315Z test_native_callable (__main__.TestFX) ... ok (0.066s) 2022-09-27T16:35:53.9736702Z test_no_mutation (__main__.TestFX) ... ok (0.001s) 2022-09-27T16:35:53.9772850Z test_node_tagging (__main__.TestFX) ... ok (0.004s) 2022-09-27T16:35:53.9806993Z test_nonetype_annotation (__main__.TestFX) ... ok (0.003s) 2022-09-27T16:35:53.9865789Z test_partial_trace (__main__.TestFX) ... 2022-09-27T16:35:53.9866002Z 2022-09-27T16:35:53.9866024Z 2022-09-27T16:35:53.9866151Z def forward(self, x, y_1): 2022-09-27T16:35:53.9866466Z eq = y_1 == True; y_1 = None 2022-09-27T16:35:53.9866991Z _assert = torch._assert(eq, 'y has been specialized to have value True but got another value'); eq = None 2022-09-27T16:35:53.9867259Z mul = 2 * x; x = None 2022-09-27T16:35:53.9867631Z return mul 2022-09-27T16:35:53.9867792Z 2022-09-27T16:35:53.9872980Z /opt/conda/lib/python3.7/site-packages/torch/fx/_symbolic_trace.py:565: UserWarning: Was not able to add assertion to guarantee correct input f to specialized function. It is up to the user to make sure that your inputs match the inputs you specialized the function with. 2022-09-27T16:35:53.9873548Z f"Was not able to add assertion to guarantee correct input {name} to " 2022-09-27T16:35:53.9885507Z ok (0.008s) 2022-09-27T16:35:53.9946284Z test_pickle_custom_import (__main__.TestFX) ... ok (0.006s) 2022-09-27T16:35:54.0023953Z test_pickle_graphmodule (__main__.TestFX) ... ok (0.008s) 2022-09-27T16:35:54.0112150Z test_pickle_nonetype_annotation (__main__.TestFX) ... ok (0.009s) 2022-09-27T16:35:54.0218528Z test_pickle_torch_custom_ops (__main__.TestFX) ... ok (0.011s) 2022-09-27T16:35:54.0237409Z test_prepend_self (__main__.TestFX) ... /opt/conda/lib/python3.7/site-packages/torch/fx/node.py:242: UserWarning: Trying to prepend a node to itself. This behavior has no effect on the graph. 2022-09-27T16:35:54.0237919Z warnings.warn("Trying to prepend a node to itself. This behavior has no effect on the graph.") 2022-09-27T16:35:54.0238785Z ok (0.002s) 2022-09-27T16:35:54.0270864Z test_pretty_print (__main__.TestFX) ... ok (0.003s) 2022-09-27T16:35:54.0308475Z test_pretty_print_graph (__main__.TestFX) ... ok (0.004s) 2022-09-27T16:35:54.0355850Z test_pretty_print_node (__main__.TestFX) ... ok (0.005s) 2022-09-27T16:35:54.0414538Z test_pretty_print_targets (__main__.TestFX) ... ok (0.006s) 2022-09-27T16:35:54.0438511Z test_profiler_ranges_side_effect (__main__.TestFX) ... ok (0.002s) 2022-09-27T16:35:54.1844158Z test_pytree (__main__.TestFX) ... ok (0.140s) 2022-09-27T16:35:54.1907375Z test_pytree_concrete (__main__.TestFX) ... ok (0.006s) 2022-09-27T16:35:54.1930950Z test_reassign_args_kwargs_uses (__main__.TestFX) ... ok (0.002s) 2022-09-27T16:35:54.1976477Z test_regular_and_default_args (__main__.TestFX) ... ok (0.004s) 2022-09-27T16:35:54.1992732Z test_remove_uses (__main__.TestFX) ... ok (0.002s) 2022-09-27T16:35:54.2008322Z test_remove_uses_with_custom_filter (__main__.TestFX) ... ok (0.002s) 2022-09-27T16:35:54.2088339Z test_replace_input (__main__.TestFX) ... ok (0.008s) 2022-09-27T16:35:54.2100748Z test_replace_uses (__main__.TestFX) ... skip: no torchvision (0.001s) 2022-09-27T16:35:54.2106326Z test_reserved_getattr (__main__.TestFX) 2022-09-27T16:35:54.2131727Z Ensure that we do not name any nodes with a reserved builtin like `getattr` ... ok (0.003s) 2022-09-27T16:35:54.2174580Z test_return_tuple (__main__.TestFX) ... ok (0.004s) 2022-09-27T16:35:54.2432560Z test_return_type_exists (__main__.TestFX) ... ok (0.026s) 2022-09-27T16:35:54.2633923Z test_script_method_trace (__main__.TestFX) ... ok (0.020s) 2022-09-27T16:35:54.2911908Z test_script_tensor_constant (__main__.TestFX) ... ok (0.028s) 2022-09-27T16:35:54.2955093Z test_sequential (__main__.TestFX) ... ok (0.004s) 2022-09-27T16:35:54.2995909Z test_shape_prop_aggregate (__main__.TestFX) ... ok (0.004s) 2022-09-27T16:35:54.4505275Z test_shape_prop_layout (__main__.TestFX) ... ok (0.151s) 2022-09-27T16:35:57.1386127Z test_shape_prop_layout_3d (__main__.TestFX) ... ok (2.688s) 2022-09-27T16:35:57.1432805Z test_single_default_arg (__main__.TestFX) ... ok (0.005s) 2022-09-27T16:35:57.1479806Z test_snake_case (__main__.TestFX) ... ok (0.005s) 2022-09-27T16:35:57.1579418Z test_sqrt (__main__.TestFX) ... ok (0.010s) 2022-09-27T16:35:57.1609839Z test_stack_traces (__main__.TestFX) ... ok (0.003s) 2022-09-27T16:35:57.1647625Z test_stack_traces_with_transformer (__main__.TestFX) ... ok (0.004s) 2022-09-27T16:35:57.1671828Z test_string_literal_return (__main__.TestFX) ... ok (0.002s) 2022-09-27T16:35:57.1869950Z test_submodule_manipulation_API (__main__.TestFX) ... ok (0.020s) 2022-09-27T16:35:57.2092283Z test_symbolic_trace_assert (__main__.TestFX) ... ok (0.022s) 2022-09-27T16:35:57.2163114Z test_symbolic_trace_sequential (__main__.TestFX) ... ok (0.007s) 2022-09-27T16:35:57.2234200Z test_tensor_attribute (__main__.TestFX) ... ok (0.007s) 2022-09-27T16:35:57.2290914Z test_tensor_attribute_coalseced (__main__.TestFX) ... ok (0.006s) 2022-09-27T16:35:57.2329872Z test_tensor_constant (__main__.TestFX) ... ok (0.004s) 2022-09-27T16:35:57.2368443Z test_throw_out_variant (__main__.TestFX) ... ok (0.004s) 2022-09-27T16:35:57.2432011Z test_torch_custom_ops (__main__.TestFX) ... ok (0.006s) 2022-09-27T16:35:57.2469189Z test_torch_fx_getattr (__main__.TestFX) ... ok (0.004s) 2022-09-27T16:35:57.2730595Z test_torch_fx_len (__main__.TestFX) ... /opt/conda/lib/python3.7/site-packages/torch/jit/_check.py:181: UserWarning: The TorchScript type system doesn't support instance-level annotations on empty non-base types in `__init__`. Instead, either 1) use a type annotation in the class body, or 2) wrap the type in `torch.jit.Attribute`. 2022-09-27T16:35:57.2731275Z warnings.warn("The TorchScript type system doesn't support " 2022-09-27T16:35:57.2919140Z ok (0.045s) 2022-09-27T16:35:57.2967510Z test_torch_op_overloads (__main__.TestFX) ... ok (0.005s) 2022-09-27T16:35:57.3003880Z test_torchbind_class_attribute_in_fx (__main__.TestFX) ... ok (0.004s) 2022-09-27T16:35:57.3049256Z test_torchbind_class_attribute_in_fx_tensor_arg (__main__.TestFX) ... ok (0.004s) 2022-09-27T16:35:57.3064771Z test_trace_buffer_slice (__main__.TestFX) ... skip: Hotfix for SEV remediation (0.002s) 2022-09-27T16:35:57.3095831Z test_trace_dict_int_keys (__main__.TestFX) ... ok (0.003s) 2022-09-27T16:35:57.3125719Z test_trace_dict_proxy_keys (__main__.TestFX) ... ok (0.003s) 2022-09-27T16:35:57.3162887Z test_trace_fn_constant (__main__.TestFX) ... ok (0.004s) 2022-09-27T16:35:57.3205612Z test_trace_function (__main__.TestFX) ... ok (0.004s) 2022-09-27T16:35:57.3226248Z test_trace_multiple_funcs (__main__.TestFX) ... 1.13.0a0+git52424e2 2022-09-27T16:35:57.3289693Z ok (0.008s) 2022-09-27T16:35:57.3451332Z test_tracing_graphmodules_as_leaf_submodules (__main__.TestFX) ... ok (0.016s) 2022-09-27T16:35:57.3517386Z test_transformer_multi_outputs (__main__.TestFX) ... ok (0.007s) 2022-09-27T16:35:57.3582344Z test_transformer_noop (__main__.TestFX) ... ok (0.006s) 2022-09-27T16:35:57.3642350Z test_transformer_op_swap (__main__.TestFX) ... ok (0.006s) 2022-09-27T16:35:57.3679265Z test_tuple_no_subscript (__main__.TestFX) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.assert_allclose() is deprecated since 1.12 and will be removed in 1.14. Use torch.testing.assert_close() instead. For detailed upgrade instructions see https://github.com/pytorch/pytorch/issues/61844. 2022-09-27T16:35:57.3679829Z warnings.warn(msg, FutureWarning) 2022-09-27T16:35:57.3710742Z ok (0.007s) 2022-09-27T16:35:57.3725869Z test_typename_print (__main__.TestFX) ... ok (0.001s) 2022-09-27T16:35:57.3764251Z test_unpack (__main__.TestFX) ... ok (0.004s) 2022-09-27T16:35:57.3791119Z test_unpack_dict_better_error (__main__.TestFX) ... ok (0.003s) 2022-09-27T16:35:57.3817218Z test_unpack_list_better_error (__main__.TestFX) ... ok (0.003s) 2022-09-27T16:35:57.3858190Z test_update_args_api (__main__.TestFX) ... ok (0.004s) 2022-09-27T16:35:57.3890647Z test_update_args_kwargs_yells_at_you (__main__.TestFX) ... ok (0.003s) 2022-09-27T16:35:57.3929392Z test_update_kwargs_api (__main__.TestFX) ... ok (0.004s) 2022-09-27T16:35:57.4113192Z test_user_friendly_call_provenance_with_function (__main__.TestFX) ... ok (0.018s) 2022-09-27T16:35:57.4288770Z test_user_friendly_call_provenance_with_module (__main__.TestFX) ... ok (0.017s) 2022-09-27T16:35:57.4326559Z test_wrap (__main__.TestFX) ... ok (0.004s) 2022-09-27T16:35:57.4356570Z test_wrap_decorated_function (__main__.TestFX) ... ok (0.003s) 2022-09-27T16:35:57.4388031Z test_wrap_fn_directly (__main__.TestFX) ... ok (0.003s) 2022-09-27T16:35:57.4440411Z test_wrap_with_submodule (__main__.TestFX) ... ok (0.005s) 2022-09-27T16:35:57.4483257Z test_wrapped_method (__main__.TestFX) ... ok (0.004s) 2022-09-27T16:35:57.4523652Z test_wrapped_retrace (__main__.TestFX) ... ok (0.004s) 2022-09-27T16:35:57.4551566Z test_wrapped_via_decorator (__main__.TestFX) ... ok (0.003s) 2022-09-27T16:35:57.4591774Z test_wrapped_via_decorator_and_transformed (__main__.TestFX) ... ok (0.004s) 2022-09-27T16:35:57.4604206Z test_wrong_target_type (__main__.TestFX) ... ok (0.001s) 2022-09-27T16:35:57.4622678Z test_wrong_topo (__main__.TestFX) ... ok (0.002s) 2022-09-27T16:35:57.4630132Z test_class_member_back_compat (__main__.TestFXAPIBackwardCompatibility) 2022-09-27T16:35:57.4647579Z Test backward compatibility for members of classes with ... ok (0.002s) 2022-09-27T16:35:57.4653837Z test_function_back_compat (__main__.TestFXAPIBackwardCompatibility) 2022-09-27T16:35:57.4741796Z Test backward compatibility for function signatures with ... ok (0.009s) 2022-09-27T16:35:57.4768904Z test_public_api_surface (__main__.TestFXAPIBackwardCompatibility) ... ok (0.003s) 2022-09-27T16:35:57.4782374Z test_nn_functional_adaptive_avg_pool1d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T16:35:57.4811226Z test_nn_functional_adaptive_avg_pool2d (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-09-27T16:35:57.4834641Z test_nn_functional_adaptive_avg_pool3d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T16:35:57.4859133Z test_nn_functional_adaptive_max_pool1d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T16:35:57.4884369Z test_nn_functional_adaptive_max_pool1d_with_indices (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T16:35:57.4907213Z test_nn_functional_adaptive_max_pool2d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T16:35:57.4930410Z test_nn_functional_adaptive_max_pool2d_with_indices (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T16:35:57.4953287Z test_nn_functional_adaptive_max_pool3d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T16:35:57.4977882Z test_nn_functional_adaptive_max_pool3d_with_indices (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T16:35:57.5002909Z test_nn_functional_affine_grid (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T16:35:57.5026153Z test_nn_functional_alpha_dropout (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T16:35:57.5038900Z test_nn_functional_avg_pool1d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T16:35:57.5051164Z test_nn_functional_avg_pool2d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T16:35:57.5064405Z test_nn_functional_avg_pool3d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T16:35:57.5088416Z test_nn_functional_batch_norm (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T16:35:57.5100640Z test_nn_functional_bilinear (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T16:35:57.5125961Z test_nn_functional_binary_cross_entropy (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T16:35:57.5149543Z test_nn_functional_binary_cross_entropy_with_logits (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T16:35:57.5171756Z test_nn_functional_celu (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T16:35:57.5184107Z test_nn_functional_celu_ (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T16:35:57.5196506Z test_nn_functional_channel_shuffle (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T16:35:57.5208637Z test_nn_functional_conv1d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T16:35:57.5220974Z test_nn_functional_conv2d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T16:35:57.5233456Z test_nn_functional_conv3d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T16:35:57.5245384Z test_nn_functional_conv_tbc (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T16:35:57.5257219Z test_nn_functional_conv_transpose1d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T16:35:57.5269315Z test_nn_functional_conv_transpose2d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T16:35:57.5281385Z test_nn_functional_conv_transpose3d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T16:35:57.5308001Z test_nn_functional_cosine_embedding_loss (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-09-27T16:35:57.5321687Z test_nn_functional_cosine_similarity (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T16:35:57.5348874Z test_nn_functional_cross_entropy (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-09-27T16:35:57.5374178Z test_nn_functional_ctc_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T16:35:57.5398148Z test_nn_functional_dropout (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T16:35:57.5421710Z test_nn_functional_dropout1d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T16:35:57.5446668Z test_nn_functional_dropout2d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T16:35:57.5470350Z test_nn_functional_dropout3d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T16:35:57.5492408Z test_nn_functional_elu (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T16:35:57.5504656Z test_nn_functional_elu_ (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T16:35:57.5529539Z test_nn_functional_embedding (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T16:35:57.5557030Z test_nn_functional_embedding_bag (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-09-27T16:35:57.5582037Z test_nn_functional_feature_alpha_dropout (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T16:35:57.5606815Z test_nn_functional_fold (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T16:35:57.5629902Z test_nn_functional_fractional_max_pool2d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T16:35:57.5655279Z test_nn_functional_fractional_max_pool2d_with_indices (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T16:35:57.5678595Z test_nn_functional_fractional_max_pool3d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T16:35:57.5703891Z test_nn_functional_fractional_max_pool3d_with_indices (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T16:35:57.5730740Z test_nn_functional_gaussian_nll_loss (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-09-27T16:35:57.5743066Z test_nn_functional_gelu (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T16:35:57.5766363Z test_nn_functional_glu (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T16:35:57.5790204Z test_nn_functional_grid_sample (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T16:35:57.5818803Z test_nn_functional_group_norm (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-09-27T16:35:57.5842823Z test_nn_functional_gumbel_softmax (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T16:35:57.5856197Z test_nn_functional_hardshrink (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T16:35:57.5880326Z test_nn_functional_hardsigmoid (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T16:35:57.5901638Z test_nn_functional_hardswish (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T16:35:57.5924493Z test_nn_functional_hardtanh (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T16:35:57.5936760Z test_nn_functional_hardtanh_ (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T16:35:57.5960180Z test_nn_functional_hinge_embedding_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T16:35:57.5984164Z test_nn_functional_huber_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T16:35:57.6008392Z test_nn_functional_instance_norm (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T16:35:57.6037447Z test_nn_functional_interpolate (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-09-27T16:35:57.6060607Z test_nn_functional_kl_div (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T16:35:57.6085587Z test_nn_functional_l1_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T16:35:57.6110637Z test_nn_functional_layer_norm (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T16:35:57.6132632Z test_nn_functional_leaky_relu (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T16:35:57.6145212Z test_nn_functional_leaky_relu_ (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T16:35:57.6157760Z test_nn_functional_linear (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T16:35:57.6183476Z test_nn_functional_local_response_norm (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-09-27T16:35:57.6213004Z test_nn_functional_log_softmax (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-09-27T16:35:57.6225285Z test_nn_functional_logsigmoid (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T16:35:57.6251206Z test_nn_functional_lp_pool1d (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-09-27T16:35:57.6275138Z test_nn_functional_lp_pool2d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T16:35:57.6298655Z test_nn_functional_margin_ranking_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T16:35:57.6323101Z test_nn_functional_max_pool1d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T16:35:57.6380849Z test_nn_functional_max_pool1d_with_indices (__main__.TestFunctionalTracing) ... ok (0.006s) 2022-09-27T16:35:57.6404130Z test_nn_functional_max_pool2d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T16:35:57.6429469Z test_nn_functional_max_pool2d_with_indices (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T16:35:57.6452400Z test_nn_functional_max_pool3d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T16:35:57.6479544Z test_nn_functional_max_pool3d_with_indices (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-09-27T16:35:57.6503448Z test_nn_functional_max_unpool1d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T16:35:57.6527892Z test_nn_functional_max_unpool2d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T16:35:57.6551896Z test_nn_functional_max_unpool3d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T16:35:57.6573576Z test_nn_functional_mish (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T16:35:57.6598669Z test_nn_functional_mse_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T16:35:57.6630444Z test_nn_functional_multi_head_attention_forward (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-09-27T16:35:57.6654449Z test_nn_functional_multi_margin_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T16:35:57.6677790Z test_nn_functional_multilabel_margin_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T16:35:57.6701114Z test_nn_functional_multilabel_soft_margin_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T16:35:57.6713978Z test_nn_functional_native_channel_shuffle (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T16:35:57.6737656Z test_nn_functional_nll_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T16:35:57.6797039Z test_nn_functional_normalize (__main__.TestFunctionalTracing) ... ok (0.006s) 2022-09-27T16:35:57.6810037Z test_nn_functional_one_hot (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T16:35:57.6822748Z test_nn_functional_pad (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T16:35:57.6835893Z test_nn_functional_pairwise_distance (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T16:35:57.6848516Z test_nn_functional_pdist (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T16:35:57.6861302Z test_nn_functional_pixel_shuffle (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T16:35:57.6874381Z test_nn_functional_pixel_unshuffle (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T16:35:57.6898954Z test_nn_functional_poisson_nll_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T16:35:57.6911773Z test_nn_functional_prelu (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T16:35:57.6936735Z test_nn_functional_relu (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T16:35:57.6959235Z test_nn_functional_relu6 (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T16:35:57.6972217Z test_nn_functional_relu_ (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T16:35:57.6996925Z test_nn_functional_rrelu (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T16:35:57.7009783Z test_nn_functional_rrelu_ (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T16:35:57.7032400Z test_nn_functional_selu (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T16:35:57.7045240Z test_nn_functional_selu_ (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T16:35:57.7067525Z test_nn_functional_silu (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T16:35:57.7094373Z test_nn_functional_smooth_l1_loss (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-09-27T16:35:57.7117965Z test_nn_functional_soft_margin_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T16:35:57.7147341Z test_nn_functional_softmax (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-09-27T16:35:57.7177470Z test_nn_functional_softmin (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-09-27T16:35:57.7190637Z test_nn_functional_softplus (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T16:35:57.7203574Z test_nn_functional_softshrink (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T16:35:57.7227990Z test_nn_functional_threshold (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T16:35:57.7241042Z test_nn_functional_threshold_ (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T16:35:57.7265969Z test_nn_functional_triplet_margin_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T16:35:57.7291505Z test_nn_functional_triplet_margin_with_distance_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T16:35:57.7316635Z test_nn_functional_unfold (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T16:35:57.7338101Z test_nn_functional_upsample (__main__.TestFunctionalTracing) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:3730: UserWarning: nn.functional.upsample is deprecated. Use nn.functional.interpolate instead. 2022-09-27T16:35:57.7338619Z warnings.warn("nn.functional.upsample is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T16:35:57.7343740Z ok (0.003s) 2022-09-27T16:35:57.7367369Z test_nn_functional_upsample_bilinear (__main__.TestFunctionalTracing) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:4066: UserWarning: nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead. 2022-09-27T16:35:57.7368526Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T16:35:57.7372801Z ok (0.003s) 2022-09-27T16:35:57.7394570Z test_nn_functional_upsample_nearest (__main__.TestFunctionalTracing) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:4010: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-09-27T16:35:57.7395828Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T16:35:57.7400251Z ok (0.003s) 2022-09-27T16:35:57.7414283Z test_get_torch_func_signature_exhaustive_H_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:35:57.7428154Z test_get_torch_func_signature_exhaustive_T_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:35:57.7441092Z test_get_torch_func_signature_exhaustive___getitem___cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:35:57.7454106Z test_get_torch_func_signature_exhaustive___radd___cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:35:57.7466911Z test_get_torch_func_signature_exhaustive___rdiv___cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:35:57.7479652Z test_get_torch_func_signature_exhaustive___rmatmul___cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:35:57.7492315Z test_get_torch_func_signature_exhaustive___rmod___cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:35:57.7505036Z test_get_torch_func_signature_exhaustive___rmul___cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:35:57.7517853Z test_get_torch_func_signature_exhaustive___rpow___cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:35:57.7530480Z test_get_torch_func_signature_exhaustive___rsub___cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:35:57.7543326Z test_get_torch_func_signature_exhaustive__masked_amax_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:35:57.7556103Z test_get_torch_func_signature_exhaustive__masked_amin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:35:57.7568968Z test_get_torch_func_signature_exhaustive__masked_argmax_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:35:57.7581638Z test_get_torch_func_signature_exhaustive__masked_argmin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:35:57.7594390Z test_get_torch_func_signature_exhaustive__masked_cumprod_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:35:57.7607065Z test_get_torch_func_signature_exhaustive__masked_cumsum_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:35:57.7619844Z test_get_torch_func_signature_exhaustive__masked_log_softmax_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:35:57.7632575Z test_get_torch_func_signature_exhaustive__masked_logaddexp_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:35:57.7645318Z test_get_torch_func_signature_exhaustive__masked_logsumexp_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:35:57.7658210Z test_get_torch_func_signature_exhaustive__masked_mean_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:35:57.7671350Z test_get_torch_func_signature_exhaustive__masked_median_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:35:57.7684281Z test_get_torch_func_signature_exhaustive__masked_norm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:35:57.7697447Z test_get_torch_func_signature_exhaustive__masked_normalize_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:35:57.7710253Z test_get_torch_func_signature_exhaustive__masked_prod_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:35:57.7723193Z test_get_torch_func_signature_exhaustive__masked_softmax_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:35:57.7734501Z test_get_torch_func_signature_exhaustive__masked_softmin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:35:57.7746121Z test_get_torch_func_signature_exhaustive__masked_std_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:35:57.7758121Z test_get_torch_func_signature_exhaustive__masked_sum_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:35:57.7769724Z test_get_torch_func_signature_exhaustive__masked_var_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:35:57.7794540Z test_get_torch_func_signature_exhaustive_abs_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T16:35:57.7828616Z test_get_torch_func_signature_exhaustive_acos_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T16:35:57.7860854Z test_get_torch_func_signature_exhaustive_acosh_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T16:35:57.7972832Z test_get_torch_func_signature_exhaustive_add_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.011s) 2022-09-27T16:35:57.8065911Z test_get_torch_func_signature_exhaustive_addbmm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.009s) 2022-09-27T16:35:57.8250802Z test_get_torch_func_signature_exhaustive_addcdiv_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.018s) 2022-09-27T16:35:57.8428943Z test_get_torch_func_signature_exhaustive_addcmul_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.018s) 2022-09-27T16:35:57.8477457Z test_get_torch_func_signature_exhaustive_addmm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-09-27T16:35:57.8526162Z test_get_torch_func_signature_exhaustive_addmm_decomposed_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-09-27T16:35:57.8605922Z test_get_torch_func_signature_exhaustive_addmv_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.008s) 2022-09-27T16:35:57.8667855Z test_get_torch_func_signature_exhaustive_addr_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.006s) 2022-09-27T16:35:57.8726904Z test_get_torch_func_signature_exhaustive_all_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.006s) 2022-09-27T16:35:57.8933893Z test_get_torch_func_signature_exhaustive_allclose_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.021s) 2022-09-27T16:35:57.8984161Z test_get_torch_func_signature_exhaustive_amax_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-09-27T16:35:57.9033139Z test_get_torch_func_signature_exhaustive_amin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-09-27T16:35:57.9085732Z test_get_torch_func_signature_exhaustive_aminmax_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1026: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T16:35:57.9086930Z return self.op(*args, **kwargs) 2022-09-27T16:35:57.9087117Z ok (0.005s) 2022-09-27T16:35:57.9111851Z test_get_torch_func_signature_exhaustive_angle_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T16:35:57.9172092Z test_get_torch_func_signature_exhaustive_any_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.006s) 2022-09-27T16:35:57.9221836Z test_get_torch_func_signature_exhaustive_arange_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-09-27T16:35:57.9265056Z test_get_torch_func_signature_exhaustive_argmax_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-09-27T16:35:57.9307923Z test_get_torch_func_signature_exhaustive_argmin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-09-27T16:35:57.9670688Z test_get_torch_func_signature_exhaustive_argsort_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.036s) 2022-09-27T16:35:57.9714565Z test_get_torch_func_signature_exhaustive_argwhere_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-09-27T16:35:57.9727367Z test_get_torch_func_signature_exhaustive_as_strided_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:35:57.9739465Z test_get_torch_func_signature_exhaustive_as_strided_scatter_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:35:57.9765366Z test_get_torch_func_signature_exhaustive_asin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T16:35:57.9791151Z test_get_torch_func_signature_exhaustive_asinh_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T16:35:57.9877463Z test_get_torch_func_signature_exhaustive_atan2_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.009s) 2022-09-27T16:35:57.9903081Z test_get_torch_func_signature_exhaustive_atan_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T16:35:57.9929100Z test_get_torch_func_signature_exhaustive_atanh_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T16:35:57.9941472Z test_get_torch_func_signature_exhaustive_atleast_1d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:35:57.9953255Z test_get_torch_func_signature_exhaustive_atleast_2d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:35:57.9964571Z test_get_torch_func_signature_exhaustive_atleast_3d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:35:58.0045591Z test_get_torch_func_signature_exhaustive_baddbmm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.008s) 2022-09-27T16:35:58.0058402Z test_get_torch_func_signature_exhaustive_bernoulli_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:35:58.0070158Z test_get_torch_func_signature_exhaustive_bfloat16_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:35:58.0082051Z test_get_torch_func_signature_exhaustive_block_diag_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:35:58.0108970Z test_get_torch_func_signature_exhaustive_bmm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T16:35:58.0121240Z test_get_torch_func_signature_exhaustive_bool_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:35:58.0132882Z test_get_torch_func_signature_exhaustive_broadcast_shapes_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:35:58.0144547Z test_get_torch_func_signature_exhaustive_broadcast_tensors_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:35:58.0182255Z test_get_torch_func_signature_exhaustive_broadcast_to_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-09-27T16:35:58.0373466Z test_get_torch_func_signature_exhaustive_bucketize_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.019s) 2022-09-27T16:35:58.0385790Z test_get_torch_func_signature_exhaustive_byte_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:35:58.0398234Z test_get_torch_func_signature_exhaustive_cartesian_prod_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:35:58.0465575Z test_get_torch_func_signature_exhaustive_cat_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.007s) 2022-09-27T16:35:58.0478146Z test_get_torch_func_signature_exhaustive_cdist_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:35:58.0502281Z test_get_torch_func_signature_exhaustive_ceil_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T16:35:58.0514956Z test_get_torch_func_signature_exhaustive_chalf_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:35:58.0527002Z test_get_torch_func_signature_exhaustive_char_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:35:58.0587911Z test_get_torch_func_signature_exhaustive_cholesky_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1026: UserWarning: torch.cholesky is deprecated in favor of torch.linalg.cholesky and will be removed in a future PyTorch release. 2022-09-27T16:35:58.0588526Z L = torch.cholesky(A) 2022-09-27T16:35:58.0588713Z should be replaced with 2022-09-27T16:35:58.0588913Z L = torch.linalg.cholesky(A) 2022-09-27T16:35:58.0589094Z and 2022-09-27T16:35:58.0589255Z U = torch.cholesky(A, upper=True) 2022-09-27T16:35:58.0589457Z should be replaced with 2022-09-27T16:35:58.0589897Z U = torch.linalg.cholesky(A).mH(). 2022-09-27T16:35:58.0590415Z 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-27T16:35:58.0590804Z return self.op(*args, **kwargs) 2022-09-27T16:35:58.0605254Z ok (0.008s) 2022-09-27T16:35:58.0688491Z test_get_torch_func_signature_exhaustive_cholesky_inverse_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.008s) 2022-09-27T16:35:58.1148329Z test_get_torch_func_signature_exhaustive_cholesky_solve_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.046s) 2022-09-27T16:35:58.1181082Z test_get_torch_func_signature_exhaustive_chunk_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T16:35:58.1249250Z test_get_torch_func_signature_exhaustive_clamp_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.007s) 2022-09-27T16:35:58.1331337Z test_get_torch_func_signature_exhaustive_clamp_max_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.008s) 2022-09-27T16:35:58.1412446Z test_get_torch_func_signature_exhaustive_clamp_min_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.008s) 2022-09-27T16:35:58.1438798Z test_get_torch_func_signature_exhaustive_clone_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T16:35:58.1476098Z test_get_torch_func_signature_exhaustive_column_stack_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-09-27T16:35:58.1601015Z test_get_torch_func_signature_exhaustive_combinations_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.012s) 2022-09-27T16:35:58.1682758Z test_get_torch_func_signature_exhaustive_complex_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.008s) 2022-09-27T16:35:58.1707391Z test_get_torch_func_signature_exhaustive_conj_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T16:35:58.1728767Z test_get_torch_func_signature_exhaustive_conj_physical_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T16:35:58.1950067Z test_get_torch_func_signature_exhaustive_constant_pad_nd_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.022s) 2022-09-27T16:35:58.1963995Z test_get_torch_func_signature_exhaustive_contiguous_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:35:58.2056296Z test_get_torch_func_signature_exhaustive_copysign_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.009s) 2022-09-27T16:35:58.2108932Z test_get_torch_func_signature_exhaustive_corrcoef_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-09-27T16:35:58.2142888Z test_get_torch_func_signature_exhaustive_cos_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T16:35:58.2177441Z test_get_torch_func_signature_exhaustive_cosh_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T16:35:58.2246856Z test_get_torch_func_signature_exhaustive_count_nonzero_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.007s) 2022-09-27T16:35:58.2583121Z test_get_torch_func_signature_exhaustive_cov_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1026: UserWarning: cov(): degrees of freedom is <= 0 (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Correlation.cpp:100.) 2022-09-27T16:35:58.2584203Z return self.op(*args, **kwargs) 2022-09-27T16:35:58.2601389Z ok (0.035s) 2022-09-27T16:35:58.2645975Z test_get_torch_func_signature_exhaustive_cross_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-09-27T16:35:58.2683028Z test_get_torch_func_signature_exhaustive_cummax_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-09-27T16:35:58.2718658Z test_get_torch_func_signature_exhaustive_cummin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-09-27T16:35:58.2786979Z test_get_torch_func_signature_exhaustive_cumprod_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.007s) 2022-09-27T16:35:58.2824950Z test_get_torch_func_signature_exhaustive_cumsum_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-09-27T16:35:58.2902175Z test_get_torch_func_signature_exhaustive_cumulative_trapezoid_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.008s) 2022-09-27T16:35:58.2931171Z test_get_torch_func_signature_exhaustive_deg2rad_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T16:35:58.2968647Z test_get_torch_func_signature_exhaustive_diag_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-09-27T16:35:58.3046741Z test_get_torch_func_signature_exhaustive_diag_embed_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.008s) 2022-09-27T16:35:58.3078559Z test_get_torch_func_signature_exhaustive_diagflat_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T16:35:58.3152347Z test_get_torch_func_signature_exhaustive_diagonal_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.007s) 2022-09-27T16:35:58.3277586Z test_get_torch_func_signature_exhaustive_diagonal_scatter_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.012s) 2022-09-27T16:35:58.3724841Z test_get_torch_func_signature_exhaustive_diff_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.045s) 2022-09-27T16:35:58.3754389Z test_get_torch_func_signature_exhaustive_digamma_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T16:35:58.4092897Z test_get_torch_func_signature_exhaustive_dist_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.034s) 2022-09-27T16:35:58.4220485Z test_get_torch_func_signature_exhaustive_div_floor_rounding_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.013s) 2022-09-27T16:35:58.4343496Z test_get_torch_func_signature_exhaustive_div_no_rounding_mode_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.012s) 2022-09-27T16:35:58.4467638Z test_get_torch_func_signature_exhaustive_div_trunc_rounding_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.012s) 2022-09-27T16:35:58.4492024Z test_get_torch_func_signature_exhaustive_dot_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T16:35:58.4505369Z test_get_torch_func_signature_exhaustive_double_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:35:58.4531023Z test_get_torch_func_signature_exhaustive_dsplit_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T16:35:58.4567546Z test_get_torch_func_signature_exhaustive_dstack_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-09-27T16:35:58.4579987Z test_get_torch_func_signature_exhaustive_einsum_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:35:58.4608287Z test_get_torch_func_signature_exhaustive_empty_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... expected failure (0.003s) 2022-09-27T16:35:58.4649873Z test_get_torch_func_signature_exhaustive_empty_like_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-09-27T16:35:58.4756326Z test_get_torch_func_signature_exhaustive_eq_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.011s) 2022-09-27T16:35:58.4807701Z test_get_torch_func_signature_exhaustive_equal_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-09-27T16:35:58.4832237Z test_get_torch_func_signature_exhaustive_erf_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T16:35:58.4863593Z test_get_torch_func_signature_exhaustive_erfc_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T16:35:58.4885372Z test_get_torch_func_signature_exhaustive_erfinv_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T16:35:58.4912958Z test_get_torch_func_signature_exhaustive_exp2_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T16:35:58.4944553Z test_get_torch_func_signature_exhaustive_exp_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T16:35:58.4957596Z test_get_torch_func_signature_exhaustive_expand_as_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:35:58.4969334Z test_get_torch_func_signature_exhaustive_expand_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:35:58.4993285Z test_get_torch_func_signature_exhaustive_expm1_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T16:35:58.5019250Z test_get_torch_func_signature_exhaustive_eye_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... expected failure (0.003s) 2022-09-27T16:35:58.5076674Z test_get_torch_func_signature_exhaustive_fft_fft2_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.006s) 2022-09-27T16:35:58.5131174Z test_get_torch_func_signature_exhaustive_fft_fft_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-09-27T16:35:58.5193761Z test_get_torch_func_signature_exhaustive_fft_fftn_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.006s) 2022-09-27T16:35:58.5233604Z test_get_torch_func_signature_exhaustive_fft_fftshift_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-09-27T16:35:58.5297540Z test_get_torch_func_signature_exhaustive_fft_hfft2_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.006s) 2022-09-27T16:35:58.5358647Z test_get_torch_func_signature_exhaustive_fft_hfft_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.006s) 2022-09-27T16:35:58.5428821Z test_get_torch_func_signature_exhaustive_fft_hfftn_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.007s) 2022-09-27T16:35:58.5483899Z test_get_torch_func_signature_exhaustive_fft_ifft2_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-09-27T16:35:58.5541696Z test_get_torch_func_signature_exhaustive_fft_ifft_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.006s) 2022-09-27T16:35:58.5605658Z test_get_torch_func_signature_exhaustive_fft_ifftn_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.006s) 2022-09-27T16:35:58.5646270Z test_get_torch_func_signature_exhaustive_fft_ifftshift_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-09-27T16:35:58.5704272Z test_get_torch_func_signature_exhaustive_fft_ihfft2_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.006s) 2022-09-27T16:35:58.5758936Z test_get_torch_func_signature_exhaustive_fft_ihfft_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-09-27T16:35:58.5822522Z test_get_torch_func_signature_exhaustive_fft_ihfftn_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.006s) 2022-09-27T16:35:58.5880844Z test_get_torch_func_signature_exhaustive_fft_irfft2_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.006s) 2022-09-27T16:35:58.5935381Z test_get_torch_func_signature_exhaustive_fft_irfft_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-09-27T16:35:58.5998040Z test_get_torch_func_signature_exhaustive_fft_irfftn_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.006s) 2022-09-27T16:35:58.6048030Z test_get_torch_func_signature_exhaustive_fft_rfft2_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-09-27T16:35:58.6100214Z test_get_torch_func_signature_exhaustive_fft_rfft_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-09-27T16:35:58.6158458Z test_get_torch_func_signature_exhaustive_fft_rfftn_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.006s) 2022-09-27T16:35:58.6171521Z test_get_torch_func_signature_exhaustive_fill_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:35:58.6214296Z test_get_torch_func_signature_exhaustive_flatten_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-09-27T16:35:58.6270345Z test_get_torch_func_signature_exhaustive_flip_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.006s) 2022-09-27T16:35:58.6292493Z test_get_torch_func_signature_exhaustive_fliplr_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T16:35:58.6314848Z test_get_torch_func_signature_exhaustive_flipud_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T16:35:58.6327332Z test_get_torch_func_signature_exhaustive_float_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:35:58.6420597Z test_get_torch_func_signature_exhaustive_float_power_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.009s) 2022-09-27T16:35:58.6445034Z test_get_torch_func_signature_exhaustive_floor_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T16:35:58.6554418Z test_get_torch_func_signature_exhaustive_floor_divide_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.011s) 2022-09-27T16:35:58.6628325Z test_get_torch_func_signature_exhaustive_fmax_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.007s) 2022-09-27T16:35:58.6702754Z test_get_torch_func_signature_exhaustive_fmin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.007s) 2022-09-27T16:35:58.6820612Z test_get_torch_func_signature_exhaustive_fmod_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.012s) 2022-09-27T16:35:58.6848215Z test_get_torch_func_signature_exhaustive_frac_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T16:35:58.6879809Z test_get_torch_func_signature_exhaustive_frexp_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T16:35:58.6942022Z test_get_torch_func_signature_exhaustive_full_like_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.006s) 2022-09-27T16:35:58.7002890Z test_get_torch_func_signature_exhaustive_gather_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.006s) 2022-09-27T16:35:58.7092129Z test_get_torch_func_signature_exhaustive_ge_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.009s) 2022-09-27T16:35:58.7444565Z test_get_torch_func_signature_exhaustive_geqrf_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.035s) 2022-09-27T16:35:58.7601965Z test_get_torch_func_signature_exhaustive_gradient_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.016s) 2022-09-27T16:35:58.7695223Z test_get_torch_func_signature_exhaustive_gt_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.009s) 2022-09-27T16:35:58.7708978Z test_get_torch_func_signature_exhaustive_half_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:35:58.7788718Z test_get_torch_func_signature_exhaustive_heaviside_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.008s) 2022-09-27T16:35:58.8172642Z test_get_torch_func_signature_exhaustive_histc_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.038s) 2022-09-27T16:35:58.9248589Z test_get_torch_func_signature_exhaustive_histogram_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.107s) 2022-09-27T16:35:59.0687233Z test_get_torch_func_signature_exhaustive_histogramdd_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.144s) 2022-09-27T16:35:59.0716121Z test_get_torch_func_signature_exhaustive_hsplit_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T16:35:59.0752403Z test_get_torch_func_signature_exhaustive_hstack_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-09-27T16:35:59.0828850Z test_get_torch_func_signature_exhaustive_hypot_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.008s) 2022-09-27T16:35:59.0853254Z test_get_torch_func_signature_exhaustive_i0_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T16:35:59.0929713Z test_get_torch_func_signature_exhaustive_igamma_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.008s) 2022-09-27T16:35:59.1006438Z test_get_torch_func_signature_exhaustive_igammac_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.008s) 2022-09-27T16:35:59.1090807Z test_get_torch_func_signature_exhaustive_index_add_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.008s) 2022-09-27T16:35:59.1134721Z test_get_torch_func_signature_exhaustive_index_copy_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-09-27T16:35:59.1186915Z test_get_torch_func_signature_exhaustive_index_fill_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-09-27T16:35:59.1244700Z test_get_torch_func_signature_exhaustive_index_put_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.006s) 2022-09-27T16:35:59.1274445Z test_get_torch_func_signature_exhaustive_index_reduce_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1026: UserWarning: index_reduce() is in beta and the API may change at any time. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1007.) 2022-09-27T16:35:59.1275464Z return self.op(*args, **kwargs) 2022-09-27T16:35:59.1512791Z ok (0.027s) 2022-09-27T16:35:59.1549766Z test_get_torch_func_signature_exhaustive_index_select_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-09-27T16:35:59.1974951Z test_get_torch_func_signature_exhaustive_inner_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.042s) 2022-09-27T16:35:59.1988245Z test_get_torch_func_signature_exhaustive_int_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:35:59.2184159Z test_get_torch_func_signature_exhaustive_isclose_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.019s) 2022-09-27T16:35:59.2216086Z test_get_torch_func_signature_exhaustive_isfinite_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T16:35:59.2271131Z test_get_torch_func_signature_exhaustive_isin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-09-27T16:35:59.2295708Z test_get_torch_func_signature_exhaustive_isinf_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T16:35:59.2320041Z test_get_torch_func_signature_exhaustive_isnan_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T16:35:59.2341790Z test_get_torch_func_signature_exhaustive_isneginf_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T16:35:59.2364037Z test_get_torch_func_signature_exhaustive_isposinf_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T16:35:59.2389879Z test_get_torch_func_signature_exhaustive_isreal_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T16:35:59.2429470Z test_get_torch_func_signature_exhaustive_istft_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1026: UserWarning: istft will require a complex-valued input tensor in a future PyTorch release. Matching the output from stft with return_complex=True. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/SpectralOps.cpp:980.) 2022-09-27T16:35:59.2430268Z return self.op(*args, **kwargs) 2022-09-27T16:35:59.2564329Z ok (0.017s) 2022-09-27T16:35:59.2577300Z test_get_torch_func_signature_exhaustive_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:35:59.2590134Z test_get_torch_func_signature_exhaustive_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:35:59.2602008Z test_get_torch_func_signature_exhaustive_jiterator_binary_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:35:59.2613707Z test_get_torch_func_signature_exhaustive_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:35:59.2625615Z test_get_torch_func_signature_exhaustive_jiterator_unary_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:35:59.2654709Z test_get_torch_func_signature_exhaustive_kron_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T16:35:59.2725041Z test_get_torch_func_signature_exhaustive_kthvalue_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.007s) 2022-09-27T16:35:59.2818862Z test_get_torch_func_signature_exhaustive_ldexp_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.009s) 2022-09-27T16:35:59.2910589Z test_get_torch_func_signature_exhaustive_le_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.009s) 2022-09-27T16:35:59.3037754Z test_get_torch_func_signature_exhaustive_lerp_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.013s) 2022-09-27T16:35:59.3070915Z test_get_torch_func_signature_exhaustive_lgamma_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T16:35:59.3143607Z test_get_torch_func_signature_exhaustive_linalg_cholesky_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.007s) 2022-09-27T16:35:59.3207886Z test_get_torch_func_signature_exhaustive_linalg_cholesky_ex_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.006s) 2022-09-27T16:35:59.3255836Z test_get_torch_func_signature_exhaustive_linalg_cond_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-09-27T16:35:59.3296655Z test_get_torch_func_signature_exhaustive_linalg_cross_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-09-27T16:35:59.3427944Z test_get_torch_func_signature_exhaustive_linalg_det_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.013s) 2022-09-27T16:35:59.4089065Z test_get_torch_func_signature_exhaustive_linalg_det_singular_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.066s) 2022-09-27T16:35:59.4221955Z test_get_torch_func_signature_exhaustive_linalg_eig_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.013s) 2022-09-27T16:35:59.4328650Z test_get_torch_func_signature_exhaustive_linalg_eigh_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.011s) 2022-09-27T16:35:59.4444425Z test_get_torch_func_signature_exhaustive_linalg_eigvals_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.011s) 2022-09-27T16:35:59.4544755Z test_get_torch_func_signature_exhaustive_linalg_eigvalsh_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.010s) 2022-09-27T16:35:59.4615559Z test_get_torch_func_signature_exhaustive_linalg_householder_product_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.007s) 2022-09-27T16:35:59.4718853Z test_get_torch_func_signature_exhaustive_linalg_inv_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.010s) 2022-09-27T16:35:59.4816995Z test_get_torch_func_signature_exhaustive_linalg_inv_ex_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.010s) 2022-09-27T16:35:59.4854702Z test_get_torch_func_signature_exhaustive_linalg_ldl_factor_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-09-27T16:35:59.4890478Z test_get_torch_func_signature_exhaustive_linalg_ldl_factor_ex_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T16:35:59.4968813Z test_get_torch_func_signature_exhaustive_linalg_ldl_solve_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.008s) 2022-09-27T16:35:59.5595405Z test_get_torch_func_signature_exhaustive_linalg_lstsq_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.062s) 2022-09-27T16:35:59.5608988Z test_get_torch_func_signature_exhaustive_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:35:59.5756860Z test_get_torch_func_signature_exhaustive_linalg_lu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.015s) 2022-09-27T16:35:59.5978718Z test_get_torch_func_signature_exhaustive_linalg_lu_factor_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.022s) 2022-09-27T16:35:59.6068779Z test_get_torch_func_signature_exhaustive_linalg_lu_factor_ex_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.009s) 2022-09-27T16:35:59.6548042Z test_get_torch_func_signature_exhaustive_linalg_lu_solve_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.048s) 2022-09-27T16:35:59.6910350Z test_get_torch_func_signature_exhaustive_linalg_matrix_norm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.036s) 2022-09-27T16:35:59.7086151Z test_get_torch_func_signature_exhaustive_linalg_matrix_power_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.018s) 2022-09-27T16:35:59.7948880Z test_get_torch_func_signature_exhaustive_linalg_matrix_rank_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.086s) 2022-09-27T16:35:59.8078858Z test_get_torch_func_signature_exhaustive_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.013s) 2022-09-27T16:35:59.8159277Z test_get_torch_func_signature_exhaustive_linalg_multi_dot_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.008s) 2022-09-27T16:35:59.8555296Z test_get_torch_func_signature_exhaustive_linalg_norm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.039s) 2022-09-27T16:35:59.8672035Z test_get_torch_func_signature_exhaustive_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.012s) 2022-09-27T16:35:59.8893021Z test_get_torch_func_signature_exhaustive_linalg_pinv_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.022s) 2022-09-27T16:35:59.9024052Z test_get_torch_func_signature_exhaustive_linalg_pinv_hermitian_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.013s) 2022-09-27T16:35:59.9038041Z test_get_torch_func_signature_exhaustive_linalg_pinv_singular_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:35:59.9390457Z test_get_torch_func_signature_exhaustive_linalg_qr_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.035s) 2022-09-27T16:35:59.9526023Z test_get_torch_func_signature_exhaustive_linalg_slogdet_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.014s) 2022-09-27T16:35:59.9773345Z test_get_torch_func_signature_exhaustive_linalg_solve_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.025s) 2022-09-27T16:36:00.0015144Z test_get_torch_func_signature_exhaustive_linalg_solve_ex_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.024s) 2022-09-27T16:36:00.1201655Z test_get_torch_func_signature_exhaustive_linalg_solve_triangular_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.119s) 2022-09-27T16:36:00.3517316Z test_get_torch_func_signature_exhaustive_linalg_svd_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.231s) 2022-09-27T16:36:00.3689075Z test_get_torch_func_signature_exhaustive_linalg_svdvals_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.017s) 2022-09-27T16:36:00.3744027Z test_get_torch_func_signature_exhaustive_linalg_tensorinv_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-09-27T16:36:00.3806114Z test_get_torch_func_signature_exhaustive_linalg_tensorsolve_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.006s) 2022-09-27T16:36:00.3869894Z test_get_torch_func_signature_exhaustive_linalg_vander_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.006s) 2022-09-27T16:36:00.4359569Z test_get_torch_func_signature_exhaustive_linalg_vecdot_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.049s) 2022-09-27T16:36:00.4553287Z test_get_torch_func_signature_exhaustive_linalg_vector_norm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.019s) 2022-09-27T16:36:00.4598874Z test_get_torch_func_signature_exhaustive_linspace_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-09-27T16:36:00.4631077Z test_get_torch_func_signature_exhaustive_log10_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T16:36:00.4654624Z test_get_torch_func_signature_exhaustive_log1p_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T16:36:00.4682731Z test_get_torch_func_signature_exhaustive_log2_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T16:36:00.4726718Z test_get_torch_func_signature_exhaustive_log_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-09-27T16:36:00.4767552Z test_get_torch_func_signature_exhaustive_log_softmax_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-09-27T16:36:00.4809703Z test_get_torch_func_signature_exhaustive_log_softmax_dtype_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-09-27T16:36:00.4832654Z test_get_torch_func_signature_exhaustive_logaddexp2_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T16:36:00.4855793Z test_get_torch_func_signature_exhaustive_logaddexp_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T16:36:00.4898321Z test_get_torch_func_signature_exhaustive_logcumsumexp_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-09-27T16:36:00.5061224Z test_get_torch_func_signature_exhaustive_logdet_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.016s) 2022-09-27T16:36:00.5137569Z test_get_torch_func_signature_exhaustive_logical_and_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.008s) 2022-09-27T16:36:00.5164540Z test_get_torch_func_signature_exhaustive_logical_not_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T16:36:00.5241124Z test_get_torch_func_signature_exhaustive_logical_or_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.008s) 2022-09-27T16:36:00.5317328Z test_get_torch_func_signature_exhaustive_logical_xor_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.008s) 2022-09-27T16:36:00.5350751Z test_get_torch_func_signature_exhaustive_logit_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T16:36:00.5566606Z test_get_torch_func_signature_exhaustive_logspace_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.021s) 2022-09-27T16:36:00.5675852Z test_get_torch_func_signature_exhaustive_logsumexp_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.011s) 2022-09-27T16:36:00.5688121Z test_get_torch_func_signature_exhaustive_long_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:36:00.5778751Z test_get_torch_func_signature_exhaustive_lt_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.009s) 2022-09-27T16:36:00.5790182Z test_get_torch_func_signature_exhaustive_lu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:36:00.5827056Z test_get_torch_func_signature_exhaustive_lu_solve_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1026: UserWarning: torch.lu_solve is deprecated in favor of torch.linalg.lu_solveand will be removed in a future PyTorch release. 2022-09-27T16:36:00.5827619Z Note that torch.linalg.lu_solve has its arguments reversed. 2022-09-27T16:36:00.5827855Z X = torch.lu_solve(B, LU, pivots) 2022-09-27T16:36:00.5828063Z should be replaced with 2022-09-27T16:36:00.5828406Z X = torch.linalg.lu_solve(LU, pivots, B) (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2079.) 2022-09-27T16:36:00.5828740Z return self.op(*args, **kwargs) 2022-09-27T16:36:00.6161846Z ok (0.037s) 2022-09-27T16:36:00.6317204Z test_get_torch_func_signature_exhaustive_lu_unpack_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.015s) 2022-09-27T16:36:00.6328988Z test_get_torch_func_signature_exhaustive_mH_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:36:00.6341055Z test_get_torch_func_signature_exhaustive_mT_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:36:00.6413608Z test_get_torch_func_signature_exhaustive_masked_fill_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.007s) 2022-09-27T16:36:00.6465820Z test_get_torch_func_signature_exhaustive_masked_scatter_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-09-27T16:36:00.6520241Z test_get_torch_func_signature_exhaustive_masked_select_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-09-27T16:36:00.6636417Z test_get_torch_func_signature_exhaustive_matmul_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.011s) 2022-09-27T16:36:00.6706064Z test_get_torch_func_signature_exhaustive_matrix_exp_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.007s) 2022-09-27T16:36:00.6797018Z test_get_torch_func_signature_exhaustive_max_binary_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.009s) 2022-09-27T16:36:00.6836114Z test_get_torch_func_signature_exhaustive_max_reduction_no_dim_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-09-27T16:36:00.6931035Z test_get_torch_func_signature_exhaustive_max_reduction_with_dim_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.009s) 2022-09-27T16:36:00.7005351Z test_get_torch_func_signature_exhaustive_maximum_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.007s) 2022-09-27T16:36:00.7078993Z test_get_torch_func_signature_exhaustive_mean_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.007s) 2022-09-27T16:36:00.7134523Z test_get_torch_func_signature_exhaustive_median_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.006s) 2022-09-27T16:36:00.7146211Z test_get_torch_func_signature_exhaustive_meshgrid_list_of_tensors_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:36:00.7156244Z test_get_torch_func_signature_exhaustive_meshgrid_variadic_tensors_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:36:00.7245448Z test_get_torch_func_signature_exhaustive_min_binary_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.009s) 2022-09-27T16:36:00.7284254Z test_get_torch_func_signature_exhaustive_min_reduction_no_dim_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-09-27T16:36:00.7332657Z test_get_torch_func_signature_exhaustive_min_reduction_with_dim_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-09-27T16:36:00.7409852Z test_get_torch_func_signature_exhaustive_minimum_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.008s) 2022-09-27T16:36:00.7433695Z test_get_torch_func_signature_exhaustive_mm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T16:36:00.7496210Z test_get_torch_func_signature_exhaustive_mode_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.006s) 2022-09-27T16:36:00.7522467Z test_get_torch_func_signature_exhaustive_movedim_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T16:36:00.7775613Z test_get_torch_func_signature_exhaustive_msort_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.025s) 2022-09-27T16:36:00.7878781Z test_get_torch_func_signature_exhaustive_mul_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.010s) 2022-09-27T16:36:00.7890504Z test_get_torch_func_signature_exhaustive_multinomial_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:36:00.7913855Z test_get_torch_func_signature_exhaustive_mv_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T16:36:00.7986169Z test_get_torch_func_signature_exhaustive_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.007s) 2022-09-27T16:36:00.8057587Z test_get_torch_func_signature_exhaustive_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.007s) 2022-09-27T16:36:00.8129787Z test_get_torch_func_signature_exhaustive_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.007s) 2022-09-27T16:36:00.8162895Z test_get_torch_func_signature_exhaustive_nan_to_num_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T16:36:00.8284459Z test_get_torch_func_signature_exhaustive_nanmean_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.012s) 2022-09-27T16:36:00.8346899Z test_get_torch_func_signature_exhaustive_nanmedian_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.006s) 2022-09-27T16:36:00.8879246Z test_get_torch_func_signature_exhaustive_nanquantile_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.053s) 2022-09-27T16:36:00.8943531Z test_get_torch_func_signature_exhaustive_nansum_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.006s) 2022-09-27T16:36:00.8985322Z test_get_torch_func_signature_exhaustive_narrow_copy_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-09-27T16:36:00.9029444Z test_get_torch_func_signature_exhaustive_narrow_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-09-27T16:36:00.9192163Z test_get_torch_func_signature_exhaustive_native_layer_norm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.016s) 2022-09-27T16:36:00.9291774Z test_get_torch_func_signature_exhaustive_ne_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.010s) 2022-09-27T16:36:00.9314627Z test_get_torch_func_signature_exhaustive_neg_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T16:36:00.9326268Z test_get_torch_func_signature_exhaustive_new_empty_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:36:00.9337199Z test_get_torch_func_signature_exhaustive_new_empty_strided_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:36:00.9347835Z test_get_torch_func_signature_exhaustive_new_full_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:36:00.9359365Z test_get_torch_func_signature_exhaustive_new_ones_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:36:00.9371063Z test_get_torch_func_signature_exhaustive_new_zeros_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:36:00.9447026Z test_get_torch_func_signature_exhaustive_nextafter_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.008s) 2022-09-27T16:36:00.9491499Z test_get_torch_func_signature_exhaustive_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-09-27T16:36:00.9502584Z test_get_torch_func_signature_exhaustive_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:36:00.9513575Z test_get_torch_func_signature_exhaustive_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:36:00.9525136Z test_get_torch_func_signature_exhaustive_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:36:00.9535934Z test_get_torch_func_signature_exhaustive_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:36:00.9546196Z test_get_torch_func_signature_exhaustive_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:36:00.9607343Z test_get_torch_func_signature_exhaustive_nn_functional_avg_pool1d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.006s) 2022-09-27T16:36:00.9662102Z test_get_torch_func_signature_exhaustive_nn_functional_avg_pool2d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-09-27T16:36:00.9719290Z test_get_torch_func_signature_exhaustive_nn_functional_avg_pool3d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.006s) 2022-09-27T16:36:00.9730211Z test_get_torch_func_signature_exhaustive_nn_functional_batch_norm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:36:01.0072846Z test_get_torch_func_signature_exhaustive_nn_functional_bilinear_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.034s) 2022-09-27T16:36:01.0084690Z test_get_torch_func_signature_exhaustive_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:36:01.0095533Z test_get_torch_func_signature_exhaustive_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:36:01.0106414Z test_get_torch_func_signature_exhaustive_nn_functional_celu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:36:01.0256554Z test_get_torch_func_signature_exhaustive_nn_functional_conv1d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.015s) 2022-09-27T16:36:01.0440918Z test_get_torch_func_signature_exhaustive_nn_functional_conv2d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1026: UserWarning: Using padding='same' with even kernel lengths and odd dilation may require a zero-padded copy of the input be created (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Convolution.cpp:894.) 2022-09-27T16:36:01.0441571Z return self.op(*args, **kwargs) 2022-09-27T16:36:01.0714638Z ok (0.046s) 2022-09-27T16:36:01.0842800Z test_get_torch_func_signature_exhaustive_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.013s) 2022-09-27T16:36:01.0995935Z test_get_torch_func_signature_exhaustive_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.015s) 2022-09-27T16:36:01.1167388Z test_get_torch_func_signature_exhaustive_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.017s) 2022-09-27T16:36:01.1179035Z test_get_torch_func_signature_exhaustive_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:36:01.1287666Z test_get_torch_func_signature_exhaustive_nn_functional_cosine_similarity_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.011s) 2022-09-27T16:36:01.1299915Z test_get_torch_func_signature_exhaustive_nn_functional_cross_entropy_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:36:01.1311311Z test_get_torch_func_signature_exhaustive_nn_functional_ctc_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:36:01.1322240Z test_get_torch_func_signature_exhaustive_nn_functional_dropout2d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:36:01.1333240Z test_get_torch_func_signature_exhaustive_nn_functional_dropout3d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:36:01.1343857Z test_get_torch_func_signature_exhaustive_nn_functional_dropout_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:36:01.1354965Z test_get_torch_func_signature_exhaustive_nn_functional_elu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:36:01.1365875Z test_get_torch_func_signature_exhaustive_nn_functional_embedding_bag_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:36:01.1376677Z test_get_torch_func_signature_exhaustive_nn_functional_embedding_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:36:01.1387540Z test_get_torch_func_signature_exhaustive_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:36:01.1398690Z test_get_torch_func_signature_exhaustive_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:36:01.1409518Z test_get_torch_func_signature_exhaustive_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:36:01.1420389Z test_get_torch_func_signature_exhaustive_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:36:01.1431434Z test_get_torch_func_signature_exhaustive_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:36:01.1478495Z test_get_torch_func_signature_exhaustive_nn_functional_gelu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-09-27T16:36:01.1490567Z test_get_torch_func_signature_exhaustive_nn_functional_glu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:36:01.1501494Z test_get_torch_func_signature_exhaustive_nn_functional_grid_sample_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:36:01.1512660Z test_get_torch_func_signature_exhaustive_nn_functional_group_norm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:36:01.1551486Z test_get_torch_func_signature_exhaustive_nn_functional_hardshrink_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-09-27T16:36:01.1563195Z test_get_torch_func_signature_exhaustive_nn_functional_hardsigmoid_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:36:01.1574480Z test_get_torch_func_signature_exhaustive_nn_functional_hardswish_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:36:01.1585279Z test_get_torch_func_signature_exhaustive_nn_functional_hardtanh_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:36:01.1596315Z test_get_torch_func_signature_exhaustive_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:36:01.1607061Z test_get_torch_func_signature_exhaustive_nn_functional_huber_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:36:01.1618013Z test_get_torch_func_signature_exhaustive_nn_functional_instance_norm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:36:01.1628439Z test_get_torch_func_signature_exhaustive_nn_functional_interpolate_area_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:36:01.1639389Z test_get_torch_func_signature_exhaustive_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:36:01.1649892Z test_get_torch_func_signature_exhaustive_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:36:01.1660404Z test_get_torch_func_signature_exhaustive_nn_functional_interpolate_linear_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:36:01.1671254Z test_get_torch_func_signature_exhaustive_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:36:01.1681873Z test_get_torch_func_signature_exhaustive_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:36:01.1692361Z test_get_torch_func_signature_exhaustive_nn_functional_kl_div_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:36:01.1702783Z test_get_torch_func_signature_exhaustive_nn_functional_l1_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:36:01.1713552Z test_get_torch_func_signature_exhaustive_nn_functional_layer_norm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:36:01.1724444Z test_get_torch_func_signature_exhaustive_nn_functional_leaky_relu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:36:01.1872530Z test_get_torch_func_signature_exhaustive_nn_functional_linear_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.015s) 2022-09-27T16:36:01.1914601Z test_get_torch_func_signature_exhaustive_nn_functional_local_response_norm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.004s) 2022-09-27T16:36:01.1943991Z test_get_torch_func_signature_exhaustive_nn_functional_logsigmoid_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T16:36:01.1955325Z test_get_torch_func_signature_exhaustive_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:36:01.1965846Z test_get_torch_func_signature_exhaustive_nn_functional_max_pool1d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:36:01.1976466Z test_get_torch_func_signature_exhaustive_nn_functional_max_pool2d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:36:01.1987058Z test_get_torch_func_signature_exhaustive_nn_functional_max_pool3d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:36:01.1997886Z test_get_torch_func_signature_exhaustive_nn_functional_max_unpool1d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:36:01.2008491Z test_get_torch_func_signature_exhaustive_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:36:01.2019521Z test_get_torch_func_signature_exhaustive_nn_functional_max_unpool2d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:36:01.2030459Z test_get_torch_func_signature_exhaustive_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:36:01.2041009Z test_get_torch_func_signature_exhaustive_nn_functional_max_unpool3d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:36:01.2051582Z test_get_torch_func_signature_exhaustive_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:36:01.2062120Z test_get_torch_func_signature_exhaustive_nn_functional_mish_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:36:01.2074084Z test_get_torch_func_signature_exhaustive_nn_functional_mse_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:36:01.2084747Z test_get_torch_func_signature_exhaustive_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:36:01.2095401Z test_get_torch_func_signature_exhaustive_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:36:01.2105905Z test_get_torch_func_signature_exhaustive_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:36:01.2116804Z test_get_torch_func_signature_exhaustive_nn_functional_nll_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:36:01.2127273Z test_get_torch_func_signature_exhaustive_nn_functional_normalize_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:36:01.2190259Z test_get_torch_func_signature_exhaustive_nn_functional_pad_circular_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.006s) 2022-09-27T16:36:01.2398047Z test_get_torch_func_signature_exhaustive_nn_functional_pad_constant_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.021s) 2022-09-27T16:36:01.2461742Z test_get_torch_func_signature_exhaustive_nn_functional_pad_reflect_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.006s) 2022-09-27T16:36:01.2523882Z test_get_torch_func_signature_exhaustive_nn_functional_pad_replicate_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.006s) 2022-09-27T16:36:01.2587805Z test_get_torch_func_signature_exhaustive_nn_functional_pairwise_distance_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.006s) 2022-09-27T16:36:01.2635414Z test_get_torch_func_signature_exhaustive_nn_functional_pdist_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-09-27T16:36:01.2660798Z test_get_torch_func_signature_exhaustive_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T16:36:01.2687025Z test_get_torch_func_signature_exhaustive_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T16:36:01.2699286Z test_get_torch_func_signature_exhaustive_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:36:01.2816942Z test_get_torch_func_signature_exhaustive_nn_functional_prelu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.012s) 2022-09-27T16:36:01.2828399Z test_get_torch_func_signature_exhaustive_nn_functional_relu6_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:36:01.2839924Z test_get_torch_func_signature_exhaustive_nn_functional_relu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:36:01.2851056Z test_get_torch_func_signature_exhaustive_nn_functional_rrelu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:36:01.2861989Z test_get_torch_func_signature_exhaustive_nn_functional_selu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:36:01.2872609Z test_get_torch_func_signature_exhaustive_nn_functional_silu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:36:01.2883601Z test_get_torch_func_signature_exhaustive_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:36:01.2894527Z test_get_torch_func_signature_exhaustive_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:36:01.2905044Z test_get_torch_func_signature_exhaustive_nn_functional_softmin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:36:01.2916912Z test_get_torch_func_signature_exhaustive_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:36:01.2949583Z test_get_torch_func_signature_exhaustive_nn_functional_softplus_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T16:36:01.2984852Z test_get_torch_func_signature_exhaustive_nn_functional_softshrink_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T16:36:01.2996354Z test_get_torch_func_signature_exhaustive_nn_functional_softsign_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:36:01.3006867Z test_get_torch_func_signature_exhaustive_nn_functional_tanhshrink_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:36:01.3017277Z test_get_torch_func_signature_exhaustive_nn_functional_threshold_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:36:01.3027914Z test_get_torch_func_signature_exhaustive_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:36:01.3038569Z test_get_torch_func_signature_exhaustive_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:36:01.3048932Z test_get_torch_func_signature_exhaustive_nn_functional_unfold_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:36:01.3059357Z test_get_torch_func_signature_exhaustive_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:36:01.3070016Z test_get_torch_func_signature_exhaustive_nn_functional_upsample_nearest_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:36:01.3082212Z test_get_torch_func_signature_exhaustive_nonzero_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... expected failure (0.001s) 2022-09-27T16:36:01.3092969Z test_get_torch_func_signature_exhaustive_norm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:36:01.3103666Z test_get_torch_func_signature_exhaustive_norm_fro_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:36:01.3114725Z test_get_torch_func_signature_exhaustive_norm_inf_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:36:01.3125622Z test_get_torch_func_signature_exhaustive_norm_nuc_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:36:01.3136450Z test_get_torch_func_signature_exhaustive_normal_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:36:01.3147303Z test_get_torch_func_signature_exhaustive_normal_number_mean_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:36:01.3174793Z test_get_torch_func_signature_exhaustive_ones_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T16:36:01.3218965Z test_get_torch_func_signature_exhaustive_ones_like_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-09-27T16:36:01.4525465Z test_get_torch_func_signature_exhaustive_ormqr_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.130s) 2022-09-27T16:36:01.4551908Z test_get_torch_func_signature_exhaustive_outer_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T16:36:01.4564958Z test_get_torch_func_signature_exhaustive_pca_lowrank_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:36:01.4595768Z test_get_torch_func_signature_exhaustive_permute_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T16:36:01.4713341Z test_get_torch_func_signature_exhaustive_pinverse_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.012s) 2022-09-27T16:36:01.4799482Z test_get_torch_func_signature_exhaustive_polar_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.009s) 2022-09-27T16:36:01.4812861Z test_get_torch_func_signature_exhaustive_polygamma_polygamma_n_0_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:36:01.4823661Z test_get_torch_func_signature_exhaustive_polygamma_polygamma_n_1_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:36:01.4834845Z test_get_torch_func_signature_exhaustive_polygamma_polygamma_n_2_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:36:01.4845829Z test_get_torch_func_signature_exhaustive_polygamma_polygamma_n_3_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:36:01.4856940Z test_get_torch_func_signature_exhaustive_polygamma_polygamma_n_4_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:36:01.4881654Z test_get_torch_func_signature_exhaustive_positive_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T16:36:01.4978564Z test_get_torch_func_signature_exhaustive_pow_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.010s) 2022-09-27T16:36:01.5174263Z test_get_torch_func_signature_exhaustive_prod_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.019s) 2022-09-27T16:36:01.5265252Z test_get_torch_func_signature_exhaustive_put_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.009s) 2022-09-27T16:36:01.5299036Z test_get_torch_func_signature_exhaustive_qr_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1026: UserWarning: torch.qr is deprecated in favor of torch.linalg.qr and will be removed in a future PyTorch release. 2022-09-27T16:36:01.5300202Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-09-27T16:36:01.5300505Z Q, R = torch.qr(A, some) 2022-09-27T16:36:01.5300704Z should be replaced with 2022-09-27T16:36:01.5301179Z 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-27T16:36:01.5301514Z return self.op(*args, **kwargs) 2022-09-27T16:36:01.5625992Z ok (0.036s) 2022-09-27T16:36:01.6109548Z test_get_torch_func_signature_exhaustive_quantile_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.048s) 2022-09-27T16:36:01.6139933Z test_get_torch_func_signature_exhaustive_rad2deg_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T16:36:01.6152050Z test_get_torch_func_signature_exhaustive_rand_like_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:36:01.6163208Z test_get_torch_func_signature_exhaustive_randint_like_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:36:01.6173803Z test_get_torch_func_signature_exhaustive_randn_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:36:01.6184572Z test_get_torch_func_signature_exhaustive_randn_like_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:36:01.6214600Z test_get_torch_func_signature_exhaustive_ravel_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T16:36:01.6238234Z test_get_torch_func_signature_exhaustive_real_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T16:36:01.6263604Z test_get_torch_func_signature_exhaustive_reciprocal_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T16:36:01.6383334Z test_get_torch_func_signature_exhaustive_remainder_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.012s) 2022-09-27T16:36:01.6421115Z test_get_torch_func_signature_exhaustive_renorm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-09-27T16:36:01.6432685Z test_get_torch_func_signature_exhaustive_repeat_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:36:01.6478901Z test_get_torch_func_signature_exhaustive_repeat_interleave_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-09-27T16:36:01.6489755Z test_get_torch_func_signature_exhaustive_reshape_as_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:36:01.6528516Z test_get_torch_func_signature_exhaustive_reshape_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-09-27T16:36:01.6539448Z test_get_torch_func_signature_exhaustive_resize__cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:36:01.6550203Z test_get_torch_func_signature_exhaustive_resize_as__cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:36:01.6568965Z test_get_torch_func_signature_exhaustive_resolve_conj_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T16:36:01.6587896Z test_get_torch_func_signature_exhaustive_resolve_neg_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T16:36:01.6666670Z test_get_torch_func_signature_exhaustive_roll_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.008s) 2022-09-27T16:36:01.6814619Z test_get_torch_func_signature_exhaustive_rot90_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.015s) 2022-09-27T16:36:01.6840260Z test_get_torch_func_signature_exhaustive_round_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T16:36:01.6871036Z test_get_torch_func_signature_exhaustive_round_decimals_0_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T16:36:01.6901432Z test_get_torch_func_signature_exhaustive_round_decimals_3_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T16:36:01.6931243Z test_get_torch_func_signature_exhaustive_round_decimals_neg_3_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T16:36:01.6956418Z test_get_torch_func_signature_exhaustive_rsqrt_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T16:36:01.7045496Z test_get_torch_func_signature_exhaustive_rsub_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.009s) 2022-09-27T16:36:01.7142503Z test_get_torch_func_signature_exhaustive_scatter_add_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.010s) 2022-09-27T16:36:01.7279554Z test_get_torch_func_signature_exhaustive_scatter_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.014s) 2022-09-27T16:36:01.7339659Z test_get_torch_func_signature_exhaustive_scatter_reduce_amax_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1026: UserWarning: scatter_reduce() is in beta and the API may change at any time. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1614.) 2022-09-27T16:36:01.7340498Z return self.op(*args, **kwargs) 2022-09-27T16:36:01.7467204Z ok (0.019s) 2022-09-27T16:36:01.7652228Z test_get_torch_func_signature_exhaustive_scatter_reduce_amin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.018s) 2022-09-27T16:36:01.7871373Z test_get_torch_func_signature_exhaustive_scatter_reduce_mean_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.022s) 2022-09-27T16:36:01.8094003Z test_get_torch_func_signature_exhaustive_scatter_reduce_prod_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.022s) 2022-09-27T16:36:01.8278342Z test_get_torch_func_signature_exhaustive_scatter_reduce_sum_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.018s) 2022-09-27T16:36:01.8787611Z test_get_torch_func_signature_exhaustive_searchsorted_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1026: UserWarning: torch.searchsorted(): input value tensor is non-contiguous, this will lower the performance due to extra data copy when converting non-contiguous tensor to contiguous, please use contiguous input value tensor if possible. This message will only appear once per program. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BucketizationUtils.h:35.) 2022-09-27T16:36:01.8788408Z return self.op(*args, **kwargs) 2022-09-27T16:36:01.8789369Z /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-27T16:36:01.8790180Z return self.op(*args, **kwargs) 2022-09-27T16:36:01.8903967Z ok (0.062s) 2022-09-27T16:36:01.9387352Z test_get_torch_func_signature_exhaustive_segment_reduce_lengths_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.048s) 2022-09-27T16:36:01.9891933Z test_get_torch_func_signature_exhaustive_segment_reduce_offsets_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.050s) 2022-09-27T16:36:01.9930662Z test_get_torch_func_signature_exhaustive_select_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-09-27T16:36:01.9982661Z test_get_torch_func_signature_exhaustive_select_scatter_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-09-27T16:36:02.0002731Z test_get_torch_func_signature_exhaustive_sgn_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T16:36:02.0014031Z test_get_torch_func_signature_exhaustive_short_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:36:02.0038996Z test_get_torch_func_signature_exhaustive_sigmoid_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T16:36:02.0058660Z test_get_torch_func_signature_exhaustive_sign_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T16:36:02.0078860Z test_get_torch_func_signature_exhaustive_signbit_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T16:36:02.0101662Z test_get_torch_func_signature_exhaustive_sin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T16:36:02.0128426Z test_get_torch_func_signature_exhaustive_sinc_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T16:36:02.0152121Z test_get_torch_func_signature_exhaustive_sinh_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T16:36:02.0349901Z test_get_torch_func_signature_exhaustive_slice_scatter_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.020s) 2022-09-27T16:36:02.0391040Z test_get_torch_func_signature_exhaustive_softmax_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-09-27T16:36:02.0432787Z test_get_torch_func_signature_exhaustive_softmax_with_dtype_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-09-27T16:36:02.0872685Z test_get_torch_func_signature_exhaustive_sort_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.044s) 2022-09-27T16:36:02.0892844Z test_get_torch_func_signature_exhaustive_sparse_sampled_addmm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_methods_invocations.py:937: UserWarning: Sparse CSR tensor support is in beta state. If you miss a functionality in the sparse tensor support, please submit a feature request to https://github.com/pytorch/pytorch/issues. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/SparseCsrTensorImpl.cpp:56.) 2022-09-27T16:36:02.0893587Z torch.eye(m, n, device=device, dtype=dtype) 2022-09-27T16:36:02.1024543Z ok (0.015s) 2022-09-27T16:36:02.1052647Z test_get_torch_func_signature_exhaustive_special_airy_ai_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T16:36:02.1079290Z test_get_torch_func_signature_exhaustive_special_bessel_j0_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T16:36:02.1105351Z test_get_torch_func_signature_exhaustive_special_bessel_j1_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T16:36:02.1131302Z test_get_torch_func_signature_exhaustive_special_bessel_y0_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T16:36:02.1157373Z test_get_torch_func_signature_exhaustive_special_bessel_y1_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T16:36:02.1241175Z test_get_torch_func_signature_exhaustive_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.008s) 2022-09-27T16:36:02.1367963Z test_get_torch_func_signature_exhaustive_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.013s) 2022-09-27T16:36:02.1378866Z test_get_torch_func_signature_exhaustive_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:36:02.1389213Z test_get_torch_func_signature_exhaustive_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:36:02.1412399Z test_get_torch_func_signature_exhaustive_special_entr_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T16:36:02.1439257Z test_get_torch_func_signature_exhaustive_special_erfcx_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T16:36:02.1521684Z test_get_torch_func_signature_exhaustive_special_hermite_polynomial_h_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.008s) 2022-09-27T16:36:02.1602815Z test_get_torch_func_signature_exhaustive_special_hermite_polynomial_he_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.008s) 2022-09-27T16:36:02.1625526Z test_get_torch_func_signature_exhaustive_special_i0e_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T16:36:02.1648558Z test_get_torch_func_signature_exhaustive_special_i1_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T16:36:02.1670824Z test_get_torch_func_signature_exhaustive_special_i1e_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T16:36:02.1751670Z test_get_torch_func_signature_exhaustive_special_laguerre_polynomial_l_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.008s) 2022-09-27T16:36:02.1761962Z test_get_torch_func_signature_exhaustive_special_legendre_polynomial_p_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:36:02.1787333Z test_get_torch_func_signature_exhaustive_special_log_ndtr_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T16:36:02.1813475Z test_get_torch_func_signature_exhaustive_special_modified_bessel_i0_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T16:36:02.1839129Z test_get_torch_func_signature_exhaustive_special_modified_bessel_i1_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T16:36:02.1863956Z test_get_torch_func_signature_exhaustive_special_modified_bessel_k0_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T16:36:02.1891940Z test_get_torch_func_signature_exhaustive_special_modified_bessel_k1_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T16:36:02.1923787Z test_get_torch_func_signature_exhaustive_special_ndtr_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T16:36:02.1949449Z test_get_torch_func_signature_exhaustive_special_ndtri_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T16:36:02.1960920Z test_get_torch_func_signature_exhaustive_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:36:02.1985539Z test_get_torch_func_signature_exhaustive_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T16:36:02.2011634Z test_get_torch_func_signature_exhaustive_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T16:36:02.2022034Z test_get_torch_func_signature_exhaustive_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:36:02.2032159Z test_get_torch_func_signature_exhaustive_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:36:02.2042184Z test_get_torch_func_signature_exhaustive_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:36:02.2052419Z test_get_torch_func_signature_exhaustive_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:36:02.2079428Z test_get_torch_func_signature_exhaustive_special_spherical_bessel_j0_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T16:36:02.2164225Z test_get_torch_func_signature_exhaustive_special_xlog1py_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.008s) 2022-09-27T16:36:02.2249521Z test_get_torch_func_signature_exhaustive_special_zeta_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.008s) 2022-09-27T16:36:02.2261712Z test_get_torch_func_signature_exhaustive_split_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:36:02.2273232Z test_get_torch_func_signature_exhaustive_split_list_args_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:36:02.2306352Z test_get_torch_func_signature_exhaustive_split_with_sizes_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T16:36:02.2331033Z test_get_torch_func_signature_exhaustive_sqrt_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T16:36:02.2358588Z test_get_torch_func_signature_exhaustive_square_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T16:36:02.2401411Z test_get_torch_func_signature_exhaustive_squeeze_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-09-27T16:36:02.2442749Z test_get_torch_func_signature_exhaustive_stack_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-09-27T16:36:02.2524860Z test_get_torch_func_signature_exhaustive_std_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.008s) 2022-09-27T16:36:02.2592530Z test_get_torch_func_signature_exhaustive_std_mean_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.007s) 2022-09-27T16:36:02.2604252Z test_get_torch_func_signature_exhaustive_stft_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:36:02.2711957Z test_get_torch_func_signature_exhaustive_sub_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.011s) 2022-09-27T16:36:02.2814244Z test_get_torch_func_signature_exhaustive_sum_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.010s) 2022-09-27T16:36:02.2826347Z test_get_torch_func_signature_exhaustive_sum_to_size_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:36:02.4828470Z test_get_torch_func_signature_exhaustive_svd_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.200s) 2022-09-27T16:36:02.4841653Z test_get_torch_func_signature_exhaustive_svd_lowrank_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:36:02.4875861Z test_get_torch_func_signature_exhaustive_symeig_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1026: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-09-27T16:36:02.4876560Z 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:36:02.4876909Z L, _ = torch.symeig(A, upper=upper) 2022-09-27T16:36:02.4877100Z should be replaced with 2022-09-27T16:36:02.4877396Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-09-27T16:36:02.4877608Z and 2022-09-27T16:36:02.4877783Z L, V = torch.symeig(A, eigenvectors=True) 2022-09-27T16:36:02.4877992Z should be replaced with 2022-09-27T16:36:02.4878451Z 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-27T16:36:02.4878782Z return self.op(*args, **kwargs) 2022-09-27T16:36:02.4946004Z ok (0.010s) 2022-09-27T16:36:02.4969884Z test_get_torch_func_signature_exhaustive_t_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T16:36:02.5030274Z test_get_torch_func_signature_exhaustive_take_along_dim_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.006s) 2022-09-27T16:36:02.5081358Z test_get_torch_func_signature_exhaustive_take_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-09-27T16:36:02.5105269Z test_get_torch_func_signature_exhaustive_tan_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T16:36:02.5129180Z test_get_torch_func_signature_exhaustive_tanh_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T16:36:02.5192577Z test_get_torch_func_signature_exhaustive_tensor_split_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.006s) 2022-09-27T16:36:02.5203136Z test_get_torch_func_signature_exhaustive_tensordot_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:36:02.5389391Z test_get_torch_func_signature_exhaustive_tile_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.018s) 2022-09-27T16:36:02.5402064Z test_get_torch_func_signature_exhaustive_to_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:36:02.5413701Z test_get_torch_func_signature_exhaustive_to_sparse_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:36:02.5482639Z test_get_torch_func_signature_exhaustive_topk_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.007s) 2022-09-27T16:36:02.5502394Z test_get_torch_func_signature_exhaustive_trace_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T16:36:02.5548206Z test_get_torch_func_signature_exhaustive_transpose_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-09-27T16:36:02.5627691Z test_get_torch_func_signature_exhaustive_trapezoid_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.008s) 2022-09-27T16:36:02.5708403Z test_get_torch_func_signature_exhaustive_trapz_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.008s) 2022-09-27T16:36:02.5747540Z test_get_torch_func_signature_exhaustive_triangular_solve_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1026: UserWarning: torch.triangular_solve is deprecated in favor of torch.linalg.solve_triangularand will be removed in a future PyTorch release. 2022-09-27T16:36:02.5748174Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-09-27T16:36:02.5748478Z X = torch.triangular_solve(B, A).solution 2022-09-27T16:36:02.5748688Z should be replaced with 2022-09-27T16:36:02.5749033Z X = torch.linalg.solve_triangular(A, B). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2121.) 2022-09-27T16:36:02.5749353Z return self.op(*args, **kwargs) 2022-09-27T16:36:02.5887270Z ok (0.018s) 2022-09-27T16:36:02.5941534Z test_get_torch_func_signature_exhaustive_tril_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-09-27T16:36:02.5995245Z test_get_torch_func_signature_exhaustive_triu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-09-27T16:36:02.6106297Z test_get_torch_func_signature_exhaustive_true_divide_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.011s) 2022-09-27T16:36:02.6128703Z test_get_torch_func_signature_exhaustive_trunc_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T16:36:02.6171187Z test_get_torch_func_signature_exhaustive_unbind_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-09-27T16:36:02.6224972Z test_get_torch_func_signature_exhaustive_unflatten_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-09-27T16:36:02.6237001Z test_get_torch_func_signature_exhaustive_unfold_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:36:02.6248227Z test_get_torch_func_signature_exhaustive_uniform_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:36:02.6259299Z test_get_torch_func_signature_exhaustive_unique_consecutive_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:36:02.6270443Z test_get_torch_func_signature_exhaustive_unique_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:36:02.6314054Z test_get_torch_func_signature_exhaustive_unsqueeze_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-09-27T16:36:02.6396552Z test_get_torch_func_signature_exhaustive_var_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.008s) 2022-09-27T16:36:02.6466804Z test_get_torch_func_signature_exhaustive_var_mean_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.007s) 2022-09-27T16:36:02.6492398Z test_get_torch_func_signature_exhaustive_vdot_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T16:36:02.6511207Z test_get_torch_func_signature_exhaustive_view_as_complex_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T16:36:02.6522936Z test_get_torch_func_signature_exhaustive_view_as_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:36:02.6533939Z test_get_torch_func_signature_exhaustive_view_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:36:02.6559110Z test_get_torch_func_signature_exhaustive_vsplit_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T16:36:02.6594342Z test_get_torch_func_signature_exhaustive_vstack_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T16:36:02.6605555Z test_get_torch_func_signature_exhaustive_where_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:36:02.6744943Z test_get_torch_func_signature_exhaustive_xlogy_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.014s) 2022-09-27T16:36:02.6755974Z test_get_torch_func_signature_exhaustive_zero__cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:36:02.6781161Z test_get_torch_func_signature_exhaustive_zeros_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T16:36:02.6821733Z test_get_torch_func_signature_exhaustive_zeros_like_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-09-27T16:36:02.6831279Z test_pass_manager (fx.test_pass_infra.TestPassManager) 2022-09-27T16:36:02.6869070Z Tests that the pass manager runs the passes correctly. ... ok (0.005s) 2022-09-27T16:36:02.6873282Z test_pass_manager_bad_checks (fx.test_pass_infra.TestPassManager) 2022-09-27T16:36:02.6879164Z Checks that we error if we pass in a check function with the wrong parameters ... ok (0.001s) 2022-09-27T16:36:02.6885410Z test_pass_manager_checks (fx.test_pass_infra.TestPassManager) 2022-09-27T16:36:02.6907490Z Tests that users can add in check functions correctly ... ok (0.003s) 2022-09-27T16:36:02.6912703Z test_pass_manager_error (fx.test_pass_infra.TestPassManager) 2022-09-27T16:36:02.6940465Z Tests error catching + debug ... ok (0.003s) 2022-09-27T16:36:02.6945279Z test_this_before_that_pass_constraint (fx.test_pass_infra.TestPassManager) 2022-09-27T16:36:02.6950377Z Tests the construction of constraints ... ok (0.001s) 2022-09-27T16:36:02.6967031Z test_topological_sort (fx.test_pass_infra.TestPassManager) 2022-09-27T16:36:02.6980991Z Tests that passes are correctly ordered based on contraints. ... ok (0.003s) 2022-09-27T16:36:02.7030877Z test_subgraph_rewriter_annotations_int (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.005s) 2022-09-27T16:36:02.7129995Z test_subgraph_rewriter_call_method (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.010s) 2022-09-27T16:36:02.7226696Z test_subgraph_rewriter_correct_output_replacement (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.010s) 2022-09-27T16:36:02.7316385Z test_subgraph_rewriter_graph_argument_order (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.009s) 2022-09-27T16:36:02.7404958Z test_subgraph_rewriter_internal_pattern_nodes_cannot_have_users_that_are_not_matched (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.009s) 2022-09-27T16:36:02.7519247Z test_subgraph_rewriter_multiple_pattern_match (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.011s) 2022-09-27T16:36:02.7612641Z test_subgraph_rewriter_pattern_is_entire_graph (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.009s) 2022-09-27T16:36:02.7703182Z test_subgraph_rewriter_pattern_output_pattern_node_can_have_users_that_are_not_matched (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.009s) 2022-09-27T16:36:02.7718016Z test_subgraph_rewriter_placeholder_matching (fx.test_subgraph_rewriter.TestSubgraphRewriter) 2022-09-27T16:36:02.7797375Z This tests that a placeholder Node can be matched to a Node with ... ok (0.009s) 2022-09-27T16:36:02.7895850Z test_subgraph_rewriter_preserves_logic (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.010s) 2022-09-27T16:36:02.7988805Z test_subgraph_rewriter_replace_consecutive_submodules (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.009s) 2022-09-27T16:36:02.8091053Z test_subgraph_rewriter_replace_with_duplicated_outputs (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.010s) 2022-09-27T16:36:02.8186948Z test_subgraph_rewriter_replace_with_multiple_outputs (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.010s) 2022-09-27T16:36:02.8292613Z test_subgraph_rewriter_replaces_referenced_submodules (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.010s) 2022-09-27T16:36:02.8385942Z test_subgraph_rewriter_single_pattern_match (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.009s) 2022-09-27T16:36:02.8513139Z test_subgraph_rewriter_traced_as_callable (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.013s) 2022-09-27T16:36:02.8603086Z test_subgraph_rewriter_with_oneliner_pattern (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.009s) 2022-09-27T16:36:02.8696064Z test_subgraph_rewriter_with_overlapping_matches (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.009s) 2022-09-27T16:36:02.8787368Z test_subgraph_rewriter_with_unused_args (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.009s) 2022-09-27T16:36:02.8938759Z test_flatten_fully_static (fx.test_gradual_type.TypeCheckerTest) ... ok (0.015s) 2022-09-27T16:36:02.8957114Z test_resnet50 (fx.test_gradual_type.TypeCheckerTest) ... skip: no torchvision (0.002s) 2022-09-27T16:36:02.8999232Z test_symbolic_add_with_broadcast (fx.test_gradual_type.TypeCheckerTest) ... ok (0.004s) 2022-09-27T16:36:02.9034265Z test_symbolic_add_with_broadcast_2 (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-09-27T16:36:02.9062165Z test_type_check_add_false (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-09-27T16:36:02.9094969Z test_type_check_add_true (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-09-27T16:36:02.9127080Z test_type_check_add_with_broadcast (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-09-27T16:36:02.9156416Z test_type_check_add_with_scalar (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-09-27T16:36:02.9207242Z test_type_check_batch_norm_2D (fx.test_gradual_type.TypeCheckerTest) ... ok (0.005s) 2022-09-27T16:36:02.9282550Z test_type_check_batch_norm_2D_broadcast (fx.test_gradual_type.TypeCheckerTest) ... ok (0.007s) 2022-09-27T16:36:02.9327135Z test_type_check_batch_norm_2D_false (fx.test_gradual_type.TypeCheckerTest) ... ok (0.004s) 2022-09-27T16:36:02.9375819Z test_type_check_batch_norm_symbolic (fx.test_gradual_type.TypeCheckerTest) ... ok (0.005s) 2022-09-27T16:36:02.9423944Z test_type_check_conv2D (fx.test_gradual_type.TypeCheckerTest) ... ok (0.005s) 2022-09-27T16:36:02.9518873Z test_type_check_conv2D_2 (fx.test_gradual_type.TypeCheckerTest) ... ok (0.009s) 2022-09-27T16:36:02.9977768Z test_type_check_conv2D_2_fully_static (fx.test_gradual_type.TypeCheckerTest) ... ok (0.046s) 2022-09-27T16:36:03.0045903Z test_type_check_conv2D_maxpool2d_flatten (fx.test_gradual_type.TypeCheckerTest) ... ok (0.007s) 2022-09-27T16:36:03.0486769Z test_type_check_conv2D_types (fx.test_gradual_type.TypeCheckerTest) ... ok (0.044s) 2022-09-27T16:36:03.0522840Z test_type_check_flatten (fx.test_gradual_type.TypeCheckerTest) ... ok (0.004s) 2022-09-27T16:36:03.0556370Z test_type_check_flatten3 (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-09-27T16:36:03.0585384Z test_type_check_flatten_2 (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-09-27T16:36:03.0613247Z test_type_check_reshape_dyn_false (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-09-27T16:36:03.0651524Z test_type_check_reshape_dyn_true (fx.test_gradual_type.TypeCheckerTest) ... ok (0.004s) 2022-09-27T16:36:03.0678266Z test_type_check_reshape_dyn_true_param_false (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-09-27T16:36:03.0704463Z test_type_check_reshape_false (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-09-27T16:36:03.0734788Z test_type_check_reshape_true (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-09-27T16:36:03.0917332Z test_type_check_symbolic_inferenceconv2D_maxpool2d_flatten (fx.test_gradual_type.TypeCheckerTest) ... ok (0.018s) 2022-09-27T16:36:03.0950001Z test_type_check_transpose_False (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-09-27T16:36:03.0986104Z test_type_check_transpose_true (fx.test_gradual_type.TypeCheckerTest) ... ok (0.004s) 2022-09-27T16:36:03.1260992Z test_type_maxpool2d_fully_static (fx.test_gradual_type.TypeCheckerTest) ... ok (0.027s) 2022-09-27T16:36:03.1299593Z test_type_typechecl_maxpool2d_3dinput (fx.test_gradual_type.TypeCheckerTest) ... ok (0.004s) 2022-09-27T16:36:03.1390517Z test_typecheck_basicblock (fx.test_gradual_type.TypeCheckerTest) ... ok (0.009s) 2022-09-27T16:36:03.1390873Z 2022-09-27T16:36:03.1391200Z ---------------------------------------------------------------------- 2022-09-27T16:36:03.1391449Z Ran 1014 tests in 11.768s 2022-09-27T16:36:03.1391566Z 2022-09-27T16:36:03.1391650Z OK (skipped=202, expected failures=3) 2022-09-27T16:36:03.1391780Z 2022-09-27T16:36:03.1391867Z Generating XML reports... 2022-09-27T16:36:03.1436550Z Generated XML report: test-reports/python-unittest/test_fx/TEST-fx.test_gradual_type.AnnotationsTest-20220927163551.xml 2022-09-27T16:36:03.1451577Z Generated XML report: test-reports/python-unittest/test_fx/TEST-fx.test_cse_pass.TestCSEPass-20220927163551.xml 2022-09-27T16:36:03.1460442Z Generated XML report: test-reports/python-unittest/test_fx/TEST-fx.test_common_passes.TestCommonPass-20220927163551.xml 2022-09-27T16:36:03.1483075Z Generated XML report: test-reports/python-unittest/test_fx/TEST-fx.test_fx_const_fold.TestConstFold-20220927163551.xml 2022-09-27T16:36:03.1490974Z Generated XML report: test-reports/python-unittest/test_fx/TEST-fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow-20220927163551.xml 2022-09-27T16:36:03.1502273Z Generated XML report: test-reports/python-unittest/test_fx/TEST-fx.test_dce_pass.TestDCE-20220927163551.xml 2022-09-27T16:36:03.1663545Z Generated XML report: test-reports/python-unittest/test_fx/TEST-TestFX-20220927163551.xml 2022-09-27T16:36:03.1668336Z Generated XML report: test-reports/python-unittest/test_fx/TEST-TestFXAPIBackwardCompatibility-20220927163551.xml 2022-09-27T16:36:03.1776953Z Generated XML report: test-reports/python-unittest/test_fx/TEST-TestFunctionalTracing-20220927163551.xml 2022-09-27T16:36:03.2365732Z Generated XML report: test-reports/python-unittest/test_fx/TEST-TestOperatorSignaturesCPU-20220927163551.xml 2022-09-27T16:36:03.2373509Z Generated XML report: test-reports/python-unittest/test_fx/TEST-fx.test_pass_infra.TestPassManager-20220927163551.xml 2022-09-27T16:36:03.2402482Z Generated XML report: test-reports/python-unittest/test_fx/TEST-fx.test_subgraph_rewriter.TestSubgraphRewriter-20220927163551.xml 2022-09-27T16:36:03.2430856Z Generated XML report: test-reports/python-unittest/test_fx/TEST-fx.test_gradual_type.TypeCheckerTest-20220927163551.xml 2022-09-27T16:36:04.1502743Z Running profiler/test_profiler ... [2022-09-27 16:36:04.149870] 2022-09-27T16:36:04.1503266Z Executing ['/opt/conda/bin/python', '-bb', 'profiler/test_profiler.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:36:04.149956] 2022-09-27T16:36:08.3981515Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-09-27T16:36:08.7970378Z Test results will be stored in test-reports/python-unittest/profiler.test_profiler 2022-09-27T16:36:08.7993575Z 2022-09-27T16:36:08.7993908Z Running tests... 2022-09-27T16:36:08.7994564Z ---------------------------------------------------------------------- 2022-09-27T16:36:08.8399201Z test_execution_graph_alone (__main__.TestExecutionGraph) ... ok (0.040s) 2022-09-27T16:36:08.8416485Z test_execution_graph_no_capture (__main__.TestExecutionGraph) ... ok (0.002s) 2022-09-27T16:36:08.9062183Z test_execution_graph_repeat_in_loop (__main__.TestExecutionGraph) ... ok (0.064s) 2022-09-27T16:36:08.9330745Z test_execution_graph_start_stop (__main__.TestExecutionGraph) ... ok (0.027s) 2022-09-27T16:36:08.9413053Z test_execution_graph_with_kineto (__main__.TestExecutionGraph) ... [W kineto_shim.cpp:330] Profiler is not initialized: skipping step() invocation 2022-09-27T16:36:08.9470716Z [W kineto_shim.cpp:330] Profiler is not initialized: skipping step() invocation 2022-09-27T16:36:08.9527708Z [W kineto_shim.cpp:330] Profiler is not initialized: skipping step() invocation 2022-09-27T16:36:08.9646098Z STAGE:2022-09-27 16:36:08 851:851 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:36:08.9776273Z STAGE:2022-09-27 16:36:08 851:851 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:36:09.0069243Z STAGE:2022-09-27 16:36:09 851:851 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:36:09.0138790Z STAGE:2022-09-27 16:36:09 851:851 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:36:09.0293539Z ok (0.096s) 2022-09-27T16:36:09.0311009Z 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.002s) 2022-09-27T16:36:09.0335659Z test_profiler_extra_cuda_copy_pattern (__main__.TestExperimentalUtils) ... skip: CUDA is required (0.003s) 2022-09-27T16:36:09.0344544Z test_profiler_extra_cuda_copy_pattern_benchmark (__main__.TestExperimentalUtils) ... skip: CUDA is required (0.001s) 2022-09-27T16:36:09.0365247Z 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.002s) 2022-09-27T16:36:09.0372703Z test_profiler_fp32_matmul_pattern (__main__.TestExperimentalUtils) ... skip: CUDA is required (0.001s) 2022-09-27T16:36:09.0413552Z test_profiler_grad_not_set_to_none_pattern (__main__.TestExperimentalUtils) ... STAGE:2022-09-27 16:36:09 851:851 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:36:09.0600959Z STAGE:2022-09-27 16:36:09 851:851 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:36:09.1732698Z STAGE:2022-09-27 16:36:09 851:851 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:36:09.1855511Z STAGE:2022-09-27 16:36:09 851:851 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:36:09.2588746Z STAGE:2022-09-27 16:36:09 851:851 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:36:09.2701127Z STAGE:2022-09-27 16:36:09 851:851 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:36:09.3431253Z STAGE:2022-09-27 16:36:09 851:851 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:36:09.3551401Z STAGE:2022-09-27 16:36:09 851:851 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:36:09.4584198Z ok (0.421s) 2022-09-27T16:36:09.4597274Z test_profiler_matmul_dim_fp16_pattern (__main__.TestExperimentalUtils) ... skip: CUDA is required (0.001s) 2022-09-27T16:36:09.4967675Z test_profiler_name_pattern (__main__.TestExperimentalUtils) ... STAGE:2022-09-27 16:36:09 851:851 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:36:14.6338572Z STAGE:2022-09-27 16:36:14 851:851 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:36:14.6476691Z ok (5.188s) 2022-09-27T16:36:14.6497604Z 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-27T16:36:14.6522943Z test_profiler_pattern_match_helper (__main__.TestExperimentalUtils) ... STAGE:2022-09-27 16:36:14 851:851 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:36:14.6545835Z STAGE:2022-09-27 16:36:14 851:851 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:36:14.6601818Z ok (0.010s) 2022-09-27T16:36:14.6639166Z test_profiler_pattern_matcher_json_report (__main__.TestExperimentalUtils) ... STAGE:2022-09-27 16:36:14 851:851 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:36:14.6785219Z STAGE:2022-09-27 16:36:14 851:851 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:36:14.8021520Z ok (0.142s) 2022-09-27T16:36:14.8046134Z test_profiler_synchronized_dataloader_pattern (__main__.TestExperimentalUtils) ... STAGE:2022-09-27 16:36:14 851:851 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:36:14.8300554Z [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:36:14.8494897Z [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:36:14.8683413Z [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:36:14.8869432Z [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:36:15.0083039Z STAGE:2022-09-27 16:36:15 851:851 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:36:15.4338118Z ok (0.631s) 2022-09-27T16:36:15.4359000Z test_utils_compute_idle_time (__main__.TestExperimentalUtils) ... ok (0.002s) 2022-09-27T16:36:15.4379018Z test_utils_compute_queue_depth (__main__.TestExperimentalUtils) ... ok (0.002s) 2022-09-27T16:36:15.4414720Z test_utils_compute_queue_depth_when_no_cuda_events (__main__.TestExperimentalUtils) ... STAGE:2022-09-27 16:36:15 851:851 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:36:15.5277531Z STAGE:2022-09-27 16:36:15 851:851 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:36:15.5346231Z ok (0.097s) 2022-09-27T16:36:15.5365105Z test_utils_compute_self_time (__main__.TestExperimentalUtils) ... STAGE:2022-09-27 16:36:15 851:851 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:36:15.5395028Z STAGE:2022-09-27 16:36:15 851:851 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:36:15.5546622Z ok (0.020s) 2022-09-27T16:36:15.5670203Z test_utils_get_optimizable_events (__main__.TestExperimentalUtils) ... ok (0.012s) 2022-09-27T16:36:15.5682733Z test_utils_intervals_overlap (__main__.TestExperimentalUtils) ... 5 2022-09-27T16:36:15.5684585Z ok (0.001s) 2022-09-27T16:36:15.5704594Z test_export_stacks (__main__.TestProfiler) ... STAGE:2022-09-27 16:36:15 851:851 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:36:15.5716699Z STAGE:2022-09-27 16:36:15 851:851 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:36:15.5768829Z ok (0.008s) 2022-09-27T16:36:15.6630479Z test_flops (__main__.TestProfiler) ... STAGE:2022-09-27 16:36:15 851:851 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:36:15.7973136Z STAGE:2022-09-27 16:36:15 851:851 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:36:15.8084141Z ok (0.231s) 2022-09-27T16:36:15.8120508Z test_high_level_trace (__main__.TestProfiler) 2022-09-27T16:36:15.8329522Z Checks that python side high level events are recorded. ... STAGE:2022-09-27 16:36:15 851:851 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:36:15.8633337Z STAGE:2022-09-27 16:36:15 851:851 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:36:16.1228740Z STAGE:2022-09-27 16:36:16 851:851 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:36:16.1524607Z STAGE:2022-09-27 16:36:16 851:851 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:36:16.2978789Z STAGE:2022-09-27 16:36:16 851:851 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:36:16.3299127Z STAGE:2022-09-27 16:36:16 851:851 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:36:16.5420934Z ok (0.734s) 2022-09-27T16:36:16.5441459Z test_kineto (__main__.TestProfiler) ... STAGE:2022-09-27 16:36:16 851:851 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:36:16.5448555Z STAGE:2022-09-27 16:36:16 851:851 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:36:16.5473019Z STAGE:2022-09-27 16:36:16 851:851 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:36:16.5478806Z STAGE:2022-09-27 16:36:16 851:851 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:36:16.5508574Z ok (0.009s) 2022-09-27T16:36:16.5522482Z test_kineto_multigpu (__main__.TestProfiler) ... skip: Multiple GPUs needed (0.001s) 2022-09-27T16:36:16.5548648Z test_kineto_profiler_api (__main__.TestProfiler) ... STAGE:2022-09-27 16:36:16 851:851 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:36:16.5555328Z STAGE:2022-09-27 16:36:16 851:851 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:36:16.5582218Z STAGE:2022-09-27 16:36:16 851:851 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:36:16.5593623Z STAGE:2022-09-27 16:36:16 851:851 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:36:16.5677235Z STAGE:2022-09-27 16:36:16 851:851 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:36:16.5687561Z STAGE:2022-09-27 16:36:16 851:851 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:36:16.5770633Z STAGE:2022-09-27 16:36:16 851:851 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:36:16.5778359Z STAGE:2022-09-27 16:36:16 851:851 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:36:16.5837256Z ok (0.031s) 2022-09-27T16:36:16.5879323Z 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.004s) 2022-09-27T16:36:16.6106657Z test_module_hierarchy (__main__.TestProfiler) ... STAGE:2022-09-27 16:36:16 851:851 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:36:16.6355532Z STAGE:2022-09-27 16:36:16 851:851 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:36:16.6397732Z STAGE:2022-09-27 16:36:16 851:851 output_json.cpp:417] Completed Stage: Post Processing 2022-09-27T16:36:16.6403404Z ok (0.052s) 2022-09-27T16:36:16.6423284Z 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-27T16:36:16.6423931Z inp = torch.nested_tensor([a, b]) 2022-09-27T16:36:16.6426629Z STAGE:2022-09-27 16:36:16 851:851 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:36:16.6439314Z STAGE:2022-09-27 16:36:16 851:851 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:36:16.6480639Z ok (0.008s) 2022-09-27T16:36:16.6502412Z test_oom_tracing (__main__.TestProfiler) ... ok (0.002s) 2022-09-27T16:36:16.6514635Z test_profiler_correlation_id (__main__.TestProfiler) 2022-09-27T16:36:16.7363733Z We expect the correlation_id to be unique across multiple invokation of the profiler, ... STAGE:2022-09-27 16:36:16 851:851 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:36:16.8272074Z STAGE:2022-09-27 16:36:16 851:851 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:36:16.8322999Z STAGE:2022-09-27 16:36:16 851:851 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:36:16.9521911Z STAGE:2022-09-27 16:36:16 851:851 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:36:16.9579222Z STAGE:2022-09-27 16:36:16 851:851 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:36:17.0512428Z STAGE:2022-09-27 16:36:17 851:851 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:36:17.0562795Z STAGE:2022-09-27 16:36:17 851:851 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:36:17.1494497Z STAGE:2022-09-27 16:36:17 851:851 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:36:17.1545092Z STAGE:2022-09-27 16:36:17 851:851 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:36:17.2472251Z STAGE:2022-09-27 16:36:17 851:851 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:36:17.2538305Z ok (0.603s) 2022-09-27T16:36:17.2561601Z test_profiler_fwd_bwd_link (__main__.TestProfiler) ... skip: Disable forward->backward link to workaround profiler crash (0.002s) 2022-09-27T16:36:17.2579694Z test_profiler_metadata (__main__.TestProfiler) ... STAGE:2022-09-27 16:36:17 851:851 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:36:17.2583873Z STAGE:2022-09-27 16:36:17 851:851 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:36:17.2592584Z STAGE:2022-09-27 16:36:17 851:851 output_json.cpp:417] Completed Stage: Post Processing 2022-09-27T16:36:17.2595633Z ok (0.003s) 2022-09-27T16:36:17.2606026Z test_profiler_tracing (__main__.TestProfiler) ... STAGE:2022-09-27 16:36:17 851:851 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:36:17.2610592Z STAGE:2022-09-27 16:36:17 851:851 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:36:17.2627383Z STAGE:2022-09-27 16:36:17 851:851 output_json.cpp:417] Completed Stage: Post Processing 2022-09-27T16:36:17.2631713Z STAGE:2022-09-27 16:36:17 851:851 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:36:17.2634965Z STAGE:2022-09-27 16:36:17 851:851 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:36:17.2639278Z STAGE:2022-09-27 16:36:17 851:851 output_json.cpp:417] Completed Stage: Post Processing 2022-09-27T16:36:17.2642941Z STAGE:2022-09-27 16:36:17 851:851 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:36:17.2647237Z STAGE:2022-09-27 16:36:17 851:851 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:36:17.2663572Z STAGE:2022-09-27 16:36:17 851:851 output_json.cpp:417] Completed Stage: Post Processing 2022-09-27T16:36:17.2667315Z STAGE:2022-09-27 16:36:17 851:851 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:36:17.2670812Z STAGE:2022-09-27 16:36:17 851:851 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:36:17.2675012Z STAGE:2022-09-27 16:36:17 851:851 output_json.cpp:417] Completed Stage: Post Processing 2022-09-27T16:36:17.2677402Z ok (0.008s) 2022-09-27T16:36:17.2697688Z test_profiler_type (__main__.TestProfiler) ... STAGE:2022-09-27 16:36:17 851:851 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:36:17.2701191Z STAGE:2022-09-27 16:36:17 851:851 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:36:17.2703836Z ok (0.003s) 2022-09-27T16:36:17.2732595Z test_source (__main__.TestProfiler) 2022-09-27T16:36:17.2790972Z Checks that source code attribution works for eager, TS and autograd mode ... STAGE:2022-09-27 16:36:17 851:851 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:36:17.2855331Z STAGE:2022-09-27 16:36:17 851:851 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:36:17.3223967Z STAGE:2022-09-27 16:36:17 851:851 output_json.cpp:417] Completed Stage: Post Processing 2022-09-27T16:36:17.3261386Z ok (0.056s) 2022-09-27T16:36:17.3297102Z test_tensorboard_trace_handler (__main__.TestProfiler) ... STAGE:2022-09-27 16:36:17 851:851 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:36:17.3303006Z STAGE:2022-09-27 16:36:17 851:851 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:36:17.3333154Z STAGE:2022-09-27 16:36:17 851:851 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:36:17.3343954Z STAGE:2022-09-27 16:36:17 851:851 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:36:17.3393895Z STAGE:2022-09-27 16:36:17 851:851 output_json.cpp:417] Completed Stage: Post Processing 2022-09-27T16:36:17.3402131Z STAGE:2022-09-27 16:36:17 851:851 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:36:17.3412872Z STAGE:2022-09-27 16:36:17 851:851 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:36:17.3463984Z STAGE:2022-09-27 16:36:17 851:851 output_json.cpp:417] Completed Stage: Post Processing 2022-09-27T16:36:17.3473028Z STAGE:2022-09-27 16:36:17 851:851 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:36:17.3483588Z STAGE:2022-09-27 16:36:17 851:851 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:36:17.3535641Z STAGE:2022-09-27 16:36:17 851:851 output_json.cpp:417] Completed Stage: Post Processing 2022-09-27T16:36:17.3563563Z STAGE:2022-09-27 16:36:17 851:851 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:36:17.3573406Z STAGE:2022-09-27 16:36:17 851:851 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:36:17.3623106Z STAGE:2022-09-27 16:36:17 851:851 output_json.cpp:417] Completed Stage: Post Processing 2022-09-27T16:36:17.3638642Z STAGE:2022-09-27 16:36:17 851:851 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:36:17.3648616Z STAGE:2022-09-27 16:36:17 851:851 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:36:17.3698118Z STAGE:2022-09-27 16:36:17 851:851 output_json.cpp:417] Completed Stage: Post Processing 2022-09-27T16:36:17.3713828Z STAGE:2022-09-27 16:36:17 851:851 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:36:17.3724553Z STAGE:2022-09-27 16:36:17 851:851 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:36:17.3776083Z STAGE:2022-09-27 16:36:17 851:851 output_json.cpp:417] Completed Stage: Post Processing 2022-09-27T16:36:17.3804879Z ok (0.054s) 2022-09-27T16:36:17.3816408Z test_custom_module_input_op_ids (__main__.TestProfilerCUDA) ... skip: Cannot test with ASAN (0.001s) 2022-09-27T16:36:17.3829336Z test_mem_leak (__main__.TestProfilerCUDA) 2022-09-27T16:36:17.3830307Z Checks that there's no memory leak when using profiler with CUDA ... skip: Cannot test with ASAN (0.001s) 2022-09-27T16:36:17.3861305Z test_datapipe_delegation_with_profiler (__main__.TestRecordFunction) ... ok (0.003s) 2022-09-27T16:36:17.3879282Z test_datapipe_with_record_function (__main__.TestRecordFunction) ... STAGE:2022-09-27 16:36:17 851:851 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:36:17.3980572Z STAGE:2022-09-27 16:36:17 851:851 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:36:17.4935742Z ok (0.107s) 2022-09-27T16:36:17.4954978Z test_datapipe_with_record_function_fork (__main__.TestRecordFunction) ... STAGE:2022-09-27 16:36:17 851:851 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:36:17.5050050Z STAGE:2022-09-27 16:36:17 851:851 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:36:17.5750931Z ok (0.081s) 2022-09-27T16:36:17.5773186Z test_record_function (__main__.TestRecordFunction) ... STAGE:2022-09-27 16:36:17 851:851 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:36:17.5792075Z STAGE:2022-09-27 16:36:17 851:851 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:36:17.5860420Z ok (0.011s) 2022-09-27T16:36:17.6651575Z test_allocations (__main__.TestTorchTidyProfiler) ... STAGE:2022-09-27 16:36:17 851:851 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:36:17.6654296Z STAGE:2022-09-27 16:36:17 851:851 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:36:17.6668681Z STAGE:2022-09-27 16:36:17 851:851 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:36:17.7294865Z STAGE:2022-09-27 16:36:17 851:851 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:36:17.7303935Z ok (0.144s) 2022-09-27T16:36:17.7317704Z 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-27T16:36:17.7331563Z test_mkldnn_tensors (__main__.TestTorchTidyProfiler) ... skip: MKL-DNN build is disabled (0.001s) 2022-09-27T16:36:17.7358960Z test_nnmodule_params (__main__.TestTorchTidyProfiler) ... STAGE:2022-09-27 16:36:17 851:851 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:36:17.7409272Z STAGE:2022-09-27 16:36:17 851:851 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:36:17.7742825Z ok (0.041s) 2022-09-27T16:36:17.7755675Z 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-27T16:36:17.7787097Z test_sparse_tensors (__main__.TestTorchTidyProfiler) ... STAGE:2022-09-27 16:36:17 851:851 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:36:17.7807370Z STAGE:2022-09-27 16:36:17 851:851 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:36:17.7958602Z ok (0.020s) 2022-09-27T16:36:17.7980413Z 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-27T16:36:17.7981292Z 2022-09-27T16:36:17.7981670Z ---------------------------------------------------------------------- 2022-09-27T16:36:17.7982128Z Ran 53 tests in 8.999s 2022-09-27T16:36:17.7982336Z 2022-09-27T16:36:17.7982456Z OK (skipped=16) 2022-09-27T16:36:17.7982561Z 2022-09-27T16:36:17.7982649Z Generating XML reports... 2022-09-27T16:36:17.8017341Z Generated XML report: test-reports/python-unittest/profiler.test_profiler/TEST-TestExecutionGraph-20220927163608.xml 2022-09-27T16:36:17.8036013Z Generated XML report: test-reports/python-unittest/profiler.test_profiler/TEST-TestExperimentalUtils-20220927163608.xml 2022-09-27T16:36:17.8052612Z Generated XML report: test-reports/python-unittest/profiler.test_profiler/TEST-TestProfiler-20220927163608.xml 2022-09-27T16:36:17.8057702Z Generated XML report: test-reports/python-unittest/profiler.test_profiler/TEST-TestRecordFunction-20220927163608.xml 2022-09-27T16:36:17.8066116Z Generated XML report: test-reports/python-unittest/profiler.test_profiler/TEST-TestTorchTidyProfiler-20220927163608.xml 2022-09-27T16:36:17.8070299Z Generated XML report: test-reports/python-unittest/profiler.test_profiler/TEST-TestProfilerCUDA-20220927163608.xml 2022-09-27T16:36:18.5280421Z Running test_overrides ... [2022-09-27 16:36:18.527636] 2022-09-27T16:36:18.5280963Z Executing ['/opt/conda/bin/python', '-bb', 'test_overrides.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:36:18.527726] 2022-09-27T16:36:22.6478186Z Test results will be stored in test-reports/python-unittest/test_overrides 2022-09-27T16:36:22.6574668Z 2022-09-27T16:36:22.6574784Z Running tests... 2022-09-27T16:36:22.6575278Z ---------------------------------------------------------------------- 2022-09-27T16:36:23.0137518Z test_broadcast_all (__main__.TestBroadcastAllOverride) ... ok (0.356s) 2022-09-27T16:36:23.0161442Z test_parameter_does_not_prevent_dispatch (__main__.TestDisabledTorchFunction) ... ok (0.002s) 2022-09-27T16:36:23.0228235Z test_wrapper (__main__.TestEinsumOverride) ... ok (0.007s) 2022-09-27T16:36:23.0753183Z test_gradcheck (__main__.TestGradCheckOverride) ... ok (0.052s) 2022-09-27T16:36:23.0769470Z test_newones (__main__.TestGradNewOnesOverride) ... ok (0.002s) 2022-09-27T16:36:23.0786494Z test_getitem (__main__.TestIndexing) ... ok (0.002s) 2022-09-27T16:36:23.0804827Z test_getitem_subclass (__main__.TestIndexing) ... ok (0.002s) 2022-09-27T16:36:23.0820710Z test_setitem (__main__.TestIndexing) ... ok (0.002s) 2022-09-27T16:36:23.0837779Z test_setitem_subclass (__main__.TestIndexing) ... ok (0.002s) 2022-09-27T16:36:23.0852632Z test_setitem_val (__main__.TestIndexing) ... ok (0.001s) 2022-09-27T16:36:23.0867273Z test_iterator (__main__.TestIterator) ... ok (0.001s) 2022-09-27T16:36:23.0893219Z test_max (__main__.TestNamedTuple) ... ok (0.002s) 2022-09-27T16:36:23.0913964Z test_pickle (__main__.TestPickle) ... ok (0.002s) 2022-09-27T16:36:23.0976938Z test_rnn (__main__.TestRNN) ... ok (0.006s) 2022-09-27T16:36:23.2797863Z test_resolve_name (__main__.TestResolveName) ... ok (0.182s) 2022-09-27T16:36:23.2809676Z test_all_same_mode (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-09-27T16:36:23.2824665Z test_all_same_mode_scope (__main__.TestTorchFunctionMode) ... ok (0.002s) 2022-09-27T16:36:23.2844275Z test_basic (__main__.TestTorchFunctionMode) ... ok (0.002s) 2022-09-27T16:36:23.2862419Z test_ctor_no_inner (__main__.TestTorchFunctionMode) ... ok (0.002s) 2022-09-27T16:36:23.2876989Z test_disable_enable_subclass (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-09-27T16:36:23.2890907Z test_disable_subclass_not_mode (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-09-27T16:36:23.2908669Z test_distributions_bernoulli (__main__.TestTorchFunctionMode) ... ok (0.002s) 2022-09-27T16:36:23.2921352Z test_enable_torch_function_mode_ignore_preexisting (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-09-27T16:36:23.2933886Z test_enable_torch_function_mode_replace (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-09-27T16:36:23.2944871Z test_enable_torch_function_mode_trivial (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-09-27T16:36:23.2955421Z test_enable_torch_function_mode_with_tensor_subclass (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-09-27T16:36:23.2970337Z test_error_using_class_method_on_mode (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-09-27T16:36:23.2980693Z test_error_using_same_mode (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-09-27T16:36:23.2989362Z test_error_with_ancestor (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-09-27T16:36:23.3009094Z test_factory_override (__main__.TestTorchFunctionMode) ... ok (0.002s) 2022-09-27T16:36:23.3030391Z test_find_outermost_mode (__main__.TestTorchFunctionMode) ... ok (0.002s) 2022-09-27T16:36:23.3051469Z test_mode_notimplemented_loop (__main__.TestTorchFunctionMode) ... ok (0.002s) 2022-09-27T16:36:23.3066634Z test_modes_handle_first (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-09-27T16:36:23.3084360Z test_modes_return_notimplemented (__main__.TestTorchFunctionMode) ... ok (0.002s) 2022-09-27T16:36:23.3097143Z test_nn_parse_to (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-09-27T16:36:23.3116820Z test_reentrant_mode_idiom (__main__.TestTorchFunctionMode) ... ok (0.002s) 2022-09-27T16:36:23.3127540Z test_restore_ancestor_mode (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-09-27T16:36:23.3141285Z test_restore_errors (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-09-27T16:36:23.3169891Z test_subclass_hash (__main__.TestTorchFunctionMode) ... ok (0.003s) 2022-09-27T16:36:23.3181046Z test_with_mode (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-09-27T16:36:23.3192939Z test_with_mode_created_separately (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-09-27T16:36:23.3207689Z test_with_nested_modes (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-09-27T16:36:23.3218064Z test_Tensor___add__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.3227745Z test_Tensor___and__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.3237828Z test_Tensor___array__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.3247526Z test_Tensor___array_wrap__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.3257153Z test_Tensor___bool__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.3266802Z test_Tensor___complex__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.3276654Z test_Tensor___contains__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.3286178Z test_Tensor___cuda_array_interface_____get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.3295719Z test_Tensor___deepcopy__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.3305945Z test_Tensor___div__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.3315880Z test_Tensor___dlpack__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.3325595Z test_Tensor___dlpack_device__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.3335242Z test_Tensor___eq__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.3344742Z test_Tensor___float__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.3354237Z test_Tensor___floordiv__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.3363430Z test_Tensor___format__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.3372951Z test_Tensor___ge__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.3382299Z test_Tensor___getitem__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.3391980Z test_Tensor___gt__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.3402414Z test_Tensor___iadd__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.3412031Z test_Tensor___iand__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.3421574Z test_Tensor___idiv__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.3431612Z test_Tensor___ifloordiv__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.3441343Z test_Tensor___ilshift__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.3451105Z test_Tensor___imod__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.3460821Z test_Tensor___imul__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.3470482Z test_Tensor___index__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.3480004Z test_Tensor___int__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.3520550Z test_Tensor___invert__ (__main__.TestTorchFunctionOverride) ... ok (0.004s) 2022-09-27T16:36:23.3529656Z test_Tensor___ior__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.3538929Z test_Tensor___irshift__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.3548232Z test_Tensor___isub__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.3557996Z test_Tensor___ixor__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.3567145Z test_Tensor___le__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.3576381Z test_Tensor___len__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.3585561Z test_Tensor___long__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.3595304Z test_Tensor___lshift__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.3604933Z test_Tensor___lt__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.3614417Z test_Tensor___matmul__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.3623916Z test_Tensor___mod__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.3633337Z test_Tensor___mul__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.3642716Z test_Tensor___ne__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.3652041Z test_Tensor___nonzero__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.3661513Z test_Tensor___or__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.3671077Z test_Tensor___radd__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.3680777Z test_Tensor___rand__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.3690120Z test_Tensor___rdiv__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.3699551Z test_Tensor___reduce_ex__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.3708854Z test_Tensor___repr__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.3718439Z test_Tensor___reversed__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.3727787Z test_Tensor___rfloordiv__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.3737029Z test_Tensor___rlshift__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.3746397Z test_Tensor___rmatmul__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.3755977Z test_Tensor___rmod__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.3765262Z test_Tensor___rmul__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.3774918Z test_Tensor___ror__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.3784119Z test_Tensor___rpow__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.3793696Z test_Tensor___rrshift__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.3803339Z test_Tensor___rshift__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.3812844Z test_Tensor___rsub__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.3822397Z test_Tensor___rxor__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.3831057Z test_Tensor___setitem__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.3840384Z test_Tensor___setstate__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.3849666Z test_Tensor___sub__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.3858851Z test_Tensor___truediv__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.3868138Z test_Tensor___xor__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.3877736Z test_Tensor__autocast_to_full_precision (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.3887208Z test_Tensor__autocast_to_reduced_precision (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.3896482Z test_Tensor__coalesced_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.3905546Z test_Tensor__dimI (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.3914817Z test_Tensor__dimV (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.3923861Z test_Tensor__indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.3933236Z test_Tensor__is_view (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.3942311Z test_Tensor__nested_tensor_size (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.3951478Z test_Tensor__nnz (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.3960676Z test_Tensor__storage (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.3969989Z test_Tensor__to_dense (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.3979075Z test_Tensor__update_names (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.3988131Z test_Tensor__values (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.3997648Z test_Tensor_abs (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.4006768Z test_Tensor_abs_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.4015884Z test_Tensor_absolute (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.4024997Z test_Tensor_absolute_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.4034364Z test_Tensor_acos (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.4043479Z test_Tensor_acos_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.4052663Z test_Tensor_acosh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.4061646Z test_Tensor_acosh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.4070970Z test_Tensor_add (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.4080135Z test_Tensor_add_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.4089738Z test_Tensor_addbmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.4099373Z test_Tensor_addbmm_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.4109058Z test_Tensor_addcdiv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.4118972Z test_Tensor_addcdiv_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.4128518Z test_Tensor_addcmul (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.4138105Z test_Tensor_addcmul_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.4147594Z test_Tensor_addmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.4157309Z test_Tensor_addmm_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.4166872Z test_Tensor_addmv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.4176196Z test_Tensor_addmv_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.4185421Z test_Tensor_addr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.4194710Z test_Tensor_addr_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.4203552Z test_Tensor_adjoint (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.4212428Z test_Tensor_align_as (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.4221302Z test_Tensor_align_to (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.4230500Z test_Tensor_all (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.4239996Z test_Tensor_allclose (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.4249448Z test_Tensor_amax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.4258720Z test_Tensor_amin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.4268057Z test_Tensor_aminmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.4277619Z test_Tensor_angle (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.4287143Z test_Tensor_any (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.4296278Z test_Tensor_apply_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.4305892Z test_Tensor_arccos (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.4315276Z test_Tensor_arccos_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.4324321Z test_Tensor_arccosh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.4333441Z test_Tensor_arccosh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.4342569Z test_Tensor_arcsin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.4351757Z test_Tensor_arcsin_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.4361067Z test_Tensor_arcsinh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.4370228Z test_Tensor_arcsinh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.4379287Z test_Tensor_arctan (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.4388549Z test_Tensor_arctan2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.4398148Z test_Tensor_arctan2_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.4407254Z test_Tensor_arctan_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.4416323Z test_Tensor_arctanh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.4425464Z test_Tensor_arctanh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.4435035Z test_Tensor_argmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.4444406Z test_Tensor_argmin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.4453963Z test_Tensor_argsort (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.4463053Z test_Tensor_argwhere (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.4472648Z test_Tensor_as_strided (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.4482269Z test_Tensor_as_strided_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.4491707Z test_Tensor_as_strided_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.4500815Z test_Tensor_asin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.4510274Z test_Tensor_asin_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.4519651Z test_Tensor_asinh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.4528666Z test_Tensor_asinh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.4537787Z test_Tensor_atan (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.4546971Z test_Tensor_atan2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.4556741Z test_Tensor_atan2_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.4566737Z test_Tensor_atan_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.4575995Z test_Tensor_atanh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.4585327Z test_Tensor_atanh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.4595060Z test_Tensor_backward (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.4604605Z test_Tensor_baddbmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.4614343Z test_Tensor_baddbmm_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.4623875Z test_Tensor_bernoulli (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.4633768Z test_Tensor_bernoulli_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.4643345Z test_Tensor_bfloat16 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.4652791Z test_Tensor_bincount (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.4662139Z test_Tensor_bitwise_and (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.4671971Z test_Tensor_bitwise_and_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.4681436Z test_Tensor_bitwise_left_shift (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.4690936Z test_Tensor_bitwise_left_shift_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.4700174Z test_Tensor_bitwise_not (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.4709900Z test_Tensor_bitwise_not_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.4719077Z test_Tensor_bitwise_or (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.4728562Z test_Tensor_bitwise_or_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.4738238Z test_Tensor_bitwise_right_shift (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.4747891Z test_Tensor_bitwise_right_shift_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.4757501Z test_Tensor_bitwise_xor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.4767141Z test_Tensor_bitwise_xor_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.4776597Z test_Tensor_bmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.4786109Z test_Tensor_bool (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.4795921Z test_Tensor_broadcast_to (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.4805777Z test_Tensor_byte (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.4814941Z test_Tensor_cauchy_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.4824307Z test_Tensor_ccol_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.4834039Z test_Tensor_cdouble (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.4843297Z test_Tensor_ceil (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.4852656Z test_Tensor_ceil_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.4862268Z test_Tensor_cfloat (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.4871896Z test_Tensor_chalf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.4881512Z test_Tensor_char (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.4890957Z test_Tensor_cholesky (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.4900532Z test_Tensor_cholesky_inverse (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.4910231Z test_Tensor_cholesky_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.4919787Z test_Tensor_chunk (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.4929432Z test_Tensor_clamp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.4938965Z test_Tensor_clamp_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.4948496Z test_Tensor_clamp_max (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.4958241Z test_Tensor_clamp_max_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.4967680Z test_Tensor_clamp_min (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.4977219Z test_Tensor_clamp_min_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.4986798Z test_Tensor_clip (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.4996615Z test_Tensor_clip_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.5006068Z test_Tensor_clone (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.5015465Z test_Tensor_coalesce (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.5024771Z test_Tensor_col_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.5034371Z test_Tensor_conj (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.5043875Z test_Tensor_conj_physical (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.5053055Z test_Tensor_conj_physical_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.5062507Z test_Tensor_contiguous (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.5071872Z test_Tensor_copy_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.5081524Z test_Tensor_copysign (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.5091362Z test_Tensor_copysign_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.5100449Z test_Tensor_corrcoef (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.5109786Z test_Tensor_cos (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.5119092Z test_Tensor_cos_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.5128459Z test_Tensor_cosh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.5137763Z test_Tensor_cosh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.5147315Z test_Tensor_count_nonzero (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.5157138Z test_Tensor_cov (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.5166605Z test_Tensor_cpu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.5176286Z test_Tensor_cross (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.5185647Z test_Tensor_crow_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.5195505Z test_Tensor_cuda (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.5205164Z test_Tensor_cummax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.5214709Z test_Tensor_cummin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.5224397Z test_Tensor_cumprod (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.5234292Z test_Tensor_cumprod_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.5243951Z test_Tensor_cumsum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.5253507Z test_Tensor_cumsum_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.5262964Z test_Tensor_data_ptr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.5272512Z test_Tensor_deg2rad (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.5282165Z test_Tensor_deg2rad_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.5291151Z test_Tensor_dense_dim (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.5300064Z test_Tensor_dequantize (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.5309470Z test_Tensor_det (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.5318653Z test_Tensor_detach (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.5327646Z test_Tensor_detach_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.5337108Z test_Tensor_diag (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.5346636Z test_Tensor_diag_embed (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.5356390Z test_Tensor_diagflat (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.5366028Z test_Tensor_diagonal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.5375697Z test_Tensor_diagonal_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.5385250Z test_Tensor_diff (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.5394746Z test_Tensor_digamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.5403940Z test_Tensor_digamma_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.5413378Z test_Tensor_dim (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.5422669Z test_Tensor_dist (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.5432137Z test_Tensor_div (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.5441538Z test_Tensor_div_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.5451111Z test_Tensor_divide (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.5460864Z test_Tensor_divide_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.5470416Z test_Tensor_dot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.5479859Z test_Tensor_double (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.5489396Z test_Tensor_dsplit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.5498770Z test_Tensor_element_size (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.5508024Z test_Tensor_eq (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.5517737Z test_Tensor_eq_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.5527250Z test_Tensor_equal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.5536441Z test_Tensor_erf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.5545944Z test_Tensor_erf_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.5555672Z test_Tensor_erfc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.5565001Z test_Tensor_erfc_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.5573984Z test_Tensor_erfinv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.5583595Z test_Tensor_erfinv_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.5593241Z test_Tensor_exp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.5602411Z test_Tensor_exp2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.5612224Z test_Tensor_exp2_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.5620931Z test_Tensor_exp_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.5630569Z test_Tensor_expand (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.5640268Z test_Tensor_expand_as (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.5649680Z test_Tensor_expm1 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.5658875Z test_Tensor_expm1_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.5668511Z test_Tensor_exponential_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.5678149Z test_Tensor_fill_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.5687664Z test_Tensor_fill_diagonal_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.5697036Z test_Tensor_fix (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.5706395Z test_Tensor_fix_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.5716435Z test_Tensor_flatten (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.5725942Z test_Tensor_flip (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.5735201Z test_Tensor_fliplr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.5744541Z test_Tensor_flipud (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.5754121Z test_Tensor_float (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.5763623Z test_Tensor_float_power (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.5773212Z test_Tensor_float_power_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.5782473Z test_Tensor_floor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.5792019Z test_Tensor_floor_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.5801474Z test_Tensor_floor_divide (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.5810978Z test_Tensor_floor_divide_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.5820700Z test_Tensor_fmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.5830274Z test_Tensor_fmin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.5840048Z test_Tensor_fmod (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.5849950Z test_Tensor_fmod_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.5860072Z test_Tensor_frac (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.5869377Z test_Tensor_frac_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.5879193Z test_Tensor_frexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.5889277Z test_Tensor_gather (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.5898382Z test_Tensor_gcd (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.5907900Z test_Tensor_gcd_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.5917646Z test_Tensor_ge (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.5927138Z test_Tensor_ge_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.5936738Z test_Tensor_geometric_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.5946054Z test_Tensor_geqrf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.5955754Z test_Tensor_ger (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.5965363Z test_Tensor_get_device (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.5974798Z test_Tensor_greater (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.5984200Z test_Tensor_greater_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.5993855Z test_Tensor_greater_equal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.6003365Z test_Tensor_greater_equal_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.6012618Z test_Tensor_gt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.6022099Z test_Tensor_gt_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.6031824Z test_Tensor_half (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.6041383Z test_Tensor_hardshrink (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.6050674Z test_Tensor_has_names (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.6060208Z test_Tensor_heaviside (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.6069982Z test_Tensor_heaviside_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.6079761Z test_Tensor_histc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.6089334Z test_Tensor_histogram (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.6099324Z test_Tensor_hsplit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.6108612Z test_Tensor_hypot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.6118351Z test_Tensor_hypot_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.6127582Z test_Tensor_i0 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.6137010Z test_Tensor_i0_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.6146597Z test_Tensor_igamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.6156328Z test_Tensor_igamma_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.6165860Z test_Tensor_igammac (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.6175637Z test_Tensor_igammac_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.6185322Z test_Tensor_index_add (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.6195248Z test_Tensor_index_add_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.6204794Z test_Tensor_index_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.6214533Z test_Tensor_index_copy_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.6224353Z test_Tensor_index_fill (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.6234365Z test_Tensor_index_fill_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.6243907Z test_Tensor_index_put (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.6263191Z test_Tensor_index_put_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.6264120Z test_Tensor_index_reduce (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.6273035Z test_Tensor_index_reduce_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.6282414Z test_Tensor_index_select (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.6291803Z test_Tensor_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.6301285Z test_Tensor_inner (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.6311095Z test_Tensor_int (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.6320615Z test_Tensor_int_repr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.6329918Z test_Tensor_inverse (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.6339393Z test_Tensor_ipu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.6348754Z test_Tensor_is_coalesced (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.6358426Z test_Tensor_is_complex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.6367824Z test_Tensor_is_conj (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.6377515Z test_Tensor_is_contiguous (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.6387063Z test_Tensor_is_distributed (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.6396862Z test_Tensor_is_floating_point (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.6406342Z test_Tensor_is_inference (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.6415960Z test_Tensor_is_neg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.6425429Z test_Tensor_is_nonzero (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.6435432Z test_Tensor_is_pinned (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.6445174Z test_Tensor_is_same_size (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.6454756Z test_Tensor_is_set_to (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.6464337Z test_Tensor_is_shared (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.6474044Z test_Tensor_is_signed (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.6483681Z test_Tensor_isclose (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.6493210Z test_Tensor_isfinite (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.6502694Z test_Tensor_isinf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.6512397Z test_Tensor_isnan (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.6522541Z test_Tensor_isneginf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.6531660Z test_Tensor_isposinf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.6541069Z test_Tensor_isreal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.6550554Z test_Tensor_istft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.6559806Z test_Tensor_item (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.6569955Z test_Tensor_kron (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.6579092Z test_Tensor_kthvalue (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.6588847Z test_Tensor_lcm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.6598812Z test_Tensor_lcm_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.6608463Z test_Tensor_ldexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.6618285Z test_Tensor_ldexp_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.6627835Z test_Tensor_le (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.6637680Z test_Tensor_le_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.6647228Z test_Tensor_lerp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.6656827Z test_Tensor_lerp_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.6666395Z test_Tensor_less (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.6676145Z test_Tensor_less_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.6685720Z test_Tensor_less_equal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.6695112Z test_Tensor_less_equal_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.6704408Z test_Tensor_lgamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.6713835Z test_Tensor_lgamma_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.6723024Z test_Tensor_log (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.6732226Z test_Tensor_log10 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.6741510Z test_Tensor_log10_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.6750841Z test_Tensor_log1p (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.6760121Z test_Tensor_log1p_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.6769338Z test_Tensor_log2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.6778647Z test_Tensor_log2_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.6787842Z test_Tensor_log_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.6797750Z test_Tensor_log_normal_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.6807273Z test_Tensor_log_softmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.6816753Z test_Tensor_logaddexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.6826160Z test_Tensor_logaddexp2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.6835772Z test_Tensor_logcumsumexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.6845233Z test_Tensor_logdet (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.6854414Z test_Tensor_logical_and (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.6863818Z test_Tensor_logical_and_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.6873311Z test_Tensor_logical_not (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.6882669Z test_Tensor_logical_not_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.6892113Z test_Tensor_logical_or (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.6901238Z test_Tensor_logical_or_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.6910813Z test_Tensor_logical_xor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.6920247Z test_Tensor_logical_xor_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.6929160Z test_Tensor_logit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.6938419Z test_Tensor_logit_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.6947832Z test_Tensor_logsumexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.6957209Z test_Tensor_long (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.6966665Z test_Tensor_lstsq (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.6975695Z test_Tensor_lt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.6984940Z test_Tensor_lt_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.6994249Z test_Tensor_lu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.7003516Z test_Tensor_lu_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.7012804Z test_Tensor_map2_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.7022057Z test_Tensor_map_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.7031530Z test_Tensor_masked_fill (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.7041102Z test_Tensor_masked_fill_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.7050231Z test_Tensor_masked_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.7059582Z test_Tensor_masked_scatter_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.7069255Z test_Tensor_masked_select (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.7079121Z test_Tensor_matmul (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.7089056Z test_Tensor_matrix_exp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.7098846Z test_Tensor_matrix_power (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.7108614Z test_Tensor_max (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.7118447Z test_Tensor_maximum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.7128062Z test_Tensor_mean (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.7137595Z test_Tensor_median (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.7147005Z test_Tensor_min (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.7156430Z test_Tensor_minimum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.7165688Z test_Tensor_mm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.7175033Z test_Tensor_mode (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.7184255Z test_Tensor_moveaxis (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.7193827Z test_Tensor_movedim (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.7202840Z test_Tensor_msort (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.7211965Z test_Tensor_mul (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.7221204Z test_Tensor_mul_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.7230569Z test_Tensor_multinomial (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.7239913Z test_Tensor_multiply (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.7249196Z test_Tensor_multiply_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.7258428Z test_Tensor_mv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.7267637Z test_Tensor_mvlgamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.7277161Z test_Tensor_mvlgamma_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.7286655Z test_Tensor_nan_to_num (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.7295685Z test_Tensor_nan_to_num_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.7304945Z test_Tensor_nanmean (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.7314529Z test_Tensor_nanmedian (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.7324456Z test_Tensor_nanquantile (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.7334749Z test_Tensor_nansum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.7344373Z test_Tensor_narrow (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.7354096Z test_Tensor_narrow_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.7363282Z test_Tensor_ndimension (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.7372517Z test_Tensor_ne (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.7381812Z test_Tensor_ne_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.7391177Z test_Tensor_neg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.7475961Z test_Tensor_neg_ (__main__.TestTorchFunctionOverride) ... ok (0.008s) 2022-09-27T16:36:23.7484724Z test_Tensor_negative (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.7493744Z test_Tensor_negative_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.7502629Z test_Tensor_nelement (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.7511980Z test_Tensor_nextafter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.7521313Z test_Tensor_nextafter_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.7530495Z test_Tensor_nonzero (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.7539479Z test_Tensor_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.7548716Z test_Tensor_normal_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.7558156Z test_Tensor_not_equal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.7567220Z test_Tensor_not_equal_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.7576234Z test_Tensor_numel (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.7584914Z test_Tensor_numpy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.7594247Z test_Tensor_orgqr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.7603372Z test_Tensor_ormqr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.7612284Z test_Tensor_outer (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.7621339Z test_Tensor_permute (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.7630538Z test_Tensor_pin_memory (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.7639518Z test_Tensor_pinverse (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.7648945Z test_Tensor_polygamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.7657765Z test_Tensor_polygamma_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.7666993Z test_Tensor_positive (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.7676518Z test_Tensor_pow (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.7685431Z test_Tensor_pow_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.7694539Z test_Tensor_prelu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.7703822Z test_Tensor_prod (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.7713098Z test_Tensor_put (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.7722602Z test_Tensor_put_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.7731203Z test_Tensor_q_per_channel_axis (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.7740162Z test_Tensor_q_per_channel_scales (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.7749108Z test_Tensor_q_per_channel_zero_points (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.7758177Z test_Tensor_q_scale (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.7766968Z test_Tensor_q_zero_point (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.7776057Z test_Tensor_qr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.7784977Z test_Tensor_qscheme (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.7794489Z test_Tensor_quantile (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.7803331Z test_Tensor_rad2deg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.7812213Z test_Tensor_rad2deg_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.7821850Z test_Tensor_random_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.7831869Z test_Tensor_ravel (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.7841255Z test_Tensor_reciprocal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.7850363Z test_Tensor_reciprocal_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.7859131Z test_Tensor_record_stream (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.7867954Z test_Tensor_refine_names (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.7877063Z test_Tensor_register_hook (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.7885955Z test_Tensor_relu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.7894865Z test_Tensor_relu_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.7903766Z test_Tensor_remainder (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.7912972Z test_Tensor_remainder_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.7921974Z test_Tensor_rename (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.7930861Z test_Tensor_rename_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.7940114Z test_Tensor_renorm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.7949504Z test_Tensor_renorm_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.7959156Z test_Tensor_repeat (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.7968857Z test_Tensor_repeat_interleave (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.7978165Z test_Tensor_requires_grad_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.7987475Z test_Tensor_reshape (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.7997078Z test_Tensor_reshape_as (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.8006300Z test_Tensor_resize (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.8015890Z test_Tensor_resize_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.8025262Z test_Tensor_resize_as (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.8034857Z test_Tensor_resize_as_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.8044315Z test_Tensor_resize_as_sparse_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.8053707Z test_Tensor_resolve_conj (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.8062906Z test_Tensor_resolve_neg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.8073015Z test_Tensor_retain_grad (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.8082079Z test_Tensor_roll (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.8092592Z test_Tensor_rot90 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.8102329Z test_Tensor_round (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.8112790Z test_Tensor_round_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.8122110Z test_Tensor_row_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.8132038Z test_Tensor_rsqrt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.8141412Z test_Tensor_rsqrt_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.8151874Z test_Tensor_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.8161966Z test_Tensor_scatter_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.8171663Z test_Tensor_scatter_add (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.8181157Z test_Tensor_scatter_add_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.8191000Z test_Tensor_scatter_reduce (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.8200557Z test_Tensor_scatter_reduce_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.8210169Z test_Tensor_select (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.8219783Z test_Tensor_select_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.8231075Z test_Tensor_set_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.8240475Z test_Tensor_sgn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.8249719Z test_Tensor_sgn_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.8259104Z test_Tensor_share_memory_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.8268650Z test_Tensor_short (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.8278325Z test_Tensor_sigmoid (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.8287536Z test_Tensor_sigmoid_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.8296857Z test_Tensor_sign (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.8306109Z test_Tensor_sign_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.8315631Z test_Tensor_signbit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.8324995Z test_Tensor_sin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.8334192Z test_Tensor_sin_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.8343440Z test_Tensor_sinc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.8352939Z test_Tensor_sinc_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.8362331Z test_Tensor_sinh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.8371543Z test_Tensor_sinh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.8380938Z test_Tensor_size (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.8390793Z test_Tensor_slice_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.8400171Z test_Tensor_slogdet (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.8409306Z test_Tensor_smm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.8418844Z test_Tensor_softmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.8428415Z test_Tensor_sort (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.8437688Z test_Tensor_sparse_dim (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.8446916Z test_Tensor_sparse_mask (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.8456291Z test_Tensor_sparse_resize_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.8465404Z test_Tensor_sparse_resize_and_clear_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.8474862Z test_Tensor_split (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.8484146Z test_Tensor_split_with_sizes (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.8493207Z test_Tensor_sqrt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.8502228Z test_Tensor_sqrt_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.8511373Z test_Tensor_square (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.8520392Z test_Tensor_square_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.8529781Z test_Tensor_squeeze (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.8539278Z test_Tensor_squeeze_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.8548839Z test_Tensor_sspaddmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.8558813Z test_Tensor_std (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.8568315Z test_Tensor_stft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.8577863Z test_Tensor_storage (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.8587604Z test_Tensor_storage_offset (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.8597534Z test_Tensor_storage_type (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.8607329Z test_Tensor_sub (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.8617537Z test_Tensor_sub_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.8627290Z test_Tensor_subtract (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.8638145Z test_Tensor_subtract_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.8648256Z test_Tensor_sum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.8658426Z test_Tensor_sum_to_size (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.8669513Z test_Tensor_svd (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.8679950Z test_Tensor_swapaxes (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.8690570Z test_Tensor_swapaxes_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.8701007Z test_Tensor_swapdims (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.8712063Z test_Tensor_swapdims_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.8722498Z test_Tensor_symeig (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.8732749Z test_Tensor_t (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.8743045Z test_Tensor_t_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.8753782Z test_Tensor_take (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.8764392Z test_Tensor_take_along_dim (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.8774698Z test_Tensor_tan (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.8784625Z test_Tensor_tan_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.8794600Z test_Tensor_tanh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.8805021Z test_Tensor_tanh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.8814660Z test_Tensor_tensor_split (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.8824728Z test_Tensor_tile (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.8834401Z test_Tensor_to (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.8844113Z test_Tensor_to_dense (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.8854014Z test_Tensor_to_mkldnn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.8863537Z test_Tensor_to_sparse (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.8873324Z test_Tensor_tolist (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.8883494Z test_Tensor_topk (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.8892831Z test_Tensor_trace (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.8902924Z test_Tensor_transpose (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.8912898Z test_Tensor_transpose_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.8922798Z test_Tensor_triangular_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.8932480Z test_Tensor_tril (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.8942227Z test_Tensor_tril_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.8952101Z test_Tensor_triu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.8961854Z test_Tensor_triu_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.8971643Z test_Tensor_true_divide (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.8981306Z test_Tensor_true_divide_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.8991152Z test_Tensor_trunc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.9000890Z test_Tensor_trunc_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.9011039Z test_Tensor_type (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.9020824Z test_Tensor_type_as (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.9030684Z test_Tensor_unbind (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.9040839Z test_Tensor_unfold (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.9050393Z test_Tensor_uniform_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.9390032Z test_Tensor_unique (__main__.TestTorchFunctionOverride) ... ok (0.034s) 2022-09-27T16:36:23.9400360Z test_Tensor_unique_consecutive (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.9410180Z test_Tensor_unsafe_chunk (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.9419928Z test_Tensor_unsafe_split (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.9429771Z test_Tensor_unsafe_split_with_sizes (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.9439541Z test_Tensor_unsqueeze (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.9449134Z test_Tensor_unsqueeze_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.9458726Z test_Tensor_values (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.9469119Z test_Tensor_var (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.9479014Z test_Tensor_vdot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.9488500Z test_Tensor_view (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.9498162Z test_Tensor_view_as (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.9507861Z test_Tensor_vsplit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.9517731Z test_Tensor_where (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.9527409Z test_Tensor_xlogy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.9537163Z test_Tensor_xlogy_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.9547416Z test_Tensor_xpu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.9556734Z test_Tensor_zero_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.9566430Z test__TensorBase_H___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.9575659Z test__TensorBase_T___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.9585028Z test__TensorBase__backward_hooks___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.9594587Z test__TensorBase__base___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.9603975Z test__TensorBase__cdata___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.9613415Z test__TensorBase__grad___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.9622860Z test__TensorBase__grad_fn___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.9632450Z test__TensorBase__version___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.9642136Z test__TensorBase_data___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.9651452Z test__TensorBase_device___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.9660874Z test__TensorBase_dtype___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.9670383Z test__TensorBase_grad___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.9679916Z test__TensorBase_grad_fn___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.9689254Z test__TensorBase_imag___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.9698601Z test__TensorBase_is_cpu___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.9708031Z test__TensorBase_is_cuda___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.9717744Z test__TensorBase_is_ipu___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.9727047Z test__TensorBase_is_leaf___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.9736319Z test__TensorBase_is_meta___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.9745769Z test__TensorBase_is_mkldnn___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.9755383Z test__TensorBase_is_mps___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.9764712Z test__TensorBase_is_nested___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.9774011Z test__TensorBase_is_ort___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.9783491Z test__TensorBase_is_quantized___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.9792978Z test__TensorBase_is_sparse___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.9802417Z test__TensorBase_is_sparse_csr___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.9811782Z test__TensorBase_is_vulkan___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.9821188Z test__TensorBase_is_xpu___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.9830790Z test__TensorBase_layout___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.9840120Z test__TensorBase_mH___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.9849430Z test__TensorBase_mT___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.9858538Z test__TensorBase_name___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.9867973Z test__TensorBase_names___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.9877411Z test__TensorBase_ndim___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.9886847Z test__TensorBase_output_nr___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.9896139Z test__TensorBase_real___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.9905174Z test__TensorBase_requires_grad___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.9915301Z test__TensorBase_retains_grad___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.9925005Z test__TensorBase_shape___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.9934500Z test__TensorBase_volatile___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.9946430Z test_base (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.9961610Z test_grad (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:23.9971849Z test_mean_semantics (__main__.TestTorchFunctionOverride) 2022-09-27T16:36:23.9980951Z Test that a function with one argument can be overrided ... ok (0.002s) 2022-09-27T16:36:23.9998217Z test_mm_semantics (__main__.TestTorchFunctionOverride) 2022-09-27T16:36:24.0013065Z Test that a function with multiple arguments can be overrided ... ok (0.003s) 2022-09-27T16:36:24.0026575Z test_pow_rpow (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.0058313Z test_precedence_semantics (__main__.TestTorchFunctionOverride) 2022-09-27T16:36:24.0079571Z Test semantics for __torch_function__ for functions that take ... ok (0.005s) 2022-09-27T16:36:24.0095051Z test_tensor_subclass_propagation (__main__.TestTorchFunctionOverride) 2022-09-27T16:36:24.0112266Z this test exercises the functionality described in ... ok (0.003s) 2022-09-27T16:36:24.0121742Z test_torch__C__fft_fft_fft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.0130941Z test_torch__C__fft_fft_fft2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.0140579Z test_torch__C__fft_fft_fftn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.0149468Z test_torch__C__fft_fft_fftshift (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.0158601Z test_torch__C__fft_fft_hfft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.0168450Z test_torch__C__fft_fft_hfft2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.0176929Z test_torch__C__fft_fft_hfftn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.0185865Z test_torch__C__fft_fft_ifft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.0195161Z test_torch__C__fft_fft_ifft2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.0204168Z test_torch__C__fft_fft_ifftn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.0212959Z test_torch__C__fft_fft_ifftshift (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.0221900Z test_torch__C__fft_fft_ihfft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.0231048Z test_torch__C__fft_fft_ihfft2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.0240152Z test_torch__C__fft_fft_ihfftn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.0249156Z test_torch__C__fft_fft_irfft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.0258221Z test_torch__C__fft_fft_irfft2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.0267254Z test_torch__C__fft_fft_irfftn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.0276490Z test_torch__C__fft_fft_rfft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.0286117Z test_torch__C__fft_fft_rfft2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.0294815Z test_torch__C__fft_fft_rfftn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.0303884Z test_torch__C__linalg_linalg_cholesky (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.0313475Z test_torch__C__linalg_linalg_cholesky_ex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.0322006Z test_torch__C__linalg_linalg_cond (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.0331014Z test_torch__C__linalg_linalg_cross (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.0339479Z test_torch__C__linalg_linalg_det (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.0348066Z test_torch__C__linalg_linalg_diagonal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.0356926Z test_torch__C__linalg_linalg_eig (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.0365592Z test_torch__C__linalg_linalg_eigh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.0374135Z test_torch__C__linalg_linalg_eigvals (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.0382704Z test_torch__C__linalg_linalg_eigvalsh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.0391735Z test_torch__C__linalg_linalg_householder_product (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.0400041Z test_torch__C__linalg_linalg_inv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.0408713Z test_torch__C__linalg_linalg_inv_ex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.0417525Z test_torch__C__linalg_linalg_ldl_factor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.0426446Z test_torch__C__linalg_linalg_ldl_factor_ex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.0435454Z test_torch__C__linalg_linalg_ldl_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.0444432Z test_torch__C__linalg_linalg_lstsq (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.0453421Z test_torch__C__linalg_linalg_lu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.0462362Z test_torch__C__linalg_linalg_lu_factor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.0471497Z test_torch__C__linalg_linalg_lu_factor_ex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.0480639Z test_torch__C__linalg_linalg_lu_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.0489729Z test_torch__C__linalg_linalg_matmul (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.0498682Z test_torch__C__linalg_linalg_matrix_exp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.0508224Z test_torch__C__linalg_linalg_matrix_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.0517710Z test_torch__C__linalg_linalg_matrix_power (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.0526889Z test_torch__C__linalg_linalg_matrix_rank (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.0535865Z test_torch__C__linalg_linalg_multi_dot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.0545150Z test_torch__C__linalg_linalg_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.0554801Z test_torch__C__linalg_linalg_pinv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.0563843Z test_torch__C__linalg_linalg_qr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.0572596Z test_torch__C__linalg_linalg_slogdet (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.0581384Z test_torch__C__linalg_linalg_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.0590780Z test_torch__C__linalg_linalg_solve_ex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.0599843Z test_torch__C__linalg_linalg_solve_triangular (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.0608769Z test_torch__C__linalg_linalg_svd (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.0618019Z test_torch__C__linalg_linalg_svdvals (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.0626717Z test_torch__C__linalg_linalg_tensorinv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.0635901Z test_torch__C__linalg_linalg_tensorsolve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.0644484Z test_torch__C__linalg_linalg_vander (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.0653375Z test_torch__C__linalg_linalg_vecdot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.0662431Z test_torch__C__linalg_linalg_vector_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.0671651Z test_torch__C__nn_avg_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.0680806Z test_torch__C__nn_avg_pool3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.0689716Z test_torch__C__nn_gelu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.0698393Z test_torch__C__nn_linear (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.0707240Z test_torch__C__nn_log_sigmoid (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.0716545Z test_torch__C__nn_one_hot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.0725641Z test_torch__C__nn_softplus (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.0734569Z test_torch__C__nn_softshrink (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.0743318Z test_torch__C__special_special_airy_ai (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.0752364Z test_torch__C__special_special_bessel_j0 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.0761314Z test_torch__C__special_special_bessel_j1 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.0770272Z test_torch__C__special_special_bessel_y0 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.0779131Z test_torch__C__special_special_bessel_y1 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.0788136Z test_torch__C__special_special_chebyshev_polynomial_t (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.0797399Z test_torch__C__special_special_chebyshev_polynomial_u (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.0806515Z test_torch__C__special_special_chebyshev_polynomial_v (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.0815591Z test_torch__C__special_special_chebyshev_polynomial_w (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.0824917Z test_torch__C__special_special_digamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.0833714Z test_torch__C__special_special_entr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.0842736Z test_torch__C__special_special_erf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.0851523Z test_torch__C__special_special_erfc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.0860359Z test_torch__C__special_special_erfcx (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.0869754Z test_torch__C__special_special_erfinv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.0878617Z test_torch__C__special_special_exp2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.0887522Z test_torch__C__special_special_expit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.0896667Z test_torch__C__special_special_expm1 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.0905451Z test_torch__C__special_special_gammainc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.0914643Z test_torch__C__special_special_gammaincc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.0923863Z test_torch__C__special_special_gammaln (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.0932732Z test_torch__C__special_special_hermite_polynomial_h (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.0941906Z test_torch__C__special_special_hermite_polynomial_he (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.0950925Z test_torch__C__special_special_i0 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.0959871Z test_torch__C__special_special_i0e (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.0968772Z test_torch__C__special_special_i1 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.0977729Z test_torch__C__special_special_i1e (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.0986775Z test_torch__C__special_special_laguerre_polynomial_l (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.0996023Z test_torch__C__special_special_legendre_polynomial_p (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.1004941Z test_torch__C__special_special_log1p (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.1013790Z test_torch__C__special_special_log_ndtr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.1022622Z test_torch__C__special_special_log_softmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.1031651Z test_torch__C__special_special_logit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.1040830Z test_torch__C__special_special_logsumexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.1049759Z test_torch__C__special_special_modified_bessel_i0 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.1058687Z test_torch__C__special_special_modified_bessel_i1 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.1067516Z test_torch__C__special_special_modified_bessel_k0 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.1076639Z test_torch__C__special_special_modified_bessel_k1 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.1085483Z test_torch__C__special_special_multigammaln (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.1094282Z test_torch__C__special_special_ndtr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.1103132Z test_torch__C__special_special_ndtri (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.1112082Z test_torch__C__special_special_polygamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.1120936Z test_torch__C__special_special_psi (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.1129871Z test_torch__C__special_special_round (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.1139031Z test_torch__C__special_special_scaled_modified_bessel_k0 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.1148224Z test_torch__C__special_special_scaled_modified_bessel_k1 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.1157259Z test_torch__C__special_special_shifted_chebyshev_polynomial_t (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.1166639Z test_torch__C__special_special_shifted_chebyshev_polynomial_u (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.1177639Z test_torch__C__special_special_shifted_chebyshev_polynomial_v (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.1188382Z test_torch__C__special_special_shifted_chebyshev_polynomial_w (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.1199173Z test_torch__C__special_special_sinc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.1208440Z test_torch__C__special_special_softmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.1217095Z test_torch__C__special_special_spherical_bessel_j0 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.1226313Z test_torch__C__special_special_xlog1py (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.1235249Z test_torch__C__special_special_xlogy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.1244309Z test_torch__C__special_special_zeta (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.1253053Z test_torch__assert_async (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.1261935Z test_torch__conj_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.1270963Z test_torch__fw_primal_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.1279995Z test_torch__indices_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.1288980Z test_torch__lobpcg_lobpcg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.1297741Z test_torch__lowrank_pca_lowrank (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.1306582Z test_torch__lowrank_svd_lowrank (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.1315710Z test_torch__make_dual_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.1324763Z test_torch__neg_view_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.1333634Z test_torch__reshape_alias_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.1342565Z test_torch__rowwise_prune (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.1351755Z test_torch__sparse_broadcast_to_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.1360796Z test_torch__values_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.1369724Z test_torch_abs (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.1378493Z test_torch_absolute (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.1387392Z test_torch_acos (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.1396585Z test_torch_acosh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.1405552Z test_torch_adaptive_avg_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.1414941Z test_torch_adaptive_max_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.1423599Z test_torch_add (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.1433164Z test_torch_addbmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.1442533Z test_torch_addcdiv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.1451597Z test_torch_addcmul (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.1460999Z test_torch_addmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.1470550Z test_torch_addmv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.1479868Z test_torch_addr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.1488979Z test_torch_adjoint (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.1497998Z test_torch_affine_grid_generator (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.1507029Z test_torch_alias_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.1516059Z test_torch_all (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.1524993Z test_torch_allclose (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.1534118Z test_torch_alpha_dropout (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.1543292Z test_torch_amax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.1552810Z test_torch_amin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.1561920Z test_torch_aminmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.1570945Z test_torch_angle (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.1730752Z test_torch_any (__main__.TestTorchFunctionOverride) ... ok (0.016s) 2022-09-27T16:36:24.1740338Z test_torch_arccos (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.1749169Z test_torch_arccosh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.1757750Z test_torch_arcsin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.1766349Z test_torch_arcsinh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.1775088Z test_torch_arctan (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.1783732Z test_torch_arctan2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.1792378Z test_torch_arctanh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.1801285Z test_torch_argmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.1809951Z test_torch_argmin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.1818958Z test_torch_argsort (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.1827531Z test_torch_argwhere (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.1836534Z test_torch_as_strided_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.1845281Z test_torch_as_strided_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.1853712Z test_torch_asin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.1862267Z test_torch_asinh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.1871038Z test_torch_atan (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.1880129Z test_torch_atan2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.1888778Z test_torch_atanh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.1897747Z test_torch_avg_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.1906914Z test_torch_baddbmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.1916042Z test_torch_batch_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.1925017Z test_torch_batch_norm_backward_elemt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.1933834Z test_torch_batch_norm_backward_reduce (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.1942572Z test_torch_batch_norm_elemt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.1951560Z test_torch_batch_norm_gather_stats (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.1960546Z test_torch_batch_norm_gather_stats_with_counts (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.1969175Z test_torch_batch_norm_stats (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.1977939Z test_torch_batch_norm_update_stats (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.1986710Z test_torch_bernoulli (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.1995552Z test_torch_bilinear (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.2004562Z test_torch_binary_cross_entropy_with_logits (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.2013367Z test_torch_bincount (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.2021930Z test_torch_binomial (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.2031358Z test_torch_bitwise_and (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.2039988Z test_torch_bitwise_left_shift (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.2048323Z test_torch_bitwise_not (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.2057098Z test_torch_bitwise_or (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.2065904Z test_torch_bitwise_right_shift (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.2074951Z test_torch_bitwise_xor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.2083520Z test_torch_bmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.2092096Z test_torch_broadcast_to (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.2100887Z test_torch_bucketize (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.2109754Z test_torch_cat (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.2118485Z test_torch_ccol_indices_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.2127005Z test_torch_ceil (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.2135646Z test_torch_celu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.2144295Z test_torch_channel_shuffle (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.2153051Z test_torch_cholesky (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.2161727Z test_torch_cholesky_inverse (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.2170383Z test_torch_cholesky_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.2179142Z test_torch_choose_qparams_optimized (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.2187720Z test_torch_chunk (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.2196721Z test_torch_clamp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.2205414Z test_torch_clamp_max (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.2214197Z test_torch_clamp_min (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.2223008Z test_torch_clip (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.2231923Z test_torch_clone (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.2240546Z test_torch_col_indices_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.2249396Z test_torch_column_stack (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.2258022Z test_torch_combinations (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.2266440Z test_torch_complex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.2275626Z test_torch_concat (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.2284505Z test_torch_concatenate (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.2293169Z test_torch_conj (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.2301859Z test_torch_conj_physical (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.2310753Z test_torch_constant_pad_nd (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.2320031Z test_torch_conv1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.2329073Z test_torch_conv2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.2338140Z test_torch_conv3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.2346902Z test_torch_conv_tbc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.2356009Z test_torch_conv_transpose1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.2364927Z test_torch_conv_transpose2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.2373880Z test_torch_conv_transpose3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.2383020Z test_torch_convolution (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.2392299Z test_torch_copysign (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.2401402Z test_torch_corrcoef (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.2410510Z test_torch_cos (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.2419608Z test_torch_cosh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.2428990Z test_torch_cosine_embedding_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.2438590Z test_torch_cosine_similarity (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.2447788Z test_torch_count_nonzero (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.2456899Z test_torch_cov (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.2466165Z test_torch_cross (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.2475600Z test_torch_crow_indices_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.2485010Z test_torch_ctc_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.2494539Z test_torch_cummax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.2503842Z test_torch_cummin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.2513405Z test_torch_cumprod (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.2522642Z test_torch_cumsum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.2531716Z test_torch_cumulative_trapezoid (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.2540530Z test_torch_deg2rad (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.2549768Z test_torch_dequantize (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.2558613Z test_torch_det (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.2567439Z test_torch_detach (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.2576323Z test_torch_detach_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.2585163Z test_torch_diag (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.2594079Z test_torch_diag_embed (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.2602925Z test_torch_diagflat (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.2612003Z test_torch_diagonal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.2620989Z test_torch_diagonal_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.2630022Z test_torch_diagonal_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.2639084Z test_torch_diff (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.2647934Z test_torch_digamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.2656911Z test_torch_dist (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.2665697Z test_torch_div (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.2675148Z test_torch_divide (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.2684194Z test_torch_dot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.2693141Z test_torch_dropout (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.2701958Z test_torch_dsmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.2711055Z test_torch_dsplit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.2720027Z test_torch_dstack (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.2729048Z test_torch_embedding (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.2739300Z test_torch_embedding_bag (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.2748069Z test_torch_empty_like (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.2757568Z test_torch_eq (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.2765901Z test_torch_equal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.2775008Z test_torch_erf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.2784024Z test_torch_erfc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.2793218Z test_torch_erfinv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.2802213Z test_torch_exp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.2811268Z test_torch_exp2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.2820456Z test_torch_expand_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.2829431Z test_torch_expm1 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.2838980Z test_torch_fake_quantize_per_channel_affine (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.2848286Z test_torch_fake_quantize_per_tensor_affine (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.2857460Z test_torch_fbgemm_linear_fp16_weight (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.2866603Z test_torch_fbgemm_linear_fp16_weight_fp32_activation (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.2876007Z test_torch_fbgemm_linear_int8_weight (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.2884860Z test_torch_fbgemm_linear_int8_weight_fp32_activation (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.2893672Z test_torch_fbgemm_linear_quantize_weight (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.2902510Z test_torch_fbgemm_pack_gemm_matrix_fp16 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.2911563Z test_torch_fbgemm_pack_quantized_matrix (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.2920569Z test_torch_feature_alpha_dropout (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.2929354Z test_torch_feature_dropout (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.2938192Z test_torch_fix (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.2947349Z test_torch_flatten (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.2956325Z test_torch_flip (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.2965036Z test_torch_fliplr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.2973753Z test_torch_flipud (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.2982938Z test_torch_float_power (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.2991818Z test_torch_floor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.3001082Z test_torch_floor_divide (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.3010053Z test_torch_fmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.3018591Z test_torch_fmin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.3027225Z test_torch_fmod (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.3036179Z test_torch_frac (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.3044995Z test_torch_frexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.3053622Z test_torch_frobenius_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.3062493Z test_torch_full_like (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.3071569Z test_torch_functional_atleast_1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.3079873Z test_torch_functional_atleast_2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.3088944Z test_torch_functional_atleast_3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.3097957Z test_torch_functional_block_diag (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.3107907Z test_torch_functional_broadcast_tensors (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.3116888Z test_torch_functional_cartesian_prod (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.3126577Z test_torch_functional_cdist (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.3135831Z test_torch_functional_chain_matmul (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.3144698Z test_torch_functional_einsum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.3153822Z test_torch_functional_lu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.3162777Z test_torch_functional_meshgrid (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.3171621Z test_torch_functional_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.3180402Z test_torch_functional_split (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.3189265Z test_torch_functional_stft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.3198258Z test_torch_functional_tensordot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.3207158Z test_torch_functional_unique (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.3216061Z test_torch_functional_unique_consecutive (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.3225765Z test_torch_fused_moving_avg_obs_fake_quant (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.3235162Z test_torch_gather (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.3244249Z test_torch_gcd (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.3253278Z test_torch_ge (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.3262382Z test_torch_geqrf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.3271353Z test_torch_ger (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.3281307Z test_torch_gradient (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.3290440Z test_torch_greater (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.3299743Z test_torch_greater_equal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.3308410Z test_torch_grid_sampler (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.3317682Z test_torch_grid_sampler_2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.3326750Z test_torch_grid_sampler_3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.3335627Z test_torch_group_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.3345022Z test_torch_gru (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.3354220Z test_torch_gru_cell (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.3362900Z test_torch_gt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.3371857Z test_torch_hardshrink (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.3380831Z test_torch_heaviside (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.3389991Z test_torch_hinge_embedding_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.3398928Z test_torch_histc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.3408093Z test_torch_histogram (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.3417547Z test_torch_histogramdd (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.3426258Z test_torch_hsmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.3435537Z test_torch_hsplit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.3444319Z test_torch_hstack (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.3453325Z test_torch_hypot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.3462135Z test_torch_i0 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.3471221Z test_torch_igamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.3480299Z test_torch_igammac (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.3489197Z test_torch_imag (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.3498485Z test_torch_index_add (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.3508100Z test_torch_index_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.3517330Z test_torch_index_fill (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.3526218Z test_torch_index_put (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.3535210Z test_torch_index_reduce (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.3544191Z test_torch_index_select (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.3553245Z test_torch_indices_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.3562526Z test_torch_inner (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.3571598Z test_torch_instance_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.3580470Z test_torch_int_repr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.3589418Z test_torch_inverse (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.3598486Z test_torch_is_complex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.3607292Z test_torch_is_conj (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.3616243Z test_torch_is_distributed (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.3625122Z test_torch_is_floating_point (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.3634148Z test_torch_is_inference (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.3642971Z test_torch_is_neg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.3651908Z test_torch_is_nonzero (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.3660524Z test_torch_is_same_size (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.3669341Z test_torch_is_signed (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.3678278Z test_torch_isclose (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.3687083Z test_torch_isfinite (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.3696329Z test_torch_isin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.3705152Z test_torch_isinf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.3714291Z test_torch_isnan (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.3723048Z test_torch_isneginf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.3731775Z test_torch_isposinf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.3740592Z test_torch_isreal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.3749881Z test_torch_istft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.3759044Z test_torch_kl_div (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.3768030Z test_torch_kron (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.3777264Z test_torch_kthvalue (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.3786528Z test_torch_layer_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.3795702Z test_torch_lcm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.3804606Z test_torch_ldexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.3813599Z test_torch_le (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.3822658Z test_torch_lerp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.3831889Z test_torch_less (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.3841121Z test_torch_less_equal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.3849920Z test_torch_lgamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.3858894Z test_torch_log (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.3867681Z test_torch_log10 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.3876827Z test_torch_log1p (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.3885720Z test_torch_log2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.3894951Z test_torch_log_softmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.3903944Z test_torch_logaddexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.3913270Z test_torch_logaddexp2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.3922310Z test_torch_logcumsumexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.3931103Z test_torch_logdet (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.3940087Z test_torch_logical_and (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.3949073Z test_torch_logical_not (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.3958173Z test_torch_logical_or (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.3967205Z test_torch_logical_xor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.3976581Z test_torch_logit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.3986167Z test_torch_logsumexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.3994823Z test_torch_lstm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.4003659Z test_torch_lstm_cell (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.4012506Z test_torch_lstsq (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.4021452Z test_torch_lt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.4030472Z test_torch_lu_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.4039556Z test_torch_lu_unpack (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.4048721Z test_torch_margin_ranking_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.4057715Z test_torch_masked_fill (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.4066786Z test_torch_masked_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.4075586Z test_torch_masked_select (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.4084513Z test_torch_matmul (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.4093309Z test_torch_matrix_exp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.4102247Z test_torch_matrix_power (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.4111431Z test_torch_matrix_rank (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.4120297Z test_torch_max (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.4129584Z test_torch_max_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.4138511Z test_torch_max_pool1d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.4147550Z test_torch_max_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.4156894Z test_torch_max_pool3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.4165782Z test_torch_maximum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.4174625Z test_torch_mean (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.4183790Z test_torch_median (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.4193220Z test_torch_min (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.4202190Z test_torch_minimum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.4211332Z test_torch_miopen_batch_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.4220647Z test_torch_miopen_convolution (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.4230393Z test_torch_miopen_convolution_add_relu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.4240094Z test_torch_miopen_convolution_relu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.4249809Z test_torch_miopen_convolution_transpose (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.4259252Z test_torch_miopen_depthwise_convolution (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.4268849Z test_torch_miopen_rnn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.4278498Z test_torch_mode (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.4287832Z test_torch_moveaxis (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.4297033Z test_torch_movedim (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.4306251Z test_torch_msort (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.4315647Z test_torch_mul (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.4325309Z test_torch_multinomial (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.4334664Z test_torch_multiply (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.4343881Z test_torch_mv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.4353523Z test_torch_mvlgamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.4362914Z test_torch_nan_to_num (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.4372367Z test_torch_nanmean (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.4382148Z test_torch_nanmedian (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.4391952Z test_torch_nanquantile (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.4401399Z test_torch_nansum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.4410821Z test_torch_narrow (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.4420253Z test_torch_narrow_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.4429980Z test_torch_native_batch_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.4439439Z test_torch_native_channel_shuffle (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.4448682Z test_torch_native_dropout (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.4458172Z test_torch_native_group_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.4467660Z test_torch_native_layer_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.4477743Z test_torch_native_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.4487202Z test_torch_ne (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.4496326Z test_torch_neg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.4505468Z test_torch_negative (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.4514971Z test_torch_nextafter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.4524122Z test_torch_nn_functional__threshold (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.4533300Z test_torch_nn_functional_adaptive_avg_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.4542361Z test_torch_nn_functional_adaptive_avg_pool3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.4551601Z test_torch_nn_functional_adaptive_max_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.4560777Z test_torch_nn_functional_adaptive_max_pool1d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.4570344Z test_torch_nn_functional_adaptive_max_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.4579206Z test_torch_nn_functional_adaptive_max_pool2d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.4588202Z test_torch_nn_functional_adaptive_max_pool3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.4597545Z test_torch_nn_functional_adaptive_max_pool3d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.4606632Z test_torch_nn_functional_affine_grid (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.4615618Z test_torch_nn_functional_alpha_dropout (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.4624773Z test_torch_nn_functional_batch_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.4634126Z test_torch_nn_functional_binary_cross_entropy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.4643264Z test_torch_nn_functional_binary_cross_entropy_with_logits (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.4652341Z test_torch_nn_functional_celu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.4661437Z test_torch_nn_functional_cosine_embedding_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.4670594Z test_torch_nn_functional_cross_entropy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.4679937Z test_torch_nn_functional_ctc_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.4689077Z test_torch_nn_functional_dropout (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.4698165Z test_torch_nn_functional_dropout1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.4707410Z test_torch_nn_functional_dropout2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.4716844Z test_torch_nn_functional_dropout3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.4726183Z test_torch_nn_functional_elu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.4735155Z test_torch_nn_functional_embedding (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.4744488Z test_torch_nn_functional_embedding_bag (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.4753584Z test_torch_nn_functional_feature_alpha_dropout (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.4763122Z test_torch_nn_functional_fold (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.4772034Z test_torch_nn_functional_fractional_max_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.4781167Z test_torch_nn_functional_fractional_max_pool2d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.4790569Z test_torch_nn_functional_fractional_max_pool3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.4799690Z test_torch_nn_functional_fractional_max_pool3d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.4808681Z test_torch_nn_functional_gaussian_nll_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.4817776Z test_torch_nn_functional_glu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.4827086Z test_torch_nn_functional_grid_sample (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.4836406Z test_torch_nn_functional_group_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.4845630Z test_torch_nn_functional_gumbel_softmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.4854714Z test_torch_nn_functional_hardtanh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.4863879Z test_torch_nn_functional_hinge_embedding_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.4873211Z test_torch_nn_functional_huber_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.4882368Z test_torch_nn_functional_instance_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.4891472Z test_torch_nn_functional_interpolate (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.4900636Z test_torch_nn_functional_kl_div (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.4909851Z test_torch_nn_functional_l1_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.4919150Z test_torch_nn_functional_layer_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.4928180Z test_torch_nn_functional_leaky_relu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.4937505Z test_torch_nn_functional_local_response_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.4946650Z test_torch_nn_functional_log_softmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.4956121Z test_torch_nn_functional_lp_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.4965157Z test_torch_nn_functional_lp_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.4974421Z test_torch_nn_functional_margin_ranking_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.4983864Z test_torch_nn_functional_max_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.4992818Z test_torch_nn_functional_max_pool1d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.5001954Z test_torch_nn_functional_max_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.5011258Z test_torch_nn_functional_max_pool2d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.5020469Z test_torch_nn_functional_max_pool3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.5029541Z test_torch_nn_functional_max_pool3d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.5038908Z test_torch_nn_functional_max_unpool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.5048022Z test_torch_nn_functional_max_unpool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.5057231Z test_torch_nn_functional_max_unpool3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.5066455Z test_torch_nn_functional_mish (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.5075730Z test_torch_nn_functional_mse_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.5084888Z test_torch_nn_functional_multi_head_attention_forward (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.5094062Z test_torch_nn_functional_multi_margin_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.5102996Z test_torch_nn_functional_multilabel_margin_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.5112199Z test_torch_nn_functional_multilabel_soft_margin_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.5121280Z test_torch_nn_functional_nll_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.5130384Z test_torch_nn_functional_normalize (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.5140183Z test_torch_nn_functional_pad (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.5149331Z test_torch_nn_functional_poisson_nll_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.5158611Z test_torch_nn_functional_relu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.5167717Z test_torch_nn_functional_relu6 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.5176989Z test_torch_nn_functional_rrelu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.5186120Z test_torch_nn_functional_selu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.5195520Z test_torch_nn_functional_silu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.5204610Z test_torch_nn_functional_smooth_l1_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.5213766Z test_torch_nn_functional_soft_margin_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.5223105Z test_torch_nn_functional_softmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.5232428Z test_torch_nn_functional_softmin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.5241456Z test_torch_nn_functional_softsign (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.5250450Z test_torch_nn_functional_tanhshrink (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.5259742Z test_torch_nn_functional_triplet_margin_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.5268949Z test_torch_nn_functional_triplet_margin_with_distance_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.5278515Z test_torch_nn_functional_unfold (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.5287422Z test_torch_nn_init_constant_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.5296480Z test_torch_nn_init_kaiming_uniform_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.5305472Z test_torch_nn_init_normal_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.5314681Z test_torch_nn_init_uniform_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.5323948Z test_torch_nonzero (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.5333199Z test_torch_norm_except_dim (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.5342493Z test_torch_not_equal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.5352076Z test_torch_nuclear_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.5361345Z test_torch_numel (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.5370900Z test_torch_ones_like (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.5380241Z test_torch_orgqr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.5389525Z test_torch_ormqr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.5399017Z test_torch_outer (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.5408543Z test_torch_pairwise_distance (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.5417945Z test_torch_pdist (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.5441373Z test_torch_permute (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-09-27T16:36:24.5450335Z test_torch_permute_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.5459210Z test_torch_pinverse (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.5468577Z test_torch_pixel_shuffle (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.5477424Z test_torch_pixel_unshuffle (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.5485998Z test_torch_poisson (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.5494851Z test_torch_poisson_nll_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.5503637Z test_torch_polar (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.5512419Z test_torch_polygamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.5521371Z test_torch_positive (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.5530269Z test_torch_pow (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.5539074Z test_torch_prelu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.5548105Z test_torch_prod (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.5557226Z test_torch_put (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.5566066Z test_torch_q_per_channel_axis (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.5574893Z test_torch_q_per_channel_scales (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.5583619Z test_torch_q_per_channel_zero_points (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.5592354Z test_torch_q_scale (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.5601100Z test_torch_q_zero_point (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.5609915Z test_torch_qr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.5618949Z test_torch_quantile (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.5627814Z test_torch_quantize_per_channel (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.5637234Z test_torch_quantize_per_tensor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.5646009Z test_torch_quantize_per_tensor_dynamic (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.5654875Z test_torch_quantized_batch_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.5663875Z test_torch_quantized_gru_cell (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.5673214Z test_torch_quantized_lstm_cell (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.5682176Z test_torch_quantized_max_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.5691181Z test_torch_quantized_max_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.5700286Z test_torch_quantized_rnn_relu_cell (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.5709329Z test_torch_quantized_rnn_tanh_cell (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.5718597Z test_torch_rad2deg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.5727493Z test_torch_rand_like (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.5736653Z test_torch_randint_like (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.5745836Z test_torch_randn_like (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.5755262Z test_torch_ravel (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.5764363Z test_torch_real (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.5773752Z test_torch_reciprocal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.5782576Z test_torch_relu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.5792217Z test_torch_remainder (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.5801516Z test_torch_renorm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.5811057Z test_torch_repeat_interleave (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.5820143Z test_torch_reshape (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.5829350Z test_torch_resolve_conj (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.5838660Z test_torch_resolve_neg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.5848292Z test_torch_rnn_relu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.5857669Z test_torch_rnn_relu_cell (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.5866817Z test_torch_rnn_tanh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.5876334Z test_torch_rnn_tanh_cell (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.5885552Z test_torch_roll (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.5894905Z test_torch_rot90 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.5904191Z test_torch_round (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.5913648Z test_torch_row_indices_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.5922851Z test_torch_row_stack (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.5932202Z test_torch_rrelu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.5941359Z test_torch_rsqrt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.5950579Z test_torch_rsub (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.5960355Z test_torch_saddmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.5970219Z test_torch_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.5979513Z test_torch_scatter_add (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.5988886Z test_torch_scatter_reduce (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.5998670Z test_torch_searchsorted (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.6007654Z test_torch_segment_reduce (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.6016779Z test_torch_select (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.6025769Z test_torch_select_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.6034968Z test_torch_select_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.6043782Z test_torch_selu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.6052596Z test_torch_sgn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.6061349Z test_torch_sigmoid (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.6070428Z test_torch_sign (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.6079297Z test_torch_signbit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.6088328Z test_torch_sin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.6097228Z test_torch_sinc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.6106269Z test_torch_sinh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.6115559Z test_torch_slice_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.6124411Z test_torch_slice_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.6133574Z test_torch_slogdet (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.6142417Z test_torch_smm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.6151664Z test_torch_softmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.6161156Z test_torch_sort (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.6170077Z test_torch_split_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.6179124Z test_torch_split_with_sizes (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.6188478Z test_torch_split_with_sizes_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.6198261Z test_torch_sqrt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.6207596Z test_torch_square (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.6216715Z test_torch_squeeze (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.6225829Z test_torch_squeeze_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.6235373Z test_torch_stack (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.6244686Z test_torch_std (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.6254150Z test_torch_std_mean (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.6262800Z test_torch_sub (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.6271876Z test_torch_subtract (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.6280930Z test_torch_sum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.6289721Z test_torch_svd (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.6298559Z test_torch_swapaxes (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.6307391Z test_torch_swapdims (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.6316488Z test_torch_symeig (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.6325363Z test_torch_t (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.6334289Z test_torch_t_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.6343162Z test_torch_take (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.6351926Z test_torch_take_along_dim (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.6360806Z test_torch_tan (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.6369463Z test_torch_tanh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.6378474Z test_torch_tensor_split (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.6387300Z test_torch_threshold (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.6396215Z test_torch_tile (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.6405059Z test_torch_topk (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.6413823Z test_torch_trace (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.6422733Z test_torch_transpose (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.6431765Z test_torch_transpose_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.6440718Z test_torch_trapezoid (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.6449643Z test_torch_trapz (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.6458650Z test_torch_triangular_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.6467412Z test_torch_tril (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.6476884Z test_torch_triplet_margin_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.6485789Z test_torch_triu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.6494519Z test_torch_true_divide (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.6503257Z test_torch_trunc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.6512195Z test_torch_unbind (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.6521081Z test_torch_unbind_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.6529930Z test_torch_unflatten (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.6538760Z test_torch_unfold_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.6547653Z test_torch_unsafe_chunk (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.6556795Z test_torch_unsafe_split (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.6565618Z test_torch_unsafe_split_with_sizes (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.6574381Z test_torch_unsqueeze (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.6583256Z test_torch_unsqueeze_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.6592162Z test_torch_values_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.6601728Z test_torch_var (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.6611006Z test_torch_var_mean (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.6619811Z test_torch_vdot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.6628663Z test_torch_view_as_complex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.6637504Z test_torch_view_as_complex_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.6646263Z test_torch_view_as_real (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.6654955Z test_torch_view_as_real_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.6663903Z test_torch_view_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.6673118Z test_torch_vsplit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.6681974Z test_torch_vstack (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.6691055Z test_torch_where (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.6700180Z test_torch_xlogy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.6708827Z test_torch_zeros_like (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:36:24.6713681Z test_user_implementation_raises (__main__.TestTorchFunctionOverride) 2022-09-27T16:36:24.6719410Z Test that errors raised in user implementations propagate correctly ... ok (0.001s) 2022-09-27T16:36:24.6813566Z test_warn_on_invalid_torch_function (__main__.TestTorchFunctionWarning) ... ok (0.009s) 2022-09-27T16:36:24.6826013Z test_wrap_torch_function (__main__.TestWrapTorchFunction) ... ok (0.001s) 2022-09-27T16:36:24.6826697Z 2022-09-27T16:36:24.6827035Z ---------------------------------------------------------------------- 2022-09-27T16:36:24.6827289Z Ran 1423 tests in 2.025s 2022-09-27T16:36:24.6827407Z 2022-09-27T16:36:24.6827470Z OK 2022-09-27T16:36:24.6827549Z 2022-09-27T16:36:24.6827634Z Generating XML reports... 2022-09-27T16:36:24.6875511Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestBroadcastAllOverride-20220927163622.xml 2022-09-27T16:36:24.6878064Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestDisabledTorchFunction-20220927163622.xml 2022-09-27T16:36:24.6881580Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestEinsumOverride-20220927163622.xml 2022-09-27T16:36:24.6884267Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestGradCheckOverride-20220927163622.xml 2022-09-27T16:36:24.6886970Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestGradNewOnesOverride-20220927163622.xml 2022-09-27T16:36:24.6893237Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestIndexing-20220927163622.xml 2022-09-27T16:36:24.6897371Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestIterator-20220927163622.xml 2022-09-27T16:36:24.6900354Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestNamedTuple-20220927163622.xml 2022-09-27T16:36:24.6903249Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestPickle-20220927163622.xml 2022-09-27T16:36:24.6906176Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestRNN-20220927163622.xml 2022-09-27T16:36:24.6909178Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestResolveName-20220927163622.xml 2022-09-27T16:36:24.6933324Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestTorchFunctionMode-20220927163622.xml 2022-09-27T16:36:24.8727688Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestTorchFunctionOverride-20220927163622.xml 2022-09-27T16:36:24.8730713Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestTorchFunctionWarning-20220927163622.xml 2022-09-27T16:36:24.8733529Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestWrapTorchFunction-20220927163622.xml 2022-09-27T16:36:25.5289408Z Running test_namedtuple_return_api ... [2022-09-27 16:36:25.528514] 2022-09-27T16:36:25.5289972Z Executing ['/opt/conda/bin/python', '-bb', 'test_namedtuple_return_api.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:36:25.528605] 2022-09-27T16:36:29.5590375Z Test results will be stored in test-reports/python-unittest/test_namedtuple_return_api 2022-09-27T16:36:29.5605292Z 2022-09-27T16:36:29.5605579Z Running tests... 2022-09-27T16:36:29.5606264Z ---------------------------------------------------------------------- 2022-09-27T16:36:29.8493840Z test_import_return_types (__main__.TestNamedTupleAPI) ... ok (0.289s) 2022-09-27T16:36:29.8810798Z test_namedtuple_return (__main__.TestNamedTupleAPI) ... test_namedtuple_return_api.py:150: UserWarning: torch.qr is deprecated in favor of torch.linalg.qr and will be removed in a future PyTorch release. 2022-09-27T16:36:29.8811602Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-09-27T16:36:29.8811861Z Q, R = torch.qr(A, some) 2022-09-27T16:36:29.8812060Z should be replaced with 2022-09-27T16:36:29.8812547Z 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-27T16:36:29.8812889Z ret1 = func(a, *op.input) 2022-09-27T16:36:29.8814587Z test_namedtuple_return_api.py:156: UserWarning: torch.qr is deprecated in favor of torch.linalg.qr and will be removed in a future PyTorch release. 2022-09-27T16:36:29.8815370Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-09-27T16:36:29.8815864Z Q, R = torch.qr(A, some) 2022-09-27T16:36:29.8816053Z should be replaced with 2022-09-27T16:36:29.8816532Z 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-27T16:36:29.8816914Z ret2 = func(a, *op.input, out=tuple(ret1)) 2022-09-27T16:36:29.8838558Z test_namedtuple_return_api.py:150: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-09-27T16:36:29.8839377Z 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:36:29.8839751Z L, _ = torch.symeig(A, upper=upper) 2022-09-27T16:36:29.8839954Z should be replaced with 2022-09-27T16:36:29.8840258Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-09-27T16:36:29.8840457Z and 2022-09-27T16:36:29.8840649Z L, V = torch.symeig(A, eigenvectors=True) 2022-09-27T16:36:29.8840864Z should be replaced with 2022-09-27T16:36:29.8841445Z 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-27T16:36:29.8841792Z ret1 = func(a, *op.input) 2022-09-27T16:36:29.8844124Z test_namedtuple_return_api.py:156: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-09-27T16:36:29.8844952Z 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:36:29.8845513Z L, _ = torch.symeig(A, upper=upper) 2022-09-27T16:36:29.8845736Z should be replaced with 2022-09-27T16:36:29.8846041Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-09-27T16:36:29.8846240Z and 2022-09-27T16:36:29.8846425Z L, V = torch.symeig(A, eigenvectors=True) 2022-09-27T16:36:29.8846636Z should be replaced with 2022-09-27T16:36:29.8847096Z 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-27T16:36:29.8847454Z ret2 = func(a, *op.input, out=tuple(ret1)) 2022-09-27T16:36:29.8855510Z test_namedtuple_return_api.py:150: UserWarning: torch.triangular_solve is deprecated in favor of torch.linalg.solve_triangularand will be removed in a future PyTorch release. 2022-09-27T16:36:29.8856300Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-09-27T16:36:29.8856594Z X = torch.triangular_solve(B, A).solution 2022-09-27T16:36:29.8856806Z should be replaced with 2022-09-27T16:36:29.8857146Z X = torch.linalg.solve_triangular(A, B). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2121.) 2022-09-27T16:36:29.8857472Z ret1 = func(a, *op.input) 2022-09-27T16:36:29.8865307Z test_namedtuple_return_api.py:150: UserWarning: torch.lstsq is deprecated in favor of torch.linalg.lstsq and will be removed in a future PyTorch release. 2022-09-27T16:36:29.8866196Z 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-27T16:36:29.8866599Z To get the qr decomposition consider using torch.linalg.qr. 2022-09-27T16:36:29.8867220Z 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-27T16:36:29.8867715Z The unpacking of the solution, as in 2022-09-27T16:36:29.8867938Z X, _ = torch.lstsq(B, A).solution[:A.size(1)] 2022-09-27T16:36:29.8868151Z should be replaced with 2022-09-27T16:36:29.8868490Z X = torch.linalg.lstsq(A, B).solution (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:3799.) 2022-09-27T16:36:29.8868912Z ret1 = func(a, *op.input) 2022-09-27T16:36:29.9043894Z test_namedtuple_return_api.py:150: UserWarning: torch.lu is deprecated in favor of torch.linalg.lu_factor / torch.linalg.lu_factor_ex and will be removed in a future PyTorch release. 2022-09-27T16:36:29.9044385Z LU, pivots = torch.lu(A, compute_pivots) 2022-09-27T16:36:29.9044601Z should be replaced with 2022-09-27T16:36:29.9044822Z LU, pivots = torch.linalg.lu_factor(A, compute_pivots) 2022-09-27T16:36:29.9045027Z and 2022-09-27T16:36:29.9045237Z LU, pivots, info = torch.lu(A, compute_pivots, get_infos=True) 2022-09-27T16:36:29.9045454Z should be replaced with 2022-09-27T16:36:29.9045814Z 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-27T16:36:29.9046151Z ret1 = func(a, *op.input) 2022-09-27T16:36:29.9049604Z ok (0.056s) 2022-09-27T16:36:31.3830168Z test_native_functions_yaml (__main__.TestNamedTupleAPI) ... ok (1.478s) 2022-09-27T16:36:31.3830548Z 2022-09-27T16:36:31.3831234Z ---------------------------------------------------------------------- 2022-09-27T16:36:31.3831609Z Ran 3 tests in 1.822s 2022-09-27T16:36:31.3831779Z 2022-09-27T16:36:31.3831877Z OK 2022-09-27T16:36:31.3832021Z 2022-09-27T16:36:31.3832153Z Generating XML reports... 2022-09-27T16:36:31.3865406Z Generated XML report: test-reports/python-unittest/test_namedtuple_return_api/TEST-TestNamedTupleAPI-20220927163629.xml 2022-09-27T16:36:32.0132977Z Running test_fake_tensor ... [2022-09-27 16:36:32.012864] 2022-09-27T16:36:32.0133617Z Executing ['/opt/conda/bin/python', '-bb', 'test_fake_tensor.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:36:32.012953] 2022-09-27T16:36:36.1802823Z Test results will be stored in test-reports/python-unittest/test_fake_tensor 2022-09-27T16:36:36.1823508Z 2022-09-27T16:36:36.1823612Z Running tests... 2022-09-27T16:36:36.1832384Z ---------------------------------------------------------------------- 2022-09-27T16:36:36.4990018Z test_aliased_const_write (__main__.FakeTensorConstHandling) ... ok (0.316s) 2022-09-27T16:36:36.5040466Z test_constant_invalidation (__main__.FakeTensorConstHandling) ... ok (0.005s) 2022-09-27T16:36:36.5072228Z test_inplace_add (__main__.FakeTensorConstHandling) ... ok (0.003s) 2022-09-27T16:36:36.5102994Z test_inplace_view_invalidation (__main__.FakeTensorConstHandling) ... ok (0.003s) 2022-09-27T16:36:36.5147268Z test_shared_storage_invalidation (__main__.FakeTensorConstHandling) ... ok (0.004s) 2022-09-27T16:36:36.5172545Z test_shared_storages (__main__.FakeTensorConstHandling) ... ok (0.002s) 2022-09-27T16:36:36.5190470Z test_simple (__main__.FakeTensorConstHandling) ... ok (0.002s) 2022-09-27T16:36:36.5210683Z test_dead_key (__main__.FakeTensorConverterTest) ... ok (0.002s) 2022-09-27T16:36:36.5231841Z test_dead_weak_ref (__main__.FakeTensorConverterTest) ... ok (0.002s) 2022-09-27T16:36:36.5245333Z test_memoized_conversion_from_meta (__main__.FakeTensorConverterTest) ... ok (0.001s) 2022-09-27T16:36:36.5258341Z test_memoized_conversion_to_meta (__main__.FakeTensorConverterTest) ... ok (0.001s) 2022-09-27T16:36:36.5315241Z test_no_active_mode (__main__.FakeTensorConverterTest) ... ok (0.006s) 2022-09-27T16:36:36.5466081Z test_no_ref_cycle (__main__.FakeTensorConverterTest) ... ok (0.015s) 2022-09-27T16:36:36.5499014Z test_separate_mode_error (__main__.FakeTensorConverterTest) ... ok (0.003s) 2022-09-27T16:36:36.5528089Z test_separate_tensor_storages_non_view (__main__.FakeTensorConverterTest) ... ok (0.003s) 2022-09-27T16:36:36.5546163Z test_separate_tensor_storages_view (__main__.FakeTensorConverterTest) ... ok (0.002s) 2022-09-27T16:36:36.6103618Z test_like_ops (__main__.FakeTensorOperatorInvariants) ... ok (0.056s) 2022-09-27T16:36:37.0856029Z test_non_kwarg_only_device (__main__.FakeTensorOperatorInvariants) ... ok (0.475s) 2022-09-27T16:36:37.1275572Z test_sparse_new (__main__.FakeTensorOperatorInvariants) ... expected failure (0.042s) 2022-09-27T16:36:37.6316530Z test_tensor_constructors_all_have_kwarg_device (__main__.FakeTensorOperatorInvariants) ... ok (0.504s) 2022-09-27T16:36:37.6353679Z test_basic (__main__.FakeTensorTest) ... ok (0.004s) 2022-09-27T16:36:37.6396313Z test_binary_op_type_promotion (__main__.FakeTensorTest) ... ok (0.004s) 2022-09-27T16:36:37.6417122Z test_constructor (__main__.FakeTensorTest) ... ok (0.002s) 2022-09-27T16:36:37.6436525Z test_cpu_fallback (__main__.FakeTensorTest) ... skip: requires cuda (0.002s) 2022-09-27T16:36:37.6473242Z test_cudnn_rnn (__main__.FakeTensorTest) ... skip: requires cuda (0.004s) 2022-09-27T16:36:37.6498935Z test_data_dependent_operator (__main__.FakeTensorTest) ... ok (0.002s) 2022-09-27T16:36:37.6605895Z test_deepcopy (__main__.FakeTensorTest) ... ok (0.011s) 2022-09-27T16:36:37.6649102Z test_fake_dispatch_keys (__main__.FakeTensorTest) ... ok (0.004s) 2022-09-27T16:36:37.6671103Z test_fake_grad_copy (__main__.FakeTensorTest) ... ok (0.002s) 2022-09-27T16:36:37.6711969Z test_fake_mode_error (__main__.FakeTensorTest) ... ok (0.004s) 2022-09-27T16:36:37.6724200Z test_fallback_memory_prop (__main__.FakeTensorTest) ... skip: requires cuda (0.001s) 2022-09-27T16:36:37.6756184Z test_from_numpy (__main__.FakeTensorTest) ... ok (0.003s) 2022-09-27T16:36:37.6763040Z test_index_cuda_with_cpu (__main__.FakeTensorTest) ... skip: requires cuda (0.001s) 2022-09-27T16:36:37.6771270Z test_like_constructor (__main__.FakeTensorTest) ... skip: requires cuda (0.001s) 2022-09-27T16:36:37.6796135Z test_mode (__main__.FakeTensorTest) ... ok (0.002s) 2022-09-27T16:36:37.6983154Z test_nan_to_num (__main__.FakeTensorTest) ... ok (0.018s) 2022-09-27T16:36:37.6993905Z test_new (__main__.FakeTensorTest) ... skip: requires cuda (0.001s) 2022-09-27T16:36:37.7001715Z test_non_kwarg_device (__main__.FakeTensorTest) ... skip: requires cuda (0.001s) 2022-09-27T16:36:37.7008528Z test_normalize_device (__main__.FakeTensorTest) ... skip: requires cuda (0.001s) 2022-09-27T16:36:37.7037791Z test_parameter_instantiation (__main__.FakeTensorTest) ... ok (0.003s) 2022-09-27T16:36:37.7073094Z test_randperm (__main__.FakeTensorTest) ... ok (0.003s) 2022-09-27T16:36:37.7079075Z test_setitem (__main__.FakeTensorTest) ... skip: requires cuda (0.001s) 2022-09-27T16:36:37.7087187Z test_shape_take_not_device (__main__.FakeTensorTest) ... skip: requires cuda (0.001s) 2022-09-27T16:36:37.7095396Z test_throw (__main__.FakeTensorTest) ... skip: requires cuda (0.001s) 2022-09-27T16:36:37.7103629Z test_type_as (__main__.FakeTensorTest) ... skip: requires cuda (0.001s) 2022-09-27T16:36:37.7111624Z test_zero_dim (__main__.FakeTensorTest) ... skip: requires cuda (0.001s) 2022-09-27T16:36:37.7112941Z 2022-09-27T16:36:37.7113307Z ---------------------------------------------------------------------- 2022-09-27T16:36:37.7113776Z Ran 46 tests in 1.529s 2022-09-27T16:36:37.7113987Z 2022-09-27T16:36:37.7114152Z OK (skipped=13, expected failures=1) 2022-09-27T16:36:37.7114326Z 2022-09-27T16:36:37.7114413Z Generating XML reports... 2022-09-27T16:36:37.7152490Z Generated XML report: test-reports/python-unittest/test_fake_tensor/TEST-FakeTensorConstHandling-20220927163636.xml 2022-09-27T16:36:37.7162386Z Generated XML report: test-reports/python-unittest/test_fake_tensor/TEST-FakeTensorConverterTest-20220927163636.xml 2022-09-27T16:36:37.7168568Z Generated XML report: test-reports/python-unittest/test_fake_tensor/TEST-FakeTensorOperatorInvariants-20220927163636.xml 2022-09-27T16:36:37.7196457Z Generated XML report: test-reports/python-unittest/test_fake_tensor/TEST-FakeTensorTest-20220927163636.xml 2022-09-27T16:36:38.3932751Z Running test_jit_cuda_fuser ... [2022-09-27 16:36:38.392832] 2022-09-27T16:36:38.3933490Z Executing ['/opt/conda/bin/python', '-bb', 'test_jit_cuda_fuser.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:36:38.392922] 2022-09-27T16:36:43.8835933Z Test results will be stored in test-reports/python-unittest/test_jit_cuda_fuser 2022-09-27T16:36:43.8878272Z 2022-09-27T16:36:43.8878419Z Running tests... 2022-09-27T16:36:43.8878820Z ---------------------------------------------------------------------- 2022-09-27T16:36:43.8894203Z test__softmax_function (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-09-27T16:36:43.8909404Z test__softmax_function_half_to_float (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:36:43.8930189Z test_addcmul_ops (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-09-27T16:36:43.8941659Z test_alias_pass_fix (__main__.TestCudaFuser) ... skip: skipping this test since unsqueeze is disabled now (0.001s) 2022-09-27T16:36:43.8963391Z test_autocast_1 (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-09-27T16:36:43.8986426Z test_autocast_1_bfloat (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-09-27T16:36:43.9006103Z test_autocast_2 (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-09-27T16:36:43.9027037Z test_autocast_2_bfloat (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-09-27T16:36:43.9048560Z test_backward_type (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-09-27T16:36:43.9057920Z test_batch_norm_half (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:36:43.9071008Z test_batch_norm_impl_index_correctness (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:36:43.9080444Z test_batch_norm_impl_index_inner_bcast (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:36:43.9099635Z test_bfloat (__main__.TestCudaFuser) ... skip: device does not support BFloat16 (0.002s) 2022-09-27T16:36:43.9126221Z test_binary_bitwise (__main__.TestCudaFuser) ... skip: requires CUDA (0.003s) 2022-09-27T16:36:43.9141670Z test_binary_ops (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-09-27T16:36:43.9154610Z test_binary_ops_channels_last_with_bcast (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:36:43.9166870Z test_binary_ops_complex (__main__.TestCudaFuser) ... skip: see issue https://github.com/csarofeen/pytorch/issues/1730 (0.001s) 2022-09-27T16:36:43.9176060Z test_binary_ops_permutation (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:36:43.9192859Z test_branches (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-09-27T16:36:43.9206417Z test_broadcasting_0 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:36:43.9219986Z test_broadcasting_1 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:36:43.9432353Z test_broadcasting_2 (__main__.TestCudaFuser) ... skip: requires CUDA (0.021s) 2022-09-27T16:36:43.9444673Z test_broadcasting_3 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:36:43.9460888Z test_broadcasting_multiple_output (__main__.TestCudaFuser) ... skip: broadcast on branches can't be resolved yet (0.002s) 2022-09-27T16:36:43.9477093Z test_broadcasting_multiple_output_shape (__main__.TestCudaFuser) ... skip: Broadcast with different output not supported yet (0.002s) 2022-09-27T16:36:43.9491749Z test_broadcasting_partition_logic_0 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:36:43.9506789Z test_broadcasting_partition_logic_1 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:36:43.9518418Z test_build_shape_expression_native_dropout (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:36:43.9551572Z test_category_rule (__main__.TestCudaFuser) ... skip: requires CUDA (0.003s) 2022-09-27T16:36:43.9588858Z test_channels_last_with_broadcast (__main__.TestCudaFuser) ... skip: requires CUDA (0.004s) 2022-09-27T16:36:43.9604844Z test_chunk (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-09-27T16:36:43.9615545Z test_clamp (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:36:43.9623897Z test_clamp_reversed_bound (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:36:43.9634373Z test_clean_profile_ivalue (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:36:43.9645322Z test_const (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:36:43.9654216Z test_contiguous_on_broadcasted (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:36:43.9677742Z test_conv2d_bias (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-09-27T16:36:43.9688799Z test_conv2d_symbolic_shapes (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:36:43.9711454Z test_cpu_scalar (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-09-27T16:36:43.9723897Z test_cuda_fusion_guard (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:36:43.9735603Z test_cuda_fusion_guard_backward (__main__.TestCudaFuser) ... skip: requires NVFuser (0.001s) 2022-09-27T16:36:43.9744162Z test_device_constant (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:36:43.9758169Z test_disable_const_chunk_propagation_for_normalization (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:36:43.9768594Z test_disable_sibling_fuse (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:36:43.9777920Z test_dropout_inference_fusion (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:36:43.9789370Z test_dropout_train_nograd_fusion (__main__.TestCudaFuser) ... skip: not enough memory (0.001s) 2022-09-27T16:36:43.9807240Z test_dropout_train_nograd_prob_check (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-09-27T16:36:43.9825011Z test_dropout_training_fusion (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-09-27T16:36:43.9845282Z test_dropout_training_prob_check (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-09-27T16:36:43.9871690Z test_dynamic_size (__main__.TestCudaFuser) ... skip: requires CUDA (0.003s) 2022-09-27T16:36:43.9884913Z test_expand (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:36:43.9902300Z test_fix_shape_expression_bn (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-09-27T16:36:43.9924135Z test_flatten (__main__.TestCudaFuser) ... skip: skipping this test since flatten is disabled now (0.002s) 2022-09-27T16:36:43.9936881Z test_gelu (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:36:43.9969041Z test_grad_sum_to_size (__main__.TestCudaFuser) ... skip: requires CUDA (0.003s) 2022-09-27T16:36:43.9981975Z test_graph_for_with_missing_optimized_engine (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:36:44.0003931Z test_graph_rng (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-09-27T16:36:44.0022219Z test_half (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-09-27T16:36:44.0031809Z test_high_rank_fusion (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:36:44.0051278Z test_inf_quick_patch (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-09-27T16:36:44.0061933Z test_inplace_removal (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:36:44.0076575Z test_input_output_passthrough (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:36:44.0084592Z test_int_tensor_input (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:36:44.0102083Z test_issue1445_fusion (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-09-27T16:36:44.0117614Z test_issue_1785 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:36:44.0143422Z test_layer_norm_autodiff (__main__.TestCudaFuser) ... skip: requires CUDA (0.003s) 2022-09-27T16:36:44.0158827Z test_layer_norm_parser (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-09-27T16:36:44.0172911Z test_layer_norm_trivial_reduce_dim (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:36:44.0187671Z test_linear (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:36:44.0200318Z test_linear_symbolic_shapes (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:36:44.0211564Z test_multiple_device_pw (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:36:44.0240543Z test_native_batch_norm_backward (__main__.TestCudaFuser) ... skip: requires CUDA (0.003s) 2022-09-27T16:36:44.0250699Z test_native_layer_norm (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:36:44.0260675Z test_native_layer_norm_bfloat (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:36:44.0270184Z test_native_layer_norm_half (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:36:44.0275874Z test_nested_view (__main__.TestCudaFuser) ... skip: skipping this test since view is disabled now (0.001s) 2022-09-27T16:36:44.0286944Z test_norm (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:36:44.0299072Z test_norm_bfloat (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:36:44.0307959Z test_norm_channels_last (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:36:44.0319543Z test_norm_half (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:36:44.0327767Z test_norm_half_layer (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:36:44.0338314Z test_norm_large (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:36:44.0358775Z test_normalization_partition (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-09-27T16:36:44.0374235Z test_nvfuser_comparison_callbacks_with_fallback (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:36:44.0390353Z test_nvfuser_comparison_callbacks_without_fallback (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-09-27T16:36:44.0398005Z test_overlapped_input (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:36:44.0413231Z test_permutation_preservation (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:36:44.0424086Z test_permutation_preservation_edge_case_0 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:36:44.0439501Z test_permutation_preservation_edge_case_1_broken (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:36:44.0453537Z test_permutation_preservation_edge_case_2 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:36:44.0468361Z test_pointwise_reference_tensor (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:36:44.0485330Z test_profile_ivalue (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-09-27T16:36:44.0495989Z test_profile_ivalue_multiple_profiles (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:36:44.0505699Z test_profiling_node (__main__.TestCudaFuser) ... skip: Skipped due to rand_like behavior change (0.001s) 2022-09-27T16:36:44.0521777Z test_pw_single_reduction_partition (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-09-27T16:36:44.0526793Z test_random_topo (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-09-27T16:36:44.0539124Z test_reduction (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:36:44.0555246Z test_reduction_dtypes_axis (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-09-27T16:36:44.0563790Z test_reduction_empty_axes (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:36:44.0590893Z test_reduction_multiple_output (__main__.TestCudaFuser) ... skip: requires CUDA (0.003s) 2022-09-27T16:36:44.0600673Z test_reduction_permutation (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:36:44.0614148Z test_reduction_sizes_op (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:36:44.0632457Z test_remove_output_used_only_in_dtype (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-09-27T16:36:44.0642438Z test_rsub (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:36:44.0652174Z test_scalar_cuda_tensor (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:36:44.0665749Z test_scalar_input (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:36:44.0675872Z test_scalar_tensor (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:36:44.0684319Z test_scalar_tensor_permuted (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:36:44.0699226Z test_scheduler_with_polymorphic_broadcast (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:36:44.0721476Z test_shape_expression (__main__.TestCudaFuser) ... skip: skipping this test since squeeze/unsqueeze is disabled now (0.002s) 2022-09-27T16:36:44.0733502Z test_sibling_fusion (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:36:44.0744505Z test_sibling_fusion_no_scalar_inputs (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:36:44.0761285Z test_single_reduction_broadcast (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-09-27T16:36:44.0767711Z test_singleton_fusion (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:36:44.0786807Z test_skip_parser (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-09-27T16:36:44.0800233Z test_softmax (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:36:44.0811726Z test_softmax_bfloat (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:36:44.0836251Z test_softmax_dtype (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-09-27T16:36:44.0846613Z test_softmax_half (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:36:44.0860989Z test_softplus_fuser (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:36:44.0868402Z test_squeeze (__main__.TestCudaFuser) ... skip: skipping this test since squeeze/unsqueeze is disabled now (0.001s) 2022-09-27T16:36:44.0897524Z test_squeeze_negative_dim (__main__.TestCudaFuser) ... skip: skipping this test since squeeze/unsqueeze is disabled now (0.003s) 2022-09-27T16:36:44.0908530Z test_squeeze_zero (__main__.TestCudaFuser) ... skip: skipping this test since squeeze/unsqueeze is disabled now (0.001s) 2022-09-27T16:36:44.0921321Z test_strict_fusion (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:36:44.0932541Z test_sum_to_one (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:36:44.0950877Z test_sum_to_size (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-09-27T16:36:44.0985316Z test_ternary_ops (__main__.TestCudaFuser) ... skip: requires CUDA (0.003s) 2022-09-27T16:36:44.0991642Z test_ternary_ops_integer_compatibility (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:36:44.1000266Z test_ternary_ops_type_promotion (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:36:44.1007767Z test_to_boolean (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:36:44.1020656Z test_to_copy (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:36:44.1031460Z test_to_dtype_bf16_to_bf16 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:36:44.1042948Z test_to_dtype_bf16_to_fp32 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:36:44.1053204Z test_to_dtype_fp16_to_fp16 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:36:44.1063814Z test_to_dtype_fp16_to_fp32 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:36:44.1074980Z test_to_dtype_fp32_to_bf16 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:36:44.1085438Z test_to_dtype_fp32_to_fp16 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:36:44.1098195Z test_trivial_reduction (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:36:44.1111602Z test_type_as_op (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:36:44.1123660Z test_type_inference (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:36:44.1142735Z test_unary_bitwise (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-09-27T16:36:44.1164636Z test_unary_ops (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-09-27T16:36:44.1171673Z test_unsqueeze (__main__.TestCudaFuser) ... skip: skipping this test since squeeze/unsqueeze is disabled now (0.001s) 2022-09-27T16:36:44.1188154Z test_variance (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-09-27T16:36:44.1198606Z test_view (__main__.TestCudaFuser) ... skip: skipping this test since view is disabled now (0.001s) 2022-09-27T16:36:44.1209202Z test_view_copy_graph_guard (__main__.TestCudaFuser) ... skip: skipping this test since reshape is disabled now (0.001s) 2022-09-27T16:36:44.1222880Z test_view_copy_graph_guard_double_fusion (__main__.TestCudaFuser) ... skip: skipping this test since view is disabled now (0.001s) 2022-09-27T16:36:44.1246449Z test_can_be_enabled_nvfuser (__main__.TestEnableDisableCudaFuser) ... ok (0.002s) 2022-09-27T16:36:44.1263857Z test_context_manager_test (__main__.TestEnableDisableCudaFuser) ... skip: requires CUDA (0.002s) 2022-09-27T16:36:44.1271405Z test_register_fuser (__main__.TestEnableDisableCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:36:44.1318052Z test_register_fuser_cpu (__main__.TestEnableDisableCudaFuser) ... ok (0.005s) 2022-09-27T16:36:44.5888771Z test_autodiff_fallback (jit.test_fuser_common.TestFuserCommon) ... ok (0.457s) 2022-09-27T16:36:44.5889120Z 2022-09-27T16:36:44.5889537Z ---------------------------------------------------------------------- 2022-09-27T16:36:44.5889914Z Ran 152 tests in 0.701s 2022-09-27T16:36:44.5890078Z 2022-09-27T16:36:44.5890195Z OK (skipped=149) 2022-09-27T16:36:44.5890357Z 2022-09-27T16:36:44.5890481Z Generating XML reports... 2022-09-27T16:36:44.5927023Z Generated XML report: test-reports/python-unittest/test_jit_cuda_fuser/TEST-TestEnableDisableCudaFuser-20220927163643.xml 2022-09-27T16:36:44.5930202Z Generated XML report: test-reports/python-unittest/test_jit_cuda_fuser/TEST-jit.test_fuser_common.TestFuserCommon-20220927163643.xml 2022-09-27T16:36:44.6080420Z Generated XML report: test-reports/python-unittest/test_jit_cuda_fuser/TEST-TestCudaFuser-20220927163643.xml 2022-09-27T16:36:45.3632905Z Running test_subclass ... [2022-09-27 16:36:45.362891] 2022-09-27T16:36:45.3633420Z Executing ['/opt/conda/bin/python', '-bb', 'test_subclass.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:36:45.362992] 2022-09-27T16:36:49.1362518Z Test results will be stored in test-reports/python-unittest/test_subclass 2022-09-27T16:36:49.1380369Z 2022-09-27T16:36:49.1380470Z Running tests... 2022-09-27T16:36:49.1381461Z ---------------------------------------------------------------------- 2022-09-27T16:36:49.4364085Z test_deepcopy_base_tensor_as_param_False (__main__.TestSubclass) ... ok (0.298s) 2022-09-27T16:36:49.4391666Z test_deepcopy_base_tensor_as_param_True (__main__.TestSubclass) ... ok (0.003s) 2022-09-27T16:36:49.4461861Z test_deepcopy_diag_tensor_below_as_param_False (__main__.TestSubclass) ... ok (0.007s) 2022-09-27T16:36:49.4527638Z test_deepcopy_diag_tensor_below_as_param_True (__main__.TestSubclass) ... ok (0.007s) 2022-09-27T16:36:49.4576624Z test_deepcopy_logging_tensor_as_param_False (__main__.TestSubclass) ... ok (0.005s) 2022-09-27T16:36:49.4625967Z test_deepcopy_logging_tensor_as_param_True (__main__.TestSubclass) ... ok (0.005s) 2022-09-27T16:36:49.4656008Z test_deepcopy_non_wrapper_tensor_as_param_False (__main__.TestSubclass) ... ok (0.003s) 2022-09-27T16:36:49.4684692Z test_deepcopy_non_wrapper_tensor_as_param_True (__main__.TestSubclass) ... ok (0.003s) 2022-09-27T16:36:49.4790168Z test_deepcopy_sparse_tensor_as_param_False (__main__.TestSubclass) ... ok (0.010s) 2022-09-27T16:36:49.4900435Z test_deepcopy_sparse_tensor_as_param_True (__main__.TestSubclass) ... ok (0.011s) 2022-09-27T16:36:49.4918660Z test_lazy_module_base_tensor (__main__.TestSubclass) ... expected failure (0.002s) 2022-09-27T16:36:49.4937999Z 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-27T16:36:49.4938669Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:36:49.4968260Z expected failure (0.005s) 2022-09-27T16:36:49.5000914Z test_lazy_module_logging_tensor (__main__.TestSubclass) ... expected failure (0.003s) 2022-09-27T16:36:49.5031693Z test_lazy_module_non_wrapper_tensor (__main__.TestSubclass) ... expected failure (0.003s) 2022-09-27T16:36:49.5066426Z test_lazy_module_sparse_tensor (__main__.TestSubclass) ... expected failure (0.003s) 2022-09-27T16:36:49.5124666Z test_module_optimization_base_tensor (__main__.TestSubclass) ... ok (0.006s) 2022-09-27T16:36:49.5303297Z test_module_optimization_diag_tensor_below (__main__.TestSubclass) ... ok (0.018s) 2022-09-27T16:36:49.5409835Z test_module_optimization_logging_tensor (__main__.TestSubclass) ... ok (0.011s) 2022-09-27T16:36:49.5781840Z test_module_optimization_non_wrapper_tensor (__main__.TestSubclass) ... ok (0.037s) 2022-09-27T16:36:49.6037570Z test_module_optimization_sparse_tensor (__main__.TestSubclass) ... ok (0.025s) 2022-09-27T16:36:49.6061234Z test_non_rewrapping_torch_dispatch_subclass_as_parameter_throws_for_detach (__main__.TestSubclass) ... ok (0.002s) 2022-09-27T16:36:49.6077179Z test_param_invariants_base_tensor_tensor_requires_grad_False (__main__.TestSubclass) ... ok (0.002s) 2022-09-27T16:36:49.6090823Z test_param_invariants_base_tensor_tensor_requires_grad_True (__main__.TestSubclass) ... ok (0.001s) 2022-09-27T16:36:49.6109492Z test_param_invariants_diag_tensor_below_tensor_requires_grad_False (__main__.TestSubclass) ... ok (0.002s) 2022-09-27T16:36:49.6128086Z test_param_invariants_diag_tensor_below_tensor_requires_grad_True (__main__.TestSubclass) ... ok (0.002s) 2022-09-27T16:36:49.6143956Z test_param_invariants_logging_tensor_tensor_requires_grad_False (__main__.TestSubclass) ... ok (0.002s) 2022-09-27T16:36:49.6159819Z test_param_invariants_logging_tensor_tensor_requires_grad_True (__main__.TestSubclass) ... ok (0.002s) 2022-09-27T16:36:49.6174375Z test_param_invariants_non_wrapper_tensor_tensor_requires_grad_False (__main__.TestSubclass) ... ok (0.001s) 2022-09-27T16:36:49.6188758Z test_param_invariants_non_wrapper_tensor_tensor_requires_grad_True (__main__.TestSubclass) ... ok (0.001s) 2022-09-27T16:36:49.6211509Z test_param_invariants_sparse_tensor_tensor_requires_grad_False (__main__.TestSubclass) ... ok (0.002s) 2022-09-27T16:36:49.6233598Z test_param_invariants_sparse_tensor_tensor_requires_grad_True (__main__.TestSubclass) ... ok (0.002s) 2022-09-27T16:36:49.6261275Z test_parametrization_base_tensor_leave_parametrized_False (__main__.TestSubclass) ... ok (0.003s) 2022-09-27T16:36:49.6286925Z test_parametrization_base_tensor_leave_parametrized_True (__main__.TestSubclass) ... ok (0.002s) 2022-09-27T16:36:49.6303525Z test_parametrization_diag_tensor_below_leave_parametrized_False (__main__.TestSubclass) ... ok (0.002s) 2022-09-27T16:36:49.6320701Z test_parametrization_diag_tensor_below_leave_parametrized_True (__main__.TestSubclass) ... ok (0.002s) 2022-09-27T16:36:49.6337478Z test_parametrization_logging_tensor_leave_parametrized_False (__main__.TestSubclass) ... ok (0.002s) 2022-09-27T16:36:49.6354464Z test_parametrization_logging_tensor_leave_parametrized_True (__main__.TestSubclass) ... ok (0.002s) 2022-09-27T16:36:49.6382727Z test_parametrization_non_wrapper_tensor_leave_parametrized_False (__main__.TestSubclass) ... ok (0.003s) 2022-09-27T16:36:49.6411931Z test_parametrization_non_wrapper_tensor_leave_parametrized_True (__main__.TestSubclass) ... ok (0.003s) 2022-09-27T16:36:49.6474133Z test_parametrization_sparse_tensor_leave_parametrized_False (__main__.TestSubclass) ... ok (0.006s) 2022-09-27T16:36:49.6539859Z test_parametrization_sparse_tensor_leave_parametrized_True (__main__.TestSubclass) ... ok (0.006s) 2022-09-27T16:36:49.6562720Z test_repr_base_tensor_as_param_False (__main__.TestSubclass) ... ok (0.002s) 2022-09-27T16:36:49.6584258Z test_repr_base_tensor_as_param_True (__main__.TestSubclass) ... ok (0.002s) 2022-09-27T16:36:49.6607024Z test_repr_diag_tensor_below_as_param_False (__main__.TestSubclass) ... ok (0.002s) 2022-09-27T16:36:49.6634342Z test_repr_diag_tensor_below_as_param_True (__main__.TestSubclass) ... ok (0.003s) 2022-09-27T16:36:49.6656372Z test_repr_logging_tensor_as_param_False (__main__.TestSubclass) ... ok (0.002s) 2022-09-27T16:36:49.6680961Z test_repr_logging_tensor_as_param_True (__main__.TestSubclass) ... ok (0.002s) 2022-09-27T16:36:49.6836194Z test_repr_non_wrapper_tensor_as_param_False (__main__.TestSubclass) ... ok (0.015s) 2022-09-27T16:36:49.6859405Z test_repr_non_wrapper_tensor_as_param_True (__main__.TestSubclass) ... ok (0.002s) 2022-09-27T16:36:49.6885072Z test_repr_sparse_tensor_as_param_False (__main__.TestSubclass) ... ok (0.003s) 2022-09-27T16:36:49.6918326Z test_repr_sparse_tensor_as_param_True (__main__.TestSubclass) ... ok (0.003s) 2022-09-27T16:36:49.6951788Z test_serialization_base_tensor_as_param_False (__main__.TestSubclass) ... ok (0.003s) 2022-09-27T16:36:49.6980346Z test_serialization_base_tensor_as_param_True (__main__.TestSubclass) ... ok (0.003s) 2022-09-27T16:36:49.7045279Z test_serialization_diag_tensor_below_as_param_False (__main__.TestSubclass) ... ok (0.006s) 2022-09-27T16:36:49.7114857Z test_serialization_diag_tensor_below_as_param_True (__main__.TestSubclass) ... ok (0.007s) 2022-09-27T16:36:49.7164100Z test_serialization_logging_tensor_as_param_False (__main__.TestSubclass) ... ok (0.005s) 2022-09-27T16:36:49.7216832Z test_serialization_logging_tensor_as_param_True (__main__.TestSubclass) ... ok (0.005s) 2022-09-27T16:36:49.7249242Z test_serialization_non_wrapper_tensor_as_param_False (__main__.TestSubclass) ... ok (0.003s) 2022-09-27T16:36:49.7283314Z test_serialization_non_wrapper_tensor_as_param_True (__main__.TestSubclass) ... ok (0.003s) 2022-09-27T16:36:49.7385299Z test_serialization_sparse_tensor_as_param_False (__main__.TestSubclass) ... ok (0.010s) 2022-09-27T16:36:49.7496266Z test_serialization_sparse_tensor_as_param_True (__main__.TestSubclass) ... ok (0.011s) 2022-09-27T16:36:49.7511035Z test_type_propagation_base_tensor_as_param_False (__main__.TestSubclass) ... ok (0.001s) 2022-09-27T16:36:49.7525525Z test_type_propagation_base_tensor_as_param_True (__main__.TestSubclass) ... ok (0.001s) 2022-09-27T16:36:49.7541861Z test_type_propagation_diag_tensor_below_as_param_False (__main__.TestSubclass) ... ok (0.002s) 2022-09-27T16:36:49.7563359Z test_type_propagation_diag_tensor_below_as_param_True (__main__.TestSubclass) ... ok (0.002s) 2022-09-27T16:36:49.7578231Z test_type_propagation_logging_tensor_as_param_False (__main__.TestSubclass) ... ok (0.001s) 2022-09-27T16:36:49.7595962Z test_type_propagation_logging_tensor_as_param_True (__main__.TestSubclass) ... ok (0.002s) 2022-09-27T16:36:49.7609900Z test_type_propagation_non_wrapper_tensor_as_param_False (__main__.TestSubclass) ... ok (0.001s) 2022-09-27T16:36:49.7625013Z test_type_propagation_non_wrapper_tensor_as_param_True (__main__.TestSubclass) ... ok (0.001s) 2022-09-27T16:36:49.7644081Z test_type_propagation_sparse_tensor_as_param_False (__main__.TestSubclass) ... ok (0.002s) 2022-09-27T16:36:49.7670255Z test_type_propagation_sparse_tensor_as_param_True (__main__.TestSubclass) ... ok (0.002s) 2022-09-27T16:36:49.7670587Z 2022-09-27T16:36:49.7671021Z ---------------------------------------------------------------------- 2022-09-27T16:36:49.7671400Z Ran 71 tests in 0.629s 2022-09-27T16:36:49.7671572Z 2022-09-27T16:36:49.7671682Z OK (expected failures=5) 2022-09-27T16:36:49.7672142Z 2022-09-27T16:36:49.7672268Z Generating XML reports... 2022-09-27T16:36:49.7770438Z Generated XML report: test-reports/python-unittest/test_subclass/TEST-TestSubclass-20220927163649.xml 2022-09-27T16:36:50.4055752Z Running test_fx_passes ... [2022-09-27 16:36:50.405152] 2022-09-27T16:36:50.4056376Z Executing ['/opt/conda/bin/python', '-bb', 'test_fx_passes.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:36:50.405248] 2022-09-27T16:36:54.4800118Z Test results will be stored in test-reports/python-unittest/test_fx_passes 2022-09-27T16:36:54.4819648Z 2022-09-27T16:36:54.4820098Z Running tests... 2022-09-27T16:36:54.4820525Z ---------------------------------------------------------------------- 2022-09-27T16:36:54.8143588Z test_fuser_util_partition_[['add', 'add_1', 'add_2']] (__main__.TestFXGraphPasses) ... ok (0.332s) 2022-09-27T16:36:54.8249980Z test_fuser_util_partition_[['add', 'add_1'], ['add_5', 'add_6']] (__main__.TestFXGraphPasses) ... ok (0.011s) 2022-09-27T16:36:54.8354582Z 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.010s) 2022-09-27T16:36:54.8450016Z test_fuser_util_partition_[['add_2', 'add_3']] (__main__.TestFXGraphPasses) ... ok (0.010s) 2022-09-27T16:36:54.8546696Z test_fuser_util_partition_[['add_3', 'add_4']] (__main__.TestFXGraphPasses) ... ok (0.010s) 2022-09-27T16:36:54.8959782Z test_fuser_util_partition_[['add_4', 'add_1', 'add_3', 'add_2']] (__main__.TestFXGraphPasses) ... ok (0.041s) 2022-09-27T16:36:54.9064523Z test_fuser_util_partition_[['add_5', 'add_6'], ['add_1', 'add_2', 'add_3', 'add_4']] (__main__.TestFXGraphPasses) ... ok (0.010s) 2022-09-27T16:36:54.9158915Z test_fuser_util_partition_[['add_5', 'linear2']] (__main__.TestFXGraphPasses) ... ok (0.009s) 2022-09-27T16:36:54.9252766Z test_fuser_util_partition_[['add_6', 'add_5']] (__main__.TestFXGraphPasses) ... ok (0.009s) 2022-09-27T16:36:54.9348037Z test_fuser_util_partition_[['add_6', 'relu']] (__main__.TestFXGraphPasses) ... ok (0.009s) 2022-09-27T16:36:54.9444871Z test_fuser_util_partition_[['param', 'add_1', 'linear']] (__main__.TestFXGraphPasses) ... ok (0.010s) 2022-09-27T16:36:54.9537024Z test_fuser_util_partition_[['param', 'add_2']] (__main__.TestFXGraphPasses) ... ok (0.009s) 2022-09-27T16:36:54.9578508Z test_fuser_util_xfail_partition_[['add', 'add_1', 'add_3']] (__main__.TestFXGraphPasses) ... ok (0.004s) 2022-09-27T16:36:54.9625739Z test_fuser_util_xfail_partition_[['add', 'add_1'], ['add_1', 'add_5', 'add_6']] (__main__.TestFXGraphPasses) ... ok (0.005s) 2022-09-27T16:36:54.9676466Z test_fuser_util_xfail_partition_[['add_4', 'add_5']] (__main__.TestFXGraphPasses) ... ok (0.005s) 2022-09-27T16:36:54.9715219Z test_fuser_util_xfail_partition_[['relu', 'add_5']] (__main__.TestFXGraphPasses) ... ok (0.004s) 2022-09-27T16:36:54.9806384Z test_partitioner_fn__expected_partition_[['add_7', 'add_6'], ['add_5', 'add_4', 'add_3'], ['add_2', 'add_1', 'add']] (__main__.TestFXGraphPasses) ... ok (0.009s) 2022-09-27T16:36:54.9973467Z test_partitioner_fn__expected_partition_[['add_3', 'add_2', 'add', 'add_1']] (__main__.TestFXGraphPasses) ... ok (0.017s) 2022-09-27T16:36:55.0045644Z test_partitioner_fn__expected_partition_[['add_1'], ['add']] (__main__.TestFXGraphPasses) ... ok (0.007s) 2022-09-27T16:36:55.0119564Z test_partitioner_fn__expected_partition_[['add_3', 'add_2'], ['add_1', 'add']] (__main__.TestFXGraphPasses) ... ok (0.007s) 2022-09-27T16:36:55.0184925Z test_partitioner_fn__expected_partition_[['add_1', 'add']] (__main__.TestFXGraphPasses) ... ok (0.006s) 2022-09-27T16:36:55.0248523Z test_partitioner_fn__expected_partition_[['add']] (__main__.TestFXGraphPasses) ... ok (0.006s) 2022-09-27T16:36:55.0316760Z test_partitioner_fn__expected_partition_[['add_3', 'add_2', 'add', 'add_1']] (__main__.TestFXGraphPasses) ... ok (0.007s) 2022-09-27T16:36:55.0379274Z test_partitioner_fn__expected_partition_[['add_3', 'add_2', 'add', 'add_1']] (__main__.TestFXGraphPasses) ... ok (0.006s) 2022-09-27T16:36:55.0449458Z test_partitioner_fn__expected_partition_[['add_3', 'add_2', 'add_1', 'add']] (__main__.TestFXGraphPasses) ... ok (0.007s) 2022-09-27T16:36:55.0480385Z test_partitioner_xfail_fn__expected_partition_[['add_2', 'add_1', 'add']] (__main__.TestFXGraphPasses) ... ok (0.003s) 2022-09-27T16:36:55.0512119Z test_partitioner_xfail_fn__expected_partition_[['add_2', 'add_1', 'add']] (__main__.TestFXGraphPasses) ... ok (0.003s) 2022-09-27T16:36:55.0560382Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.005s) 2022-09-27T16:36:55.0606336Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.005s) 2022-09-27T16:36:55.0656073Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.005s) 2022-09-27T16:36:55.0699019Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.004s) 2022-09-27T16:36:55.0744040Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.004s) 2022-09-27T16:36:55.0791324Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.005s) 2022-09-27T16:36:55.0851524Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.006s) 2022-09-27T16:36:55.0894002Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.004s) 2022-09-27T16:36:55.0941640Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.005s) 2022-09-27T16:36:55.1001363Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.006s) 2022-09-27T16:36:55.1047130Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.005s) 2022-09-27T16:36:55.1093174Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.005s) 2022-09-27T16:36:55.1147471Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.005s) 2022-09-27T16:36:55.1192535Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.004s) 2022-09-27T16:36:55.1192982Z 2022-09-27T16:36:55.1193323Z ---------------------------------------------------------------------- 2022-09-27T16:36:55.1193678Z Ran 41 tests in 0.637s 2022-09-27T16:36:55.1193855Z 2022-09-27T16:36:55.1193953Z OK 2022-09-27T16:36:55.1194096Z 2022-09-27T16:36:55.1194232Z Generating XML reports... 2022-09-27T16:36:55.1246697Z Generated XML report: test-reports/python-unittest/test_fx_passes/TEST-TestFXGraphPasses-20220927163654.xml 2022-09-27T16:36:55.1260999Z Generated XML report: test-reports/python-unittest/test_fx_passes/TEST-TestFXMatcherUtils-20220927163654.xml 2022-09-27T16:36:55.7733271Z Running test_mps ... [2022-09-27 16:36:55.772935] 2022-09-27T16:36:55.7733796Z Executing ['/opt/conda/bin/python', '-bb', 'test_mps.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:36:55.773035] 2022-09-27T16:37:01.1894137Z MPS not available, skipping tests 2022-09-27T16:37:01.3299778Z Test results will be stored in test-reports/python-unittest/test_mps 2022-09-27T16:37:01.3464422Z 2022-09-27T16:37:01.3464685Z Running tests... 2022-09-27T16:37:01.3465407Z ---------------------------------------------------------------------- 2022-09-27T16:37:01.3542444Z test_output_match_H_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.008s) 2022-09-27T16:37:01.3601506Z test_output_match_H_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:01.3659904Z test_output_match_H_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:01.3719781Z test_output_match_H_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:01.3777499Z test_output_match_H_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:01.3835333Z test_output_match_H_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:01.3893360Z test_output_match_H_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:01.3951457Z test_output_match_T_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:01.4009804Z test_output_match_T_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:01.4067100Z test_output_match_T_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:01.4331609Z test_output_match_T_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.026s) 2022-09-27T16:37:01.4391355Z test_output_match_T_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:01.4450553Z test_output_match_T_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:01.4508310Z test_output_match_T_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:01.4566660Z test_output_match___getitem___cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:01.4624146Z test_output_match___getitem___cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:01.4682036Z test_output_match___getitem___cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:01.4739448Z test_output_match___getitem___cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:01.4797121Z test_output_match___getitem___cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:01.4854208Z test_output_match___getitem___cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:01.4910929Z test_output_match___getitem___cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:01.4967796Z test_output_match___radd___cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:01.5024129Z test_output_match___radd___cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:01.5080874Z test_output_match___radd___cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:01.5137671Z test_output_match___radd___cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:01.5194956Z test_output_match___radd___cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:01.5251871Z test_output_match___radd___cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:01.5308179Z test_output_match___radd___cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:01.5365055Z test_output_match___rand___cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:01.5422152Z test_output_match___rand___cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:01.5478576Z test_output_match___rand___cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:01.5534877Z test_output_match___rand___cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:01.5591245Z test_output_match___rand___cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:01.5647380Z test_output_match___rdiv___cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:01.5704081Z test_output_match___rdiv___cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:01.5760705Z test_output_match___rdiv___cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:01.5833482Z test_output_match___rdiv___cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.007s) 2022-09-27T16:37:01.5889685Z test_output_match___rdiv___cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:01.5946437Z test_output_match___rdiv___cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:01.6003859Z test_output_match___rdiv___cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:01.6060845Z test_output_match___rmatmul___cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:01.6117536Z test_output_match___rmatmul___cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:01.6174564Z test_output_match___rmatmul___cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:01.6231879Z test_output_match___rmatmul___cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:01.6289033Z test_output_match___rmatmul___cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:01.6346490Z test_output_match___rmod___cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:01.6405056Z test_output_match___rmod___cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:01.6463110Z test_output_match___rmul___cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:01.6520790Z test_output_match___rmul___cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:01.6578262Z test_output_match___rmul___cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:01.6635414Z test_output_match___rmul___cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:01.6691999Z test_output_match___rmul___cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:01.6749056Z test_output_match___rmul___cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:01.6806101Z test_output_match___rmul___cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:01.6862687Z test_output_match___ror___cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:01.6920559Z test_output_match___ror___cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:01.6977608Z test_output_match___ror___cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:01.7034905Z test_output_match___ror___cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:01.7091943Z test_output_match___ror___cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:01.7149505Z test_output_match___rpow___cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:01.7206790Z test_output_match___rpow___cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:01.7297695Z test_output_match___rpow___cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.009s) 2022-09-27T16:37:01.7349864Z test_output_match___rpow___cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:01.7401676Z test_output_match___rpow___cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:01.7457764Z test_output_match___rpow___cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:01.7515091Z test_output_match___rsub___cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:01.7572499Z test_output_match___rsub___cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:01.7629555Z test_output_match___rsub___cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:01.7687494Z test_output_match___rsub___cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:01.7744651Z test_output_match___rsub___cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:01.7801533Z test_output_match___rsub___cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:01.7858731Z test_output_match___rxor___cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:01.7916149Z test_output_match___rxor___cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:01.7973800Z test_output_match___rxor___cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:01.8031286Z test_output_match___rxor___cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:01.8089290Z test_output_match___rxor___cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:01.8148276Z test_output_match__masked_amax_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:01.8205681Z test_output_match__masked_amax_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:01.8263537Z test_output_match__masked_amax_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:01.8321350Z test_output_match__masked_amax_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:01.8378843Z test_output_match__masked_amax_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:01.8436184Z test_output_match__masked_amax_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:01.8493560Z test_output_match__masked_amin_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:01.8551515Z test_output_match__masked_amin_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:01.8609482Z test_output_match__masked_amin_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:01.8667425Z test_output_match__masked_amin_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:01.8725868Z test_output_match__masked_amin_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:01.8802921Z test_output_match__masked_amin_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.008s) 2022-09-27T16:37:01.8855705Z test_output_match__masked_argmax_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:01.8909378Z test_output_match__masked_argmax_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:01.8962038Z test_output_match__masked_argmax_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:01.9014309Z test_output_match__masked_argmax_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:01.9069109Z test_output_match__masked_argmax_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:01.9127697Z test_output_match__masked_argmax_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:01.9185811Z test_output_match__masked_argmin_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:01.9244270Z test_output_match__masked_argmin_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:01.9302685Z test_output_match__masked_argmin_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:01.9361186Z test_output_match__masked_argmin_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:01.9419550Z test_output_match__masked_argmin_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:01.9478630Z test_output_match__masked_argmin_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:01.9536087Z test_output_match__masked_cumprod_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:01.9594152Z test_output_match__masked_cumprod_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:01.9651960Z test_output_match__masked_cumprod_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:01.9709923Z test_output_match__masked_cumprod_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:01.9767344Z test_output_match__masked_cumprod_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:01.9824736Z test_output_match__masked_cumsum_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:01.9882381Z test_output_match__masked_cumsum_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:01.9940166Z test_output_match__masked_cumsum_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:01.9997673Z test_output_match__masked_cumsum_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:02.0054919Z test_output_match__masked_cumsum_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:02.0112624Z test_output_match__masked_log_softmax_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:02.0170641Z test_output_match__masked_logaddexp_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:02.0228483Z test_output_match__masked_logsumexp_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:02.0286457Z test_output_match__masked_logsumexp_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:02.0343647Z test_output_match__masked_logsumexp_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:02.0502625Z test_output_match__masked_logsumexp_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:37:02.0554840Z test_output_match__masked_logsumexp_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:02.0606633Z test_output_match__masked_mean_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:02.0658602Z test_output_match__masked_mean_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:02.0715512Z test_output_match__masked_mean_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:02.0772890Z test_output_match__masked_mean_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:02.0830243Z test_output_match__masked_mean_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:02.0887194Z test_output_match__masked_mean_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:02.0943650Z test_output_match__masked_mean_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:02.1000016Z test_output_match__masked_median_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:02.1056292Z test_output_match__masked_norm_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:02.1112377Z test_output_match__masked_norm_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:02.1168649Z test_output_match__masked_normalize_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:02.1224832Z test_output_match__masked_normalize_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:02.1280962Z test_output_match__masked_prod_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:02.1337193Z test_output_match__masked_prod_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:02.1392748Z test_output_match__masked_prod_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:02.1448818Z test_output_match__masked_prod_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:02.1504775Z test_output_match__masked_prod_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:02.1561110Z test_output_match__masked_prod_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:02.1617151Z test_output_match__masked_softmax_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:02.1673952Z test_output_match__masked_softmin_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:02.1730800Z test_output_match__masked_std_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:02.1787586Z test_output_match__masked_std_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:02.1844289Z test_output_match__masked_std_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:02.1923918Z test_output_match__masked_std_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.008s) 2022-09-27T16:37:02.1975020Z test_output_match__masked_std_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:02.2031916Z test_output_match__masked_sum_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:02.2088753Z test_output_match__masked_sum_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:02.2145809Z test_output_match__masked_sum_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:02.2203104Z test_output_match__masked_sum_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:02.2258915Z test_output_match__masked_sum_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:02.2315811Z test_output_match__masked_sum_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:02.2372822Z test_output_match__masked_sum_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:02.2429268Z test_output_match__masked_var_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:02.2486094Z test_output_match__masked_var_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:02.2542238Z test_output_match__masked_var_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:02.2598900Z test_output_match__masked_var_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:02.2655912Z test_output_match__masked_var_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:02.2712257Z test_output_match__masked_var_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:02.2769044Z test_output_match_abs_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:02.2825903Z test_output_match_abs_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:02.2882823Z test_output_match_abs_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:02.2939826Z test_output_match_abs_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:02.2996590Z test_output_match_abs_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:02.3053726Z test_output_match_abs_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:02.3110330Z test_output_match_acos_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:02.3168021Z test_output_match_acos_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:02.3621672Z test_output_match_acos_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.045s) 2022-09-27T16:37:02.3680856Z test_output_match_acos_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:02.3739552Z test_output_match_acos_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:02.3814712Z test_output_match_acos_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.007s) 2022-09-27T16:37:02.3867384Z test_output_match_acosh_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:02.3920412Z test_output_match_acosh_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:02.3973897Z test_output_match_acosh_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:02.4031265Z test_output_match_acosh_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:02.4089288Z test_output_match_acosh_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:02.4147018Z test_output_match_acosh_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:02.4204314Z test_output_match_add_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:02.4261369Z test_output_match_add_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:02.4318700Z test_output_match_add_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:02.4375895Z test_output_match_add_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:02.4433046Z test_output_match_add_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:02.4490362Z test_output_match_add_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:02.4547418Z test_output_match_add_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:02.4605193Z test_output_match_addbmm_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:02.4661956Z test_output_match_addbmm_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:02.4719072Z test_output_match_addbmm_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:02.4775801Z test_output_match_addbmm_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:02.4832440Z test_output_match_addbmm_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:02.4889213Z test_output_match_addcdiv_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:02.4945960Z test_output_match_addcmul_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:02.5002660Z test_output_match_addcmul_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:02.5059266Z test_output_match_addcmul_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:02.5116521Z test_output_match_addcmul_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:02.5172778Z test_output_match_addcmul_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:02.5229075Z test_output_match_addmm_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:02.5308073Z test_output_match_addmm_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.008s) 2022-09-27T16:37:02.5359404Z test_output_match_addmm_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:02.5411500Z test_output_match_addmm_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:02.5467602Z test_output_match_addmm_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:02.5524054Z test_output_match_addmm_decomposed_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:02.5580486Z test_output_match_addmm_decomposed_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:02.5636851Z test_output_match_addmm_decomposed_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:02.5693465Z test_output_match_addmm_decomposed_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:02.5749974Z test_output_match_addmm_decomposed_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:02.5806443Z test_output_match_addmv_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:02.5863245Z test_output_match_addmv_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:02.5919903Z test_output_match_addmv_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:02.5976542Z test_output_match_addmv_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:02.6033058Z test_output_match_addmv_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:02.6089061Z test_output_match_addr_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:02.6145501Z test_output_match_addr_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:02.6201654Z test_output_match_addr_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:02.6258490Z test_output_match_addr_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:02.6315682Z test_output_match_addr_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:02.6372045Z test_output_match_addr_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:02.6428830Z test_output_match_addr_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:02.6485727Z test_output_match_all_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:02.6543399Z test_output_match_all_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:02.6599967Z test_output_match_all_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:02.6656921Z test_output_match_all_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:02.6714125Z test_output_match_all_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:02.6791205Z test_output_match_all_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.008s) 2022-09-27T16:37:02.6842875Z test_output_match_all_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:02.6898329Z test_output_match_allclose_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:02.6955544Z test_output_match_allclose_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:02.7011904Z test_output_match_amax_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:02.7068678Z test_output_match_amax_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:02.7125786Z test_output_match_amax_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:02.7182754Z test_output_match_amax_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:02.7239614Z test_output_match_amax_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:02.7297084Z test_output_match_amax_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:02.7353942Z test_output_match_amax_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:02.7410584Z test_output_match_amin_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:02.7467378Z test_output_match_amin_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:02.7525278Z test_output_match_amin_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:02.7581796Z test_output_match_amin_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:02.7638867Z test_output_match_amin_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:02.7695874Z test_output_match_amin_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:02.7752546Z test_output_match_amin_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:02.7809052Z test_output_match_aminmax_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:02.7865385Z test_output_match_aminmax_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:02.7922000Z test_output_match_aminmax_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:02.7978650Z test_output_match_aminmax_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:02.8035632Z test_output_match_aminmax_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:02.8092217Z test_output_match_aminmax_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:02.8150048Z test_output_match_angle_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:02.8206771Z test_output_match_angle_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:02.8288981Z test_output_match_angle_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.008s) 2022-09-27T16:37:02.8340052Z test_output_match_angle_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:02.8390987Z test_output_match_angle_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:02.8442239Z test_output_match_angle_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:02.8496518Z test_output_match_angle_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:02.8548686Z test_output_match_any_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:02.8599801Z test_output_match_any_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:02.8650884Z test_output_match_any_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:02.8702087Z test_output_match_any_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:02.8756206Z test_output_match_any_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:02.8807176Z test_output_match_any_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:02.8857658Z test_output_match_any_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:02.8908807Z test_output_match_arange_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:02.8960308Z test_output_match_arange_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:02.9010801Z test_output_match_arange_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:02.9062092Z test_output_match_arange_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:02.9113474Z test_output_match_arange_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:02.9164834Z test_output_match_arange_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:02.9216194Z test_output_match_argmax_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:02.9272761Z test_output_match_argmax_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:02.9329462Z test_output_match_argmax_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:02.9386230Z test_output_match_argmax_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:02.9443234Z test_output_match_argmax_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:02.9500609Z test_output_match_argmax_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:02.9558330Z test_output_match_argmin_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:02.9615813Z test_output_match_argmin_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:02.9699386Z test_output_match_argmin_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.008s) 2022-09-27T16:37:02.9751937Z test_output_match_argmin_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:02.9804239Z test_output_match_argmin_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:02.9855947Z test_output_match_argmin_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:02.9907833Z test_output_match_argsort_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:02.9959802Z test_output_match_argsort_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.0010943Z test_output_match_argsort_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.0061713Z test_output_match_argsort_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.0113420Z test_output_match_argsort_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.0164521Z test_output_match_argsort_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.0216019Z test_output_match_argsort_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.0267731Z test_output_match_argwhere_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.0319121Z test_output_match_argwhere_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.0370377Z test_output_match_argwhere_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.0421399Z test_output_match_argwhere_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.0472531Z test_output_match_argwhere_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.0524204Z test_output_match_argwhere_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.0575916Z test_output_match_argwhere_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.0628151Z test_output_match_as_strided_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.0680623Z test_output_match_as_strided_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.0732459Z test_output_match_as_strided_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.0784386Z test_output_match_as_strided_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.0835649Z test_output_match_as_strided_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.0887436Z test_output_match_as_strided_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.0938683Z test_output_match_as_strided_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.1018848Z test_output_match_as_strided_scatter_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.008s) 2022-09-27T16:37:03.1070080Z test_output_match_as_strided_scatter_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.1121424Z test_output_match_as_strided_scatter_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.1172705Z test_output_match_as_strided_scatter_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.1224196Z test_output_match_as_strided_scatter_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.1274070Z test_output_match_as_strided_scatter_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.1323751Z test_output_match_as_strided_scatter_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.1374204Z test_output_match_asin_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.1425305Z test_output_match_asin_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.1476339Z test_output_match_asin_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.1527438Z test_output_match_asin_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.1578356Z test_output_match_asin_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.1629070Z test_output_match_asin_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.1679635Z test_output_match_asinh_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.1730253Z test_output_match_asinh_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.1780722Z test_output_match_asinh_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.1831518Z test_output_match_asinh_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.1881723Z test_output_match_asinh_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.1932336Z test_output_match_asinh_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.1983163Z test_output_match_atan2_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.2034074Z test_output_match_atan2_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.2085016Z test_output_match_atan2_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.2135966Z test_output_match_atan2_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.2187133Z test_output_match_atan2_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.2238465Z test_output_match_atan2_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.2289692Z test_output_match_atan_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.2368589Z test_output_match_atan_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.008s) 2022-09-27T16:37:03.2419669Z test_output_match_atan_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.2470014Z test_output_match_atan_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.2519994Z test_output_match_atan_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.2570169Z test_output_match_atan_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.2620169Z test_output_match_atanh_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.2669863Z test_output_match_atanh_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.2720985Z test_output_match_atanh_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.2772115Z test_output_match_atanh_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.2823052Z test_output_match_atanh_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.2874671Z test_output_match_atanh_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.2925806Z test_output_match_atleast_1d_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.2976257Z test_output_match_atleast_1d_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.3026849Z test_output_match_atleast_1d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.3077866Z test_output_match_atleast_1d_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.3129678Z test_output_match_atleast_1d_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.3180279Z test_output_match_atleast_1d_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.3231115Z test_output_match_atleast_1d_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.3282206Z test_output_match_atleast_2d_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.3333199Z test_output_match_atleast_2d_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.3384566Z test_output_match_atleast_2d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.3435788Z test_output_match_atleast_2d_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.3486635Z test_output_match_atleast_2d_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.3537774Z test_output_match_atleast_2d_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.3588565Z test_output_match_atleast_2d_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.3640907Z test_output_match_atleast_3d_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.3721190Z test_output_match_atleast_3d_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.008s) 2022-09-27T16:37:03.3772382Z test_output_match_atleast_3d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.3823627Z test_output_match_atleast_3d_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.3874729Z test_output_match_atleast_3d_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.3925687Z test_output_match_atleast_3d_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.3980714Z test_output_match_atleast_3d_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.4032985Z test_output_match_baddbmm_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.4085047Z test_output_match_baddbmm_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.4136923Z test_output_match_baddbmm_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.4188889Z test_output_match_baddbmm_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.4244302Z test_output_match_baddbmm_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.4295849Z test_output_match_bernoulli_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.4347495Z test_output_match_bfloat16_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.4398973Z test_output_match_bfloat16_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.4450417Z test_output_match_bfloat16_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.4501544Z test_output_match_bfloat16_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.4553199Z test_output_match_bfloat16_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.4604891Z test_output_match_bfloat16_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.4656074Z test_output_match_bfloat16_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.4707642Z test_output_match_bincount_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.4759131Z test_output_match_bincount_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.4810507Z test_output_match_bincount_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.4861724Z test_output_match_bincount_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.4913307Z test_output_match_bitwise_and_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.4964700Z test_output_match_bitwise_and_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.5044022Z test_output_match_bitwise_and_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.008s) 2022-09-27T16:37:03.5094839Z test_output_match_bitwise_and_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.5145780Z test_output_match_bitwise_and_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.5196953Z test_output_match_bitwise_left_shift_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.5248032Z test_output_match_bitwise_left_shift_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.5298644Z test_output_match_bitwise_left_shift_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.5350469Z test_output_match_bitwise_left_shift_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.5402150Z test_output_match_bitwise_not_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.5453729Z test_output_match_bitwise_not_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.5505381Z test_output_match_bitwise_not_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.5557187Z test_output_match_bitwise_not_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.5608990Z test_output_match_bitwise_not_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.5660584Z test_output_match_bitwise_or_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.5712256Z test_output_match_bitwise_or_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.5764002Z test_output_match_bitwise_or_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.5816077Z test_output_match_bitwise_or_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.5868314Z test_output_match_bitwise_or_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.5920563Z test_output_match_bitwise_right_shift_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.5973142Z test_output_match_bitwise_right_shift_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.6024737Z test_output_match_bitwise_right_shift_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.6077195Z test_output_match_bitwise_right_shift_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.6129225Z test_output_match_bitwise_xor_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.6181706Z test_output_match_bitwise_xor_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.6234100Z test_output_match_bitwise_xor_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.6286224Z test_output_match_bitwise_xor_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.6337988Z test_output_match_bitwise_xor_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.6418105Z test_output_match_block_diag_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.008s) 2022-09-27T16:37:03.6469553Z test_output_match_block_diag_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.6520452Z test_output_match_block_diag_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.6570504Z test_output_match_block_diag_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.6620456Z test_output_match_block_diag_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.6671617Z test_output_match_block_diag_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.6723166Z test_output_match_block_diag_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.6774285Z test_output_match_bmm_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.6825791Z test_output_match_bmm_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.6877285Z test_output_match_bmm_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.6928451Z test_output_match_bmm_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.6979840Z test_output_match_bmm_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.7031188Z test_output_match_bool_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.7083177Z test_output_match_bool_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.7134589Z test_output_match_bool_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.7186151Z test_output_match_bool_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.7238191Z test_output_match_bool_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.7289796Z test_output_match_bool_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.7341660Z test_output_match_bool_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.7393430Z test_output_match_broadcast_shapes_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.7445124Z test_output_match_broadcast_tensors_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.7496096Z test_output_match_broadcast_tensors_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.7547442Z test_output_match_broadcast_tensors_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.7598908Z test_output_match_broadcast_tensors_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.7650674Z test_output_match_broadcast_tensors_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.7702500Z test_output_match_broadcast_tensors_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.7782958Z test_output_match_broadcast_tensors_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.008s) 2022-09-27T16:37:03.7834061Z test_output_match_broadcast_to_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.7885156Z test_output_match_broadcast_to_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.7935050Z test_output_match_broadcast_to_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.7985349Z test_output_match_broadcast_to_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.8037086Z test_output_match_broadcast_to_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.8088504Z test_output_match_broadcast_to_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.8140729Z test_output_match_broadcast_to_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.8192307Z test_output_match_bucketize_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.8243673Z test_output_match_bucketize_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.8294845Z test_output_match_bucketize_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.8345950Z test_output_match_bucketize_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.8397887Z test_output_match_bucketize_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.8449419Z test_output_match_bucketize_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.8501459Z test_output_match_byte_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.8554383Z test_output_match_byte_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.8606652Z test_output_match_byte_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.8658597Z test_output_match_byte_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.8710376Z test_output_match_byte_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.8762201Z test_output_match_byte_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.8813677Z test_output_match_byte_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.8865479Z test_output_match_cartesian_prod_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.8917442Z test_output_match_cartesian_prod_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.8969399Z test_output_match_cartesian_prod_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.9020305Z test_output_match_cartesian_prod_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.9100947Z test_output_match_cartesian_prod_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.008s) 2022-09-27T16:37:03.9152156Z test_output_match_cartesian_prod_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.9203524Z test_output_match_cartesian_prod_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.9254037Z test_output_match_cat_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.9304693Z test_output_match_cat_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.9356334Z test_output_match_cat_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.9407634Z test_output_match_cat_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.9459209Z test_output_match_cat_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.9510618Z test_output_match_cat_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.9561837Z test_output_match_cat_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.9612924Z test_output_match_cdist_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.9664467Z test_output_match_ceil_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.9717034Z test_output_match_ceil_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.9767782Z test_output_match_ceil_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.9818935Z test_output_match_ceil_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.9870546Z test_output_match_ceil_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.9922341Z test_output_match_chalf_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:03.9973718Z test_output_match_chalf_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.0025376Z test_output_match_chalf_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.0077989Z test_output_match_chalf_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.0129626Z test_output_match_chalf_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.0181139Z test_output_match_chalf_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.0233174Z test_output_match_chalf_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.0284224Z test_output_match_char_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.0336509Z test_output_match_char_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.0388007Z test_output_match_char_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.0466977Z test_output_match_char_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.008s) 2022-09-27T16:37:04.0516946Z test_output_match_char_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.0567787Z test_output_match_char_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.0617164Z test_output_match_char_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.0668663Z test_output_match_cholesky_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.0719987Z test_output_match_cholesky_inverse_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.0771555Z test_output_match_cholesky_solve_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.0822805Z test_output_match_chunk_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.0874826Z test_output_match_chunk_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.0926297Z test_output_match_chunk_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.0978069Z test_output_match_chunk_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.1030610Z test_output_match_chunk_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.1086444Z test_output_match_chunk_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:04.1137689Z test_output_match_chunk_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.1189801Z test_output_match_clamp_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.1241915Z test_output_match_clamp_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.1294019Z test_output_match_clamp_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.1345446Z test_output_match_clamp_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.1397016Z test_output_match_clamp_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.1448223Z test_output_match_clamp_max_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.1499533Z test_output_match_clamp_max_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.1551013Z test_output_match_clamp_max_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.1602253Z test_output_match_clamp_max_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.1653703Z test_output_match_clamp_max_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.1704948Z test_output_match_clamp_max_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.1756751Z test_output_match_clamp_max_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.1834804Z test_output_match_clamp_min_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.008s) 2022-09-27T16:37:04.1884663Z test_output_match_clamp_min_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.1934491Z test_output_match_clamp_min_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.1984872Z test_output_match_clamp_min_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.2036770Z test_output_match_clamp_min_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.2088800Z test_output_match_clamp_min_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.2140134Z test_output_match_clamp_min_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.2191442Z test_output_match_clone_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.2243066Z test_output_match_clone_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.2294636Z test_output_match_clone_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.2346559Z test_output_match_clone_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.2397178Z test_output_match_clone_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.2447429Z test_output_match_clone_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.2497250Z test_output_match_clone_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.2547282Z test_output_match_column_stack_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.2597703Z test_output_match_column_stack_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.2647767Z test_output_match_column_stack_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.2697893Z test_output_match_column_stack_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.2748212Z test_output_match_column_stack_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.2798743Z test_output_match_column_stack_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.2849349Z test_output_match_column_stack_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.2900200Z test_output_match_combinations_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.2951046Z test_output_match_combinations_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.3001142Z test_output_match_combinations_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.3051367Z test_output_match_combinations_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.3129026Z test_output_match_combinations_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.008s) 2022-09-27T16:37:04.3179329Z test_output_match_combinations_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.3229575Z test_output_match_combinations_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.3279708Z test_output_match_complex_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.3329885Z test_output_match_complex_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.3379933Z test_output_match_conj_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.3430006Z test_output_match_conj_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.3479611Z test_output_match_conj_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.3529531Z test_output_match_conj_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.3579461Z test_output_match_conj_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.3629890Z test_output_match_conj_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.3679413Z test_output_match_conj_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.3729101Z test_output_match_conj_physical_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.3779463Z test_output_match_conj_physical_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.3829382Z test_output_match_conj_physical_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.3879019Z test_output_match_conj_physical_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.3928951Z test_output_match_conj_physical_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.3978631Z test_output_match_conj_physical_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.4028643Z test_output_match_conj_physical_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.4078487Z test_output_match_constant_pad_nd_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.4128360Z test_output_match_constant_pad_nd_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.4177960Z test_output_match_constant_pad_nd_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.4227728Z test_output_match_constant_pad_nd_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.4278385Z test_output_match_constant_pad_nd_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.4329315Z test_output_match_constant_pad_nd_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.4378977Z test_output_match_constant_pad_nd_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.4456398Z test_output_match_contiguous_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.008s) 2022-09-27T16:37:04.4508005Z test_output_match_contiguous_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.4559624Z test_output_match_contiguous_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.4609763Z test_output_match_contiguous_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.4659679Z test_output_match_contiguous_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.4710101Z test_output_match_contiguous_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.4760373Z test_output_match_contiguous_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.4810352Z test_output_match_copysign_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.4860270Z test_output_match_copysign_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.4910573Z test_output_match_copysign_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.4960473Z test_output_match_copysign_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.5010264Z test_output_match_copysign_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.5060292Z test_output_match_copysign_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.5111127Z test_output_match_copysign_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.5161260Z test_output_match_corrcoef_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.5211429Z test_output_match_corrcoef_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.5260932Z test_output_match_corrcoef_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.5310835Z test_output_match_corrcoef_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.5360445Z test_output_match_corrcoef_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.5410144Z test_output_match_cos_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.5460606Z test_output_match_cos_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.5510140Z test_output_match_cos_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.5560163Z test_output_match_cos_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.5610788Z test_output_match_cos_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.5661782Z test_output_match_cos_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.5712416Z test_output_match_cosh_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.5790588Z test_output_match_cosh_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.008s) 2022-09-27T16:37:04.5841832Z test_output_match_cosh_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.5892920Z test_output_match_cosh_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.5942729Z test_output_match_cosh_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.5992617Z test_output_match_cosh_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.6042471Z test_output_match_count_nonzero_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.6092858Z test_output_match_count_nonzero_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.6143110Z test_output_match_count_nonzero_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.6194306Z test_output_match_count_nonzero_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.6245198Z test_output_match_count_nonzero_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.6295950Z test_output_match_count_nonzero_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.6346213Z test_output_match_count_nonzero_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.6396317Z test_output_match_cov_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.6446530Z test_output_match_cov_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.6496766Z test_output_match_cov_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.6546696Z test_output_match_cov_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.6596981Z test_output_match_cov_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.6646790Z test_output_match_cross_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.6696224Z test_output_match_cross_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.6745526Z test_output_match_cross_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.6795294Z test_output_match_cross_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.6844687Z test_output_match_cross_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.6894421Z test_output_match_cummax_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.6946087Z test_output_match_cummax_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.6997687Z test_output_match_cummax_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.7076284Z test_output_match_cummax_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.008s) 2022-09-27T16:37:04.7125973Z test_output_match_cummax_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.7175785Z test_output_match_cummax_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.7225665Z test_output_match_cummin_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.7275918Z test_output_match_cummin_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.7325317Z test_output_match_cummin_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.7374944Z test_output_match_cummin_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.7424523Z test_output_match_cummin_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.7474672Z test_output_match_cummin_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.7524927Z test_output_match_cumprod_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.7574928Z test_output_match_cumprod_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.7625132Z test_output_match_cumprod_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.7675154Z test_output_match_cumprod_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.7725185Z test_output_match_cumprod_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.7775154Z test_output_match_cumsum_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.7824951Z test_output_match_cumsum_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.7874547Z test_output_match_cumsum_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.7924475Z test_output_match_cumsum_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.7973877Z test_output_match_cumsum_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.8023738Z test_output_match_cumulative_trapezoid_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.8073866Z test_output_match_cumulative_trapezoid_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.8124810Z test_output_match_cumulative_trapezoid_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.8173781Z test_output_match_cumulative_trapezoid_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.8223438Z test_output_match_cumulative_trapezoid_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.8273066Z test_output_match_deg2rad_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.8323584Z test_output_match_deg2rad_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.8401540Z test_output_match_deg2rad_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.008s) 2022-09-27T16:37:04.8452420Z test_output_match_deg2rad_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.8503769Z test_output_match_deg2rad_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.8554000Z test_output_match_deg2rad_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.8603926Z test_output_match_deg2rad_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.8653712Z test_output_match_diag_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.8703534Z test_output_match_diag_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.8754009Z test_output_match_diag_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.8804100Z test_output_match_diag_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.8853858Z test_output_match_diag_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.8903458Z test_output_match_diag_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.8953413Z test_output_match_diag_embed_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.9003178Z test_output_match_diag_embed_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.9053266Z test_output_match_diag_embed_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.9103566Z test_output_match_diag_embed_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.9153681Z test_output_match_diag_embed_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.9207760Z test_output_match_diag_embed_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.9257590Z test_output_match_diag_embed_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.9307600Z test_output_match_diagflat_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.9357501Z test_output_match_diagflat_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.9407722Z test_output_match_diagflat_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.9461465Z test_output_match_diagflat_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.9511378Z test_output_match_diagflat_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.9561871Z test_output_match_diagflat_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.9611619Z test_output_match_diagonal_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.9663176Z test_output_match_diagonal_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.9742024Z test_output_match_diagonal_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.008s) 2022-09-27T16:37:04.9793160Z test_output_match_diagonal_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.9842808Z test_output_match_diagonal_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.9892624Z test_output_match_diagonal_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.9943002Z test_output_match_diagonal_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:04.9993585Z test_output_match_diagonal_scatter_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.0043980Z test_output_match_diagonal_scatter_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.0094316Z test_output_match_diagonal_scatter_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.0144194Z test_output_match_diagonal_scatter_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.0194986Z test_output_match_diagonal_scatter_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.0244881Z test_output_match_diagonal_scatter_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.0294694Z test_output_match_diagonal_scatter_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.0344833Z test_output_match_diff_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.0394745Z test_output_match_diff_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.0444545Z test_output_match_diff_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.0493996Z test_output_match_diff_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.0543713Z test_output_match_diff_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.0593400Z test_output_match_diff_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.0643183Z test_output_match_diff_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.0693288Z test_output_match_digamma_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.0743055Z test_output_match_digamma_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.0792528Z test_output_match_digamma_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.0842432Z test_output_match_digamma_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.0892155Z test_output_match_digamma_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.0942417Z test_output_match_digamma_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.1021225Z test_output_match_dist_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.008s) 2022-09-27T16:37:05.1072379Z test_output_match_dist_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.1122938Z test_output_match_div_floor_rounding_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.1172509Z test_output_match_div_floor_rounding_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.1222026Z test_output_match_div_floor_rounding_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.1271808Z test_output_match_div_floor_rounding_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.1321422Z test_output_match_div_floor_rounding_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.1371398Z test_output_match_div_floor_rounding_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.1421351Z test_output_match_div_no_rounding_mode_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.1471101Z test_output_match_div_no_rounding_mode_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.1520712Z test_output_match_div_no_rounding_mode_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.1570793Z test_output_match_div_no_rounding_mode_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.1620747Z test_output_match_div_no_rounding_mode_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.1670729Z test_output_match_div_no_rounding_mode_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.1720460Z test_output_match_div_no_rounding_mode_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.1770402Z test_output_match_div_trunc_rounding_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.1819947Z test_output_match_div_trunc_rounding_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.1869955Z test_output_match_div_trunc_rounding_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.1919600Z test_output_match_div_trunc_rounding_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.1969888Z test_output_match_div_trunc_rounding_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.2019394Z test_output_match_div_trunc_rounding_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.2069133Z test_output_match_dot_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.2118646Z test_output_match_dot_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.2168324Z test_output_match_dot_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.2218478Z test_output_match_dot_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.2268900Z test_output_match_dot_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.2346186Z test_output_match_double_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.008s) 2022-09-27T16:37:05.2397695Z test_output_match_double_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.2448795Z test_output_match_double_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.2499851Z test_output_match_double_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.2552270Z test_output_match_double_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.2601145Z test_output_match_double_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.2651223Z test_output_match_double_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.2701080Z test_output_match_dsplit_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.2751188Z test_output_match_dsplit_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.2801004Z test_output_match_dsplit_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.2850661Z test_output_match_dsplit_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.2900106Z test_output_match_dsplit_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.2949447Z test_output_match_dsplit_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.2999006Z test_output_match_dsplit_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.3048300Z test_output_match_dstack_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.3098442Z test_output_match_dstack_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.3148525Z test_output_match_dstack_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.3198403Z test_output_match_dstack_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.3247724Z test_output_match_dstack_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.3297489Z test_output_match_dstack_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.3347500Z test_output_match_dstack_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.3397381Z test_output_match_einsum_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.3446875Z test_output_match_einsum_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.3496687Z test_output_match_einsum_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.3546309Z test_output_match_einsum_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.3596095Z test_output_match_einsum_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.3673855Z test_output_match_empty_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.008s) 2022-09-27T16:37:05.3725052Z test_output_match_empty_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.3776328Z test_output_match_empty_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.3827827Z test_output_match_empty_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.3878623Z test_output_match_empty_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.3928900Z test_output_match_empty_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.3979074Z test_output_match_empty_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.4029307Z test_output_match_empty_like_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.4079362Z test_output_match_empty_like_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.4129210Z test_output_match_empty_like_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.4179625Z test_output_match_empty_like_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.4229570Z test_output_match_empty_like_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.4279748Z test_output_match_empty_like_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.4330251Z test_output_match_empty_like_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.4380207Z test_output_match_eq_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.4430301Z test_output_match_eq_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.4480128Z test_output_match_eq_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.4530742Z test_output_match_eq_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.4581323Z test_output_match_eq_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.4631578Z test_output_match_eq_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.4681701Z test_output_match_eq_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.4731568Z test_output_match_equal_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.4781023Z test_output_match_equal_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.4831109Z test_output_match_equal_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.4880635Z test_output_match_equal_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.4959076Z test_output_match_equal_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.008s) 2022-09-27T16:37:05.5009840Z test_output_match_equal_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.5061083Z test_output_match_equal_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.5112306Z test_output_match_erf_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.5164337Z test_output_match_erf_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.5215698Z test_output_match_erf_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.5267032Z test_output_match_erf_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.5319155Z test_output_match_erf_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.5370183Z test_output_match_erf_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.5421696Z test_output_match_erfc_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.5473090Z test_output_match_erfc_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.5525196Z test_output_match_erfc_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.5576988Z test_output_match_erfc_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.5629364Z test_output_match_erfc_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.5681367Z test_output_match_erfc_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.5733667Z test_output_match_erfinv_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.5786129Z test_output_match_erfinv_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.5841534Z test_output_match_erfinv_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.5893515Z test_output_match_erfinv_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.5944889Z test_output_match_erfinv_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.5995685Z test_output_match_erfinv_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.6046344Z test_output_match_exp2_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.6096408Z test_output_match_exp2_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.6154683Z test_output_match_exp2_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.6196346Z test_output_match_exp2_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.6246048Z test_output_match_exp2_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.6325095Z test_output_match_exp2_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.008s) 2022-09-27T16:37:05.6379043Z test_output_match_exp2_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.6429567Z test_output_match_exp_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.6479607Z test_output_match_exp_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.6529957Z test_output_match_exp_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.6581544Z test_output_match_exp_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.6632196Z test_output_match_exp_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.6683830Z test_output_match_exp_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.6736213Z test_output_match_expand_as_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.6788593Z test_output_match_expand_as_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.6842267Z test_output_match_expand_as_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.6895082Z test_output_match_expand_as_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.6947124Z test_output_match_expand_as_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.6999052Z test_output_match_expand_as_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.7050926Z test_output_match_expand_as_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.7102346Z test_output_match_expand_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.7153931Z test_output_match_expand_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.7205500Z test_output_match_expand_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.7256988Z test_output_match_expand_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.7309031Z test_output_match_expand_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.7360782Z test_output_match_expand_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.7412735Z test_output_match_expand_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.7464484Z test_output_match_expm1_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.7516291Z test_output_match_expm1_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.7568047Z test_output_match_expm1_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.7619206Z test_output_match_expm1_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.7698660Z test_output_match_expm1_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.008s) 2022-09-27T16:37:05.7749420Z test_output_match_expm1_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.7799432Z test_output_match_eye_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.7849184Z test_output_match_eye_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.7900321Z test_output_match_eye_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.7950339Z test_output_match_eye_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.8000957Z test_output_match_eye_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.8051533Z test_output_match_eye_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.8103087Z test_output_match_eye_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.8155044Z test_output_match_fft_fft2_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.8206407Z test_output_match_fft_fft2_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.8257496Z test_output_match_fft_fft2_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.8308505Z test_output_match_fft_fft2_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.8359598Z test_output_match_fft_fft2_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.8411020Z test_output_match_fft_fft2_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.8462440Z test_output_match_fft_fft_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.8514241Z test_output_match_fft_fft_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.8565457Z test_output_match_fft_fft_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.8616826Z test_output_match_fft_fft_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.8668509Z test_output_match_fft_fft_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.8720146Z test_output_match_fft_fft_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.8771957Z test_output_match_fft_fftn_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.8823539Z test_output_match_fft_fftn_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.8875982Z test_output_match_fft_fftn_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.8927633Z test_output_match_fft_fftn_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.9009022Z test_output_match_fft_fftn_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.008s) 2022-09-27T16:37:05.9060260Z test_output_match_fft_fftn_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.9111738Z test_output_match_fft_fftshift_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.9163068Z test_output_match_fft_fftshift_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.9213950Z test_output_match_fft_fftshift_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.9263551Z test_output_match_fft_fftshift_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.9313237Z test_output_match_fft_fftshift_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.9363730Z test_output_match_fft_fftshift_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.9414911Z test_output_match_fft_fftshift_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.9466916Z test_output_match_fft_hfft2_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.9517306Z test_output_match_fft_hfft2_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.9568719Z test_output_match_fft_hfft2_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.9619995Z test_output_match_fft_hfft2_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.9671553Z test_output_match_fft_hfft2_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.9723899Z test_output_match_fft_hfft2_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.9775505Z test_output_match_fft_hfft_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.9827310Z test_output_match_fft_hfft_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.9878440Z test_output_match_fft_hfft_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.9929806Z test_output_match_fft_hfft_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:05.9981551Z test_output_match_fft_hfft_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.0032886Z test_output_match_fft_hfft_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.0084617Z test_output_match_fft_hfftn_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.0135721Z test_output_match_fft_hfftn_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.0186987Z test_output_match_fft_hfftn_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.0238763Z test_output_match_fft_hfftn_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.0290085Z test_output_match_fft_hfftn_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.0370592Z test_output_match_fft_hfftn_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.008s) 2022-09-27T16:37:06.0422681Z test_output_match_fft_ifft2_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.0474104Z test_output_match_fft_ifft2_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.0524896Z test_output_match_fft_ifft2_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.0575221Z test_output_match_fft_ifft2_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.0626318Z test_output_match_fft_ifft2_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.0677937Z test_output_match_fft_ifft2_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.0729791Z test_output_match_fft_ifft_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.0781308Z test_output_match_fft_ifft_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.0833007Z test_output_match_fft_ifft_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.0884604Z test_output_match_fft_ifft_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.0936137Z test_output_match_fft_ifft_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.0987598Z test_output_match_fft_ifft_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.1039721Z test_output_match_fft_ifftn_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.1091368Z test_output_match_fft_ifftn_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.1142581Z test_output_match_fft_ifftn_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.1194573Z test_output_match_fft_ifftn_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.1246746Z test_output_match_fft_ifftn_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.1299135Z test_output_match_fft_ifftn_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.1351069Z test_output_match_fft_ifftshift_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.1402466Z test_output_match_fft_ifftshift_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.1453861Z test_output_match_fft_ifftshift_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.1505186Z test_output_match_fft_ifftshift_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.1556738Z test_output_match_fft_ifftshift_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.1607875Z test_output_match_fft_ifftshift_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.1658963Z test_output_match_fft_ifftshift_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.1738012Z test_output_match_fft_ihfft2_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.008s) 2022-09-27T16:37:06.1788839Z test_output_match_fft_ihfft2_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.1840015Z test_output_match_fft_ihfft2_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.1890864Z test_output_match_fft_ihfft2_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.1940930Z test_output_match_fft_ihfft2_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.1992256Z test_output_match_fft_ihfft2_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.2043351Z test_output_match_fft_ihfft_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.2094935Z test_output_match_fft_ihfft_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.2145411Z test_output_match_fft_ihfft_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.2196726Z test_output_match_fft_ihfft_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.2248128Z test_output_match_fft_ihfft_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.2299405Z test_output_match_fft_ihfft_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.2351200Z test_output_match_fft_ihfftn_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.2402716Z test_output_match_fft_ihfftn_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.2453707Z test_output_match_fft_ihfftn_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.2504754Z test_output_match_fft_ihfftn_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.2556807Z test_output_match_fft_ihfftn_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.2608132Z test_output_match_fft_ihfftn_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.2659299Z test_output_match_fft_irfft2_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.2710639Z test_output_match_fft_irfft2_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.2762758Z test_output_match_fft_irfft2_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.2814887Z test_output_match_fft_irfft2_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.2866329Z test_output_match_fft_irfft2_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.2917963Z test_output_match_fft_irfft2_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.2969720Z test_output_match_fft_irfft_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.3050280Z test_output_match_fft_irfft_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.008s) 2022-09-27T16:37:06.3101997Z test_output_match_fft_irfft_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.3154058Z test_output_match_fft_irfft_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.3204995Z test_output_match_fft_irfft_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.3255907Z test_output_match_fft_irfft_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.3307185Z test_output_match_fft_irfftn_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.3358407Z test_output_match_fft_irfftn_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.3409925Z test_output_match_fft_irfftn_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.3461301Z test_output_match_fft_irfftn_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.3512943Z test_output_match_fft_irfftn_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.3564469Z test_output_match_fft_irfftn_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.3615778Z test_output_match_fft_rfft2_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.3667443Z test_output_match_fft_rfft2_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.3718894Z test_output_match_fft_rfft2_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.3770652Z test_output_match_fft_rfft2_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.3822635Z test_output_match_fft_rfft2_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.3875086Z test_output_match_fft_rfft2_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.3927116Z test_output_match_fft_rfft_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.3979041Z test_output_match_fft_rfft_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.4031511Z test_output_match_fft_rfft_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.4083383Z test_output_match_fft_rfft_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.4134886Z test_output_match_fft_rfft_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.4186474Z test_output_match_fft_rfft_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.4238767Z test_output_match_fft_rfftn_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.4290530Z test_output_match_fft_rfftn_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.4342197Z test_output_match_fft_rfftn_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.4447659Z test_output_match_fft_rfftn_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.010s) 2022-09-27T16:37:06.4497776Z test_output_match_fft_rfftn_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.4548302Z test_output_match_fft_rfftn_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.4597921Z test_output_match_fill_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.4647891Z test_output_match_fill_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.4699016Z test_output_match_fill_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.4753257Z test_output_match_fill_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.4804175Z test_output_match_fill_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.4855559Z test_output_match_fill_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.4906613Z test_output_match_fill_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.4958500Z test_output_match_flatten_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.5009494Z test_output_match_flatten_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.5060773Z test_output_match_flatten_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.5112281Z test_output_match_flatten_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.5163112Z test_output_match_flatten_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.5215063Z test_output_match_flatten_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.5266775Z test_output_match_flatten_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.5319050Z test_output_match_flip_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.5370683Z test_output_match_flip_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.5422128Z test_output_match_flip_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.5473937Z test_output_match_flip_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.5526052Z test_output_match_flip_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.5577336Z test_output_match_flip_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.5629211Z test_output_match_flip_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.5680858Z test_output_match_fliplr_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.5732293Z test_output_match_fliplr_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.5811344Z test_output_match_fliplr_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.008s) 2022-09-27T16:37:06.5861135Z test_output_match_fliplr_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.5911111Z test_output_match_fliplr_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.5961464Z test_output_match_fliplr_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.6013422Z test_output_match_fliplr_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.6065016Z test_output_match_flipud_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.6116841Z test_output_match_flipud_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.6168379Z test_output_match_flipud_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.6220171Z test_output_match_flipud_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.6272200Z test_output_match_flipud_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.6323902Z test_output_match_flipud_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.6375554Z test_output_match_flipud_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.6427191Z test_output_match_float_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.6478693Z test_output_match_float_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.6530673Z test_output_match_float_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.6584537Z test_output_match_float_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.6636462Z test_output_match_float_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.6688966Z test_output_match_float_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.6740059Z test_output_match_float_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.6792706Z test_output_match_float_power_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.6844569Z test_output_match_float_power_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.6896735Z test_output_match_float_power_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.6948754Z test_output_match_float_power_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.7000864Z test_output_match_float_power_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.7052838Z test_output_match_float_power_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.7134665Z test_output_match_float_power_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.008s) 2022-09-27T16:37:06.7186194Z test_output_match_floor_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.7237625Z test_output_match_floor_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.7288265Z test_output_match_floor_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.7338643Z test_output_match_floor_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.7390622Z test_output_match_floor_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.7442498Z test_output_match_floor_divide_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.7494439Z test_output_match_floor_divide_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.7546333Z test_output_match_floor_divide_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.7598406Z test_output_match_floor_divide_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.7649370Z test_output_match_floor_divide_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.7700641Z test_output_match_floor_divide_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.7752104Z test_output_match_fmax_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.7803111Z test_output_match_fmax_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.7854539Z test_output_match_fmax_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.7905414Z test_output_match_fmax_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.7956765Z test_output_match_fmax_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.8007737Z test_output_match_fmax_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.8058547Z test_output_match_fmax_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.8110634Z test_output_match_fmin_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.8161661Z test_output_match_fmin_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.8212272Z test_output_match_fmin_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.8263424Z test_output_match_fmin_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.8314489Z test_output_match_fmin_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.8365567Z test_output_match_fmin_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.8419310Z test_output_match_fmin_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.8498284Z test_output_match_fmod_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.008s) 2022-09-27T16:37:06.8549384Z test_output_match_fmod_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.8599949Z test_output_match_fmod_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.8649682Z test_output_match_fmod_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.8703124Z test_output_match_fmod_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.8754518Z test_output_match_fmod_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.8805155Z test_output_match_frac_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.8856423Z test_output_match_frac_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.8907629Z test_output_match_frexp_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.8958951Z test_output_match_frexp_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.9013010Z test_output_match_full_like_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.9064019Z test_output_match_full_like_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.9114528Z test_output_match_full_like_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.9163846Z test_output_match_full_like_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.9213815Z test_output_match_full_like_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.9267065Z test_output_match_full_like_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.9317480Z test_output_match_full_like_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.9367229Z test_output_match_gather_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.9417025Z test_output_match_gather_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.9466978Z test_output_match_gather_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.9517491Z test_output_match_gather_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.9570349Z test_output_match_gather_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.9620201Z test_output_match_gather_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.9669996Z test_output_match_gather_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.9719235Z test_output_match_gcd_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.9768864Z test_output_match_gcd_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.9849678Z test_output_match_gcd_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.008s) 2022-09-27T16:37:06.9900394Z test_output_match_gcd_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:06.9951812Z test_output_match_ge_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.0002185Z test_output_match_ge_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.0052202Z test_output_match_ge_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.0105489Z test_output_match_ge_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.0156851Z test_output_match_ge_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.0207357Z test_output_match_ge_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.0257001Z test_output_match_ge_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.0307577Z test_output_match_geqrf_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.0360906Z test_output_match_gradient_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.0410830Z test_output_match_gradient_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.0460583Z test_output_match_gradient_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.0510447Z test_output_match_gradient_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.0559981Z test_output_match_gradient_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.0610172Z test_output_match_gt_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.0663755Z test_output_match_gt_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.0713557Z test_output_match_gt_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.0763114Z test_output_match_gt_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.0813572Z test_output_match_gt_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.0864304Z test_output_match_gt_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.0917187Z test_output_match_gt_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.0966991Z test_output_match_half_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.1018200Z test_output_match_half_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.1067702Z test_output_match_half_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.1144556Z test_output_match_half_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.008s) 2022-09-27T16:37:07.1197559Z test_output_match_half_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.1247369Z test_output_match_half_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.1296877Z test_output_match_half_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.1346332Z test_output_match_heaviside_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.1396283Z test_output_match_heaviside_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.1445407Z test_output_match_heaviside_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.1497985Z test_output_match_heaviside_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.1547301Z test_output_match_heaviside_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.1596567Z test_output_match_heaviside_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.1645445Z test_output_match_heaviside_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.1694678Z test_output_match_histc_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.1744541Z test_output_match_histogram_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.1797203Z test_output_match_histogramdd_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.1847328Z test_output_match_hsplit_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.1897451Z test_output_match_hsplit_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.1947359Z test_output_match_hsplit_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.1997601Z test_output_match_hsplit_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.2047267Z test_output_match_hsplit_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.2097087Z test_output_match_hsplit_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.2147073Z test_output_match_hsplit_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.2196969Z test_output_match_hstack_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.2246819Z test_output_match_hstack_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.2297518Z test_output_match_hstack_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.2349846Z test_output_match_hstack_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.2402048Z test_output_match_hstack_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.2480716Z test_output_match_hstack_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.008s) 2022-09-27T16:37:07.2532553Z test_output_match_hstack_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.2587908Z test_output_match_hypot_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.2638567Z test_output_match_i0_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.2688522Z test_output_match_i0_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.2738323Z test_output_match_i0_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.2788115Z test_output_match_i0_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.2837938Z test_output_match_i0_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.2887229Z test_output_match_i0_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.2937094Z test_output_match_igamma_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.2986157Z test_output_match_igamma_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.3036104Z test_output_match_igammac_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.3085291Z test_output_match_igammac_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.3135095Z test_output_match_index_add_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.3184631Z test_output_match_index_add_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.3234389Z test_output_match_index_add_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.3284933Z test_output_match_index_add_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.3333497Z test_output_match_index_add_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.3382539Z test_output_match_index_add_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.3432365Z test_output_match_index_add_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.3481712Z test_output_match_index_copy_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.3531905Z test_output_match_index_copy_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.3580687Z test_output_match_index_copy_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.3631988Z test_output_match_index_copy_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.3683288Z test_output_match_index_copy_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.3734602Z test_output_match_index_copy_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.3812808Z test_output_match_index_copy_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.008s) 2022-09-27T16:37:07.3863464Z test_output_match_index_fill_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.3913363Z test_output_match_index_fill_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.3963862Z test_output_match_index_fill_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.4013062Z test_output_match_index_fill_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.4063011Z test_output_match_index_fill_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.4112354Z test_output_match_index_fill_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.4161866Z test_output_match_index_fill_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.4212716Z test_output_match_index_put_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.4262068Z test_output_match_index_put_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.4312300Z test_output_match_index_put_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.4361998Z test_output_match_index_put_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.4411765Z test_output_match_index_put_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.4461849Z test_output_match_index_put_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.4511463Z test_output_match_index_put_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.4564523Z test_output_match_index_reduce_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.4613952Z test_output_match_index_reduce_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.4663735Z test_output_match_index_reduce_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.4713107Z test_output_match_index_reduce_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.4762972Z test_output_match_index_reduce_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.4812627Z test_output_match_index_reduce_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.4862400Z test_output_match_index_select_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.4912197Z test_output_match_index_select_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.4962554Z test_output_match_index_select_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.5012296Z test_output_match_index_select_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.5090510Z test_output_match_index_select_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.008s) 2022-09-27T16:37:07.5141513Z test_output_match_index_select_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.5191672Z test_output_match_index_select_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.5241576Z test_output_match_inner_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.5291271Z test_output_match_inner_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.5340636Z test_output_match_inner_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.5390230Z test_output_match_inner_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.5439262Z test_output_match_inner_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.5488715Z test_output_match_int_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.5538710Z test_output_match_int_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.5588856Z test_output_match_int_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.5638987Z test_output_match_int_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.5688757Z test_output_match_int_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.5738818Z test_output_match_int_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.5789233Z test_output_match_int_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.5839375Z test_output_match_isclose_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.5889113Z test_output_match_isclose_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.5939187Z test_output_match_isclose_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.5988390Z test_output_match_isclose_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.6038263Z test_output_match_isclose_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.6087707Z test_output_match_isclose_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.6137142Z test_output_match_isclose_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.6186491Z test_output_match_isfinite_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.6236220Z test_output_match_isfinite_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.6285598Z test_output_match_isfinite_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.6336194Z test_output_match_isfinite_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.6415472Z test_output_match_isfinite_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.008s) 2022-09-27T16:37:07.6467214Z test_output_match_isfinite_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.6519120Z test_output_match_isfinite_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.6571216Z test_output_match_isin_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.6622232Z test_output_match_isin_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.6672929Z test_output_match_isin_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.6722527Z test_output_match_isin_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.6772236Z test_output_match_isin_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.6821804Z test_output_match_isinf_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.6871877Z test_output_match_isinf_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.6921729Z test_output_match_isinf_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.6971342Z test_output_match_isinf_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.7022025Z test_output_match_isinf_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.7072063Z test_output_match_isinf_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.7122432Z test_output_match_isinf_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.7172916Z test_output_match_isnan_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.7223692Z test_output_match_isnan_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.7274072Z test_output_match_isnan_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.7324660Z test_output_match_isnan_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.7374939Z test_output_match_isnan_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.7425066Z test_output_match_isnan_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.7478851Z test_output_match_isnan_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.7528544Z test_output_match_isneginf_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.7578775Z test_output_match_isneginf_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.7628862Z test_output_match_isneginf_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.7680356Z test_output_match_isneginf_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.7758963Z test_output_match_isneginf_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.008s) 2022-09-27T16:37:07.7810367Z test_output_match_isneginf_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.7861996Z test_output_match_isneginf_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.7913606Z test_output_match_isposinf_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.7963963Z test_output_match_isposinf_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.8014202Z test_output_match_isposinf_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.8064110Z test_output_match_isposinf_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.8115631Z test_output_match_isposinf_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.8165658Z test_output_match_isposinf_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.8216062Z test_output_match_isposinf_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.8266696Z test_output_match_isreal_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.8317279Z test_output_match_isreal_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.8367129Z test_output_match_isreal_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.8417716Z test_output_match_isreal_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.8468554Z test_output_match_isreal_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.8519226Z test_output_match_isreal_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.8569866Z test_output_match_isreal_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.8620578Z test_output_match_istft_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:07.8671172Z test_output_match_jiterator_2inputs_2outputs_cpu_bool (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.005s) 2022-09-27T16:37:07.8720644Z test_output_match_jiterator_2inputs_2outputs_cpu_float16 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.005s) 2022-09-27T16:37:07.8769522Z test_output_match_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.005s) 2022-09-27T16:37:07.8818642Z test_output_match_jiterator_2inputs_2outputs_cpu_int16 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.005s) 2022-09-27T16:37:07.8868054Z test_output_match_jiterator_2inputs_2outputs_cpu_int32 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.005s) 2022-09-27T16:37:07.8917625Z test_output_match_jiterator_2inputs_2outputs_cpu_int64 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.005s) 2022-09-27T16:37:07.8967854Z test_output_match_jiterator_2inputs_2outputs_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.005s) 2022-09-27T16:37:07.9045657Z test_output_match_jiterator_4inputs_with_extra_args_cpu_bool (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.008s) 2022-09-27T16:37:07.9096172Z test_output_match_jiterator_4inputs_with_extra_args_cpu_float16 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.005s) 2022-09-27T16:37:07.9146954Z test_output_match_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.005s) 2022-09-27T16:37:07.9197644Z test_output_match_jiterator_4inputs_with_extra_args_cpu_int16 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.005s) 2022-09-27T16:37:07.9248499Z test_output_match_jiterator_4inputs_with_extra_args_cpu_int32 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.005s) 2022-09-27T16:37:07.9297624Z test_output_match_jiterator_4inputs_with_extra_args_cpu_int64 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.005s) 2022-09-27T16:37:07.9346734Z test_output_match_jiterator_4inputs_with_extra_args_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.005s) 2022-09-27T16:37:07.9395866Z test_output_match_jiterator_binary_cpu_bool (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.005s) 2022-09-27T16:37:07.9445396Z test_output_match_jiterator_binary_cpu_float16 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.005s) 2022-09-27T16:37:07.9494515Z test_output_match_jiterator_binary_cpu_float32 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.005s) 2022-09-27T16:37:07.9543334Z test_output_match_jiterator_binary_cpu_int16 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.005s) 2022-09-27T16:37:07.9592443Z test_output_match_jiterator_binary_cpu_int32 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.005s) 2022-09-27T16:37:07.9641547Z test_output_match_jiterator_binary_cpu_int64 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.005s) 2022-09-27T16:37:07.9690578Z test_output_match_jiterator_binary_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.005s) 2022-09-27T16:37:07.9740623Z test_output_match_jiterator_binary_return_by_ref_cpu_bool (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.005s) 2022-09-27T16:37:07.9790085Z test_output_match_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.005s) 2022-09-27T16:37:07.9840594Z test_output_match_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.005s) 2022-09-27T16:37:07.9890805Z test_output_match_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.005s) 2022-09-27T16:37:07.9940362Z test_output_match_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.005s) 2022-09-27T16:37:07.9990485Z test_output_match_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.005s) 2022-09-27T16:37:08.0040040Z test_output_match_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.005s) 2022-09-27T16:37:08.0089813Z test_output_match_jiterator_unary_cpu_bool (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.005s) 2022-09-27T16:37:08.0139647Z test_output_match_jiterator_unary_cpu_float16 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.005s) 2022-09-27T16:37:08.0189497Z test_output_match_jiterator_unary_cpu_float32 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.005s) 2022-09-27T16:37:08.0239093Z test_output_match_jiterator_unary_cpu_int16 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.005s) 2022-09-27T16:37:08.0288662Z test_output_match_jiterator_unary_cpu_int32 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.005s) 2022-09-27T16:37:08.0366709Z test_output_match_jiterator_unary_cpu_int64 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.008s) 2022-09-27T16:37:08.0417128Z test_output_match_jiterator_unary_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.005s) 2022-09-27T16:37:08.0468890Z test_output_match_kron_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.0520172Z test_output_match_kron_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.0571666Z test_output_match_kron_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.0622648Z test_output_match_kron_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.0673704Z test_output_match_kron_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.0724310Z test_output_match_kron_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.0775303Z test_output_match_kron_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.0826186Z test_output_match_kthvalue_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.0876747Z test_output_match_kthvalue_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.0926925Z test_output_match_kthvalue_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.0977294Z test_output_match_kthvalue_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.1027387Z test_output_match_kthvalue_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.1077490Z test_output_match_lcm_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.1128588Z test_output_match_lcm_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.1179228Z test_output_match_lcm_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.1230634Z test_output_match_lcm_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.1280217Z test_output_match_ldexp_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.1330650Z test_output_match_ldexp_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.1380697Z test_output_match_ldexp_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.1431192Z test_output_match_ldexp_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.1481133Z test_output_match_ldexp_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.1530384Z test_output_match_ldexp_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.1580416Z test_output_match_ldexp_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.1630085Z test_output_match_le_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.1710464Z test_output_match_le_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.008s) 2022-09-27T16:37:08.1762196Z test_output_match_le_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.1812549Z test_output_match_le_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.1863264Z test_output_match_le_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.1915028Z test_output_match_le_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.1967049Z test_output_match_le_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.2018719Z test_output_match_lerp_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.2070527Z test_output_match_lgamma_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.2122204Z test_output_match_lgamma_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.2173722Z test_output_match_lgamma_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.2225591Z test_output_match_lgamma_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.2277351Z test_output_match_lgamma_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.2328716Z test_output_match_lgamma_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.2380303Z test_output_match_linalg_cholesky_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.2432077Z test_output_match_linalg_cholesky_ex_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.2484567Z test_output_match_linalg_cond_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.2536710Z test_output_match_linalg_cross_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.2588879Z test_output_match_linalg_cross_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.2640461Z test_output_match_linalg_cross_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.2690928Z test_output_match_linalg_cross_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.2741289Z test_output_match_linalg_cross_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.2791736Z test_output_match_linalg_det_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.2842536Z test_output_match_linalg_det_singular_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.2893639Z test_output_match_linalg_eig_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.2944438Z test_output_match_linalg_eigh_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.2995585Z test_output_match_linalg_eigvals_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.3076632Z test_output_match_linalg_eigvalsh_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.008s) 2022-09-27T16:37:08.3130952Z test_output_match_linalg_householder_product_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.3183209Z test_output_match_linalg_inv_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.3236068Z test_output_match_linalg_inv_ex_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.3288316Z test_output_match_linalg_ldl_factor_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.3341056Z test_output_match_linalg_ldl_factor_ex_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.3392326Z test_output_match_linalg_ldl_solve_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.3445133Z test_output_match_linalg_lstsq_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.3496707Z test_output_match_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.3548780Z test_output_match_linalg_lu_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.3601118Z test_output_match_linalg_lu_factor_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.3653166Z test_output_match_linalg_lu_factor_ex_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.3705024Z test_output_match_linalg_lu_solve_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.3757855Z test_output_match_linalg_matrix_norm_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.3810431Z test_output_match_linalg_matrix_norm_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.3862864Z test_output_match_linalg_matrix_power_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.3915062Z test_output_match_linalg_matrix_rank_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.3966820Z test_output_match_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.4018631Z test_output_match_linalg_multi_dot_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.4070793Z test_output_match_linalg_multi_dot_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.4123961Z test_output_match_linalg_multi_dot_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.4176708Z test_output_match_linalg_multi_dot_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.4230175Z test_output_match_linalg_multi_dot_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.4286427Z test_output_match_linalg_norm_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:37:08.4339454Z test_output_match_linalg_norm_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.4420829Z test_output_match_linalg_norm_subgradients_at_zero_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.008s) 2022-09-27T16:37:08.4474200Z test_output_match_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.4527272Z test_output_match_linalg_pinv_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.4579735Z test_output_match_linalg_pinv_hermitian_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.4630425Z test_output_match_linalg_pinv_singular_cpu_float32 (__main__.TestConsistencyCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-09-27T16:37:08.4681893Z test_output_match_linalg_qr_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.4732513Z test_output_match_linalg_slogdet_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.4785404Z test_output_match_linalg_solve_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.4838099Z test_output_match_linalg_solve_ex_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.4890189Z test_output_match_linalg_solve_triangular_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.4942613Z test_output_match_linalg_svd_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.4995008Z test_output_match_linalg_svdvals_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.5046843Z test_output_match_linalg_tensorinv_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.5098649Z test_output_match_linalg_tensorsolve_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.5150808Z test_output_match_linalg_vander_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.5202706Z test_output_match_linalg_vander_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.5254352Z test_output_match_linalg_vander_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.5306358Z test_output_match_linalg_vander_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.5358385Z test_output_match_linalg_vander_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.5410498Z test_output_match_linalg_vecdot_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.5462067Z test_output_match_linalg_vector_norm_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.5514592Z test_output_match_linalg_vector_norm_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.5567123Z test_output_match_linspace_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.5619012Z test_output_match_linspace_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.5670865Z test_output_match_linspace_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.5723037Z test_output_match_linspace_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.5802785Z test_output_match_linspace_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.008s) 2022-09-27T16:37:08.5854203Z test_output_match_linspace_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.5905404Z test_output_match_log10_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.5956354Z test_output_match_log10_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.6006487Z test_output_match_log10_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.6056900Z test_output_match_log10_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.6107231Z test_output_match_log10_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.6159194Z test_output_match_log10_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.6210674Z test_output_match_log1p_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.6262128Z test_output_match_log1p_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.6313622Z test_output_match_log1p_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.6364928Z test_output_match_log1p_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.6416224Z test_output_match_log1p_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.6468323Z test_output_match_log1p_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.6520024Z test_output_match_log2_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.6571950Z test_output_match_log2_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.6623594Z test_output_match_log2_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.6676458Z test_output_match_log2_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.6728884Z test_output_match_log2_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.6781107Z test_output_match_log2_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.6833726Z test_output_match_log_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.6885911Z test_output_match_log_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.6938835Z test_output_match_log_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.6991527Z test_output_match_log_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.7044590Z test_output_match_log_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.7096931Z test_output_match_log_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.7179198Z test_output_match_log_softmax_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.008s) 2022-09-27T16:37:08.7232025Z test_output_match_log_softmax_dtype_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.7284734Z test_output_match_log_softmax_dtype_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.7336853Z test_output_match_log_softmax_dtype_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.7387547Z test_output_match_log_softmax_dtype_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.7439866Z test_output_match_log_softmax_dtype_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.7492585Z test_output_match_log_softmax_dtype_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.7544996Z test_output_match_log_softmax_dtype_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.7597960Z test_output_match_logaddexp2_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.7650787Z test_output_match_logaddexp_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.7702835Z test_output_match_logcumsumexp_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.7755713Z test_output_match_logdet_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.7807853Z test_output_match_logical_and_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.7860532Z test_output_match_logical_and_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.7913180Z test_output_match_logical_and_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.7966512Z test_output_match_logical_and_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.8019197Z test_output_match_logical_and_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.8071910Z test_output_match_logical_and_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.8126122Z test_output_match_logical_and_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.8179278Z test_output_match_logical_not_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.8232220Z test_output_match_logical_not_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.8287732Z test_output_match_logical_not_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.8340245Z test_output_match_logical_not_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.8392819Z test_output_match_logical_not_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.8445169Z test_output_match_logical_not_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.8527659Z test_output_match_logical_not_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.008s) 2022-09-27T16:37:08.8579007Z test_output_match_logical_or_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.8630386Z test_output_match_logical_or_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.8681706Z test_output_match_logical_or_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.8733452Z test_output_match_logical_or_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.8785609Z test_output_match_logical_or_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.8838074Z test_output_match_logical_or_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.8890371Z test_output_match_logical_or_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.8942843Z test_output_match_logical_xor_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.8995743Z test_output_match_logical_xor_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.9048202Z test_output_match_logical_xor_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.9100763Z test_output_match_logical_xor_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.9153763Z test_output_match_logical_xor_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.9207024Z test_output_match_logical_xor_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.9260242Z test_output_match_logical_xor_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.9313355Z test_output_match_logit_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.9366365Z test_output_match_logit_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.9419819Z test_output_match_logit_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.9472585Z test_output_match_logit_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.9525784Z test_output_match_logit_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.9579121Z test_output_match_logit_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.9631935Z test_output_match_logspace_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.9684541Z test_output_match_logspace_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.9737286Z test_output_match_logspace_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.9790249Z test_output_match_logspace_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.9842866Z test_output_match_logspace_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:08.9923000Z test_output_match_logsumexp_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.008s) 2022-09-27T16:37:08.9974250Z test_output_match_logsumexp_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.0025393Z test_output_match_logsumexp_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.0076823Z test_output_match_logsumexp_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.0128011Z test_output_match_logsumexp_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.0181862Z test_output_match_logsumexp_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.0234308Z test_output_match_long_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.0286600Z test_output_match_long_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.0338930Z test_output_match_long_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.0391520Z test_output_match_long_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.0443728Z test_output_match_long_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.0495718Z test_output_match_long_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.0547487Z test_output_match_long_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.0599823Z test_output_match_lt_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.0651823Z test_output_match_lt_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.0703531Z test_output_match_lt_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.0755162Z test_output_match_lt_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.0806370Z test_output_match_lt_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.0858271Z test_output_match_lt_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.0909898Z test_output_match_lt_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.0961962Z test_output_match_lu_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.1013933Z test_output_match_lu_solve_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.1065952Z test_output_match_lu_unpack_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.1117985Z test_output_match_mH_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.1169691Z test_output_match_mH_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.1221386Z test_output_match_mH_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.1301099Z test_output_match_mH_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.008s) 2022-09-27T16:37:09.1351430Z test_output_match_mH_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.1401719Z test_output_match_mH_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.1451746Z test_output_match_mH_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.1503121Z test_output_match_mT_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.1556666Z test_output_match_mT_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.1608261Z test_output_match_mT_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.1660014Z test_output_match_mT_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.1712128Z test_output_match_mT_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.1764207Z test_output_match_mT_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.1815771Z test_output_match_mT_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.1867123Z test_output_match_masked_fill_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.1919407Z test_output_match_masked_fill_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.1971479Z test_output_match_masked_fill_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.2023312Z test_output_match_masked_fill_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.2075834Z test_output_match_masked_fill_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.2127571Z test_output_match_masked_fill_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.2179523Z test_output_match_masked_fill_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.2231207Z test_output_match_masked_scatter_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.2282937Z test_output_match_masked_scatter_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.2334402Z test_output_match_masked_scatter_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.2386279Z test_output_match_masked_scatter_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.2438674Z test_output_match_masked_scatter_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.2490145Z test_output_match_masked_scatter_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.2542385Z test_output_match_masked_scatter_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.2622908Z test_output_match_masked_select_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.008s) 2022-09-27T16:37:09.2674973Z test_output_match_masked_select_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.2726707Z test_output_match_masked_select_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.2777253Z test_output_match_masked_select_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.2828731Z test_output_match_masked_select_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.2880724Z test_output_match_masked_select_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.2932363Z test_output_match_masked_select_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.2984162Z test_output_match_matmul_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.3036376Z test_output_match_matmul_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.3088594Z test_output_match_matmul_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.3140786Z test_output_match_matmul_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.3192443Z test_output_match_matmul_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.3244117Z test_output_match_matrix_exp_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.3295297Z test_output_match_max_binary_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.3347006Z test_output_match_max_binary_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.3398170Z test_output_match_max_binary_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.3449280Z test_output_match_max_binary_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.3500420Z test_output_match_max_binary_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.3551313Z test_output_match_max_binary_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.3603603Z test_output_match_max_binary_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.3655199Z test_output_match_max_reduction_no_dim_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.3706994Z test_output_match_max_reduction_no_dim_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.3758785Z test_output_match_max_reduction_no_dim_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.3810384Z test_output_match_max_reduction_no_dim_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.3862047Z test_output_match_max_reduction_no_dim_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.3913336Z test_output_match_max_reduction_no_dim_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.3992676Z test_output_match_max_reduction_no_dim_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.008s) 2022-09-27T16:37:09.4044323Z test_output_match_max_reduction_with_dim_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.4095635Z test_output_match_max_reduction_with_dim_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.4145807Z test_output_match_max_reduction_with_dim_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.4196955Z test_output_match_max_reduction_with_dim_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.4248505Z test_output_match_max_reduction_with_dim_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.4299797Z test_output_match_max_reduction_with_dim_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.4351212Z test_output_match_max_reduction_with_dim_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.4402832Z test_output_match_maximum_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.4454088Z test_output_match_maximum_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.4505377Z test_output_match_maximum_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.4557371Z test_output_match_maximum_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.4609050Z test_output_match_maximum_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.4661100Z test_output_match_maximum_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.4712944Z test_output_match_maximum_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.4764804Z test_output_match_mean_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.4816481Z test_output_match_mean_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.4868022Z test_output_match_median_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.4919823Z test_output_match_median_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.4971480Z test_output_match_median_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.5022834Z test_output_match_median_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.5074127Z test_output_match_median_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.5125468Z test_output_match_meshgrid_list_of_tensors_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.5177074Z test_output_match_meshgrid_list_of_tensors_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.5228091Z test_output_match_meshgrid_list_of_tensors_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.5280105Z test_output_match_meshgrid_list_of_tensors_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.5358702Z test_output_match_meshgrid_list_of_tensors_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.008s) 2022-09-27T16:37:09.5409370Z test_output_match_meshgrid_list_of_tensors_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.5459125Z test_output_match_meshgrid_list_of_tensors_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.5509272Z test_output_match_meshgrid_variadic_tensors_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.5560623Z test_output_match_meshgrid_variadic_tensors_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.5611811Z test_output_match_meshgrid_variadic_tensors_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.5663219Z test_output_match_meshgrid_variadic_tensors_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.5715585Z test_output_match_meshgrid_variadic_tensors_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.5769521Z test_output_match_meshgrid_variadic_tensors_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.5821245Z test_output_match_meshgrid_variadic_tensors_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.5873392Z test_output_match_min_binary_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.5923995Z test_output_match_min_binary_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.5974386Z test_output_match_min_binary_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.6027757Z test_output_match_min_binary_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.6077823Z test_output_match_min_binary_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.6127881Z test_output_match_min_binary_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.6177807Z test_output_match_min_binary_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.6228263Z test_output_match_min_reduction_no_dim_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.6278255Z test_output_match_min_reduction_no_dim_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.6328159Z test_output_match_min_reduction_no_dim_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.6378635Z test_output_match_min_reduction_no_dim_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.6428818Z test_output_match_min_reduction_no_dim_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.6479729Z test_output_match_min_reduction_no_dim_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.6529755Z test_output_match_min_reduction_no_dim_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.6579455Z test_output_match_min_reduction_with_dim_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.6656578Z test_output_match_min_reduction_with_dim_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.008s) 2022-09-27T16:37:09.6707500Z test_output_match_min_reduction_with_dim_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.6759052Z test_output_match_min_reduction_with_dim_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.6808937Z test_output_match_min_reduction_with_dim_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.6858682Z test_output_match_min_reduction_with_dim_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.6908491Z test_output_match_min_reduction_with_dim_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.6958954Z test_output_match_minimum_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.7008868Z test_output_match_minimum_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.7058864Z test_output_match_minimum_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.7108796Z test_output_match_minimum_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.7159379Z test_output_match_minimum_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.7209629Z test_output_match_minimum_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.7259924Z test_output_match_minimum_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.7310652Z test_output_match_mm_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.7360679Z test_output_match_mm_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.7410693Z test_output_match_mm_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.7460440Z test_output_match_mm_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.7510856Z test_output_match_mm_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.7560753Z test_output_match_mode_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.7610176Z test_output_match_mode_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.7659866Z test_output_match_mode_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.7709088Z test_output_match_mode_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.7758853Z test_output_match_mode_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.7808952Z test_output_match_mode_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.7859558Z test_output_match_mode_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.7909506Z test_output_match_movedim_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.7987501Z test_output_match_movedim_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.008s) 2022-09-27T16:37:09.8039459Z test_output_match_movedim_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.8090295Z test_output_match_movedim_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.8140878Z test_output_match_movedim_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.8190939Z test_output_match_movedim_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.8240622Z test_output_match_movedim_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.8290613Z test_output_match_msort_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.8340468Z test_output_match_msort_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.8390383Z test_output_match_msort_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.8440171Z test_output_match_msort_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.8489713Z test_output_match_msort_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.8539611Z test_output_match_msort_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.8589581Z test_output_match_msort_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.8640118Z test_output_match_mul_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.8689799Z test_output_match_mul_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.8740844Z test_output_match_mul_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.8790886Z test_output_match_mul_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.8841595Z test_output_match_mul_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.8891764Z test_output_match_mul_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.8942468Z test_output_match_mul_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.8993157Z test_output_match_multinomial_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.9043560Z test_output_match_mv_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.9094158Z test_output_match_mv_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.9145690Z test_output_match_mv_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.9198163Z test_output_match_mv_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.9249369Z test_output_match_mv_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.9328352Z test_output_match_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.008s) 2022-09-27T16:37:09.9379716Z test_output_match_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.9430049Z test_output_match_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.9480883Z test_output_match_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.9531227Z test_output_match_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.9581452Z test_output_match_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.9631287Z test_output_match_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.9681839Z test_output_match_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.9732195Z test_output_match_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.9782555Z test_output_match_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.9832827Z test_output_match_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.9882897Z test_output_match_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.9933247Z test_output_match_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:09.9983596Z test_output_match_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.0034046Z test_output_match_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.0084084Z test_output_match_nan_to_num_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.0134488Z test_output_match_nan_to_num_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.0184834Z test_output_match_nan_to_num_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.0234771Z test_output_match_nan_to_num_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.0284980Z test_output_match_nan_to_num_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.0335095Z test_output_match_nan_to_num_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.0385146Z test_output_match_nan_to_num_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.0435861Z test_output_match_nanmean_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.0490176Z test_output_match_nanmean_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.0541690Z test_output_match_nanmedian_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.0622284Z test_output_match_nanmedian_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.008s) 2022-09-27T16:37:10.0674833Z test_output_match_nanmedian_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.0726997Z test_output_match_nanmedian_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.0782207Z test_output_match_nanmedian_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.0834002Z test_output_match_nanquantile_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.0884731Z test_output_match_nansum_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.0935123Z test_output_match_nansum_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.0985258Z test_output_match_nansum_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.1036090Z test_output_match_nansum_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.1086201Z test_output_match_nansum_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.1136358Z test_output_match_nansum_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.1186232Z test_output_match_nansum_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.1236309Z test_output_match_narrow_copy_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.1285743Z test_output_match_narrow_copy_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.1335301Z test_output_match_narrow_copy_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.1385207Z test_output_match_narrow_copy_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.1434850Z test_output_match_narrow_copy_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.1484927Z test_output_match_narrow_copy_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.1534530Z test_output_match_narrow_copy_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.1583940Z test_output_match_narrow_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.1633508Z test_output_match_narrow_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.1682968Z test_output_match_narrow_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.1733061Z test_output_match_narrow_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.1782229Z test_output_match_narrow_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.1831941Z test_output_match_narrow_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.1882621Z test_output_match_narrow_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.1960567Z test_output_match_native_layer_norm_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.008s) 2022-09-27T16:37:10.2011456Z test_output_match_ne_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.2062785Z test_output_match_ne_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.2114197Z test_output_match_ne_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.2165041Z test_output_match_ne_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.2214676Z test_output_match_ne_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.2264566Z test_output_match_ne_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.2314635Z test_output_match_ne_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.2363973Z test_output_match_neg_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.2413686Z test_output_match_neg_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.2463307Z test_output_match_neg_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.2513705Z test_output_match_neg_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.2563677Z test_output_match_neg_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.2613244Z test_output_match_neg_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.2663217Z test_output_match_new_empty_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.2713479Z test_output_match_new_empty_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.2763080Z test_output_match_new_empty_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.2813037Z test_output_match_new_empty_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.2862908Z test_output_match_new_empty_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.2912890Z test_output_match_new_empty_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.2962864Z test_output_match_new_empty_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.3012678Z test_output_match_new_empty_strided_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.3062435Z test_output_match_new_empty_strided_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.3113331Z test_output_match_new_empty_strided_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.3163156Z test_output_match_new_empty_strided_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.3214975Z test_output_match_new_empty_strided_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.3293666Z test_output_match_new_empty_strided_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.008s) 2022-09-27T16:37:10.3345348Z test_output_match_new_empty_strided_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.3397259Z test_output_match_new_full_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.3448574Z test_output_match_new_full_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.3499060Z test_output_match_new_full_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.3549849Z test_output_match_new_full_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.3602929Z test_output_match_new_full_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.3653479Z test_output_match_new_full_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.3703777Z test_output_match_new_full_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.3754036Z test_output_match_new_ones_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.3804265Z test_output_match_new_ones_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.3853993Z test_output_match_new_ones_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.3903851Z test_output_match_new_ones_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.3954000Z test_output_match_new_ones_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.4003621Z test_output_match_new_ones_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.4054029Z test_output_match_new_ones_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.4103861Z test_output_match_new_zeros_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.4154041Z test_output_match_new_zeros_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.4203811Z test_output_match_new_zeros_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.4253732Z test_output_match_new_zeros_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.4303506Z test_output_match_new_zeros_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.4353475Z test_output_match_new_zeros_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.4403894Z test_output_match_new_zeros_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.4454151Z test_output_match_nextafter_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.4504350Z test_output_match_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.4584385Z test_output_match_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.008s) 2022-09-27T16:37:10.4636286Z test_output_match_nn_functional_adaptive_avg_pool3d_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.4687508Z test_output_match_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.4738148Z test_output_match_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.4788747Z test_output_match_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.4839689Z test_output_match_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.4890025Z test_output_match_nn_functional_avg_pool1d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.4940529Z test_output_match_nn_functional_avg_pool1d_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.4991037Z test_output_match_nn_functional_avg_pool2d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.5041721Z test_output_match_nn_functional_avg_pool2d_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.5092385Z test_output_match_nn_functional_avg_pool3d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.5142855Z test_output_match_nn_functional_avg_pool3d_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.5193896Z test_output_match_nn_functional_batch_norm_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.5244153Z test_output_match_nn_functional_bilinear_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.5294701Z test_output_match_nn_functional_bilinear_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.5345686Z test_output_match_nn_functional_bilinear_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.5396836Z test_output_match_nn_functional_bilinear_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.5447234Z test_output_match_nn_functional_bilinear_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.5497984Z test_output_match_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.5548307Z test_output_match_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.5599155Z test_output_match_nn_functional_celu_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.5649833Z test_output_match_nn_functional_conv1d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.5700534Z test_output_match_nn_functional_conv1d_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.5751613Z test_output_match_nn_functional_conv2d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.5802796Z test_output_match_nn_functional_conv2d_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.5855707Z test_output_match_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.5936892Z test_output_match_nn_functional_conv_transpose1d_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.008s) 2022-09-27T16:37:10.5989347Z test_output_match_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.6041039Z test_output_match_nn_functional_conv_transpose2d_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.6092957Z test_output_match_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.6143988Z test_output_match_nn_functional_conv_transpose3d_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.6195506Z test_output_match_nn_functional_cosine_embedding_loss_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.6247062Z test_output_match_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.6298451Z test_output_match_nn_functional_cosine_embedding_loss_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.6349328Z test_output_match_nn_functional_cosine_embedding_loss_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.6400519Z test_output_match_nn_functional_cosine_embedding_loss_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.6451814Z test_output_match_nn_functional_cosine_embedding_loss_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.6502596Z test_output_match_nn_functional_cosine_similarity_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.6554157Z test_output_match_nn_functional_cross_entropy_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.6605307Z test_output_match_nn_functional_ctc_loss_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.6656751Z test_output_match_nn_functional_dropout2d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.6710597Z test_output_match_nn_functional_dropout3d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.6764026Z test_output_match_nn_functional_dropout_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.6816993Z test_output_match_nn_functional_elu_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.6870321Z test_output_match_nn_functional_embedding_bag_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.6923750Z test_output_match_nn_functional_embedding_bag_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.6976334Z test_output_match_nn_functional_embedding_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.7028503Z test_output_match_nn_functional_embedding_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.7080994Z test_output_match_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.7132521Z test_output_match_nn_functional_feature_alpha_dropout_without_train_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.7184316Z test_output_match_nn_functional_feature_alpha_dropout_without_train_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.7236266Z test_output_match_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.7317046Z test_output_match_nn_functional_feature_alpha_dropout_without_train_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.008s) 2022-09-27T16:37:10.7370538Z test_output_match_nn_functional_feature_alpha_dropout_without_train_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.7424964Z test_output_match_nn_functional_feature_alpha_dropout_without_train_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.7479636Z test_output_match_nn_functional_feature_alpha_dropout_without_train_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.7532582Z test_output_match_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.7584932Z test_output_match_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.7637483Z test_output_match_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.7689592Z test_output_match_nn_functional_gelu_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.7741684Z test_output_match_nn_functional_glu_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.7793657Z test_output_match_nn_functional_grid_sample_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.7845467Z test_output_match_nn_functional_group_norm_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.7896905Z test_output_match_nn_functional_hardshrink_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.7948775Z test_output_match_nn_functional_hardsigmoid_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.8000832Z test_output_match_nn_functional_hardswish_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.8052777Z test_output_match_nn_functional_hardtanh_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.8106342Z test_output_match_nn_functional_hardtanh_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.8159225Z test_output_match_nn_functional_hardtanh_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.8210297Z test_output_match_nn_functional_hardtanh_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.8261554Z test_output_match_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.8312229Z test_output_match_nn_functional_huber_loss_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.8363552Z test_output_match_nn_functional_huber_loss_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.8414370Z test_output_match_nn_functional_instance_norm_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.8465209Z test_output_match_nn_functional_interpolate_area_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.8516046Z test_output_match_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.8568174Z test_output_match_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.8648464Z test_output_match_nn_functional_interpolate_linear_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.008s) 2022-09-27T16:37:10.8700749Z test_output_match_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.8752815Z test_output_match_nn_functional_interpolate_nearest_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.8803397Z test_output_match_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.8854613Z test_output_match_nn_functional_kl_div_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.8907593Z test_output_match_nn_functional_l1_loss_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.8960541Z test_output_match_nn_functional_l1_loss_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.9013722Z test_output_match_nn_functional_layer_norm_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.9066364Z test_output_match_nn_functional_leaky_relu_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.9120025Z test_output_match_nn_functional_linear_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.9171852Z test_output_match_nn_functional_linear_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.9223758Z test_output_match_nn_functional_linear_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.9275891Z test_output_match_nn_functional_linear_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.9327696Z test_output_match_nn_functional_linear_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.9379700Z test_output_match_nn_functional_local_response_norm_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.9432084Z test_output_match_nn_functional_local_response_norm_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.9485399Z test_output_match_nn_functional_logsigmoid_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.9537652Z test_output_match_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.9590034Z test_output_match_nn_functional_margin_ranking_loss_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.9640896Z test_output_match_nn_functional_margin_ranking_loss_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.9691547Z test_output_match_nn_functional_margin_ranking_loss_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.9742109Z test_output_match_nn_functional_margin_ranking_loss_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.9792365Z test_output_match_nn_functional_max_pool1d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.9843224Z test_output_match_nn_functional_max_pool2d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.9893806Z test_output_match_nn_functional_max_pool3d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:10.9944198Z test_output_match_nn_functional_max_unpool1d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.0025068Z test_output_match_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.008s) 2022-09-27T16:37:11.0078347Z test_output_match_nn_functional_max_unpool2d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.0131380Z test_output_match_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.0182428Z test_output_match_nn_functional_max_unpool3d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.0234735Z test_output_match_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.0287279Z test_output_match_nn_functional_mish_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.0338603Z test_output_match_nn_functional_mse_loss_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.0390374Z test_output_match_nn_functional_mse_loss_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.0442282Z test_output_match_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.0494544Z test_output_match_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.0546954Z test_output_match_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.0598890Z test_output_match_nn_functional_nll_loss_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.0651158Z test_output_match_nn_functional_normalize_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.0703651Z test_output_match_nn_functional_one_hot_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.0756119Z test_output_match_nn_functional_pad_circular_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.0808059Z test_output_match_nn_functional_pad_circular_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.0859995Z test_output_match_nn_functional_pad_circular_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.0912234Z test_output_match_nn_functional_pad_circular_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.0964340Z test_output_match_nn_functional_pad_circular_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.1016320Z test_output_match_nn_functional_pad_circular_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.1068502Z test_output_match_nn_functional_pad_circular_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.1120469Z test_output_match_nn_functional_pad_constant_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.1172355Z test_output_match_nn_functional_pad_constant_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.1223606Z test_output_match_nn_functional_pad_constant_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.1275368Z test_output_match_nn_functional_pad_constant_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.1327058Z test_output_match_nn_functional_pad_constant_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.1408112Z test_output_match_nn_functional_pad_constant_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.008s) 2022-09-27T16:37:11.1460182Z test_output_match_nn_functional_pad_constant_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.1512298Z test_output_match_nn_functional_pad_reflect_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.1563571Z test_output_match_nn_functional_pad_replicate_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.1615122Z test_output_match_nn_functional_pairwise_distance_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.1665695Z test_output_match_nn_functional_pairwise_distance_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.1717124Z test_output_match_nn_functional_pairwise_distance_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.1768754Z test_output_match_nn_functional_pairwise_distance_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.1820346Z test_output_match_nn_functional_pairwise_distance_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.1872002Z test_output_match_nn_functional_pairwise_distance_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.1923708Z test_output_match_nn_functional_pdist_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.1975235Z test_output_match_nn_functional_pixel_shuffle_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.2027262Z test_output_match_nn_functional_pixel_shuffle_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.2079224Z test_output_match_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.2131245Z test_output_match_nn_functional_pixel_shuffle_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.2182768Z test_output_match_nn_functional_pixel_shuffle_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.2235092Z test_output_match_nn_functional_pixel_shuffle_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.2286138Z test_output_match_nn_functional_pixel_shuffle_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.2337670Z test_output_match_nn_functional_pixel_unshuffle_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.2389267Z test_output_match_nn_functional_pixel_unshuffle_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.2441219Z test_output_match_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.2494036Z test_output_match_nn_functional_pixel_unshuffle_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.2548664Z test_output_match_nn_functional_pixel_unshuffle_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.2600724Z test_output_match_nn_functional_pixel_unshuffle_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.2652623Z test_output_match_nn_functional_pixel_unshuffle_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.2734636Z test_output_match_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.008s) 2022-09-27T16:37:11.2786028Z test_output_match_nn_functional_poisson_nll_loss_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.2837077Z test_output_match_nn_functional_poisson_nll_loss_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.2888146Z test_output_match_nn_functional_poisson_nll_loss_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.2938493Z test_output_match_nn_functional_poisson_nll_loss_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.2989457Z test_output_match_nn_functional_prelu_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.3039804Z test_output_match_nn_functional_relu6_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.3092688Z test_output_match_nn_functional_relu6_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.3146411Z test_output_match_nn_functional_relu6_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.3199604Z test_output_match_nn_functional_relu6_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.3252301Z test_output_match_nn_functional_relu6_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.3305093Z test_output_match_nn_functional_relu_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.3357368Z test_output_match_nn_functional_relu_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.3409359Z test_output_match_nn_functional_relu_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.3461590Z test_output_match_nn_functional_relu_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.3514014Z test_output_match_nn_functional_relu_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.3566419Z test_output_match_nn_functional_rrelu_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.3618781Z test_output_match_nn_functional_selu_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.3670810Z test_output_match_nn_functional_silu_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.3723239Z test_output_match_nn_functional_smooth_l1_loss_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.3775622Z test_output_match_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.3828522Z test_output_match_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.3881023Z test_output_match_nn_functional_softmin_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.3933252Z test_output_match_nn_functional_softmin_with_dtype_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.3985606Z test_output_match_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.4037894Z test_output_match_nn_functional_softmin_with_dtype_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.4117996Z test_output_match_nn_functional_softmin_with_dtype_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.008s) 2022-09-27T16:37:11.4168806Z test_output_match_nn_functional_softmin_with_dtype_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.4219625Z test_output_match_nn_functional_softmin_with_dtype_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.4270817Z test_output_match_nn_functional_softplus_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.4321924Z test_output_match_nn_functional_softshrink_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.4373804Z test_output_match_nn_functional_softsign_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.4426172Z test_output_match_nn_functional_softsign_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.4478665Z test_output_match_nn_functional_softsign_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.4530940Z test_output_match_nn_functional_softsign_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.4582705Z test_output_match_nn_functional_softsign_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.4635099Z test_output_match_nn_functional_softsign_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.4687106Z test_output_match_nn_functional_tanhshrink_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.4739056Z test_output_match_nn_functional_tanhshrink_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.4791307Z test_output_match_nn_functional_tanhshrink_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.4843790Z test_output_match_nn_functional_tanhshrink_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.4896413Z test_output_match_nn_functional_tanhshrink_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.4949275Z test_output_match_nn_functional_threshold_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.5002610Z test_output_match_nn_functional_threshold_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.5055277Z test_output_match_nn_functional_threshold_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.5108234Z test_output_match_nn_functional_threshold_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.5160846Z test_output_match_nn_functional_threshold_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.5213776Z test_output_match_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.5266044Z test_output_match_nn_functional_triplet_margin_loss_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.5318695Z test_output_match_nn_functional_triplet_margin_loss_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.5370506Z test_output_match_nn_functional_triplet_margin_loss_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.5422093Z test_output_match_nn_functional_triplet_margin_loss_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.5515082Z test_output_match_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.009s) 2022-09-27T16:37:11.5565426Z test_output_match_nn_functional_triplet_margin_with_distance_loss_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.5615691Z test_output_match_nn_functional_triplet_margin_with_distance_loss_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.5666613Z test_output_match_nn_functional_triplet_margin_with_distance_loss_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.5718095Z test_output_match_nn_functional_triplet_margin_with_distance_loss_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.5770399Z test_output_match_nn_functional_unfold_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.5822267Z test_output_match_nn_functional_unfold_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.5874741Z test_output_match_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.5926810Z test_output_match_nn_functional_upsample_nearest_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.5978424Z test_output_match_nn_functional_upsample_nearest_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.6030265Z test_output_match_nonzero_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.6081938Z test_output_match_nonzero_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.6133784Z test_output_match_nonzero_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.6185727Z test_output_match_nonzero_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.6238333Z test_output_match_nonzero_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.6289753Z test_output_match_nonzero_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.6341738Z test_output_match_nonzero_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.6393780Z test_output_match_norm_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.6445687Z test_output_match_norm_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.6497744Z test_output_match_norm_fro_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.6549398Z test_output_match_norm_inf_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.6601513Z test_output_match_norm_inf_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.6654040Z test_output_match_norm_nuc_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.6706322Z test_output_match_normal_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.6759257Z test_output_match_normal_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.6840355Z test_output_match_normal_number_mean_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.008s) 2022-09-27T16:37:11.6892102Z test_output_match_normal_number_mean_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.6943999Z test_output_match_ones_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.6994754Z test_output_match_ones_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.7046656Z test_output_match_ones_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.7098867Z test_output_match_ones_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.7151813Z test_output_match_ones_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.7205385Z test_output_match_ones_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.7257235Z test_output_match_ones_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.7309898Z test_output_match_ones_like_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.7362077Z test_output_match_ones_like_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.7414453Z test_output_match_ones_like_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.7466419Z test_output_match_ones_like_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.7518554Z test_output_match_ones_like_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.7571034Z test_output_match_ones_like_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.7623126Z test_output_match_ones_like_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.7675815Z test_output_match_ormqr_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.7727693Z test_output_match_outer_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.7779651Z test_output_match_outer_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.7831797Z test_output_match_outer_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.7884020Z test_output_match_outer_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.7935714Z test_output_match_outer_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.7987796Z test_output_match_outer_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.8040078Z test_output_match_outer_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.8093083Z test_output_match_pca_lowrank_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.8146289Z test_output_match_permute_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.8227177Z test_output_match_permute_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.008s) 2022-09-27T16:37:11.8279576Z test_output_match_permute_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.8332068Z test_output_match_permute_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.8383572Z test_output_match_permute_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.8435293Z test_output_match_permute_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.8488375Z test_output_match_permute_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.8541191Z test_output_match_pinverse_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.8593954Z test_output_match_polar_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.8646095Z test_output_match_polygamma_polygamma_n_0_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.8698977Z test_output_match_polygamma_polygamma_n_0_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.8751431Z test_output_match_polygamma_polygamma_n_0_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.8803693Z test_output_match_polygamma_polygamma_n_0_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.8856303Z test_output_match_polygamma_polygamma_n_0_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.8908090Z test_output_match_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.8959379Z test_output_match_polygamma_polygamma_n_1_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.9011441Z test_output_match_polygamma_polygamma_n_1_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.9063436Z test_output_match_polygamma_polygamma_n_1_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.9115971Z test_output_match_polygamma_polygamma_n_1_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.9167369Z test_output_match_polygamma_polygamma_n_1_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.9219367Z test_output_match_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.9271277Z test_output_match_polygamma_polygamma_n_2_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.9323626Z test_output_match_polygamma_polygamma_n_2_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.9375274Z test_output_match_polygamma_polygamma_n_2_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.9427231Z test_output_match_polygamma_polygamma_n_2_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.9479773Z test_output_match_polygamma_polygamma_n_2_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.9531475Z test_output_match_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.9610379Z test_output_match_polygamma_polygamma_n_3_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.008s) 2022-09-27T16:37:11.9661610Z test_output_match_polygamma_polygamma_n_3_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.9712102Z test_output_match_polygamma_polygamma_n_3_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.9762142Z test_output_match_polygamma_polygamma_n_3_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.9813585Z test_output_match_polygamma_polygamma_n_3_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.9865958Z test_output_match_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.9918043Z test_output_match_polygamma_polygamma_n_4_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:11.9969507Z test_output_match_polygamma_polygamma_n_4_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.0021489Z test_output_match_polygamma_polygamma_n_4_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.0074294Z test_output_match_polygamma_polygamma_n_4_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.0126433Z test_output_match_polygamma_polygamma_n_4_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.0179173Z test_output_match_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.0231296Z test_output_match_positive_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.0283573Z test_output_match_positive_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.0335803Z test_output_match_positive_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.0388014Z test_output_match_positive_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.0441126Z test_output_match_positive_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.0493430Z test_output_match_positive_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.0545834Z test_output_match_pow_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.0598987Z test_output_match_pow_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.0651253Z test_output_match_pow_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.0704284Z test_output_match_pow_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.0759514Z test_output_match_pow_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.0812314Z test_output_match_pow_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.0865179Z test_output_match_prod_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.0947985Z test_output_match_prod_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.008s) 2022-09-27T16:37:12.1000324Z test_output_match_prod_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.1051742Z test_output_match_prod_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.1102380Z test_output_match_prod_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.1153344Z test_output_match_prod_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.1205548Z test_output_match_put_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.1258156Z test_output_match_put_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.1313557Z test_output_match_put_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.1365838Z test_output_match_put_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.1417972Z test_output_match_put_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.1469972Z test_output_match_put_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.1522271Z test_output_match_put_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.1574061Z test_output_match_qr_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.1626025Z test_output_match_quantile_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.1677741Z test_output_match_rad2deg_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.1729642Z test_output_match_rad2deg_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.1781427Z test_output_match_rad2deg_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.1833141Z test_output_match_rad2deg_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.1885345Z test_output_match_rad2deg_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.1937284Z test_output_match_rad2deg_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.1988972Z test_output_match_rad2deg_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.2040436Z test_output_match_rand_like_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.2091752Z test_output_match_rand_like_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.2143058Z test_output_match_randint_like_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.2194704Z test_output_match_randint_like_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.2246659Z test_output_match_randint_like_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.2326337Z test_output_match_randint_like_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.008s) 2022-09-27T16:37:12.2378677Z test_output_match_randint_like_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.2429482Z test_output_match_randint_like_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.2480423Z test_output_match_randn_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.2531450Z test_output_match_randn_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.2583332Z test_output_match_randn_like_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.2635365Z test_output_match_randn_like_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.2687102Z test_output_match_ravel_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.2739360Z test_output_match_ravel_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.2792172Z test_output_match_ravel_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.2844635Z test_output_match_ravel_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.2896282Z test_output_match_ravel_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.2946978Z test_output_match_ravel_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.2997251Z test_output_match_ravel_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.3048052Z test_output_match_real_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.3098928Z test_output_match_real_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.3153201Z test_output_match_real_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.3203663Z test_output_match_real_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.3253856Z test_output_match_real_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.3303854Z test_output_match_real_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.3355327Z test_output_match_real_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.3404981Z test_output_match_reciprocal_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.3455051Z test_output_match_reciprocal_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.3505189Z test_output_match_reciprocal_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.3555813Z test_output_match_reciprocal_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.3606313Z test_output_match_reciprocal_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.3684916Z test_output_match_reciprocal_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.008s) 2022-09-27T16:37:12.3735536Z test_output_match_reciprocal_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.3785944Z test_output_match_remainder_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.3836298Z test_output_match_remainder_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.3886981Z test_output_match_remainder_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.3937255Z test_output_match_remainder_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.3987101Z test_output_match_remainder_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.4037277Z test_output_match_remainder_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.4087193Z test_output_match_renorm_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.4137475Z test_output_match_renorm_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.4188036Z test_output_match_repeat_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.4238841Z test_output_match_repeat_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.4289382Z test_output_match_repeat_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.4339617Z test_output_match_repeat_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.4389536Z test_output_match_repeat_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.4443271Z test_output_match_repeat_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.4494068Z test_output_match_repeat_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.4544880Z test_output_match_repeat_interleave_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.4595652Z test_output_match_repeat_interleave_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.4646686Z test_output_match_repeat_interleave_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.4696501Z test_output_match_repeat_interleave_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.4747175Z test_output_match_repeat_interleave_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.4797228Z test_output_match_repeat_interleave_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.4849093Z test_output_match_repeat_interleave_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.4898914Z test_output_match_reshape_as_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.4976382Z test_output_match_reshape_as_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.008s) 2022-09-27T16:37:12.5027597Z test_output_match_reshape_as_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.5078972Z test_output_match_reshape_as_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.5130698Z test_output_match_reshape_as_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.5181280Z test_output_match_reshape_as_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.5231334Z test_output_match_reshape_as_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.5281139Z test_output_match_reshape_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.5331054Z test_output_match_reshape_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.5381027Z test_output_match_reshape_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.5431415Z test_output_match_reshape_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.5481517Z test_output_match_reshape_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.5531469Z test_output_match_reshape_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.5581264Z test_output_match_reshape_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.5631515Z test_output_match_resize__cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.5681955Z test_output_match_resize__cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.5731530Z test_output_match_resize__cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.5781413Z test_output_match_resize__cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.5831952Z test_output_match_resize__cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.5882100Z test_output_match_resize__cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.5932412Z test_output_match_resize__cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.5982569Z test_output_match_resize_as__cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.6033142Z test_output_match_resize_as__cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.6082832Z test_output_match_resize_as__cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.6133728Z test_output_match_resize_as__cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.6185625Z test_output_match_resize_as__cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.6237931Z test_output_match_resize_as__cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.6316063Z test_output_match_resize_as__cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.008s) 2022-09-27T16:37:12.6367925Z test_output_match_resolve_conj_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.6419899Z test_output_match_resolve_conj_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.6471871Z test_output_match_resolve_conj_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.6523192Z test_output_match_resolve_conj_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.6573693Z test_output_match_resolve_conj_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.6623555Z test_output_match_resolve_conj_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.6673974Z test_output_match_resolve_conj_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.6724378Z test_output_match_resolve_neg_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.6775209Z test_output_match_resolve_neg_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.6825881Z test_output_match_resolve_neg_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.6876982Z test_output_match_resolve_neg_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.6927670Z test_output_match_resolve_neg_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.6978576Z test_output_match_resolve_neg_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.7029831Z test_output_match_resolve_neg_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.7080740Z test_output_match_roll_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.7131708Z test_output_match_roll_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.7182086Z test_output_match_roll_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.7233076Z test_output_match_roll_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.7282956Z test_output_match_roll_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.7333235Z test_output_match_roll_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.7383591Z test_output_match_roll_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.7435316Z test_output_match_rot90_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.7486690Z test_output_match_rot90_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.7538068Z test_output_match_rot90_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.7590115Z test_output_match_rot90_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.7669493Z test_output_match_rot90_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.008s) 2022-09-27T16:37:12.7721750Z test_output_match_rot90_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.7774198Z test_output_match_rot90_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.7826404Z test_output_match_round_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.7876974Z test_output_match_round_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.7927544Z test_output_match_round_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.7977607Z test_output_match_round_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.8028259Z test_output_match_round_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.8079245Z test_output_match_round_decimals_0_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.8131172Z test_output_match_round_decimals_3_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.8181928Z test_output_match_round_decimals_neg_3_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.8232799Z test_output_match_rsqrt_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.8283973Z test_output_match_rsqrt_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.8334881Z test_output_match_rsqrt_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.8385802Z test_output_match_rsqrt_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.8436764Z test_output_match_rsqrt_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.8487502Z test_output_match_rsqrt_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.8537906Z test_output_match_rsub_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.8588204Z test_output_match_rsub_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.8638675Z test_output_match_rsub_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.8689037Z test_output_match_rsub_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.8739048Z test_output_match_rsub_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.8790205Z test_output_match_rsub_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.8840728Z test_output_match_scatter_add_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.8891311Z test_output_match_scatter_add_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.8971000Z test_output_match_scatter_add_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.008s) 2022-09-27T16:37:12.9023221Z test_output_match_scatter_add_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.9075404Z test_output_match_scatter_add_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.9126212Z test_output_match_scatter_add_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.9177270Z test_output_match_scatter_add_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.9227821Z test_output_match_scatter_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.9278183Z test_output_match_scatter_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.9328923Z test_output_match_scatter_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.9379016Z test_output_match_scatter_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.9429150Z test_output_match_scatter_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.9479753Z test_output_match_scatter_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.9529847Z test_output_match_scatter_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.9579905Z test_output_match_scatter_reduce_amax_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.9630622Z test_output_match_scatter_reduce_amax_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.9680764Z test_output_match_scatter_reduce_amax_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.9731069Z test_output_match_scatter_reduce_amax_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.9781539Z test_output_match_scatter_reduce_amax_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.9832223Z test_output_match_scatter_reduce_amax_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.9883154Z test_output_match_scatter_reduce_amax_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.9933699Z test_output_match_scatter_reduce_amin_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:12.9984414Z test_output_match_scatter_reduce_amin_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.0035251Z test_output_match_scatter_reduce_amin_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.0086077Z test_output_match_scatter_reduce_amin_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.0136830Z test_output_match_scatter_reduce_amin_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.0187766Z test_output_match_scatter_reduce_amin_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.0239913Z test_output_match_scatter_reduce_amin_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.0320053Z test_output_match_scatter_reduce_mean_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.008s) 2022-09-27T16:37:13.0372787Z test_output_match_scatter_reduce_mean_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.0423700Z test_output_match_scatter_reduce_mean_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.0475018Z test_output_match_scatter_reduce_mean_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.0525634Z test_output_match_scatter_reduce_mean_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.0576859Z test_output_match_scatter_reduce_mean_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.0628056Z test_output_match_scatter_reduce_prod_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.0679032Z test_output_match_scatter_reduce_prod_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.0729677Z test_output_match_scatter_reduce_prod_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.0780408Z test_output_match_scatter_reduce_prod_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.0831258Z test_output_match_scatter_reduce_prod_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.0882210Z test_output_match_scatter_reduce_prod_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.0933345Z test_output_match_scatter_reduce_prod_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.0983971Z test_output_match_scatter_reduce_sum_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.1034748Z test_output_match_scatter_reduce_sum_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.1084829Z test_output_match_scatter_reduce_sum_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.1135626Z test_output_match_scatter_reduce_sum_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.1185607Z test_output_match_scatter_reduce_sum_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.1236411Z test_output_match_scatter_reduce_sum_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.1287116Z test_output_match_scatter_reduce_sum_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.1337300Z test_output_match_searchsorted_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.1387623Z test_output_match_searchsorted_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.1438287Z test_output_match_searchsorted_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.1488479Z test_output_match_searchsorted_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.1538691Z test_output_match_searchsorted_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.1590625Z test_output_match_searchsorted_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.1669309Z test_output_match_segment_reduce_lengths_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.008s) 2022-09-27T16:37:13.1721176Z test_output_match_segment_reduce_lengths_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.1773341Z test_output_match_segment_reduce_offsets_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.1826128Z test_output_match_segment_reduce_offsets_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.1877395Z test_output_match_select_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.1928754Z test_output_match_select_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.1979836Z test_output_match_select_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.2031591Z test_output_match_select_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.2082759Z test_output_match_select_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.2133758Z test_output_match_select_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.2184918Z test_output_match_select_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.2236130Z test_output_match_select_scatter_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.2286750Z test_output_match_select_scatter_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.2337676Z test_output_match_select_scatter_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.2388784Z test_output_match_select_scatter_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.2439537Z test_output_match_select_scatter_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.2489374Z test_output_match_select_scatter_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.2540433Z test_output_match_select_scatter_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.2590952Z test_output_match_sgn_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.2640836Z test_output_match_sgn_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.2690865Z test_output_match_sgn_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.2740898Z test_output_match_sgn_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.2791116Z test_output_match_sgn_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.2840725Z test_output_match_sgn_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.2891042Z test_output_match_sgn_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.2969233Z test_output_match_short_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.008s) 2022-09-27T16:37:13.3020736Z test_output_match_short_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.3071405Z test_output_match_short_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.3122258Z test_output_match_short_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.3172032Z test_output_match_short_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.3221871Z test_output_match_short_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.3272164Z test_output_match_short_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.3322188Z test_output_match_sigmoid_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.3372127Z test_output_match_sigmoid_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.3422431Z test_output_match_sigmoid_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.3472935Z test_output_match_sigmoid_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.3522891Z test_output_match_sigmoid_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.3573348Z test_output_match_sigmoid_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.3623210Z test_output_match_sign_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.3673161Z test_output_match_sign_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.3723331Z test_output_match_sign_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.3773399Z test_output_match_sign_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.3823484Z test_output_match_sign_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.3874010Z test_output_match_sign_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.3924690Z test_output_match_sign_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.3974621Z test_output_match_signbit_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.4025050Z test_output_match_signbit_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.4075506Z test_output_match_signbit_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.4125705Z test_output_match_signbit_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.4175946Z test_output_match_signbit_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.4226147Z test_output_match_signbit_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.4304863Z test_output_match_signbit_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.008s) 2022-09-27T16:37:13.4357112Z test_output_match_sin_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.4408677Z test_output_match_sin_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.4459231Z test_output_match_sin_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.4510398Z test_output_match_sin_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.4561096Z test_output_match_sin_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.4611626Z test_output_match_sin_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.4661832Z test_output_match_sinc_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.4712128Z test_output_match_sinc_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.4762381Z test_output_match_sinc_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.4811855Z test_output_match_sinc_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.4861692Z test_output_match_sinc_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.4911370Z test_output_match_sinc_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.4961556Z test_output_match_sinh_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.5011301Z test_output_match_sinh_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.5060609Z test_output_match_sinh_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.5110592Z test_output_match_sinh_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.5160181Z test_output_match_sinh_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.5210118Z test_output_match_sinh_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.5260716Z test_output_match_slice_scatter_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.5311466Z test_output_match_slice_scatter_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.5361715Z test_output_match_slice_scatter_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.5412805Z test_output_match_slice_scatter_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.5463666Z test_output_match_slice_scatter_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.5513974Z test_output_match_slice_scatter_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.5564568Z test_output_match_slice_scatter_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.5644436Z test_output_match_softmax_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.008s) 2022-09-27T16:37:13.5696170Z test_output_match_softmax_with_dtype_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.5747925Z test_output_match_softmax_with_dtype_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.5799660Z test_output_match_softmax_with_dtype_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.5851135Z test_output_match_softmax_with_dtype_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.5902651Z test_output_match_softmax_with_dtype_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.5954784Z test_output_match_softmax_with_dtype_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.6006138Z test_output_match_softmax_with_dtype_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.6057450Z test_output_match_sort_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.6109306Z test_output_match_sort_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.6160967Z test_output_match_sort_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.6212729Z test_output_match_sort_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.6264131Z test_output_match_sort_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.6315775Z test_output_match_sort_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.6367149Z test_output_match_sort_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.6418920Z test_output_match_sparse_sampled_addmm_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.6470303Z test_output_match_special_airy_ai_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.6521578Z test_output_match_special_airy_ai_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.6571828Z test_output_match_special_airy_ai_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.6621733Z test_output_match_special_airy_ai_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.6671620Z test_output_match_special_airy_ai_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.6721675Z test_output_match_special_airy_ai_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.6772008Z test_output_match_special_bessel_j0_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.6822334Z test_output_match_special_bessel_j0_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.6872608Z test_output_match_special_bessel_j0_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.6952645Z test_output_match_special_bessel_j0_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.008s) 2022-09-27T16:37:13.7002854Z test_output_match_special_bessel_j0_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.7052817Z test_output_match_special_bessel_j0_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.7102946Z test_output_match_special_bessel_j1_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.7153867Z test_output_match_special_bessel_j1_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.7205188Z test_output_match_special_bessel_j1_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.7256726Z test_output_match_special_bessel_j1_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.7307614Z test_output_match_special_bessel_j1_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.7359886Z test_output_match_special_bessel_j1_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.7411665Z test_output_match_special_bessel_y0_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.7462873Z test_output_match_special_bessel_y0_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.7514721Z test_output_match_special_bessel_y0_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.7565889Z test_output_match_special_bessel_y0_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.7617236Z test_output_match_special_bessel_y0_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.7669070Z test_output_match_special_bessel_y0_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.7721051Z test_output_match_special_bessel_y1_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.7772662Z test_output_match_special_bessel_y1_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.7824561Z test_output_match_special_bessel_y1_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.7876853Z test_output_match_special_bessel_y1_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.7928252Z test_output_match_special_bessel_y1_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.7980433Z test_output_match_special_bessel_y1_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.8031973Z test_output_match_special_chebyshev_polynomial_t_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.8083943Z test_output_match_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.8136854Z test_output_match_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.8188797Z test_output_match_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.8240473Z test_output_match_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.8320264Z test_output_match_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.008s) 2022-09-27T16:37:13.8370486Z test_output_match_special_chebyshev_polynomial_u_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.8421430Z test_output_match_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.8474830Z test_output_match_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.8525699Z test_output_match_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.8576059Z test_output_match_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.8626059Z test_output_match_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.8672903Z test_output_match_special_chebyshev_polynomial_v_cpu_bool (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.005s) 2022-09-27T16:37:13.8722016Z test_output_match_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.005s) 2022-09-27T16:37:13.8768367Z test_output_match_special_chebyshev_polynomial_v_cpu_int16 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.005s) 2022-09-27T16:37:13.8814826Z test_output_match_special_chebyshev_polynomial_v_cpu_int32 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.005s) 2022-09-27T16:37:13.8860666Z test_output_match_special_chebyshev_polynomial_v_cpu_int64 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.005s) 2022-09-27T16:37:13.8906931Z test_output_match_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.005s) 2022-09-27T16:37:13.8953803Z test_output_match_special_chebyshev_polynomial_w_cpu_bool (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.005s) 2022-09-27T16:37:13.9002930Z test_output_match_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.005s) 2022-09-27T16:37:13.9049391Z test_output_match_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.005s) 2022-09-27T16:37:13.9095909Z test_output_match_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.005s) 2022-09-27T16:37:13.9142049Z test_output_match_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.005s) 2022-09-27T16:37:13.9188788Z test_output_match_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.005s) 2022-09-27T16:37:13.9242216Z test_output_match_special_entr_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.9294644Z test_output_match_special_entr_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.9346755Z test_output_match_special_entr_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.9398945Z test_output_match_special_entr_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.9451363Z test_output_match_special_entr_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.9503828Z test_output_match_special_entr_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.9555487Z test_output_match_special_erfcx_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.9633720Z test_output_match_special_erfcx_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.008s) 2022-09-27T16:37:13.9683829Z test_output_match_special_erfcx_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.9733715Z test_output_match_special_erfcx_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.9783509Z test_output_match_special_erfcx_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.9834284Z test_output_match_special_erfcx_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.9884400Z test_output_match_special_hermite_polynomial_h_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.9934697Z test_output_match_special_hermite_polynomial_h_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:13.9986090Z test_output_match_special_hermite_polynomial_h_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.0037528Z test_output_match_special_hermite_polynomial_h_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.0089281Z test_output_match_special_hermite_polynomial_h_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.0142575Z test_output_match_special_hermite_polynomial_h_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.0194375Z test_output_match_special_hermite_polynomial_he_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.0245950Z test_output_match_special_hermite_polynomial_he_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.0298076Z test_output_match_special_hermite_polynomial_he_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.0350253Z test_output_match_special_hermite_polynomial_he_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.0401762Z test_output_match_special_hermite_polynomial_he_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.0453287Z test_output_match_special_hermite_polynomial_he_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.0504841Z test_output_match_special_i0e_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.0556772Z test_output_match_special_i0e_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.0608746Z test_output_match_special_i0e_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.0660465Z test_output_match_special_i0e_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.0712156Z test_output_match_special_i0e_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.0763533Z test_output_match_special_i0e_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.0815173Z test_output_match_special_i1_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.0866800Z test_output_match_special_i1_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.0946792Z test_output_match_special_i1_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.008s) 2022-09-27T16:37:14.0997906Z test_output_match_special_i1_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.1050032Z test_output_match_special_i1_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.1099511Z test_output_match_special_i1_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.1148939Z test_output_match_special_i1e_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.1199200Z test_output_match_special_i1e_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.1250517Z test_output_match_special_i1e_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.1301326Z test_output_match_special_i1e_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.1352313Z test_output_match_special_i1e_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.1403541Z test_output_match_special_i1e_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.1454718Z test_output_match_special_laguerre_polynomial_l_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.1506173Z test_output_match_special_laguerre_polynomial_l_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.1558439Z test_output_match_special_laguerre_polynomial_l_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.1609936Z test_output_match_special_laguerre_polynomial_l_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.1661286Z test_output_match_special_laguerre_polynomial_l_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.1713041Z test_output_match_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.1759576Z test_output_match_special_legendre_polynomial_p_cpu_bool (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.005s) 2022-09-27T16:37:14.1805214Z test_output_match_special_legendre_polynomial_p_cpu_float32 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.005s) 2022-09-27T16:37:14.1851645Z test_output_match_special_legendre_polynomial_p_cpu_int16 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.005s) 2022-09-27T16:37:14.1897757Z test_output_match_special_legendre_polynomial_p_cpu_int32 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.005s) 2022-09-27T16:37:14.1943835Z test_output_match_special_legendre_polynomial_p_cpu_int64 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.005s) 2022-09-27T16:37:14.1990182Z test_output_match_special_legendre_polynomial_p_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.005s) 2022-09-27T16:37:14.2043028Z test_output_match_special_log_ndtr_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.2095283Z test_output_match_special_log_ndtr_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.2147906Z test_output_match_special_log_ndtr_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.2200177Z test_output_match_special_log_ndtr_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.2281676Z test_output_match_special_log_ndtr_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.008s) 2022-09-27T16:37:14.2333995Z test_output_match_special_log_ndtr_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.2385830Z test_output_match_special_modified_bessel_i0_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.2437417Z test_output_match_special_modified_bessel_i0_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.2488604Z test_output_match_special_modified_bessel_i0_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.2540096Z test_output_match_special_modified_bessel_i0_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.2592373Z test_output_match_special_modified_bessel_i0_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.2644207Z test_output_match_special_modified_bessel_i0_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.2696556Z test_output_match_special_modified_bessel_i1_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.2748943Z test_output_match_special_modified_bessel_i1_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.2801316Z test_output_match_special_modified_bessel_i1_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.2853146Z test_output_match_special_modified_bessel_i1_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.2905524Z test_output_match_special_modified_bessel_i1_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.2957974Z test_output_match_special_modified_bessel_i1_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.3010050Z test_output_match_special_modified_bessel_k0_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.3061628Z test_output_match_special_modified_bessel_k0_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.3114667Z test_output_match_special_modified_bessel_k0_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.3166103Z test_output_match_special_modified_bessel_k0_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.3217754Z test_output_match_special_modified_bessel_k0_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.3269958Z test_output_match_special_modified_bessel_k0_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.3321227Z test_output_match_special_modified_bessel_k1_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.3372894Z test_output_match_special_modified_bessel_k1_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.3424565Z test_output_match_special_modified_bessel_k1_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.3476369Z test_output_match_special_modified_bessel_k1_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.3528114Z test_output_match_special_modified_bessel_k1_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.3579975Z test_output_match_special_modified_bessel_k1_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.3658859Z test_output_match_special_ndtr_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.008s) 2022-09-27T16:37:14.3709488Z test_output_match_special_ndtr_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.3760438Z test_output_match_special_ndtr_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.3810447Z test_output_match_special_ndtr_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.3860724Z test_output_match_special_ndtr_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.3912225Z test_output_match_special_ndtr_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.3963883Z test_output_match_special_ndtri_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.4015704Z test_output_match_special_ndtri_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.4067598Z test_output_match_special_ndtri_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.4119437Z test_output_match_special_ndtri_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.4171547Z test_output_match_special_ndtri_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.4223466Z test_output_match_special_ndtri_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.4275776Z test_output_match_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.4327544Z test_output_match_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.4379401Z test_output_match_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.4432010Z test_output_match_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.4483326Z test_output_match_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.4535328Z test_output_match_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.4587452Z test_output_match_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.4639605Z test_output_match_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.4691291Z test_output_match_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.4743191Z test_output_match_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.4794944Z test_output_match_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.4846303Z test_output_match_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.4898002Z test_output_match_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.4978449Z test_output_match_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.008s) 2022-09-27T16:37:14.5029345Z test_output_match_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.5080601Z test_output_match_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.5131120Z test_output_match_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.5181626Z test_output_match_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.5227485Z test_output_match_special_shifted_chebyshev_polynomial_t_cpu_bool (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.005s) 2022-09-27T16:37:14.5273395Z test_output_match_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.005s) 2022-09-27T16:37:14.5320069Z test_output_match_special_shifted_chebyshev_polynomial_t_cpu_int16 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.005s) 2022-09-27T16:37:14.5366242Z test_output_match_special_shifted_chebyshev_polynomial_t_cpu_int32 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.005s) 2022-09-27T16:37:14.5412665Z test_output_match_special_shifted_chebyshev_polynomial_t_cpu_int64 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.005s) 2022-09-27T16:37:14.5459442Z test_output_match_special_shifted_chebyshev_polynomial_t_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.005s) 2022-09-27T16:37:14.5506153Z test_output_match_special_shifted_chebyshev_polynomial_u_cpu_bool (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.005s) 2022-09-27T16:37:14.5552905Z test_output_match_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.005s) 2022-09-27T16:37:14.5599857Z test_output_match_special_shifted_chebyshev_polynomial_u_cpu_int16 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.005s) 2022-09-27T16:37:14.5646522Z test_output_match_special_shifted_chebyshev_polynomial_u_cpu_int32 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.005s) 2022-09-27T16:37:14.5693010Z test_output_match_special_shifted_chebyshev_polynomial_u_cpu_int64 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.005s) 2022-09-27T16:37:14.5739815Z test_output_match_special_shifted_chebyshev_polynomial_u_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.005s) 2022-09-27T16:37:14.5786391Z test_output_match_special_shifted_chebyshev_polynomial_v_cpu_bool (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.005s) 2022-09-27T16:37:14.5832670Z test_output_match_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.005s) 2022-09-27T16:37:14.5879055Z test_output_match_special_shifted_chebyshev_polynomial_v_cpu_int16 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.005s) 2022-09-27T16:37:14.5925742Z test_output_match_special_shifted_chebyshev_polynomial_v_cpu_int32 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.005s) 2022-09-27T16:37:14.5972222Z test_output_match_special_shifted_chebyshev_polynomial_v_cpu_int64 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.005s) 2022-09-27T16:37:14.6018725Z test_output_match_special_shifted_chebyshev_polynomial_v_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.005s) 2022-09-27T16:37:14.6065235Z test_output_match_special_shifted_chebyshev_polynomial_w_cpu_bool (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.005s) 2022-09-27T16:37:14.6111648Z test_output_match_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.005s) 2022-09-27T16:37:14.6158107Z test_output_match_special_shifted_chebyshev_polynomial_w_cpu_int16 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.005s) 2022-09-27T16:37:14.6233636Z test_output_match_special_shifted_chebyshev_polynomial_w_cpu_int32 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.007s) 2022-09-27T16:37:14.6280438Z test_output_match_special_shifted_chebyshev_polynomial_w_cpu_int64 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.005s) 2022-09-27T16:37:14.6325943Z test_output_match_special_shifted_chebyshev_polynomial_w_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.005s) 2022-09-27T16:37:14.6377504Z test_output_match_special_spherical_bessel_j0_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.6429995Z test_output_match_special_spherical_bessel_j0_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.6483181Z test_output_match_special_spherical_bessel_j0_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.6536027Z test_output_match_special_spherical_bessel_j0_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.6587684Z test_output_match_special_spherical_bessel_j0_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.6639920Z test_output_match_special_spherical_bessel_j0_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.6691938Z test_output_match_special_xlog1py_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.6744318Z test_output_match_special_xlog1py_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.6796706Z test_output_match_special_xlog1py_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.6848516Z test_output_match_special_xlog1py_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.6900007Z test_output_match_special_xlog1py_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.6951428Z test_output_match_special_xlog1py_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.7002801Z test_output_match_special_xlog1py_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.7054362Z test_output_match_special_zeta_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.7106143Z test_output_match_special_zeta_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.7157561Z test_output_match_special_zeta_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.7208854Z test_output_match_special_zeta_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.7260210Z test_output_match_special_zeta_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.7311669Z test_output_match_special_zeta_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.7363276Z test_output_match_split_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.7415352Z test_output_match_split_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.7467008Z test_output_match_split_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.7519036Z test_output_match_split_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.7600881Z test_output_match_split_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.008s) 2022-09-27T16:37:14.7652573Z test_output_match_split_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.7703000Z test_output_match_split_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.7753819Z test_output_match_split_list_args_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.7805107Z test_output_match_split_list_args_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.7857398Z test_output_match_split_list_args_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.7909286Z test_output_match_split_list_args_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.7961130Z test_output_match_split_list_args_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.8012917Z test_output_match_split_list_args_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.8065083Z test_output_match_split_list_args_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.8118108Z test_output_match_split_with_sizes_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.8170622Z test_output_match_split_with_sizes_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.8222599Z test_output_match_split_with_sizes_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.8274651Z test_output_match_split_with_sizes_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.8326652Z test_output_match_split_with_sizes_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.8378335Z test_output_match_split_with_sizes_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.8430134Z test_output_match_split_with_sizes_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.8482204Z test_output_match_sqrt_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.8534557Z test_output_match_sqrt_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.8586152Z test_output_match_sqrt_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.8638369Z test_output_match_sqrt_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.8689956Z test_output_match_sqrt_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.8742189Z test_output_match_sqrt_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.8794262Z test_output_match_square_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.8845887Z test_output_match_square_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.8897247Z test_output_match_square_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.8976086Z test_output_match_square_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.008s) 2022-09-27T16:37:14.9027558Z test_output_match_square_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.9079521Z test_output_match_square_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.9131697Z test_output_match_square_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.9184012Z test_output_match_squeeze_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.9236654Z test_output_match_squeeze_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.9288648Z test_output_match_squeeze_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.9340704Z test_output_match_squeeze_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.9393095Z test_output_match_squeeze_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.9445416Z test_output_match_squeeze_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.9497734Z test_output_match_squeeze_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.9549178Z test_output_match_stack_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.9600091Z test_output_match_stack_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.9650321Z test_output_match_stack_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.9700398Z test_output_match_stack_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.9750833Z test_output_match_stack_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.9800869Z test_output_match_stack_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.9851090Z test_output_match_stack_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.9901967Z test_output_match_std_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:14.9952592Z test_output_match_std_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.0003425Z test_output_match_std_mean_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.0053775Z test_output_match_std_mean_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.0105170Z test_output_match_stft_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.0155876Z test_output_match_sub_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.0206820Z test_output_match_sub_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.0286094Z test_output_match_sub_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.008s) 2022-09-27T16:37:15.0337963Z test_output_match_sub_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.0390129Z test_output_match_sub_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.0442257Z test_output_match_sub_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.0493939Z test_output_match_sum_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.0544519Z test_output_match_sum_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.0595368Z test_output_match_sum_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.0645857Z test_output_match_sum_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.0695856Z test_output_match_sum_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.0746307Z test_output_match_sum_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.0796912Z test_output_match_sum_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.0847612Z test_output_match_sum_to_size_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.0898269Z test_output_match_sum_to_size_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.0948706Z test_output_match_sum_to_size_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.0999336Z test_output_match_sum_to_size_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.1050280Z test_output_match_sum_to_size_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.1101012Z test_output_match_sum_to_size_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.1152702Z test_output_match_sum_to_size_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.1204791Z test_output_match_svd_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.1255369Z test_output_match_svd_lowrank_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.1305938Z test_output_match_symeig_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.1356777Z test_output_match_t_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.1406963Z test_output_match_t_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.1458866Z test_output_match_t_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.1510633Z test_output_match_t_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.1562020Z test_output_match_t_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.1644072Z test_output_match_t_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.008s) 2022-09-27T16:37:15.1698356Z test_output_match_t_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.1751197Z test_output_match_take_along_dim_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.1804237Z test_output_match_take_along_dim_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.1856152Z test_output_match_take_along_dim_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.1908087Z test_output_match_take_along_dim_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.1959888Z test_output_match_take_along_dim_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.2011842Z test_output_match_take_along_dim_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.2062846Z test_output_match_take_along_dim_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.2114847Z test_output_match_take_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.2165928Z test_output_match_take_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.2216887Z test_output_match_take_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.2267575Z test_output_match_take_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.2318136Z test_output_match_take_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.2368744Z test_output_match_take_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.2419041Z test_output_match_take_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.2469505Z test_output_match_tan_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.2520160Z test_output_match_tan_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.2570768Z test_output_match_tan_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.2621912Z test_output_match_tan_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.2672577Z test_output_match_tan_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.2722907Z test_output_match_tan_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.2773022Z test_output_match_tanh_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.2824630Z test_output_match_tanh_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.2876940Z test_output_match_tanh_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.2928425Z test_output_match_tanh_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.3008892Z test_output_match_tanh_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.008s) 2022-09-27T16:37:15.3061932Z test_output_match_tanh_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.3113258Z test_output_match_tensor_split_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.3165801Z test_output_match_tensor_split_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.3217674Z test_output_match_tensor_split_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.3269287Z test_output_match_tensor_split_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.3320378Z test_output_match_tensor_split_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.3374290Z test_output_match_tensor_split_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.3425575Z test_output_match_tensor_split_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.3477098Z test_output_match_tensordot_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.3528372Z test_output_match_tensordot_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.3580090Z test_output_match_tensordot_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.3634010Z test_output_match_tensordot_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.3684650Z test_output_match_tensordot_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.3735441Z test_output_match_tile_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.3785727Z test_output_match_tile_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.3836926Z test_output_match_tile_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.3886938Z test_output_match_tile_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.3937323Z test_output_match_tile_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.3987371Z test_output_match_tile_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.4037863Z test_output_match_tile_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.4087845Z test_output_match_to_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.4138300Z test_output_match_to_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.4190020Z test_output_match_to_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.4241635Z test_output_match_to_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.4319829Z test_output_match_to_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.008s) 2022-09-27T16:37:15.4370902Z test_output_match_to_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.4421151Z test_output_match_to_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.4471047Z test_output_match_to_sparse_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.4521184Z test_output_match_to_sparse_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.4571047Z test_output_match_to_sparse_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.4620674Z test_output_match_to_sparse_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.4670716Z test_output_match_to_sparse_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.4720270Z test_output_match_to_sparse_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.4769772Z test_output_match_to_sparse_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.4819748Z test_output_match_topk_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.4869266Z test_output_match_topk_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.4919438Z test_output_match_topk_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.4969226Z test_output_match_topk_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.5018921Z test_output_match_topk_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.5068771Z test_output_match_trace_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.5118935Z test_output_match_trace_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.5169175Z test_output_match_trace_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.5219112Z test_output_match_trace_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.5268784Z test_output_match_trace_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.5318645Z test_output_match_transpose_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.5368205Z test_output_match_transpose_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.5417823Z test_output_match_transpose_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.5467634Z test_output_match_transpose_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.5517523Z test_output_match_transpose_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.5567911Z test_output_match_transpose_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.5645804Z test_output_match_transpose_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.008s) 2022-09-27T16:37:15.5696495Z test_output_match_trapezoid_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.5747262Z test_output_match_trapezoid_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.5798736Z test_output_match_trapezoid_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.5849005Z test_output_match_trapezoid_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.5898935Z test_output_match_trapezoid_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.5948953Z test_output_match_trapezoid_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.5999986Z test_output_match_trapz_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.6049789Z test_output_match_trapz_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.6099677Z test_output_match_trapz_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.6149885Z test_output_match_trapz_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.6199611Z test_output_match_trapz_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.6249842Z test_output_match_trapz_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.6299188Z test_output_match_triangular_solve_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.6349055Z test_output_match_tril_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.6398726Z test_output_match_tril_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.6448385Z test_output_match_tril_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.6498106Z test_output_match_tril_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.6547974Z test_output_match_tril_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.6597984Z test_output_match_tril_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.6647899Z test_output_match_tril_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.6698028Z test_output_match_tril_indices_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.6748166Z test_output_match_tril_indices_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.6798349Z test_output_match_triu_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.6848062Z test_output_match_triu_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.6899298Z test_output_match_triu_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.6977672Z test_output_match_triu_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.008s) 2022-09-27T16:37:15.7029006Z test_output_match_triu_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.7079671Z test_output_match_triu_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.7129672Z test_output_match_triu_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.7179529Z test_output_match_triu_indices_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.7229306Z test_output_match_triu_indices_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.7279225Z test_output_match_true_divide_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.7328966Z test_output_match_true_divide_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.7378799Z test_output_match_true_divide_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.7428505Z test_output_match_true_divide_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.7478422Z test_output_match_true_divide_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.7527996Z test_output_match_true_divide_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.7577726Z test_output_match_true_divide_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.7628012Z test_output_match_trunc_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.7678457Z test_output_match_trunc_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.7728664Z test_output_match_trunc_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.7778826Z test_output_match_trunc_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.7828581Z test_output_match_trunc_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.7879190Z test_output_match_unbind_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.7928737Z test_output_match_unbind_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.7978338Z test_output_match_unbind_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.8027814Z test_output_match_unbind_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.8077976Z test_output_match_unbind_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.8128682Z test_output_match_unbind_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.8179013Z test_output_match_unbind_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.8257676Z test_output_match_unflatten_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.008s) 2022-09-27T16:37:15.8308720Z test_output_match_unflatten_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.8359823Z test_output_match_unflatten_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.8409852Z test_output_match_unflatten_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.8460230Z test_output_match_unflatten_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.8509935Z test_output_match_unflatten_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.8560204Z test_output_match_unflatten_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.8610422Z test_output_match_unfold_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.8660202Z test_output_match_unfold_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.8710366Z test_output_match_unfold_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.8760568Z test_output_match_unfold_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.8810993Z test_output_match_unfold_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.8861282Z test_output_match_unfold_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.8911919Z test_output_match_unfold_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.8963163Z test_output_match_uniform_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.9013377Z test_output_match_uniform_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.9064044Z test_output_match_unique_consecutive_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.9115040Z test_output_match_unique_consecutive_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.9165699Z test_output_match_unique_consecutive_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.9215851Z test_output_match_unique_consecutive_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.9266465Z test_output_match_unique_consecutive_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.9317564Z test_output_match_unique_consecutive_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.9368243Z test_output_match_unique_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.9418841Z test_output_match_unique_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.9469419Z test_output_match_unique_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.9521577Z test_output_match_unique_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.9601566Z test_output_match_unique_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.008s) 2022-09-27T16:37:15.9654313Z test_output_match_unique_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.9706602Z test_output_match_unsqueeze_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.9758638Z test_output_match_unsqueeze_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.9809843Z test_output_match_unsqueeze_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.9859929Z test_output_match_unsqueeze_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.9910444Z test_output_match_unsqueeze_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:15.9960452Z test_output_match_unsqueeze_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:16.0010373Z test_output_match_unsqueeze_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:16.0060388Z test_output_match_var_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:16.0110795Z test_output_match_var_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:16.0160717Z test_output_match_var_mean_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:16.0211124Z test_output_match_var_mean_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:16.0261099Z test_output_match_vdot_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:16.0311123Z test_output_match_vdot_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:16.0361168Z test_output_match_vdot_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:16.0410821Z test_output_match_vdot_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:16.0460367Z test_output_match_vdot_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:16.0510283Z test_output_match_view_as_complex_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:16.0560015Z test_output_match_view_as_complex_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:16.0610041Z test_output_match_view_as_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:16.0659854Z test_output_match_view_as_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:16.0709054Z test_output_match_view_as_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:16.0758936Z test_output_match_view_as_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:16.0808488Z test_output_match_view_as_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:16.0858338Z test_output_match_view_as_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:16.0934583Z test_output_match_view_as_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.008s) 2022-09-27T16:37:16.0984238Z test_output_match_view_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:16.1034243Z test_output_match_view_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:16.1084483Z test_output_match_view_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:16.1134724Z test_output_match_view_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:16.1184927Z test_output_match_view_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:16.1234630Z test_output_match_view_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:16.1284853Z test_output_match_view_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:16.1334460Z test_output_match_vsplit_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:16.1383881Z test_output_match_vsplit_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:16.1433605Z test_output_match_vsplit_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:16.1483250Z test_output_match_vsplit_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:16.1533406Z test_output_match_vsplit_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:16.1583170Z test_output_match_vsplit_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:16.1633548Z test_output_match_vsplit_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:16.1684350Z test_output_match_vstack_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:16.1734756Z test_output_match_vstack_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:16.1785339Z test_output_match_vstack_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:16.1835593Z test_output_match_vstack_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:16.1886147Z test_output_match_vstack_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:16.1936428Z test_output_match_vstack_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:16.1986546Z test_output_match_vstack_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:16.2036583Z test_output_match_where_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:16.2086320Z test_output_match_where_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:16.2136104Z test_output_match_where_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:16.2214360Z test_output_match_where_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.008s) 2022-09-27T16:37:16.2264050Z test_output_match_where_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:16.2314144Z test_output_match_where_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:16.2363947Z test_output_match_where_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:16.2414397Z test_output_match_xlogy_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:16.2466238Z test_output_match_xlogy_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:16.2518064Z test_output_match_xlogy_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:16.2569216Z test_output_match_xlogy_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:16.2620793Z test_output_match_xlogy_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:16.2672105Z test_output_match_xlogy_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:16.2723663Z test_output_match_xlogy_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:16.2774739Z test_output_match_zero__cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:16.2826462Z test_output_match_zero__cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:16.2878047Z test_output_match_zero__cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:16.2929170Z test_output_match_zero__cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:16.2980858Z test_output_match_zero__cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:16.3032278Z test_output_match_zero__cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:16.3083293Z test_output_match_zero__cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:16.3134929Z test_output_match_zeros_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:16.3184754Z test_output_match_zeros_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:16.3234934Z test_output_match_zeros_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:16.3284438Z test_output_match_zeros_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:16.3334641Z test_output_match_zeros_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:16.3384311Z test_output_match_zeros_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:16.3433704Z test_output_match_zeros_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:16.3483209Z test_output_match_zeros_like_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:16.3560829Z test_output_match_zeros_like_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.008s) 2022-09-27T16:37:16.3609921Z test_output_match_zeros_like_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:16.3659413Z test_output_match_zeros_like_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:16.3708550Z test_output_match_zeros_like_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:16.3759362Z test_output_match_zeros_like_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:16.3810044Z test_output_match_zeros_like_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:37:16.3811085Z 2022-09-27T16:37:16.3811476Z ---------------------------------------------------------------------- 2022-09-27T16:37:16.3811762Z Ran 2843 tests in 15.035s 2022-09-27T16:37:16.3811884Z 2022-09-27T16:37:16.3811979Z OK (skipped=2843) 2022-09-27T16:37:16.3812139Z 2022-09-27T16:37:16.3813692Z Generating XML reports... 2022-09-27T16:37:16.8220601Z Generated XML report: test-reports/python-unittest/test_mps/TEST-TestConsistencyCPU-20220927163701.xml 2022-09-27T16:37:17.6372067Z Running test_foreach ... [2022-09-27 16:37:17.636797] 2022-09-27T16:37:17.6372579Z Executing ['/opt/conda/bin/python', '-bb', 'test_foreach.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:37:17.636894] 2022-09-27T16:37:22.7311303Z Test results will be stored in test-reports/python-unittest/test_foreach 2022-09-27T16:37:22.7383306Z 2022-09-27T16:37:22.7383696Z Running tests... 2022-09-27T16:37:22.7384386Z ---------------------------------------------------------------------- 2022-09-27T16:37:22.7627451Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.024s) 2022-09-27T16:37:22.7653671Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_bool (__main__.TestForeachCPU) ... ok (0.003s) 2022-09-27T16:37:22.7678521Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.002s) 2022-09-27T16:37:22.7702731Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.002s) 2022-09-27T16:37:22.7726143Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_float16 (__main__.TestForeachCPU) ... ok (0.002s) 2022-09-27T16:37:22.7749573Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_float32 (__main__.TestForeachCPU) ... ok (0.002s) 2022-09-27T16:37:22.7772875Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_float64 (__main__.TestForeachCPU) ... ok (0.002s) 2022-09-27T16:37:22.7796172Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_int16 (__main__.TestForeachCPU) ... ok (0.002s) 2022-09-27T16:37:22.7818985Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_int32 (__main__.TestForeachCPU) ... ok (0.002s) 2022-09-27T16:37:22.7842198Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_int64 (__main__.TestForeachCPU) ... ok (0.002s) 2022-09-27T16:37:22.7864769Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_int8 (__main__.TestForeachCPU) ... ok (0.002s) 2022-09-27T16:37:22.7888420Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.002s) 2022-09-27T16:37:22.8914137Z test_binary_op_list_error_cases__foreach_add_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.102s) 2022-09-27T16:37:22.9901270Z test_binary_op_list_error_cases__foreach_add_cpu_bool (__main__.TestForeachCPU) ... ok (0.099s) 2022-09-27T16:37:23.0851549Z test_binary_op_list_error_cases__foreach_add_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.095s) 2022-09-27T16:37:23.1800746Z test_binary_op_list_error_cases__foreach_add_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.095s) 2022-09-27T16:37:23.2750595Z test_binary_op_list_error_cases__foreach_add_cpu_float16 (__main__.TestForeachCPU) ... ok (0.095s) 2022-09-27T16:37:23.3701045Z test_binary_op_list_error_cases__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... ok (0.095s) 2022-09-27T16:37:23.4647278Z test_binary_op_list_error_cases__foreach_add_cpu_float64 (__main__.TestForeachCPU) ... ok (0.095s) 2022-09-27T16:37:23.5601346Z test_binary_op_list_error_cases__foreach_add_cpu_int16 (__main__.TestForeachCPU) ... ok (0.095s) 2022-09-27T16:37:23.6556309Z test_binary_op_list_error_cases__foreach_add_cpu_int32 (__main__.TestForeachCPU) ... ok (0.095s) 2022-09-27T16:37:23.7684421Z test_binary_op_list_error_cases__foreach_add_cpu_int64 (__main__.TestForeachCPU) ... ok (0.113s) 2022-09-27T16:37:23.8638786Z test_binary_op_list_error_cases__foreach_add_cpu_int8 (__main__.TestForeachCPU) ... ok (0.095s) 2022-09-27T16:37:23.9590815Z test_binary_op_list_error_cases__foreach_add_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.095s) 2022-09-27T16:37:24.0682070Z test_binary_op_list_error_cases__foreach_div_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.109s) 2022-09-27T16:37:24.1623035Z test_binary_op_list_error_cases__foreach_div_cpu_bool (__main__.TestForeachCPU) ... ok (0.094s) 2022-09-27T16:37:24.2565345Z test_binary_op_list_error_cases__foreach_div_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.094s) 2022-09-27T16:37:24.3506372Z test_binary_op_list_error_cases__foreach_div_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.094s) 2022-09-27T16:37:24.4444233Z test_binary_op_list_error_cases__foreach_div_cpu_float16 (__main__.TestForeachCPU) ... ok (0.094s) 2022-09-27T16:37:24.5380862Z test_binary_op_list_error_cases__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... ok (0.094s) 2022-09-27T16:37:24.6322223Z test_binary_op_list_error_cases__foreach_div_cpu_float64 (__main__.TestForeachCPU) ... ok (0.094s) 2022-09-27T16:37:24.7260608Z test_binary_op_list_error_cases__foreach_div_cpu_int16 (__main__.TestForeachCPU) ... ok (0.094s) 2022-09-27T16:37:24.8200300Z test_binary_op_list_error_cases__foreach_div_cpu_int32 (__main__.TestForeachCPU) ... ok (0.094s) 2022-09-27T16:37:24.9139267Z test_binary_op_list_error_cases__foreach_div_cpu_int64 (__main__.TestForeachCPU) ... ok (0.094s) 2022-09-27T16:37:25.0076572Z test_binary_op_list_error_cases__foreach_div_cpu_int8 (__main__.TestForeachCPU) ... ok (0.094s) 2022-09-27T16:37:25.1364969Z test_binary_op_list_error_cases__foreach_div_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.129s) 2022-09-27T16:37:25.2297622Z test_binary_op_list_error_cases__foreach_mul_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.093s) 2022-09-27T16:37:25.3228312Z test_binary_op_list_error_cases__foreach_mul_cpu_bool (__main__.TestForeachCPU) ... ok (0.093s) 2022-09-27T16:37:25.4155557Z test_binary_op_list_error_cases__foreach_mul_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.093s) 2022-09-27T16:37:25.5080615Z test_binary_op_list_error_cases__foreach_mul_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.092s) 2022-09-27T16:37:25.6007600Z test_binary_op_list_error_cases__foreach_mul_cpu_float16 (__main__.TestForeachCPU) ... ok (0.093s) 2022-09-27T16:37:25.6939734Z test_binary_op_list_error_cases__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... ok (0.093s) 2022-09-27T16:37:25.7871533Z test_binary_op_list_error_cases__foreach_mul_cpu_float64 (__main__.TestForeachCPU) ... ok (0.093s) 2022-09-27T16:37:25.8805782Z test_binary_op_list_error_cases__foreach_mul_cpu_int16 (__main__.TestForeachCPU) ... ok (0.093s) 2022-09-27T16:37:25.9736701Z test_binary_op_list_error_cases__foreach_mul_cpu_int32 (__main__.TestForeachCPU) ... ok (0.093s) 2022-09-27T16:37:26.0668373Z test_binary_op_list_error_cases__foreach_mul_cpu_int64 (__main__.TestForeachCPU) ... ok (0.093s) 2022-09-27T16:37:26.1932335Z test_binary_op_list_error_cases__foreach_mul_cpu_int8 (__main__.TestForeachCPU) ... ok (0.126s) 2022-09-27T16:37:26.2870165Z test_binary_op_list_error_cases__foreach_mul_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.094s) 2022-09-27T16:37:26.3839591Z test_binary_op_list_error_cases__foreach_sub_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.097s) 2022-09-27T16:37:26.4722128Z test_binary_op_list_error_cases__foreach_sub_cpu_bool (__main__.TestForeachCPU) ... ok (0.088s) 2022-09-27T16:37:26.5706320Z test_binary_op_list_error_cases__foreach_sub_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.098s) 2022-09-27T16:37:26.6654101Z test_binary_op_list_error_cases__foreach_sub_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.095s) 2022-09-27T16:37:26.7600920Z test_binary_op_list_error_cases__foreach_sub_cpu_float16 (__main__.TestForeachCPU) ... ok (0.095s) 2022-09-27T16:37:26.8551990Z test_binary_op_list_error_cases__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... ok (0.095s) 2022-09-27T16:37:26.9501383Z test_binary_op_list_error_cases__foreach_sub_cpu_float64 (__main__.TestForeachCPU) ... ok (0.095s) 2022-09-27T16:37:27.0452952Z test_binary_op_list_error_cases__foreach_sub_cpu_int16 (__main__.TestForeachCPU) ... ok (0.095s) 2022-09-27T16:37:27.1408170Z test_binary_op_list_error_cases__foreach_sub_cpu_int32 (__main__.TestForeachCPU) ... ok (0.095s) 2022-09-27T16:37:27.2538796Z test_binary_op_list_error_cases__foreach_sub_cpu_int64 (__main__.TestForeachCPU) ... ok (0.113s) 2022-09-27T16:37:27.3496462Z test_binary_op_list_error_cases__foreach_sub_cpu_int8 (__main__.TestForeachCPU) ... ok (0.096s) 2022-09-27T16:37:27.4455384Z test_binary_op_list_error_cases__foreach_sub_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.096s) 2022-09-27T16:37:27.4483689Z test_binary_op_list_slow_path__foreach_add_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.003s) 2022-09-27T16:37:27.4511903Z test_binary_op_list_slow_path__foreach_add_cpu_bool (__main__.TestForeachCPU) ... skip: CUDA not found (0.003s) 2022-09-27T16:37:27.4540713Z test_binary_op_list_slow_path__foreach_add_cpu_complex128 (__main__.TestForeachCPU) ... skip: CUDA not found (0.003s) 2022-09-27T16:37:27.4568278Z test_binary_op_list_slow_path__foreach_add_cpu_complex64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.003s) 2022-09-27T16:37:27.4595951Z test_binary_op_list_slow_path__foreach_add_cpu_float16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.003s) 2022-09-27T16:37:27.4623571Z test_binary_op_list_slow_path__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... skip: CUDA not found (0.003s) 2022-09-27T16:37:27.4651335Z test_binary_op_list_slow_path__foreach_add_cpu_float64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.003s) 2022-09-27T16:37:27.4678573Z test_binary_op_list_slow_path__foreach_add_cpu_int16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.003s) 2022-09-27T16:37:27.4706160Z test_binary_op_list_slow_path__foreach_add_cpu_int32 (__main__.TestForeachCPU) ... skip: CUDA not found (0.003s) 2022-09-27T16:37:27.4733835Z test_binary_op_list_slow_path__foreach_add_cpu_int64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.003s) 2022-09-27T16:37:27.4761336Z test_binary_op_list_slow_path__foreach_add_cpu_int8 (__main__.TestForeachCPU) ... skip: CUDA not found (0.003s) 2022-09-27T16:37:27.4788912Z test_binary_op_list_slow_path__foreach_add_cpu_uint8 (__main__.TestForeachCPU) ... skip: CUDA not found (0.003s) 2022-09-27T16:37:27.4816539Z test_binary_op_list_slow_path__foreach_div_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.003s) 2022-09-27T16:37:27.4844079Z test_binary_op_list_slow_path__foreach_div_cpu_bool (__main__.TestForeachCPU) ... skip: CUDA not found (0.003s) 2022-09-27T16:37:27.4871944Z test_binary_op_list_slow_path__foreach_div_cpu_complex128 (__main__.TestForeachCPU) ... skip: CUDA not found (0.003s) 2022-09-27T16:37:27.4899409Z test_binary_op_list_slow_path__foreach_div_cpu_complex64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.003s) 2022-09-27T16:37:27.4943824Z test_binary_op_list_slow_path__foreach_div_cpu_float16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.004s) 2022-09-27T16:37:27.4968122Z test_binary_op_list_slow_path__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-09-27T16:37:27.4992389Z test_binary_op_list_slow_path__foreach_div_cpu_float64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-09-27T16:37:27.5016357Z test_binary_op_list_slow_path__foreach_div_cpu_int16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-09-27T16:37:27.5040977Z test_binary_op_list_slow_path__foreach_div_cpu_int32 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-09-27T16:37:27.5066875Z test_binary_op_list_slow_path__foreach_div_cpu_int64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.003s) 2022-09-27T16:37:27.5094332Z test_binary_op_list_slow_path__foreach_div_cpu_int8 (__main__.TestForeachCPU) ... skip: CUDA not found (0.003s) 2022-09-27T16:37:27.5121705Z test_binary_op_list_slow_path__foreach_div_cpu_uint8 (__main__.TestForeachCPU) ... skip: CUDA not found (0.003s) 2022-09-27T16:37:27.5149340Z test_binary_op_list_slow_path__foreach_mul_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.003s) 2022-09-27T16:37:27.5176381Z test_binary_op_list_slow_path__foreach_mul_cpu_bool (__main__.TestForeachCPU) ... skip: CUDA not found (0.003s) 2022-09-27T16:37:27.5203876Z test_binary_op_list_slow_path__foreach_mul_cpu_complex128 (__main__.TestForeachCPU) ... skip: CUDA not found (0.003s) 2022-09-27T16:37:27.5231154Z test_binary_op_list_slow_path__foreach_mul_cpu_complex64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.003s) 2022-09-27T16:37:27.5258244Z test_binary_op_list_slow_path__foreach_mul_cpu_float16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.003s) 2022-09-27T16:37:27.5285810Z test_binary_op_list_slow_path__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... skip: CUDA not found (0.003s) 2022-09-27T16:37:27.5312830Z test_binary_op_list_slow_path__foreach_mul_cpu_float64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.003s) 2022-09-27T16:37:27.5339936Z test_binary_op_list_slow_path__foreach_mul_cpu_int16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.003s) 2022-09-27T16:37:27.5367590Z test_binary_op_list_slow_path__foreach_mul_cpu_int32 (__main__.TestForeachCPU) ... skip: CUDA not found (0.003s) 2022-09-27T16:37:27.5394780Z test_binary_op_list_slow_path__foreach_mul_cpu_int64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.003s) 2022-09-27T16:37:27.5422330Z test_binary_op_list_slow_path__foreach_mul_cpu_int8 (__main__.TestForeachCPU) ... skip: CUDA not found (0.003s) 2022-09-27T16:37:27.5449631Z test_binary_op_list_slow_path__foreach_mul_cpu_uint8 (__main__.TestForeachCPU) ... skip: CUDA not found (0.003s) 2022-09-27T16:37:27.5477181Z test_binary_op_list_slow_path__foreach_sub_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.003s) 2022-09-27T16:37:27.5504485Z test_binary_op_list_slow_path__foreach_sub_cpu_bool (__main__.TestForeachCPU) ... skip: CUDA not found (0.003s) 2022-09-27T16:37:27.5532176Z test_binary_op_list_slow_path__foreach_sub_cpu_complex128 (__main__.TestForeachCPU) ... skip: CUDA not found (0.003s) 2022-09-27T16:37:27.5559583Z test_binary_op_list_slow_path__foreach_sub_cpu_complex64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.003s) 2022-09-27T16:37:27.5586998Z test_binary_op_list_slow_path__foreach_sub_cpu_float16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.003s) 2022-09-27T16:37:27.5614528Z test_binary_op_list_slow_path__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... skip: CUDA not found (0.003s) 2022-09-27T16:37:27.5641816Z test_binary_op_list_slow_path__foreach_sub_cpu_float64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.003s) 2022-09-27T16:37:27.5669071Z test_binary_op_list_slow_path__foreach_sub_cpu_int16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.003s) 2022-09-27T16:37:27.5696734Z test_binary_op_list_slow_path__foreach_sub_cpu_int32 (__main__.TestForeachCPU) ... skip: CUDA not found (0.003s) 2022-09-27T16:37:27.5724454Z test_binary_op_list_slow_path__foreach_sub_cpu_int64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.003s) 2022-09-27T16:37:27.5752419Z test_binary_op_list_slow_path__foreach_sub_cpu_int8 (__main__.TestForeachCPU) ... skip: CUDA not found (0.003s) 2022-09-27T16:37:27.5779498Z test_binary_op_list_slow_path__foreach_sub_cpu_uint8 (__main__.TestForeachCPU) ... skip: CUDA not found (0.003s) 2022-09-27T16:37:27.8763361Z test_binary_op_scalar_fastpath__foreach_add_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.298s) 2022-09-27T16:37:28.1554594Z test_binary_op_scalar_fastpath__foreach_add_cpu_bool (__main__.TestForeachCPU) ... ok (0.279s) 2022-09-27T16:37:28.4917022Z test_binary_op_scalar_fastpath__foreach_add_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.336s) 2022-09-27T16:37:28.8075067Z test_binary_op_scalar_fastpath__foreach_add_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.316s) 2022-09-27T16:37:28.8976573Z test_binary_op_scalar_fastpath__foreach_add_cpu_float16 (__main__.TestForeachCPU) ... test_foreach.py:87: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/EmptyTensor.cpp:32.) 2022-09-27T16:37:28.8977174Z actual = self.func(*inputs, **kwargs) 2022-09-27T16:37:29.0949447Z ok (0.287s) 2022-09-27T16:37:29.4246372Z test_binary_op_scalar_fastpath__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... ok (0.329s) 2022-09-27T16:37:29.6924368Z test_binary_op_scalar_fastpath__foreach_add_cpu_float64 (__main__.TestForeachCPU) ... ok (0.268s) 2022-09-27T16:37:29.9340301Z test_binary_op_scalar_fastpath__foreach_add_cpu_int16 (__main__.TestForeachCPU) ... ok (0.242s) 2022-09-27T16:37:30.1704524Z test_binary_op_scalar_fastpath__foreach_add_cpu_int32 (__main__.TestForeachCPU) ... ok (0.236s) 2022-09-27T16:37:30.4022081Z test_binary_op_scalar_fastpath__foreach_add_cpu_int64 (__main__.TestForeachCPU) ... ok (0.232s) 2022-09-27T16:37:30.6742302Z test_binary_op_scalar_fastpath__foreach_add_cpu_int8 (__main__.TestForeachCPU) ... ok (0.272s) 2022-09-27T16:37:30.9108161Z test_binary_op_scalar_fastpath__foreach_add_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.236s) 2022-09-27T16:37:31.1874047Z test_binary_op_scalar_fastpath__foreach_div_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.277s) 2022-09-27T16:37:31.5749195Z test_binary_op_scalar_fastpath__foreach_div_cpu_bool (__main__.TestForeachCPU) ... ok (0.387s) 2022-09-27T16:37:31.8792563Z test_binary_op_scalar_fastpath__foreach_div_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.304s) 2022-09-27T16:37:32.1989562Z test_binary_op_scalar_fastpath__foreach_div_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.320s) 2022-09-27T16:37:32.4845924Z test_binary_op_scalar_fastpath__foreach_div_cpu_float16 (__main__.TestForeachCPU) ... ok (0.286s) 2022-09-27T16:37:32.8029097Z test_binary_op_scalar_fastpath__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... ok (0.318s) 2022-09-27T16:37:33.0650600Z test_binary_op_scalar_fastpath__foreach_div_cpu_float64 (__main__.TestForeachCPU) ... ok (0.262s) 2022-09-27T16:37:33.4180231Z test_binary_op_scalar_fastpath__foreach_div_cpu_int16 (__main__.TestForeachCPU) ... ok (0.353s) 2022-09-27T16:37:33.7899589Z test_binary_op_scalar_fastpath__foreach_div_cpu_int32 (__main__.TestForeachCPU) ... ok (0.372s) 2022-09-27T16:37:34.1426979Z test_binary_op_scalar_fastpath__foreach_div_cpu_int64 (__main__.TestForeachCPU) ... ok (0.353s) 2022-09-27T16:37:34.4938083Z test_binary_op_scalar_fastpath__foreach_div_cpu_int8 (__main__.TestForeachCPU) ... ok (0.351s) 2022-09-27T16:37:34.8681665Z test_binary_op_scalar_fastpath__foreach_div_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.374s) 2022-09-27T16:37:35.1565336Z test_binary_op_scalar_fastpath__foreach_mul_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.288s) 2022-09-27T16:37:35.4245025Z test_binary_op_scalar_fastpath__foreach_mul_cpu_bool (__main__.TestForeachCPU) ... ok (0.268s) 2022-09-27T16:37:35.7372883Z test_binary_op_scalar_fastpath__foreach_mul_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.313s) 2022-09-27T16:37:36.0754697Z test_binary_op_scalar_fastpath__foreach_mul_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.338s) 2022-09-27T16:37:36.3659876Z test_binary_op_scalar_fastpath__foreach_mul_cpu_float16 (__main__.TestForeachCPU) ... ok (0.290s) 2022-09-27T16:37:36.6349289Z test_binary_op_scalar_fastpath__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... ok (0.269s) 2022-09-27T16:37:36.8878147Z test_binary_op_scalar_fastpath__foreach_mul_cpu_float64 (__main__.TestForeachCPU) ... ok (0.253s) 2022-09-27T16:37:37.1597124Z test_binary_op_scalar_fastpath__foreach_mul_cpu_int16 (__main__.TestForeachCPU) ... ok (0.272s) 2022-09-27T16:37:37.3837542Z test_binary_op_scalar_fastpath__foreach_mul_cpu_int32 (__main__.TestForeachCPU) ... ok (0.224s) 2022-09-27T16:37:37.5933704Z test_binary_op_scalar_fastpath__foreach_mul_cpu_int64 (__main__.TestForeachCPU) ... ok (0.210s) 2022-09-27T16:37:37.8142581Z test_binary_op_scalar_fastpath__foreach_mul_cpu_int8 (__main__.TestForeachCPU) ... ok (0.221s) 2022-09-27T16:37:38.0690521Z test_binary_op_scalar_fastpath__foreach_mul_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.255s) 2022-09-27T16:37:38.4043649Z test_binary_op_scalar_fastpath__foreach_sub_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.335s) 2022-09-27T16:37:38.8040181Z test_binary_op_scalar_fastpath__foreach_sub_cpu_bool (__main__.TestForeachCPU) ... ok (0.400s) 2022-09-27T16:37:39.1628759Z test_binary_op_scalar_fastpath__foreach_sub_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.359s) 2022-09-27T16:37:39.5250732Z test_binary_op_scalar_fastpath__foreach_sub_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.362s) 2022-09-27T16:37:39.8547562Z test_binary_op_scalar_fastpath__foreach_sub_cpu_float16 (__main__.TestForeachCPU) ... ok (0.330s) 2022-09-27T16:37:40.1969913Z test_binary_op_scalar_fastpath__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... ok (0.342s) 2022-09-27T16:37:40.5135632Z test_binary_op_scalar_fastpath__foreach_sub_cpu_float64 (__main__.TestForeachCPU) ... ok (0.316s) 2022-09-27T16:37:40.8228415Z test_binary_op_scalar_fastpath__foreach_sub_cpu_int16 (__main__.TestForeachCPU) ... ok (0.309s) 2022-09-27T16:37:41.1342235Z test_binary_op_scalar_fastpath__foreach_sub_cpu_int32 (__main__.TestForeachCPU) ... ok (0.311s) 2022-09-27T16:37:41.4793374Z test_binary_op_scalar_fastpath__foreach_sub_cpu_int64 (__main__.TestForeachCPU) ... ok (0.345s) 2022-09-27T16:37:41.7890210Z test_binary_op_scalar_fastpath__foreach_sub_cpu_int8 (__main__.TestForeachCPU) ... ok (0.310s) 2022-09-27T16:37:42.0989239Z test_binary_op_scalar_fastpath__foreach_sub_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.310s) 2022-09-27T16:37:42.4406232Z test_binary_op_scalar_slowpath__foreach_add_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.341s) 2022-09-27T16:37:42.7747631Z test_binary_op_scalar_slowpath__foreach_add_cpu_bool (__main__.TestForeachCPU) ... ok (0.334s) 2022-09-27T16:37:43.1395595Z test_binary_op_scalar_slowpath__foreach_add_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.365s) 2022-09-27T16:37:43.5288239Z test_binary_op_scalar_slowpath__foreach_add_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.389s) 2022-09-27T16:37:43.8608263Z test_binary_op_scalar_slowpath__foreach_add_cpu_float16 (__main__.TestForeachCPU) ... ok (0.332s) 2022-09-27T16:37:44.1973658Z test_binary_op_scalar_slowpath__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... ok (0.336s) 2022-09-27T16:37:44.5109408Z test_binary_op_scalar_slowpath__foreach_add_cpu_float64 (__main__.TestForeachCPU) ... ok (0.313s) 2022-09-27T16:37:44.7926878Z test_binary_op_scalar_slowpath__foreach_add_cpu_int16 (__main__.TestForeachCPU) ... ok (0.282s) 2022-09-27T16:37:45.0847623Z test_binary_op_scalar_slowpath__foreach_add_cpu_int32 (__main__.TestForeachCPU) ... ok (0.292s) 2022-09-27T16:37:45.3564984Z test_binary_op_scalar_slowpath__foreach_add_cpu_int64 (__main__.TestForeachCPU) ... ok (0.272s) 2022-09-27T16:37:45.6514735Z test_binary_op_scalar_slowpath__foreach_add_cpu_int8 (__main__.TestForeachCPU) ... ok (0.295s) 2022-09-27T16:37:45.9427493Z test_binary_op_scalar_slowpath__foreach_add_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.291s) 2022-09-27T16:37:46.2689046Z test_binary_op_scalar_slowpath__foreach_div_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.326s) 2022-09-27T16:37:46.6644987Z test_binary_op_scalar_slowpath__foreach_div_cpu_bool (__main__.TestForeachCPU) ... ok (0.395s) 2022-09-27T16:37:47.0510232Z test_binary_op_scalar_slowpath__foreach_div_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.387s) 2022-09-27T16:37:47.4185517Z test_binary_op_scalar_slowpath__foreach_div_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.367s) 2022-09-27T16:37:47.7551561Z test_binary_op_scalar_slowpath__foreach_div_cpu_float16 (__main__.TestForeachCPU) ... ok (0.337s) 2022-09-27T16:37:48.0887115Z test_binary_op_scalar_slowpath__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... ok (0.333s) 2022-09-27T16:37:48.4093240Z test_binary_op_scalar_slowpath__foreach_div_cpu_float64 (__main__.TestForeachCPU) ... ok (0.320s) 2022-09-27T16:37:48.8116984Z test_binary_op_scalar_slowpath__foreach_div_cpu_int16 (__main__.TestForeachCPU) ... ok (0.402s) 2022-09-27T16:37:49.2133249Z test_binary_op_scalar_slowpath__foreach_div_cpu_int32 (__main__.TestForeachCPU) ... ok (0.401s) 2022-09-27T16:37:49.6228302Z test_binary_op_scalar_slowpath__foreach_div_cpu_int64 (__main__.TestForeachCPU) ... ok (0.409s) 2022-09-27T16:37:50.0500889Z test_binary_op_scalar_slowpath__foreach_div_cpu_int8 (__main__.TestForeachCPU) ... ok (0.427s) 2022-09-27T16:37:50.4500569Z test_binary_op_scalar_slowpath__foreach_div_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.400s) 2022-09-27T16:37:50.7864593Z test_binary_op_scalar_slowpath__foreach_mul_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.336s) 2022-09-27T16:37:51.1030195Z test_binary_op_scalar_slowpath__foreach_mul_cpu_bool (__main__.TestForeachCPU) ... ok (0.316s) 2022-09-27T16:37:51.4755630Z test_binary_op_scalar_slowpath__foreach_mul_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.373s) 2022-09-27T16:37:51.8362683Z test_binary_op_scalar_slowpath__foreach_mul_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.361s) 2022-09-27T16:37:52.1856165Z test_binary_op_scalar_slowpath__foreach_mul_cpu_float16 (__main__.TestForeachCPU) ... ok (0.349s) 2022-09-27T16:37:52.5169455Z test_binary_op_scalar_slowpath__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... ok (0.331s) 2022-09-27T16:37:52.8407948Z test_binary_op_scalar_slowpath__foreach_mul_cpu_float64 (__main__.TestForeachCPU) ... ok (0.324s) 2022-09-27T16:37:53.1167210Z test_binary_op_scalar_slowpath__foreach_mul_cpu_int16 (__main__.TestForeachCPU) ... ok (0.276s) 2022-09-27T16:37:53.3932002Z test_binary_op_scalar_slowpath__foreach_mul_cpu_int32 (__main__.TestForeachCPU) ... ok (0.276s) 2022-09-27T16:37:53.6554996Z test_binary_op_scalar_slowpath__foreach_mul_cpu_int64 (__main__.TestForeachCPU) ... ok (0.262s) 2022-09-27T16:37:53.9422663Z test_binary_op_scalar_slowpath__foreach_mul_cpu_int8 (__main__.TestForeachCPU) ... ok (0.287s) 2022-09-27T16:37:54.2191306Z test_binary_op_scalar_slowpath__foreach_mul_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.277s) 2022-09-27T16:37:54.6005648Z test_binary_op_scalar_slowpath__foreach_sub_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.381s) 2022-09-27T16:37:55.0617963Z test_binary_op_scalar_slowpath__foreach_sub_cpu_bool (__main__.TestForeachCPU) ... ok (0.461s) 2022-09-27T16:37:55.4822155Z test_binary_op_scalar_slowpath__foreach_sub_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.420s) 2022-09-27T16:37:55.9087776Z test_binary_op_scalar_slowpath__foreach_sub_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.426s) 2022-09-27T16:37:56.2962327Z test_binary_op_scalar_slowpath__foreach_sub_cpu_float16 (__main__.TestForeachCPU) ... ok (0.387s) 2022-09-27T16:37:56.6812520Z test_binary_op_scalar_slowpath__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... ok (0.385s) 2022-09-27T16:37:57.0700575Z test_binary_op_scalar_slowpath__foreach_sub_cpu_float64 (__main__.TestForeachCPU) ... ok (0.389s) 2022-09-27T16:37:57.4345787Z test_binary_op_scalar_slowpath__foreach_sub_cpu_int16 (__main__.TestForeachCPU) ... ok (0.364s) 2022-09-27T16:37:57.7972294Z test_binary_op_scalar_slowpath__foreach_sub_cpu_int32 (__main__.TestForeachCPU) ... ok (0.363s) 2022-09-27T16:37:58.1666567Z test_binary_op_scalar_slowpath__foreach_sub_cpu_int64 (__main__.TestForeachCPU) ... ok (0.369s) 2022-09-27T16:37:58.5300928Z test_binary_op_scalar_slowpath__foreach_sub_cpu_int8 (__main__.TestForeachCPU) ... ok (0.363s) 2022-09-27T16:37:58.8937265Z test_binary_op_scalar_slowpath__foreach_sub_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.364s) 2022-09-27T16:37:58.8953594Z test_binary_op_scalar_with_different_tensor_dtypes__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... ok (0.002s) 2022-09-27T16:37:58.8968519Z test_binary_op_scalar_with_different_tensor_dtypes__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... ok (0.001s) 2022-09-27T16:37:58.8982252Z test_binary_op_scalar_with_different_tensor_dtypes__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... ok (0.001s) 2022-09-27T16:37:58.8996891Z test_binary_op_scalar_with_different_tensor_dtypes__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... ok (0.001s) 2022-09-27T16:37:58.9022992Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.003s) 2022-09-27T16:37:58.9044305Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_bool (__main__.TestForeachCPU) ... ok (0.002s) 2022-09-27T16:37:58.9068796Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.002s) 2022-09-27T16:37:58.9094145Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.002s) 2022-09-27T16:37:58.9118001Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_float16 (__main__.TestForeachCPU) ... ok (0.002s) 2022-09-27T16:37:58.9140752Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... ok (0.002s) 2022-09-27T16:37:58.9164223Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_float64 (__main__.TestForeachCPU) ... ok (0.002s) 2022-09-27T16:37:58.9185028Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_int16 (__main__.TestForeachCPU) ... ok (0.002s) 2022-09-27T16:37:58.9206220Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_int32 (__main__.TestForeachCPU) ... ok (0.002s) 2022-09-27T16:37:58.9225812Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_int64 (__main__.TestForeachCPU) ... ok (0.002s) 2022-09-27T16:37:58.9246858Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_int8 (__main__.TestForeachCPU) ... ok (0.002s) 2022-09-27T16:37:58.9267075Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.002s) 2022-09-27T16:37:58.9291532Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.002s) 2022-09-27T16:37:58.9315547Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_bool (__main__.TestForeachCPU) ... ok (0.002s) 2022-09-27T16:37:58.9339581Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.002s) 2022-09-27T16:37:58.9364447Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.002s) 2022-09-27T16:37:58.9387894Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_float16 (__main__.TestForeachCPU) ... ok (0.002s) 2022-09-27T16:37:58.9411240Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... ok (0.002s) 2022-09-27T16:37:58.9434441Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_float64 (__main__.TestForeachCPU) ... ok (0.002s) 2022-09-27T16:37:58.9457961Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_int16 (__main__.TestForeachCPU) ... ok (0.002s) 2022-09-27T16:37:58.9482907Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_int32 (__main__.TestForeachCPU) ... ok (0.002s) 2022-09-27T16:37:58.9506570Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_int64 (__main__.TestForeachCPU) ... ok (0.002s) 2022-09-27T16:37:58.9530984Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_int8 (__main__.TestForeachCPU) ... ok (0.002s) 2022-09-27T16:37:58.9555501Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.002s) 2022-09-27T16:37:58.9579108Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.002s) 2022-09-27T16:37:58.9599807Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_bool (__main__.TestForeachCPU) ... ok (0.002s) 2022-09-27T16:37:58.9624235Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.002s) 2022-09-27T16:37:58.9649370Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.002s) 2022-09-27T16:37:58.9673631Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_float16 (__main__.TestForeachCPU) ... ok (0.002s) 2022-09-27T16:37:58.9698102Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... ok (0.002s) 2022-09-27T16:37:58.9721743Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_float64 (__main__.TestForeachCPU) ... ok (0.002s) 2022-09-27T16:37:58.9742763Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_int16 (__main__.TestForeachCPU) ... ok (0.002s) 2022-09-27T16:37:58.9763695Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_int32 (__main__.TestForeachCPU) ... ok (0.002s) 2022-09-27T16:37:58.9783376Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_int64 (__main__.TestForeachCPU) ... ok (0.002s) 2022-09-27T16:37:58.9804550Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_int8 (__main__.TestForeachCPU) ... ok (0.002s) 2022-09-27T16:37:58.9825222Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.002s) 2022-09-27T16:37:58.9849844Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.002s) 2022-09-27T16:37:59.0082142Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_bool (__main__.TestForeachCPU) ... ok (0.023s) 2022-09-27T16:37:59.0111576Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.003s) 2022-09-27T16:37:59.0139084Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.003s) 2022-09-27T16:37:59.0164685Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_float16 (__main__.TestForeachCPU) ... ok (0.002s) 2022-09-27T16:37:59.0189464Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... ok (0.002s) 2022-09-27T16:37:59.0213629Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_float64 (__main__.TestForeachCPU) ... ok (0.002s) 2022-09-27T16:37:59.0235411Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_int16 (__main__.TestForeachCPU) ... ok (0.002s) 2022-09-27T16:37:59.0256472Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_int32 (__main__.TestForeachCPU) ... ok (0.002s) 2022-09-27T16:37:59.0359926Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_int64 (__main__.TestForeachCPU) ... ok (0.010s) 2022-09-27T16:37:59.0379615Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_int8 (__main__.TestForeachCPU) ... ok (0.002s) 2022-09-27T16:37:59.0399507Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.002s) 2022-09-27T16:37:59.5111552Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.471s) 2022-09-27T16:37:59.9673134Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_bool (__main__.TestForeachCPU) ... ok (0.456s) 2022-09-27T16:38:00.4290523Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.462s) 2022-09-27T16:38:00.9142795Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.485s) 2022-09-27T16:38:01.3997646Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_float16 (__main__.TestForeachCPU) ... ok (0.485s) 2022-09-27T16:38:01.8737587Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... ok (0.474s) 2022-09-27T16:38:02.3417121Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_float64 (__main__.TestForeachCPU) ... ok (0.468s) 2022-09-27T16:38:02.7473529Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_int16 (__main__.TestForeachCPU) ... ok (0.406s) 2022-09-27T16:38:03.1595624Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_int32 (__main__.TestForeachCPU) ... ok (0.412s) 2022-09-27T16:38:03.5736633Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_int64 (__main__.TestForeachCPU) ... ok (0.414s) 2022-09-27T16:38:03.9847098Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_int8 (__main__.TestForeachCPU) ... ok (0.411s) 2022-09-27T16:38:04.4009890Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.416s) 2022-09-27T16:38:04.8736623Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.473s) 2022-09-27T16:38:05.3982947Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_bool (__main__.TestForeachCPU) ... ok (0.525s) 2022-09-27T16:38:05.8785672Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.480s) 2022-09-27T16:38:06.3736986Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.495s) 2022-09-27T16:38:06.8930848Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_float16 (__main__.TestForeachCPU) ... ok (0.519s) 2022-09-27T16:38:07.3614635Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... ok (0.468s) 2022-09-27T16:38:07.8285089Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_float64 (__main__.TestForeachCPU) ... ok (0.467s) 2022-09-27T16:38:08.3544570Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_int16 (__main__.TestForeachCPU) ... ok (0.526s) 2022-09-27T16:38:08.8774973Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_int32 (__main__.TestForeachCPU) ... ok (0.523s) 2022-09-27T16:38:09.4118984Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_int64 (__main__.TestForeachCPU) ... ok (0.534s) 2022-09-27T16:38:09.9347173Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_int8 (__main__.TestForeachCPU) ... ok (0.523s) 2022-09-27T16:38:10.4686436Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.534s) 2022-09-27T16:38:10.9387377Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.470s) 2022-09-27T16:38:11.3745614Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_bool (__main__.TestForeachCPU) ... ok (0.436s) 2022-09-27T16:38:11.8415305Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.467s) 2022-09-27T16:38:12.3120273Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.470s) 2022-09-27T16:38:12.7840653Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_float16 (__main__.TestForeachCPU) ... ok (0.472s) 2022-09-27T16:38:13.2427371Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... ok (0.459s) 2022-09-27T16:38:13.6848208Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_float64 (__main__.TestForeachCPU) ... ok (0.442s) 2022-09-27T16:38:14.0754687Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_int16 (__main__.TestForeachCPU) ... ok (0.391s) 2022-09-27T16:38:14.4640301Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_int32 (__main__.TestForeachCPU) ... ok (0.388s) 2022-09-27T16:38:14.8565688Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_int64 (__main__.TestForeachCPU) ... ok (0.392s) 2022-09-27T16:38:15.2499879Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_int8 (__main__.TestForeachCPU) ... ok (0.393s) 2022-09-27T16:38:15.6479245Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.398s) 2022-09-27T16:38:16.1812559Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.533s) 2022-09-27T16:38:16.7800213Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_bool (__main__.TestForeachCPU) ... ok (0.599s) 2022-09-27T16:38:17.3552862Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.575s) 2022-09-27T16:38:17.9131752Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.558s) 2022-09-27T16:38:18.4486891Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_float16 (__main__.TestForeachCPU) ... ok (0.535s) 2022-09-27T16:38:18.9783568Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... ok (0.530s) 2022-09-27T16:38:19.5105016Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_float64 (__main__.TestForeachCPU) ... ok (0.532s) 2022-09-27T16:38:20.0073655Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_int16 (__main__.TestForeachCPU) ... ok (0.497s) 2022-09-27T16:38:20.5185014Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_int32 (__main__.TestForeachCPU) ... ok (0.511s) 2022-09-27T16:38:21.0110015Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_int64 (__main__.TestForeachCPU) ... ok (0.492s) 2022-09-27T16:38:21.5118642Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_int8 (__main__.TestForeachCPU) ... ok (0.501s) 2022-09-27T16:38:22.0128309Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.501s) 2022-09-27T16:38:22.5703009Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.557s) 2022-09-27T16:38:23.0997002Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_bool (__main__.TestForeachCPU) ... ok (0.529s) 2022-09-27T16:38:23.6386062Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.539s) 2022-09-27T16:38:24.1962303Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.558s) 2022-09-27T16:38:24.7579627Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_float16 (__main__.TestForeachCPU) ... ok (0.562s) 2022-09-27T16:38:25.3260198Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... ok (0.568s) 2022-09-27T16:38:25.8517569Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_float64 (__main__.TestForeachCPU) ... ok (0.526s) 2022-09-27T16:38:26.3475743Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_int16 (__main__.TestForeachCPU) ... ok (0.496s) 2022-09-27T16:38:26.8291521Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_int32 (__main__.TestForeachCPU) ... ok (0.481s) 2022-09-27T16:38:27.3074605Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_int64 (__main__.TestForeachCPU) ... ok (0.478s) 2022-09-27T16:38:27.8031006Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_int8 (__main__.TestForeachCPU) ... ok (0.496s) 2022-09-27T16:38:28.2931163Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.490s) 2022-09-27T16:38:28.8502138Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.557s) 2022-09-27T16:38:29.4455501Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_bool (__main__.TestForeachCPU) ... ok (0.595s) 2022-09-27T16:38:29.9851264Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.539s) 2022-09-27T16:38:30.5408145Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.556s) 2022-09-27T16:38:31.1391616Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_float16 (__main__.TestForeachCPU) ... ok (0.598s) 2022-09-27T16:38:31.6754977Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... ok (0.536s) 2022-09-27T16:38:32.2006702Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_float64 (__main__.TestForeachCPU) ... ok (0.525s) 2022-09-27T16:38:32.7926565Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_int16 (__main__.TestForeachCPU) ... ok (0.592s) 2022-09-27T16:38:33.4386579Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_int32 (__main__.TestForeachCPU) ... ok (0.646s) 2022-09-27T16:38:34.0364623Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_int64 (__main__.TestForeachCPU) ... ok (0.598s) 2022-09-27T16:38:34.6464896Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_int8 (__main__.TestForeachCPU) ... ok (0.610s) 2022-09-27T16:38:35.2408056Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.594s) 2022-09-27T16:38:35.7981924Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.557s) 2022-09-27T16:38:36.3121624Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_bool (__main__.TestForeachCPU) ... ok (0.514s) 2022-09-27T16:38:36.8591323Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.547s) 2022-09-27T16:38:37.4213607Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.562s) 2022-09-27T16:38:37.9727242Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_float16 (__main__.TestForeachCPU) ... ok (0.551s) 2022-09-27T16:38:38.5161017Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... ok (0.543s) 2022-09-27T16:38:39.0449563Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_float64 (__main__.TestForeachCPU) ... ok (0.529s) 2022-09-27T16:38:39.5299514Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_int16 (__main__.TestForeachCPU) ... ok (0.485s) 2022-09-27T16:38:40.0012055Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_int32 (__main__.TestForeachCPU) ... ok (0.471s) 2022-09-27T16:38:40.4606875Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_int64 (__main__.TestForeachCPU) ... ok (0.459s) 2022-09-27T16:38:40.9459707Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_int8 (__main__.TestForeachCPU) ... ok (0.485s) 2022-09-27T16:38:41.4114259Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.465s) 2022-09-27T16:38:42.0324966Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.621s) 2022-09-27T16:38:42.7074535Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_bool (__main__.TestForeachCPU) ... ok (0.675s) 2022-09-27T16:38:43.3492231Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.642s) 2022-09-27T16:38:43.9834996Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.634s) 2022-09-27T16:38:44.5995085Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_float16 (__main__.TestForeachCPU) ... ok (0.616s) 2022-09-27T16:38:45.2075768Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... ok (0.608s) 2022-09-27T16:38:45.8184381Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_float64 (__main__.TestForeachCPU) ... ok (0.611s) 2022-09-27T16:38:46.4095462Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_int16 (__main__.TestForeachCPU) ... ok (0.591s) 2022-09-27T16:38:46.9849919Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_int32 (__main__.TestForeachCPU) ... ok (0.575s) 2022-09-27T16:38:47.5515803Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_int64 (__main__.TestForeachCPU) ... ok (0.566s) 2022-09-27T16:38:48.1358300Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_int8 (__main__.TestForeachCPU) ... ok (0.584s) 2022-09-27T16:38:48.7114149Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.575s) 2022-09-27T16:38:48.9201547Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.209s) 2022-09-27T16:38:49.0651119Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_bool (__main__.TestForeachCPU) ... ok (0.145s) 2022-09-27T16:38:49.3625161Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.297s) 2022-09-27T16:38:49.6675471Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.305s) 2022-09-27T16:38:49.8792521Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_float16 (__main__.TestForeachCPU) ... ok (0.212s) 2022-09-27T16:38:50.0933110Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... ok (0.214s) 2022-09-27T16:38:50.3065196Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_float64 (__main__.TestForeachCPU) ... ok (0.213s) 2022-09-27T16:38:50.3792384Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_int16 (__main__.TestForeachCPU) ... ok (0.073s) 2022-09-27T16:38:50.4522389Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_int32 (__main__.TestForeachCPU) ... ok (0.073s) 2022-09-27T16:38:50.5112258Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_int64 (__main__.TestForeachCPU) ... ok (0.059s) 2022-09-27T16:38:50.5846910Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_int8 (__main__.TestForeachCPU) ... ok (0.073s) 2022-09-27T16:38:50.6594776Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.075s) 2022-09-27T16:38:50.7831570Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.124s) 2022-09-27T16:38:50.9582122Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_bool (__main__.TestForeachCPU) ... ok (0.175s) 2022-09-27T16:38:51.1374084Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.179s) 2022-09-27T16:38:51.3199649Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.182s) 2022-09-27T16:38:51.4500952Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_float16 (__main__.TestForeachCPU) ... ok (0.130s) 2022-09-27T16:38:51.5871630Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... ok (0.137s) 2022-09-27T16:38:51.7040670Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_float64 (__main__.TestForeachCPU) ... ok (0.117s) 2022-09-27T16:38:51.8674057Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_int16 (__main__.TestForeachCPU) ... ok (0.163s) 2022-09-27T16:38:52.0325874Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_int32 (__main__.TestForeachCPU) ... ok (0.165s) 2022-09-27T16:38:52.2001959Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_int64 (__main__.TestForeachCPU) ... ok (0.168s) 2022-09-27T16:38:52.3675838Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_int8 (__main__.TestForeachCPU) ... ok (0.167s) 2022-09-27T16:38:52.5343019Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.167s) 2022-09-27T16:38:52.6714560Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.137s) 2022-09-27T16:38:52.7121129Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_bool (__main__.TestForeachCPU) ... ok (0.041s) 2022-09-27T16:38:52.8901245Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.178s) 2022-09-27T16:38:53.0713320Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.181s) 2022-09-27T16:38:53.2091960Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_float16 (__main__.TestForeachCPU) ... ok (0.138s) 2022-09-27T16:38:53.3339502Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... ok (0.125s) 2022-09-27T16:38:53.4512087Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_float64 (__main__.TestForeachCPU) ... ok (0.117s) 2022-09-27T16:38:53.4933613Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_int16 (__main__.TestForeachCPU) ... ok (0.042s) 2022-09-27T16:38:53.5360134Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_int32 (__main__.TestForeachCPU) ... ok (0.043s) 2022-09-27T16:38:53.5699113Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_int64 (__main__.TestForeachCPU) ... ok (0.034s) 2022-09-27T16:38:53.6115764Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_int8 (__main__.TestForeachCPU) ... ok (0.042s) 2022-09-27T16:38:53.6531731Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.041s) 2022-09-27T16:38:53.8816723Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.228s) 2022-09-27T16:38:54.2409737Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_bool (__main__.TestForeachCPU) ... ok (0.359s) 2022-09-27T16:38:54.5220216Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.281s) 2022-09-27T16:38:54.8263263Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.304s) 2022-09-27T16:38:55.0407885Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_float16 (__main__.TestForeachCPU) ... ok (0.214s) 2022-09-27T16:38:55.2703980Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... ok (0.229s) 2022-09-27T16:38:55.4718977Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_float64 (__main__.TestForeachCPU) ... ok (0.201s) 2022-09-27T16:38:55.5463583Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_int16 (__main__.TestForeachCPU) ... ok (0.074s) 2022-09-27T16:38:55.6202719Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_int32 (__main__.TestForeachCPU) ... ok (0.074s) 2022-09-27T16:38:55.6819125Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_int64 (__main__.TestForeachCPU) ... ok (0.062s) 2022-09-27T16:38:55.7566072Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_int8 (__main__.TestForeachCPU) ... ok (0.075s) 2022-09-27T16:38:55.8332818Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.077s) 2022-09-27T16:38:56.1102342Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.277s) 2022-09-27T16:38:56.3042427Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_bool (__main__.TestForeachCPU) ... ok (0.194s) 2022-09-27T16:38:56.6699238Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.366s) 2022-09-27T16:38:57.0140249Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.344s) 2022-09-27T16:38:57.2859000Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_float16 (__main__.TestForeachCPU) ... ok (0.272s) 2022-09-27T16:38:57.5466172Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... ok (0.261s) 2022-09-27T16:38:57.7884092Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_float64 (__main__.TestForeachCPU) ... ok (0.242s) 2022-09-27T16:38:57.9142345Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_int16 (__main__.TestForeachCPU) ... ok (0.126s) 2022-09-27T16:38:58.0435583Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_int32 (__main__.TestForeachCPU) ... ok (0.129s) 2022-09-27T16:38:58.1504691Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_int64 (__main__.TestForeachCPU) ... ok (0.107s) 2022-09-27T16:38:58.2753762Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_int8 (__main__.TestForeachCPU) ... ok (0.125s) 2022-09-27T16:38:58.3963516Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.121s) 2022-09-27T16:38:58.5695264Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.173s) 2022-09-27T16:38:58.7763656Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_bool (__main__.TestForeachCPU) ... ok (0.207s) 2022-09-27T16:38:59.0137093Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.237s) 2022-09-27T16:38:59.2408157Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.227s) 2022-09-27T16:38:59.4287521Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_float16 (__main__.TestForeachCPU) ... ok (0.188s) 2022-09-27T16:38:59.6034082Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... ok (0.174s) 2022-09-27T16:38:59.7722581Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_float64 (__main__.TestForeachCPU) ... ok (0.169s) 2022-09-27T16:38:59.9809105Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_int16 (__main__.TestForeachCPU) ... ok (0.209s) 2022-09-27T16:39:00.1897102Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_int32 (__main__.TestForeachCPU) ... ok (0.209s) 2022-09-27T16:39:00.4127243Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_int64 (__main__.TestForeachCPU) ... ok (0.223s) 2022-09-27T16:39:00.6226268Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_int8 (__main__.TestForeachCPU) ... ok (0.210s) 2022-09-27T16:39:00.8334275Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.211s) 2022-09-27T16:39:01.0025876Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.169s) 2022-09-27T16:39:01.0881842Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_bool (__main__.TestForeachCPU) ... ok (0.086s) 2022-09-27T16:39:01.3319528Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.244s) 2022-09-27T16:39:01.6109836Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.279s) 2022-09-27T16:39:01.8299188Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_float16 (__main__.TestForeachCPU) ... ok (0.219s) 2022-09-27T16:39:02.0487050Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... ok (0.219s) 2022-09-27T16:39:02.2731458Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_float64 (__main__.TestForeachCPU) ... ok (0.224s) 2022-09-27T16:39:02.3810140Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_int16 (__main__.TestForeachCPU) ... ok (0.108s) 2022-09-27T16:39:02.4887213Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_int32 (__main__.TestForeachCPU) ... ok (0.108s) 2022-09-27T16:39:02.6062896Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_int64 (__main__.TestForeachCPU) ... ok (0.117s) 2022-09-27T16:39:02.7120131Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_int8 (__main__.TestForeachCPU) ... ok (0.106s) 2022-09-27T16:39:02.8161308Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.104s) 2022-09-27T16:39:03.1460963Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.330s) 2022-09-27T16:39:03.5621055Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_bool (__main__.TestForeachCPU) ... ok (0.416s) 2022-09-27T16:39:03.9655425Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.403s) 2022-09-27T16:39:04.3921847Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.427s) 2022-09-27T16:39:04.7102903Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_float16 (__main__.TestForeachCPU) ... ok (0.318s) 2022-09-27T16:39:05.0334752Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... ok (0.323s) 2022-09-27T16:39:05.3256584Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_float64 (__main__.TestForeachCPU) ... ok (0.292s) 2022-09-27T16:39:05.4735547Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_int16 (__main__.TestForeachCPU) ... ok (0.148s) 2022-09-27T16:39:05.6326111Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_int32 (__main__.TestForeachCPU) ... ok (0.159s) 2022-09-27T16:39:05.7585098Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_int64 (__main__.TestForeachCPU) ... ok (0.126s) 2022-09-27T16:39:05.9022447Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_int8 (__main__.TestForeachCPU) ... ok (0.144s) 2022-09-27T16:39:06.0453242Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.143s) 2022-09-27T16:39:06.0472915Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:39:06.0492145Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_bool (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:39:06.0510715Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:39:06.0530926Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:39:06.0551562Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_float16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:39:06.0571447Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:39:06.0591405Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:39:06.0611438Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_int16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:39:06.0631275Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_int32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:39:06.0651959Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_int64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:39:06.0671332Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_int8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:39:06.0691134Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_uint8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:39:06.0711044Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:39:06.0730516Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_bool (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:39:06.0750464Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:39:06.0770398Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:39:06.0790120Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_float16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:39:06.0809775Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:39:06.0830423Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:39:06.0850253Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_int16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:39:06.0869923Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_int32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:39:06.0889584Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_int64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:39:06.0909073Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_int8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:39:06.0928936Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_uint8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:39:06.0949205Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:39:06.0970181Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_bool (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:39:06.0990229Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:39:06.1010132Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:39:06.1030542Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_float16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:39:06.1050828Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:39:06.1071096Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:39:06.1091439Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_int16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:39:06.1111809Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_int32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:39:06.1132150Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_int64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:39:06.1151399Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_int8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:39:06.1170878Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_uint8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:39:06.1190261Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:39:06.1210383Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_bool (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:39:06.1230584Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:39:06.1250835Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:39:06.1270628Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_float16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:39:06.1290455Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:39:06.1310949Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:39:06.1331489Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_int16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:39:06.1469977Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_int32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.014s) 2022-09-27T16:39:06.1488466Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_int64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:39:06.1506685Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_int8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:39:06.1526590Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_uint8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:39:06.1545251Z test_foreach_l2_large_value_input__foreach_norm_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:39:06.1564124Z test_foreach_l2_large_value_input__foreach_norm_cpu_float16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:39:06.2330977Z test_minmax_fastpath__foreach_maximum_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.076s) 2022-09-27T16:39:06.2583660Z test_minmax_fastpath__foreach_maximum_cpu_bool (__main__.TestForeachCPU) ... ok (0.025s) 2022-09-27T16:39:06.3347703Z test_minmax_fastpath__foreach_maximum_cpu_float16 (__main__.TestForeachCPU) ... ok (0.076s) 2022-09-27T16:39:06.4103138Z test_minmax_fastpath__foreach_maximum_cpu_float32 (__main__.TestForeachCPU) ... ok (0.075s) 2022-09-27T16:39:06.4830639Z test_minmax_fastpath__foreach_maximum_cpu_float64 (__main__.TestForeachCPU) ... ok (0.073s) 2022-09-27T16:39:06.5079112Z test_minmax_fastpath__foreach_maximum_cpu_int16 (__main__.TestForeachCPU) ... ok (0.025s) 2022-09-27T16:39:06.5324037Z test_minmax_fastpath__foreach_maximum_cpu_int32 (__main__.TestForeachCPU) ... ok (0.024s) 2022-09-27T16:39:06.5519801Z test_minmax_fastpath__foreach_maximum_cpu_int64 (__main__.TestForeachCPU) ... ok (0.020s) 2022-09-27T16:39:06.5754614Z test_minmax_fastpath__foreach_maximum_cpu_int8 (__main__.TestForeachCPU) ... ok (0.023s) 2022-09-27T16:39:06.5990876Z test_minmax_fastpath__foreach_maximum_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.024s) 2022-09-27T16:39:06.6720158Z test_minmax_fastpath__foreach_minimum_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.073s) 2022-09-27T16:39:06.6959639Z test_minmax_fastpath__foreach_minimum_cpu_bool (__main__.TestForeachCPU) ... ok (0.024s) 2022-09-27T16:39:06.7718127Z test_minmax_fastpath__foreach_minimum_cpu_float16 (__main__.TestForeachCPU) ... ok (0.076s) 2022-09-27T16:39:06.8478586Z test_minmax_fastpath__foreach_minimum_cpu_float32 (__main__.TestForeachCPU) ... ok (0.076s) 2022-09-27T16:39:06.9340323Z test_minmax_fastpath__foreach_minimum_cpu_float64 (__main__.TestForeachCPU) ... ok (0.086s) 2022-09-27T16:39:06.9587162Z test_minmax_fastpath__foreach_minimum_cpu_int16 (__main__.TestForeachCPU) ... ok (0.025s) 2022-09-27T16:39:06.9828795Z test_minmax_fastpath__foreach_minimum_cpu_int32 (__main__.TestForeachCPU) ... ok (0.024s) 2022-09-27T16:39:07.0030800Z test_minmax_fastpath__foreach_minimum_cpu_int64 (__main__.TestForeachCPU) ... ok (0.020s) 2022-09-27T16:39:07.0291381Z test_minmax_fastpath__foreach_minimum_cpu_int8 (__main__.TestForeachCPU) ... ok (0.026s) 2022-09-27T16:39:07.0550810Z test_minmax_fastpath__foreach_minimum_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.026s) 2022-09-27T16:39:07.0620925Z test_minmax_float_inf_nan__foreach_maximum_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.007s) 2022-09-27T16:39:07.0690188Z test_minmax_float_inf_nan__foreach_maximum_cpu_float16 (__main__.TestForeachCPU) ... ok (0.007s) 2022-09-27T16:39:07.0758635Z test_minmax_float_inf_nan__foreach_maximum_cpu_float32 (__main__.TestForeachCPU) ... ok (0.007s) 2022-09-27T16:39:07.0823469Z test_minmax_float_inf_nan__foreach_maximum_cpu_float64 (__main__.TestForeachCPU) ... ok (0.006s) 2022-09-27T16:39:07.0893731Z test_minmax_float_inf_nan__foreach_minimum_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.007s) 2022-09-27T16:39:07.0965071Z test_minmax_float_inf_nan__foreach_minimum_cpu_float16 (__main__.TestForeachCPU) ... ok (0.007s) 2022-09-27T16:39:07.1035081Z test_minmax_float_inf_nan__foreach_minimum_cpu_float32 (__main__.TestForeachCPU) ... ok (0.007s) 2022-09-27T16:39:07.1099506Z test_minmax_float_inf_nan__foreach_minimum_cpu_float64 (__main__.TestForeachCPU) ... ok (0.006s) 2022-09-27T16:39:07.2145807Z test_minmax_slowpath__foreach_maximum_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.104s) 2022-09-27T16:39:07.2662046Z test_minmax_slowpath__foreach_maximum_cpu_bool (__main__.TestForeachCPU) ... ok (0.052s) 2022-09-27T16:39:07.3594312Z test_minmax_slowpath__foreach_maximum_cpu_float16 (__main__.TestForeachCPU) ... ok (0.093s) 2022-09-27T16:39:07.4510154Z test_minmax_slowpath__foreach_maximum_cpu_float32 (__main__.TestForeachCPU) ... ok (0.092s) 2022-09-27T16:39:07.5360923Z test_minmax_slowpath__foreach_maximum_cpu_float64 (__main__.TestForeachCPU) ... ok (0.085s) 2022-09-27T16:39:07.5817673Z test_minmax_slowpath__foreach_maximum_cpu_int16 (__main__.TestForeachCPU) ... ok (0.046s) 2022-09-27T16:39:07.6440195Z test_minmax_slowpath__foreach_maximum_cpu_int32 (__main__.TestForeachCPU) ... ok (0.062s) 2022-09-27T16:39:07.6853680Z test_minmax_slowpath__foreach_maximum_cpu_int64 (__main__.TestForeachCPU) ... ok (0.041s) 2022-09-27T16:39:07.7306595Z test_minmax_slowpath__foreach_maximum_cpu_int8 (__main__.TestForeachCPU) ... ok (0.045s) 2022-09-27T16:39:07.7768071Z test_minmax_slowpath__foreach_maximum_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.046s) 2022-09-27T16:39:07.8680950Z test_minmax_slowpath__foreach_minimum_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.091s) 2022-09-27T16:39:07.9135110Z test_minmax_slowpath__foreach_minimum_cpu_bool (__main__.TestForeachCPU) ... ok (0.045s) 2022-09-27T16:39:08.0065668Z test_minmax_slowpath__foreach_minimum_cpu_float16 (__main__.TestForeachCPU) ... ok (0.093s) 2022-09-27T16:39:08.0973111Z test_minmax_slowpath__foreach_minimum_cpu_float32 (__main__.TestForeachCPU) ... ok (0.091s) 2022-09-27T16:39:08.1833549Z test_minmax_slowpath__foreach_minimum_cpu_float64 (__main__.TestForeachCPU) ... ok (0.086s) 2022-09-27T16:39:08.2299940Z test_minmax_slowpath__foreach_minimum_cpu_int16 (__main__.TestForeachCPU) ... ok (0.047s) 2022-09-27T16:39:08.2771182Z test_minmax_slowpath__foreach_minimum_cpu_int32 (__main__.TestForeachCPU) ... ok (0.047s) 2022-09-27T16:39:08.3198873Z test_minmax_slowpath__foreach_minimum_cpu_int64 (__main__.TestForeachCPU) ... ok (0.043s) 2022-09-27T16:39:08.3662668Z test_minmax_slowpath__foreach_minimum_cpu_int8 (__main__.TestForeachCPU) ... ok (0.046s) 2022-09-27T16:39:08.4222022Z test_minmax_slowpath__foreach_minimum_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.056s) 2022-09-27T16:39:13.4226519Z test_pointwise_op_fastpath__foreach_addcdiv_cpu_complex128 (__main__.TestForeachCPU) ... ok (5.000s) 2022-09-27T16:39:18.3654191Z test_pointwise_op_fastpath__foreach_addcdiv_cpu_complex64 (__main__.TestForeachCPU) ... ok (4.943s) 2022-09-27T16:39:22.0254897Z test_pointwise_op_fastpath__foreach_addcdiv_cpu_float32 (__main__.TestForeachCPU) ... ok (3.660s) 2022-09-27T16:39:25.6683734Z test_pointwise_op_fastpath__foreach_addcdiv_cpu_float64 (__main__.TestForeachCPU) ... ok (3.643s) 2022-09-27T16:39:29.8440269Z test_pointwise_op_fastpath__foreach_addcdiv_cpu_int16 (__main__.TestForeachCPU) ... ok (4.176s) 2022-09-27T16:39:34.0492809Z test_pointwise_op_fastpath__foreach_addcdiv_cpu_int32 (__main__.TestForeachCPU) ... ok (4.205s) 2022-09-27T16:39:38.2145176Z test_pointwise_op_fastpath__foreach_addcdiv_cpu_int64 (__main__.TestForeachCPU) ... ok (4.165s) 2022-09-27T16:39:42.4303366Z test_pointwise_op_fastpath__foreach_addcdiv_cpu_int8 (__main__.TestForeachCPU) ... ok (4.216s) 2022-09-27T16:39:46.6643817Z test_pointwise_op_fastpath__foreach_addcdiv_cpu_uint8 (__main__.TestForeachCPU) ... ok (4.234s) 2022-09-27T16:39:51.5168849Z test_pointwise_op_fastpath__foreach_addcmul_cpu_complex128 (__main__.TestForeachCPU) ... ok (4.852s) 2022-09-27T16:39:56.3216992Z test_pointwise_op_fastpath__foreach_addcmul_cpu_complex64 (__main__.TestForeachCPU) ... ok (4.805s) 2022-09-27T16:39:59.8821652Z test_pointwise_op_fastpath__foreach_addcmul_cpu_float32 (__main__.TestForeachCPU) ... ok (3.560s) 2022-09-27T16:40:03.4744046Z test_pointwise_op_fastpath__foreach_addcmul_cpu_float64 (__main__.TestForeachCPU) ... ok (3.592s) 2022-09-27T16:40:06.0805915Z test_pointwise_op_fastpath__foreach_addcmul_cpu_int16 (__main__.TestForeachCPU) ... ok (2.606s) 2022-09-27T16:40:08.6629108Z test_pointwise_op_fastpath__foreach_addcmul_cpu_int32 (__main__.TestForeachCPU) ... ok (2.582s) 2022-09-27T16:40:11.1647028Z test_pointwise_op_fastpath__foreach_addcmul_cpu_int64 (__main__.TestForeachCPU) ... ok (2.502s) 2022-09-27T16:40:13.7268909Z test_pointwise_op_fastpath__foreach_addcmul_cpu_int8 (__main__.TestForeachCPU) ... ok (2.562s) 2022-09-27T16:40:16.3108127Z test_pointwise_op_fastpath__foreach_addcmul_cpu_uint8 (__main__.TestForeachCPU) ... ok (2.584s) 2022-09-27T16:40:22.1430586Z test_pointwise_op_slowpath__foreach_addcdiv_cpu_complex128 (__main__.TestForeachCPU) ... ok (5.832s) 2022-09-27T16:40:27.9177651Z test_pointwise_op_slowpath__foreach_addcdiv_cpu_complex64 (__main__.TestForeachCPU) ... ok (5.775s) 2022-09-27T16:40:32.3969789Z test_pointwise_op_slowpath__foreach_addcdiv_cpu_float32 (__main__.TestForeachCPU) ... ok (4.479s) 2022-09-27T16:40:36.9077915Z test_pointwise_op_slowpath__foreach_addcdiv_cpu_float64 (__main__.TestForeachCPU) ... ok (4.511s) 2022-09-27T16:40:41.9116964Z test_pointwise_op_slowpath__foreach_addcdiv_cpu_int16 (__main__.TestForeachCPU) ... ok (5.004s) 2022-09-27T16:40:46.8962159Z test_pointwise_op_slowpath__foreach_addcdiv_cpu_int32 (__main__.TestForeachCPU) ... ok (4.984s) 2022-09-27T16:40:51.9134381Z test_pointwise_op_slowpath__foreach_addcdiv_cpu_int64 (__main__.TestForeachCPU) ... ok (5.017s) 2022-09-27T16:40:57.1148351Z test_pointwise_op_slowpath__foreach_addcdiv_cpu_int8 (__main__.TestForeachCPU) ... ok (5.201s) 2022-09-27T16:41:02.2621398Z test_pointwise_op_slowpath__foreach_addcdiv_cpu_uint8 (__main__.TestForeachCPU) ... ok (5.147s) 2022-09-27T16:41:08.5915523Z test_pointwise_op_slowpath__foreach_addcmul_cpu_complex128 (__main__.TestForeachCPU) ... ok (6.329s) 2022-09-27T16:41:14.3690234Z test_pointwise_op_slowpath__foreach_addcmul_cpu_complex64 (__main__.TestForeachCPU) ... ok (5.777s) 2022-09-27T16:41:18.7607378Z test_pointwise_op_slowpath__foreach_addcmul_cpu_float32 (__main__.TestForeachCPU) ... ok (4.392s) 2022-09-27T16:41:23.1380476Z test_pointwise_op_slowpath__foreach_addcmul_cpu_float64 (__main__.TestForeachCPU) ... ok (4.377s) 2022-09-27T16:41:26.5192265Z test_pointwise_op_slowpath__foreach_addcmul_cpu_int16 (__main__.TestForeachCPU) ... ok (3.381s) 2022-09-27T16:41:29.9321455Z test_pointwise_op_slowpath__foreach_addcmul_cpu_int32 (__main__.TestForeachCPU) ... ok (3.413s) 2022-09-27T16:41:33.2795913Z test_pointwise_op_slowpath__foreach_addcmul_cpu_int64 (__main__.TestForeachCPU) ... ok (3.347s) 2022-09-27T16:41:36.6676226Z test_pointwise_op_slowpath__foreach_addcmul_cpu_int8 (__main__.TestForeachCPU) ... ok (3.388s) 2022-09-27T16:41:40.1501840Z test_pointwise_op_slowpath__foreach_addcmul_cpu_uint8 (__main__.TestForeachCPU) ... ok (3.482s) 2022-09-27T16:41:40.1516515Z test_pointwise_op_tensors_on_different_devices__foreach_addcdiv_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:41:40.1530659Z test_pointwise_op_tensors_on_different_devices__foreach_addcdiv_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:41:40.1544008Z test_pointwise_op_tensors_on_different_devices__foreach_addcmul_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:41:40.1558404Z test_pointwise_op_tensors_on_different_devices__foreach_addcmul_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:41:40.2924290Z test_reduce_fastpath__foreach_norm_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.136s) 2022-09-27T16:41:40.4692119Z test_reduce_fastpath__foreach_norm_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.177s) 2022-09-27T16:41:40.6507888Z test_reduce_fastpath__foreach_norm_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.182s) 2022-09-27T16:41:40.7925670Z test_reduce_fastpath__foreach_norm_cpu_float16 (__main__.TestForeachCPU) ... ok (0.142s) 2022-09-27T16:41:40.9299913Z test_reduce_fastpath__foreach_norm_cpu_float32 (__main__.TestForeachCPU) ... ok (0.137s) 2022-09-27T16:41:41.0787725Z test_reduce_fastpath__foreach_norm_cpu_float64 (__main__.TestForeachCPU) ... ok (0.149s) 2022-09-27T16:41:41.2822946Z test_reduce_slowpath__foreach_norm_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.203s) 2022-09-27T16:41:41.5359249Z test_reduce_slowpath__foreach_norm_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.254s) 2022-09-27T16:41:41.8135478Z test_reduce_slowpath__foreach_norm_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.278s) 2022-09-27T16:41:42.0215564Z test_reduce_slowpath__foreach_norm_cpu_float16 (__main__.TestForeachCPU) ... ok (0.208s) 2022-09-27T16:41:42.2599087Z test_reduce_slowpath__foreach_norm_cpu_float32 (__main__.TestForeachCPU) ... ok (0.238s) 2022-09-27T16:41:42.4592727Z test_reduce_slowpath__foreach_norm_cpu_float64 (__main__.TestForeachCPU) ... ok (0.199s) 2022-09-27T16:41:42.5144817Z test_unary_fastpath__foreach_abs_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.055s) 2022-09-27T16:41:42.6050195Z test_unary_fastpath__foreach_abs_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.090s) 2022-09-27T16:41:42.6960318Z test_unary_fastpath__foreach_abs_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.091s) 2022-09-27T16:41:42.7686890Z test_unary_fastpath__foreach_abs_cpu_float16 (__main__.TestForeachCPU) ... ok (0.073s) 2022-09-27T16:41:42.8231175Z test_unary_fastpath__foreach_abs_cpu_float32 (__main__.TestForeachCPU) ... ok (0.054s) 2022-09-27T16:41:42.8737872Z test_unary_fastpath__foreach_abs_cpu_float64 (__main__.TestForeachCPU) ... ok (0.051s) 2022-09-27T16:41:42.8939424Z test_unary_fastpath__foreach_abs_cpu_int16 (__main__.TestForeachCPU) ... ok (0.020s) 2022-09-27T16:41:42.9141776Z test_unary_fastpath__foreach_abs_cpu_int32 (__main__.TestForeachCPU) ... ok (0.020s) 2022-09-27T16:41:42.9302387Z test_unary_fastpath__foreach_abs_cpu_int64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:41:42.9501204Z test_unary_fastpath__foreach_abs_cpu_int8 (__main__.TestForeachCPU) ... ok (0.020s) 2022-09-27T16:41:42.9697316Z test_unary_fastpath__foreach_abs_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.019s) 2022-09-27T16:41:43.0485204Z test_unary_fastpath__foreach_acos_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.079s) 2022-09-27T16:41:43.1296700Z test_unary_fastpath__foreach_acos_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.081s) 2022-09-27T16:41:43.2224114Z test_unary_fastpath__foreach_acos_cpu_float32 (__main__.TestForeachCPU) ... ok (0.093s) 2022-09-27T16:41:43.2865096Z test_unary_fastpath__foreach_acos_cpu_float64 (__main__.TestForeachCPU) ... ok (0.064s) 2022-09-27T16:41:43.3795096Z test_unary_fastpath__foreach_asin_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.093s) 2022-09-27T16:41:43.4844830Z test_unary_fastpath__foreach_asin_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.105s) 2022-09-27T16:41:43.5519018Z test_unary_fastpath__foreach_asin_cpu_float32 (__main__.TestForeachCPU) ... ok (0.067s) 2022-09-27T16:41:43.6146721Z test_unary_fastpath__foreach_asin_cpu_float64 (__main__.TestForeachCPU) ... ok (0.063s) 2022-09-27T16:41:43.7081092Z test_unary_fastpath__foreach_atan_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.093s) 2022-09-27T16:41:43.8016386Z test_unary_fastpath__foreach_atan_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.093s) 2022-09-27T16:41:43.8698966Z test_unary_fastpath__foreach_atan_cpu_float32 (__main__.TestForeachCPU) ... ok (0.068s) 2022-09-27T16:41:43.9331252Z test_unary_fastpath__foreach_atan_cpu_float64 (__main__.TestForeachCPU) ... ok (0.063s) 2022-09-27T16:41:43.9999320Z test_unary_fastpath__foreach_ceil_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.067s) 2022-09-27T16:41:44.0694379Z test_unary_fastpath__foreach_ceil_cpu_float32 (__main__.TestForeachCPU) ... ok (0.069s) 2022-09-27T16:41:44.1445954Z test_unary_fastpath__foreach_ceil_cpu_float64 (__main__.TestForeachCPU) ... ok (0.075s) 2022-09-27T16:41:44.1688665Z test_unary_fastpath__foreach_ceil_cpu_int16 (__main__.TestForeachCPU) ... ok (0.024s) 2022-09-27T16:41:44.1927647Z test_unary_fastpath__foreach_ceil_cpu_int32 (__main__.TestForeachCPU) ... ok (0.024s) 2022-09-27T16:41:44.2112608Z test_unary_fastpath__foreach_ceil_cpu_int64 (__main__.TestForeachCPU) ... ok (0.018s) 2022-09-27T16:41:44.2345108Z test_unary_fastpath__foreach_ceil_cpu_int8 (__main__.TestForeachCPU) ... ok (0.023s) 2022-09-27T16:41:44.2578124Z test_unary_fastpath__foreach_ceil_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.023s) 2022-09-27T16:41:44.3486456Z test_unary_fastpath__foreach_cos_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.091s) 2022-09-27T16:41:44.4422475Z test_unary_fastpath__foreach_cos_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.093s) 2022-09-27T16:41:44.5090474Z test_unary_fastpath__foreach_cos_cpu_float32 (__main__.TestForeachCPU) ... ok (0.067s) 2022-09-27T16:41:44.5734409Z test_unary_fastpath__foreach_cos_cpu_float64 (__main__.TestForeachCPU) ... ok (0.064s) 2022-09-27T16:41:44.6648605Z test_unary_fastpath__foreach_cosh_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.091s) 2022-09-27T16:41:44.7576937Z test_unary_fastpath__foreach_cosh_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.093s) 2022-09-27T16:41:44.8409041Z test_unary_fastpath__foreach_cosh_cpu_float32 (__main__.TestForeachCPU) ... ok (0.083s) 2022-09-27T16:41:44.9031108Z test_unary_fastpath__foreach_cosh_cpu_float64 (__main__.TestForeachCPU) ... ok (0.062s) 2022-09-27T16:41:44.9691912Z test_unary_fastpath__foreach_erf_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.066s) 2022-09-27T16:41:45.0388879Z test_unary_fastpath__foreach_erf_cpu_float32 (__main__.TestForeachCPU) ... ok (0.070s) 2022-09-27T16:41:45.1036753Z test_unary_fastpath__foreach_erf_cpu_float64 (__main__.TestForeachCPU) ... ok (0.065s) 2022-09-27T16:41:45.1729804Z test_unary_fastpath__foreach_erfc_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.069s) 2022-09-27T16:41:45.2403913Z test_unary_fastpath__foreach_erfc_cpu_float32 (__main__.TestForeachCPU) ... ok (0.067s) 2022-09-27T16:41:45.3033533Z test_unary_fastpath__foreach_erfc_cpu_float64 (__main__.TestForeachCPU) ... ok (0.063s) 2022-09-27T16:41:45.3912562Z test_unary_fastpath__foreach_exp_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.088s) 2022-09-27T16:41:45.4820101Z test_unary_fastpath__foreach_exp_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.091s) 2022-09-27T16:41:45.5695108Z test_unary_fastpath__foreach_exp_cpu_float32 (__main__.TestForeachCPU) ... ok (0.087s) 2022-09-27T16:41:45.6314096Z test_unary_fastpath__foreach_exp_cpu_float64 (__main__.TestForeachCPU) ... ok (0.062s) 2022-09-27T16:41:45.6966802Z test_unary_fastpath__foreach_expm1_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.065s) 2022-09-27T16:41:45.7634644Z test_unary_fastpath__foreach_expm1_cpu_float32 (__main__.TestForeachCPU) ... ok (0.067s) 2022-09-27T16:41:45.8268892Z test_unary_fastpath__foreach_expm1_cpu_float64 (__main__.TestForeachCPU) ... ok (0.063s) 2022-09-27T16:41:45.8932728Z test_unary_fastpath__foreach_floor_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.066s) 2022-09-27T16:41:45.9585445Z test_unary_fastpath__foreach_floor_cpu_float32 (__main__.TestForeachCPU) ... ok (0.065s) 2022-09-27T16:41:46.0200136Z test_unary_fastpath__foreach_floor_cpu_float64 (__main__.TestForeachCPU) ... ok (0.061s) 2022-09-27T16:41:46.0438506Z test_unary_fastpath__foreach_floor_cpu_int16 (__main__.TestForeachCPU) ... ok (0.024s) 2022-09-27T16:41:46.0679175Z test_unary_fastpath__foreach_floor_cpu_int32 (__main__.TestForeachCPU) ... ok (0.024s) 2022-09-27T16:41:46.0874933Z test_unary_fastpath__foreach_floor_cpu_int64 (__main__.TestForeachCPU) ... ok (0.019s) 2022-09-27T16:41:46.1116878Z test_unary_fastpath__foreach_floor_cpu_int8 (__main__.TestForeachCPU) ... ok (0.024s) 2022-09-27T16:41:46.1355959Z test_unary_fastpath__foreach_floor_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.024s) 2022-09-27T16:41:46.2028620Z test_unary_fastpath__foreach_frac_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.067s) 2022-09-27T16:41:46.2874306Z test_unary_fastpath__foreach_frac_cpu_float32 (__main__.TestForeachCPU) ... ok (0.084s) 2022-09-27T16:41:46.3510113Z test_unary_fastpath__foreach_frac_cpu_float64 (__main__.TestForeachCPU) ... ok (0.063s) 2022-09-27T16:41:46.4415876Z test_unary_fastpath__foreach_log10_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.090s) 2022-09-27T16:41:46.5330149Z test_unary_fastpath__foreach_log10_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.091s) 2022-09-27T16:41:46.6006322Z test_unary_fastpath__foreach_log10_cpu_float32 (__main__.TestForeachCPU) ... ok (0.067s) 2022-09-27T16:41:46.6638477Z test_unary_fastpath__foreach_log10_cpu_float64 (__main__.TestForeachCPU) ... ok (0.063s) 2022-09-27T16:41:46.7300537Z test_unary_fastpath__foreach_log1p_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.066s) 2022-09-27T16:41:46.7989534Z test_unary_fastpath__foreach_log1p_cpu_float32 (__main__.TestForeachCPU) ... ok (0.069s) 2022-09-27T16:41:46.8641040Z test_unary_fastpath__foreach_log1p_cpu_float64 (__main__.TestForeachCPU) ... ok (0.065s) 2022-09-27T16:41:46.9536385Z test_unary_fastpath__foreach_log2_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.089s) 2022-09-27T16:41:47.0727138Z test_unary_fastpath__foreach_log2_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.119s) 2022-09-27T16:41:47.1415972Z test_unary_fastpath__foreach_log2_cpu_float32 (__main__.TestForeachCPU) ... ok (0.069s) 2022-09-27T16:41:47.2062239Z test_unary_fastpath__foreach_log2_cpu_float64 (__main__.TestForeachCPU) ... ok (0.064s) 2022-09-27T16:41:47.2977169Z test_unary_fastpath__foreach_log_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.091s) 2022-09-27T16:41:47.3896566Z test_unary_fastpath__foreach_log_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.092s) 2022-09-27T16:41:47.4594301Z test_unary_fastpath__foreach_log_cpu_float32 (__main__.TestForeachCPU) ... ok (0.070s) 2022-09-27T16:41:47.5254984Z test_unary_fastpath__foreach_log_cpu_float64 (__main__.TestForeachCPU) ... ok (0.066s) 2022-09-27T16:41:47.6243210Z test_unary_fastpath__foreach_neg_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.099s) 2022-09-27T16:41:47.7288555Z test_unary_fastpath__foreach_neg_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.104s) 2022-09-27T16:41:47.7938868Z test_unary_fastpath__foreach_neg_cpu_float32 (__main__.TestForeachCPU) ... ok (0.065s) 2022-09-27T16:41:47.8582724Z test_unary_fastpath__foreach_neg_cpu_float64 (__main__.TestForeachCPU) ... ok (0.064s) 2022-09-27T16:41:47.8819217Z test_unary_fastpath__foreach_neg_cpu_int16 (__main__.TestForeachCPU) ... ok (0.024s) 2022-09-27T16:41:47.9055739Z test_unary_fastpath__foreach_neg_cpu_int32 (__main__.TestForeachCPU) ... ok (0.024s) 2022-09-27T16:41:47.9244295Z test_unary_fastpath__foreach_neg_cpu_int64 (__main__.TestForeachCPU) ... ok (0.019s) 2022-09-27T16:41:47.9482005Z test_unary_fastpath__foreach_neg_cpu_int8 (__main__.TestForeachCPU) ... ok (0.024s) 2022-09-27T16:41:47.9716619Z test_unary_fastpath__foreach_neg_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.023s) 2022-09-27T16:41:48.0394225Z test_unary_fastpath__foreach_reciprocal_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.068s) 2022-09-27T16:41:48.1056502Z test_unary_fastpath__foreach_reciprocal_cpu_float32 (__main__.TestForeachCPU) ... ok (0.066s) 2022-09-27T16:41:48.1688225Z test_unary_fastpath__foreach_reciprocal_cpu_float64 (__main__.TestForeachCPU) ... ok (0.063s) 2022-09-27T16:41:48.2366023Z test_unary_fastpath__foreach_round_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.068s) 2022-09-27T16:41:48.3034333Z test_unary_fastpath__foreach_round_cpu_float32 (__main__.TestForeachCPU) ... ok (0.067s) 2022-09-27T16:41:48.3640814Z test_unary_fastpath__foreach_round_cpu_float64 (__main__.TestForeachCPU) ... ok (0.060s) 2022-09-27T16:41:48.3867021Z test_unary_fastpath__foreach_round_cpu_int16 (__main__.TestForeachCPU) ... ok (0.023s) 2022-09-27T16:41:48.4270439Z test_unary_fastpath__foreach_round_cpu_int32 (__main__.TestForeachCPU) ... ok (0.040s) 2022-09-27T16:41:48.4469024Z test_unary_fastpath__foreach_round_cpu_int64 (__main__.TestForeachCPU) ... ok (0.020s) 2022-09-27T16:41:48.4705136Z test_unary_fastpath__foreach_round_cpu_int8 (__main__.TestForeachCPU) ... ok (0.023s) 2022-09-27T16:41:48.4931015Z test_unary_fastpath__foreach_round_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.023s) 2022-09-27T16:41:48.5573004Z test_unary_fastpath__foreach_sigmoid_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.064s) 2022-09-27T16:41:48.6230338Z test_unary_fastpath__foreach_sigmoid_cpu_float32 (__main__.TestForeachCPU) ... ok (0.066s) 2022-09-27T16:41:48.6849262Z test_unary_fastpath__foreach_sigmoid_cpu_float64 (__main__.TestForeachCPU) ... ok (0.062s) 2022-09-27T16:41:48.7735343Z test_unary_fastpath__foreach_sin_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.088s) 2022-09-27T16:41:48.8634923Z test_unary_fastpath__foreach_sin_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.090s) 2022-09-27T16:41:48.9300905Z test_unary_fastpath__foreach_sin_cpu_float32 (__main__.TestForeachCPU) ... ok (0.066s) 2022-09-27T16:41:48.9939738Z test_unary_fastpath__foreach_sin_cpu_float64 (__main__.TestForeachCPU) ... ok (0.064s) 2022-09-27T16:41:49.0848367Z test_unary_fastpath__foreach_sinh_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.091s) 2022-09-27T16:41:49.1907294Z test_unary_fastpath__foreach_sinh_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.106s) 2022-09-27T16:41:49.2574957Z test_unary_fastpath__foreach_sinh_cpu_float32 (__main__.TestForeachCPU) ... ok (0.067s) 2022-09-27T16:41:49.3188089Z test_unary_fastpath__foreach_sinh_cpu_float64 (__main__.TestForeachCPU) ... ok (0.061s) 2022-09-27T16:41:49.3833610Z test_unary_fastpath__foreach_sqrt_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.064s) 2022-09-27T16:41:49.4701616Z test_unary_fastpath__foreach_sqrt_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.087s) 2022-09-27T16:41:49.5583579Z test_unary_fastpath__foreach_sqrt_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.088s) 2022-09-27T16:41:49.6264648Z test_unary_fastpath__foreach_sqrt_cpu_float32 (__main__.TestForeachCPU) ... ok (0.068s) 2022-09-27T16:41:49.6902666Z test_unary_fastpath__foreach_sqrt_cpu_float64 (__main__.TestForeachCPU) ... ok (0.064s) 2022-09-27T16:41:49.8207286Z test_unary_fastpath__foreach_tan_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.130s) 2022-09-27T16:41:49.9127291Z test_unary_fastpath__foreach_tan_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.092s) 2022-09-27T16:41:49.9786903Z test_unary_fastpath__foreach_tan_cpu_float32 (__main__.TestForeachCPU) ... ok (0.066s) 2022-09-27T16:41:50.0403142Z test_unary_fastpath__foreach_tan_cpu_float64 (__main__.TestForeachCPU) ... ok (0.062s) 2022-09-27T16:41:50.1297893Z test_unary_fastpath__foreach_tanh_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.089s) 2022-09-27T16:41:50.2217870Z test_unary_fastpath__foreach_tanh_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.092s) 2022-09-27T16:41:50.2875261Z test_unary_fastpath__foreach_tanh_cpu_float32 (__main__.TestForeachCPU) ... ok (0.066s) 2022-09-27T16:41:50.3498582Z test_unary_fastpath__foreach_tanh_cpu_float64 (__main__.TestForeachCPU) ... ok (0.062s) 2022-09-27T16:41:50.4157777Z test_unary_fastpath__foreach_trunc_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.066s) 2022-09-27T16:41:50.4825612Z test_unary_fastpath__foreach_trunc_cpu_float32 (__main__.TestForeachCPU) ... ok (0.067s) 2022-09-27T16:41:50.5567599Z test_unary_fastpath__foreach_trunc_cpu_float64 (__main__.TestForeachCPU) ... ok (0.074s) 2022-09-27T16:41:50.5804050Z test_unary_fastpath__foreach_trunc_cpu_int16 (__main__.TestForeachCPU) ... ok (0.024s) 2022-09-27T16:41:50.6038042Z test_unary_fastpath__foreach_trunc_cpu_int32 (__main__.TestForeachCPU) ... ok (0.023s) 2022-09-27T16:41:50.6223495Z test_unary_fastpath__foreach_trunc_cpu_int64 (__main__.TestForeachCPU) ... ok (0.018s) 2022-09-27T16:41:50.6452380Z test_unary_fastpath__foreach_trunc_cpu_int8 (__main__.TestForeachCPU) ... ok (0.023s) 2022-09-27T16:41:50.6680514Z test_unary_fastpath__foreach_trunc_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.023s) 2022-09-27T16:41:50.6698158Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:41:50.6714959Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:41:50.6731430Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:41:50.6747829Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_float16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:41:50.6764527Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:41:50.6781539Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:41:50.6798768Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_int16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:41:50.6815713Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_int32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:41:50.6833198Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_int64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:41:50.6850291Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_int8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:41:50.6867424Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_uint8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:41:50.6884892Z test_unary_op_tensors_on_different_devices__foreach_acos_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:41:50.6902305Z test_unary_op_tensors_on_different_devices__foreach_acos_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:41:50.6920301Z test_unary_op_tensors_on_different_devices__foreach_acos_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:41:50.6937614Z test_unary_op_tensors_on_different_devices__foreach_acos_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:41:50.6954534Z test_unary_op_tensors_on_different_devices__foreach_asin_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:41:50.6972070Z test_unary_op_tensors_on_different_devices__foreach_asin_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:41:50.6988266Z test_unary_op_tensors_on_different_devices__foreach_asin_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:41:50.7005657Z test_unary_op_tensors_on_different_devices__foreach_asin_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:41:50.7023189Z test_unary_op_tensors_on_different_devices__foreach_atan_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:41:50.7040817Z test_unary_op_tensors_on_different_devices__foreach_atan_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:41:50.7058314Z test_unary_op_tensors_on_different_devices__foreach_atan_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:41:50.7076060Z test_unary_op_tensors_on_different_devices__foreach_atan_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:41:50.7093238Z test_unary_op_tensors_on_different_devices__foreach_ceil_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:41:50.7110913Z test_unary_op_tensors_on_different_devices__foreach_ceil_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:41:50.7128021Z test_unary_op_tensors_on_different_devices__foreach_ceil_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:41:50.7145156Z test_unary_op_tensors_on_different_devices__foreach_ceil_cpu_int16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:41:50.7162844Z test_unary_op_tensors_on_different_devices__foreach_ceil_cpu_int32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:41:50.7180527Z test_unary_op_tensors_on_different_devices__foreach_ceil_cpu_int64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:41:50.7197949Z test_unary_op_tensors_on_different_devices__foreach_ceil_cpu_int8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:41:50.7215116Z test_unary_op_tensors_on_different_devices__foreach_ceil_cpu_uint8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:41:50.7232536Z test_unary_op_tensors_on_different_devices__foreach_cos_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:41:50.7250200Z test_unary_op_tensors_on_different_devices__foreach_cos_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:41:50.7267711Z test_unary_op_tensors_on_different_devices__foreach_cos_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:41:50.7285778Z test_unary_op_tensors_on_different_devices__foreach_cos_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:41:50.7303373Z test_unary_op_tensors_on_different_devices__foreach_cosh_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:41:50.7321179Z test_unary_op_tensors_on_different_devices__foreach_cosh_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:41:50.7338914Z test_unary_op_tensors_on_different_devices__foreach_cosh_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:41:50.7356848Z test_unary_op_tensors_on_different_devices__foreach_cosh_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:41:50.7374906Z test_unary_op_tensors_on_different_devices__foreach_erf_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:41:50.7392631Z test_unary_op_tensors_on_different_devices__foreach_erf_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:41:50.7410260Z test_unary_op_tensors_on_different_devices__foreach_erf_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:41:50.7427889Z test_unary_op_tensors_on_different_devices__foreach_erfc_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:41:50.7445973Z test_unary_op_tensors_on_different_devices__foreach_erfc_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:41:50.7463933Z test_unary_op_tensors_on_different_devices__foreach_erfc_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:41:50.7482116Z test_unary_op_tensors_on_different_devices__foreach_exp_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:41:50.7500122Z test_unary_op_tensors_on_different_devices__foreach_exp_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:41:50.7518582Z test_unary_op_tensors_on_different_devices__foreach_exp_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:41:50.7536648Z test_unary_op_tensors_on_different_devices__foreach_exp_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:41:50.7554898Z test_unary_op_tensors_on_different_devices__foreach_expm1_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:41:50.7572565Z test_unary_op_tensors_on_different_devices__foreach_expm1_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:41:50.7590355Z test_unary_op_tensors_on_different_devices__foreach_expm1_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:41:50.7607380Z test_unary_op_tensors_on_different_devices__foreach_floor_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:41:50.7624422Z test_unary_op_tensors_on_different_devices__foreach_floor_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:41:50.7641446Z test_unary_op_tensors_on_different_devices__foreach_floor_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:41:50.7658514Z test_unary_op_tensors_on_different_devices__foreach_floor_cpu_int16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:41:50.7676051Z test_unary_op_tensors_on_different_devices__foreach_floor_cpu_int32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:41:50.7693146Z test_unary_op_tensors_on_different_devices__foreach_floor_cpu_int64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:41:50.7710004Z test_unary_op_tensors_on_different_devices__foreach_floor_cpu_int8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:41:50.7728501Z test_unary_op_tensors_on_different_devices__foreach_floor_cpu_uint8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:41:50.7746004Z test_unary_op_tensors_on_different_devices__foreach_frac_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:41:50.7763094Z test_unary_op_tensors_on_different_devices__foreach_frac_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:41:50.7780024Z test_unary_op_tensors_on_different_devices__foreach_frac_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:41:50.7798022Z test_unary_op_tensors_on_different_devices__foreach_log10_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:41:50.7814655Z test_unary_op_tensors_on_different_devices__foreach_log10_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:41:50.7831281Z test_unary_op_tensors_on_different_devices__foreach_log10_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:41:50.7847889Z test_unary_op_tensors_on_different_devices__foreach_log10_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:41:50.7864792Z test_unary_op_tensors_on_different_devices__foreach_log1p_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:41:50.7882945Z test_unary_op_tensors_on_different_devices__foreach_log1p_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:41:50.7899512Z test_unary_op_tensors_on_different_devices__foreach_log1p_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:41:50.7916946Z test_unary_op_tensors_on_different_devices__foreach_log2_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:41:50.7933830Z test_unary_op_tensors_on_different_devices__foreach_log2_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:41:50.7950713Z test_unary_op_tensors_on_different_devices__foreach_log2_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:41:50.7967781Z test_unary_op_tensors_on_different_devices__foreach_log2_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:41:50.7984595Z test_unary_op_tensors_on_different_devices__foreach_log_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:41:50.8001422Z test_unary_op_tensors_on_different_devices__foreach_log_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:41:50.8017491Z test_unary_op_tensors_on_different_devices__foreach_log_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:41:50.8033656Z test_unary_op_tensors_on_different_devices__foreach_log_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:41:50.8049871Z test_unary_op_tensors_on_different_devices__foreach_neg_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:41:50.8066909Z test_unary_op_tensors_on_different_devices__foreach_neg_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:41:50.8086272Z test_unary_op_tensors_on_different_devices__foreach_neg_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:41:50.8102844Z test_unary_op_tensors_on_different_devices__foreach_neg_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:41:50.8120013Z test_unary_op_tensors_on_different_devices__foreach_neg_cpu_int16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:41:50.8137403Z test_unary_op_tensors_on_different_devices__foreach_neg_cpu_int32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:41:50.8155311Z test_unary_op_tensors_on_different_devices__foreach_neg_cpu_int64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:41:50.8173487Z test_unary_op_tensors_on_different_devices__foreach_neg_cpu_int8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:41:50.8191427Z test_unary_op_tensors_on_different_devices__foreach_neg_cpu_uint8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:41:50.8209101Z test_unary_op_tensors_on_different_devices__foreach_reciprocal_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:41:50.8227630Z test_unary_op_tensors_on_different_devices__foreach_reciprocal_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:41:50.8245177Z test_unary_op_tensors_on_different_devices__foreach_reciprocal_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:41:50.8262540Z test_unary_op_tensors_on_different_devices__foreach_round_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:41:50.8280299Z test_unary_op_tensors_on_different_devices__foreach_round_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:41:50.8297688Z test_unary_op_tensors_on_different_devices__foreach_round_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:41:50.8315462Z test_unary_op_tensors_on_different_devices__foreach_round_cpu_int16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:41:50.8332868Z test_unary_op_tensors_on_different_devices__foreach_round_cpu_int32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:41:50.8350356Z test_unary_op_tensors_on_different_devices__foreach_round_cpu_int64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:41:50.8465015Z test_unary_op_tensors_on_different_devices__foreach_round_cpu_int8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.011s) 2022-09-27T16:41:50.8481203Z test_unary_op_tensors_on_different_devices__foreach_round_cpu_uint8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:41:50.8497015Z test_unary_op_tensors_on_different_devices__foreach_sigmoid_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:41:50.8513097Z test_unary_op_tensors_on_different_devices__foreach_sigmoid_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:41:50.8528913Z test_unary_op_tensors_on_different_devices__foreach_sigmoid_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:41:50.8546030Z test_unary_op_tensors_on_different_devices__foreach_sin_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:41:50.8563861Z test_unary_op_tensors_on_different_devices__foreach_sin_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:41:50.8581326Z test_unary_op_tensors_on_different_devices__foreach_sin_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:41:50.8599014Z test_unary_op_tensors_on_different_devices__foreach_sin_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:41:50.8616391Z test_unary_op_tensors_on_different_devices__foreach_sinh_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:41:50.8634044Z test_unary_op_tensors_on_different_devices__foreach_sinh_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:41:50.8651463Z test_unary_op_tensors_on_different_devices__foreach_sinh_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:41:50.8668856Z test_unary_op_tensors_on_different_devices__foreach_sinh_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:41:50.8686658Z test_unary_op_tensors_on_different_devices__foreach_sqrt_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:41:50.8704149Z test_unary_op_tensors_on_different_devices__foreach_sqrt_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:41:50.8722162Z test_unary_op_tensors_on_different_devices__foreach_sqrt_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:41:50.8739405Z test_unary_op_tensors_on_different_devices__foreach_sqrt_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:41:50.8757286Z test_unary_op_tensors_on_different_devices__foreach_sqrt_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:41:50.8774540Z test_unary_op_tensors_on_different_devices__foreach_tan_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:41:50.8792071Z test_unary_op_tensors_on_different_devices__foreach_tan_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:41:50.8809521Z test_unary_op_tensors_on_different_devices__foreach_tan_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:41:50.8826958Z test_unary_op_tensors_on_different_devices__foreach_tan_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:41:50.8844731Z test_unary_op_tensors_on_different_devices__foreach_tanh_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:41:50.8862104Z test_unary_op_tensors_on_different_devices__foreach_tanh_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:41:50.8879777Z test_unary_op_tensors_on_different_devices__foreach_tanh_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:41:50.8897288Z test_unary_op_tensors_on_different_devices__foreach_tanh_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:41:50.8914972Z test_unary_op_tensors_on_different_devices__foreach_trunc_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:41:50.8932334Z test_unary_op_tensors_on_different_devices__foreach_trunc_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:41:50.8949805Z test_unary_op_tensors_on_different_devices__foreach_trunc_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:41:50.8967705Z test_unary_op_tensors_on_different_devices__foreach_trunc_cpu_int16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:41:50.8985260Z test_unary_op_tensors_on_different_devices__foreach_trunc_cpu_int32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:41:50.9002911Z test_unary_op_tensors_on_different_devices__foreach_trunc_cpu_int64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:41:50.9020238Z test_unary_op_tensors_on_different_devices__foreach_trunc_cpu_int8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:41:50.9037922Z test_unary_op_tensors_on_different_devices__foreach_trunc_cpu_uint8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:41:50.9871684Z test_unary_slowpath__foreach_abs_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.083s) 2022-09-27T16:41:51.1206634Z test_unary_slowpath__foreach_abs_cpu_bool (__main__.TestForeachCPU) ... ok (0.133s) 2022-09-27T16:41:51.2358026Z test_unary_slowpath__foreach_abs_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.115s) 2022-09-27T16:41:51.3535062Z test_unary_slowpath__foreach_abs_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.118s) 2022-09-27T16:41:51.4382371Z test_unary_slowpath__foreach_abs_cpu_float16 (__main__.TestForeachCPU) ... ok (0.085s) 2022-09-27T16:41:51.5195823Z test_unary_slowpath__foreach_abs_cpu_float32 (__main__.TestForeachCPU) ... ok (0.081s) 2022-09-27T16:41:51.5971742Z test_unary_slowpath__foreach_abs_cpu_float64 (__main__.TestForeachCPU) ... ok (0.078s) 2022-09-27T16:41:51.6460983Z test_unary_slowpath__foreach_abs_cpu_int16 (__main__.TestForeachCPU) ... ok (0.049s) 2022-09-27T16:41:51.6836575Z test_unary_slowpath__foreach_abs_cpu_int32 (__main__.TestForeachCPU) ... ok (0.037s) 2022-09-27T16:41:51.7162180Z test_unary_slowpath__foreach_abs_cpu_int64 (__main__.TestForeachCPU) ... ok (0.032s) 2022-09-27T16:41:51.7543235Z test_unary_slowpath__foreach_abs_cpu_int8 (__main__.TestForeachCPU) ... ok (0.038s) 2022-09-27T16:41:51.7929208Z test_unary_slowpath__foreach_abs_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.038s) 2022-09-27T16:41:51.8745929Z test_unary_slowpath__foreach_acos_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.082s) 2022-09-27T16:41:51.9744462Z test_unary_slowpath__foreach_acos_cpu_bool (__main__.TestForeachCPU) ... ok (0.100s) 2022-09-27T16:41:52.0897024Z test_unary_slowpath__foreach_acos_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.115s) 2022-09-27T16:41:52.1993931Z test_unary_slowpath__foreach_acos_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.110s) 2022-09-27T16:41:52.3145738Z test_unary_slowpath__foreach_acos_cpu_float16 (__main__.TestForeachCPU) ... ok (0.115s) 2022-09-27T16:41:52.3998183Z test_unary_slowpath__foreach_acos_cpu_float32 (__main__.TestForeachCPU) ... ok (0.085s) 2022-09-27T16:41:52.4807874Z test_unary_slowpath__foreach_acos_cpu_float64 (__main__.TestForeachCPU) ... ok (0.081s) 2022-09-27T16:41:52.6042392Z test_unary_slowpath__foreach_acos_cpu_int16 (__main__.TestForeachCPU) ... ok (0.123s) 2022-09-27T16:41:52.7073325Z test_unary_slowpath__foreach_acos_cpu_int32 (__main__.TestForeachCPU) ... ok (0.103s) 2022-09-27T16:41:52.8105965Z test_unary_slowpath__foreach_acos_cpu_int64 (__main__.TestForeachCPU) ... ok (0.103s) 2022-09-27T16:41:52.9137799Z test_unary_slowpath__foreach_acos_cpu_int8 (__main__.TestForeachCPU) ... ok (0.103s) 2022-09-27T16:41:53.0169786Z test_unary_slowpath__foreach_acos_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.103s) 2022-09-27T16:41:53.0984010Z test_unary_slowpath__foreach_asin_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.081s) 2022-09-27T16:41:53.1979644Z test_unary_slowpath__foreach_asin_cpu_bool (__main__.TestForeachCPU) ... ok (0.099s) 2022-09-27T16:41:53.3167376Z test_unary_slowpath__foreach_asin_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.119s) 2022-09-27T16:41:53.4267043Z test_unary_slowpath__foreach_asin_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.110s) 2022-09-27T16:41:53.5439774Z test_unary_slowpath__foreach_asin_cpu_float16 (__main__.TestForeachCPU) ... ok (0.117s) 2022-09-27T16:41:53.6320824Z test_unary_slowpath__foreach_asin_cpu_float32 (__main__.TestForeachCPU) ... ok (0.088s) 2022-09-27T16:41:53.7268983Z test_unary_slowpath__foreach_asin_cpu_float64 (__main__.TestForeachCPU) ... ok (0.095s) 2022-09-27T16:41:53.8273475Z test_unary_slowpath__foreach_asin_cpu_int16 (__main__.TestForeachCPU) ... ok (0.100s) 2022-09-27T16:41:53.9295948Z test_unary_slowpath__foreach_asin_cpu_int32 (__main__.TestForeachCPU) ... ok (0.102s) 2022-09-27T16:41:54.0322781Z test_unary_slowpath__foreach_asin_cpu_int64 (__main__.TestForeachCPU) ... ok (0.103s) 2022-09-27T16:41:54.1351924Z test_unary_slowpath__foreach_asin_cpu_int8 (__main__.TestForeachCPU) ... ok (0.103s) 2022-09-27T16:41:54.2370728Z test_unary_slowpath__foreach_asin_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.102s) 2022-09-27T16:41:54.3194407Z test_unary_slowpath__foreach_atan_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.082s) 2022-09-27T16:41:54.4187363Z test_unary_slowpath__foreach_atan_cpu_bool (__main__.TestForeachCPU) ... ok (0.099s) 2022-09-27T16:41:54.5406451Z test_unary_slowpath__foreach_atan_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.122s) 2022-09-27T16:41:54.6542057Z test_unary_slowpath__foreach_atan_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.114s) 2022-09-27T16:41:54.7701180Z test_unary_slowpath__foreach_atan_cpu_float16 (__main__.TestForeachCPU) ... ok (0.116s) 2022-09-27T16:41:54.8641803Z test_unary_slowpath__foreach_atan_cpu_float32 (__main__.TestForeachCPU) ... ok (0.094s) 2022-09-27T16:41:54.9432907Z test_unary_slowpath__foreach_atan_cpu_float64 (__main__.TestForeachCPU) ... ok (0.079s) 2022-09-27T16:41:55.0425068Z test_unary_slowpath__foreach_atan_cpu_int16 (__main__.TestForeachCPU) ... ok (0.099s) 2022-09-27T16:41:55.1429565Z test_unary_slowpath__foreach_atan_cpu_int32 (__main__.TestForeachCPU) ... ok (0.100s) 2022-09-27T16:41:55.2435968Z test_unary_slowpath__foreach_atan_cpu_int64 (__main__.TestForeachCPU) ... ok (0.101s) 2022-09-27T16:41:55.3432849Z test_unary_slowpath__foreach_atan_cpu_int8 (__main__.TestForeachCPU) ... ok (0.100s) 2022-09-27T16:41:55.4442502Z test_unary_slowpath__foreach_atan_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.101s) 2022-09-27T16:41:55.5266045Z test_unary_slowpath__foreach_ceil_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.082s) 2022-09-27T16:41:55.6321407Z test_unary_slowpath__foreach_ceil_cpu_bool (__main__.TestForeachCPU) ... ok (0.105s) 2022-09-27T16:41:55.7571834Z test_unary_slowpath__foreach_ceil_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.125s) 2022-09-27T16:41:55.8821735Z test_unary_slowpath__foreach_ceil_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.125s) 2022-09-27T16:41:56.0000242Z test_unary_slowpath__foreach_ceil_cpu_float16 (__main__.TestForeachCPU) ... ok (0.118s) 2022-09-27T16:41:56.0990884Z test_unary_slowpath__foreach_ceil_cpu_float32 (__main__.TestForeachCPU) ... ok (0.099s) 2022-09-27T16:41:56.1777179Z test_unary_slowpath__foreach_ceil_cpu_float64 (__main__.TestForeachCPU) ... ok (0.079s) 2022-09-27T16:41:56.2166594Z test_unary_slowpath__foreach_ceil_cpu_int16 (__main__.TestForeachCPU) ... ok (0.039s) 2022-09-27T16:41:56.2570021Z test_unary_slowpath__foreach_ceil_cpu_int32 (__main__.TestForeachCPU) ... ok (0.040s) 2022-09-27T16:41:56.2920352Z test_unary_slowpath__foreach_ceil_cpu_int64 (__main__.TestForeachCPU) ... ok (0.035s) 2022-09-27T16:41:56.3318155Z test_unary_slowpath__foreach_ceil_cpu_int8 (__main__.TestForeachCPU) ... ok (0.040s) 2022-09-27T16:41:56.3699846Z test_unary_slowpath__foreach_ceil_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.038s) 2022-09-27T16:41:56.4490014Z test_unary_slowpath__foreach_cos_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.079s) 2022-09-27T16:41:56.5476656Z test_unary_slowpath__foreach_cos_cpu_bool (__main__.TestForeachCPU) ... ok (0.099s) 2022-09-27T16:41:56.6620040Z test_unary_slowpath__foreach_cos_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.114s) 2022-09-27T16:41:56.7717840Z test_unary_slowpath__foreach_cos_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.110s) 2022-09-27T16:41:56.8880068Z test_unary_slowpath__foreach_cos_cpu_float16 (__main__.TestForeachCPU) ... ok (0.116s) 2022-09-27T16:41:56.9720737Z test_unary_slowpath__foreach_cos_cpu_float32 (__main__.TestForeachCPU) ... ok (0.084s) 2022-09-27T16:41:57.0606085Z test_unary_slowpath__foreach_cos_cpu_float64 (__main__.TestForeachCPU) ... ok (0.088s) 2022-09-27T16:41:57.1598309Z test_unary_slowpath__foreach_cos_cpu_int16 (__main__.TestForeachCPU) ... ok (0.099s) 2022-09-27T16:41:57.2590314Z test_unary_slowpath__foreach_cos_cpu_int32 (__main__.TestForeachCPU) ... ok (0.099s) 2022-09-27T16:41:57.3592042Z test_unary_slowpath__foreach_cos_cpu_int64 (__main__.TestForeachCPU) ... ok (0.100s) 2022-09-27T16:41:57.4604815Z test_unary_slowpath__foreach_cos_cpu_int8 (__main__.TestForeachCPU) ... ok (0.101s) 2022-09-27T16:41:57.5608768Z test_unary_slowpath__foreach_cos_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.100s) 2022-09-27T16:41:57.6417883Z test_unary_slowpath__foreach_cosh_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.081s) 2022-09-27T16:41:57.7394970Z test_unary_slowpath__foreach_cosh_cpu_bool (__main__.TestForeachCPU) ... ok (0.098s) 2022-09-27T16:41:57.8430264Z test_unary_slowpath__foreach_cosh_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.103s) 2022-09-27T16:41:57.9476653Z test_unary_slowpath__foreach_cosh_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.105s) 2022-09-27T16:41:58.0830895Z test_unary_slowpath__foreach_cosh_cpu_float16 (__main__.TestForeachCPU) ... ok (0.135s) 2022-09-27T16:41:58.1651158Z test_unary_slowpath__foreach_cosh_cpu_float32 (__main__.TestForeachCPU) ... ok (0.082s) 2022-09-27T16:41:58.2418878Z test_unary_slowpath__foreach_cosh_cpu_float64 (__main__.TestForeachCPU) ... ok (0.077s) 2022-09-27T16:41:58.3393324Z test_unary_slowpath__foreach_cosh_cpu_int16 (__main__.TestForeachCPU) ... ok (0.097s) 2022-09-27T16:41:58.4398723Z test_unary_slowpath__foreach_cosh_cpu_int32 (__main__.TestForeachCPU) ... ok (0.100s) 2022-09-27T16:41:58.5401754Z test_unary_slowpath__foreach_cosh_cpu_int64 (__main__.TestForeachCPU) ... ok (0.100s) 2022-09-27T16:41:58.6403158Z test_unary_slowpath__foreach_cosh_cpu_int8 (__main__.TestForeachCPU) ... ok (0.100s) 2022-09-27T16:41:58.7397538Z test_unary_slowpath__foreach_cosh_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.099s) 2022-09-27T16:41:58.8237748Z test_unary_slowpath__foreach_erf_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.084s) 2022-09-27T16:41:58.9218589Z test_unary_slowpath__foreach_erf_cpu_bool (__main__.TestForeachCPU) ... ok (0.098s) 2022-09-27T16:41:59.0494694Z test_unary_slowpath__foreach_erf_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.127s) 2022-09-27T16:41:59.1778354Z test_unary_slowpath__foreach_erf_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.128s) 2022-09-27T16:41:59.2951279Z test_unary_slowpath__foreach_erf_cpu_float16 (__main__.TestForeachCPU) ... ok (0.117s) 2022-09-27T16:41:59.3918322Z test_unary_slowpath__foreach_erf_cpu_float32 (__main__.TestForeachCPU) ... ok (0.097s) 2022-09-27T16:41:59.4688276Z test_unary_slowpath__foreach_erf_cpu_float64 (__main__.TestForeachCPU) ... ok (0.077s) 2022-09-27T16:41:59.5683468Z test_unary_slowpath__foreach_erf_cpu_int16 (__main__.TestForeachCPU) ... ok (0.099s) 2022-09-27T16:41:59.6698745Z test_unary_slowpath__foreach_erf_cpu_int32 (__main__.TestForeachCPU) ... ok (0.101s) 2022-09-27T16:41:59.7713737Z test_unary_slowpath__foreach_erf_cpu_int64 (__main__.TestForeachCPU) ... ok (0.101s) 2022-09-27T16:41:59.8710688Z test_unary_slowpath__foreach_erf_cpu_int8 (__main__.TestForeachCPU) ... ok (0.100s) 2022-09-27T16:41:59.9711778Z test_unary_slowpath__foreach_erf_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.100s) 2022-09-27T16:42:00.0574096Z test_unary_slowpath__foreach_erfc_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.086s) 2022-09-27T16:42:00.1585779Z test_unary_slowpath__foreach_erfc_cpu_bool (__main__.TestForeachCPU) ... ok (0.101s) 2022-09-27T16:42:00.2883533Z test_unary_slowpath__foreach_erfc_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.130s) 2022-09-27T16:42:00.4179840Z test_unary_slowpath__foreach_erfc_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.129s) 2022-09-27T16:42:00.5355872Z test_unary_slowpath__foreach_erfc_cpu_float16 (__main__.TestForeachCPU) ... ok (0.117s) 2022-09-27T16:42:00.6272198Z test_unary_slowpath__foreach_erfc_cpu_float32 (__main__.TestForeachCPU) ... ok (0.092s) 2022-09-27T16:42:00.7093716Z test_unary_slowpath__foreach_erfc_cpu_float64 (__main__.TestForeachCPU) ... ok (0.082s) 2022-09-27T16:42:00.8114317Z test_unary_slowpath__foreach_erfc_cpu_int16 (__main__.TestForeachCPU) ... ok (0.102s) 2022-09-27T16:42:00.9142645Z test_unary_slowpath__foreach_erfc_cpu_int32 (__main__.TestForeachCPU) ... ok (0.103s) 2022-09-27T16:42:01.0168002Z test_unary_slowpath__foreach_erfc_cpu_int64 (__main__.TestForeachCPU) ... ok (0.102s) 2022-09-27T16:42:01.1186740Z test_unary_slowpath__foreach_erfc_cpu_int8 (__main__.TestForeachCPU) ... ok (0.102s) 2022-09-27T16:42:01.2226135Z test_unary_slowpath__foreach_erfc_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.104s) 2022-09-27T16:42:01.3067409Z test_unary_slowpath__foreach_exp_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.084s) 2022-09-27T16:42:01.4078170Z test_unary_slowpath__foreach_exp_cpu_bool (__main__.TestForeachCPU) ... ok (0.101s) 2022-09-27T16:42:01.5286432Z test_unary_slowpath__foreach_exp_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.121s) 2022-09-27T16:42:01.6532739Z test_unary_slowpath__foreach_exp_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.125s) 2022-09-27T16:42:01.7698949Z test_unary_slowpath__foreach_exp_cpu_float16 (__main__.TestForeachCPU) ... ok (0.116s) 2022-09-27T16:42:01.8548467Z test_unary_slowpath__foreach_exp_cpu_float32 (__main__.TestForeachCPU) ... ok (0.085s) 2022-09-27T16:42:01.9346003Z test_unary_slowpath__foreach_exp_cpu_float64 (__main__.TestForeachCPU) ... ok (0.080s) 2022-09-27T16:42:02.0360568Z test_unary_slowpath__foreach_exp_cpu_int16 (__main__.TestForeachCPU) ... ok (0.101s) 2022-09-27T16:42:02.1312096Z test_unary_slowpath__foreach_exp_cpu_int32 (__main__.TestForeachCPU) ... ok (0.095s) 2022-09-27T16:42:02.2252017Z test_unary_slowpath__foreach_exp_cpu_int64 (__main__.TestForeachCPU) ... ok (0.094s) 2022-09-27T16:42:02.3197929Z test_unary_slowpath__foreach_exp_cpu_int8 (__main__.TestForeachCPU) ... ok (0.095s) 2022-09-27T16:42:02.4135703Z test_unary_slowpath__foreach_exp_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.094s) 2022-09-27T16:42:02.4859655Z test_unary_slowpath__foreach_expm1_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.072s) 2022-09-27T16:42:02.5765171Z test_unary_slowpath__foreach_expm1_cpu_bool (__main__.TestForeachCPU) ... ok (0.090s) 2022-09-27T16:42:02.7000303Z test_unary_slowpath__foreach_expm1_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.123s) 2022-09-27T16:42:02.8227097Z test_unary_slowpath__foreach_expm1_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.123s) 2022-09-27T16:42:02.9481522Z test_unary_slowpath__foreach_expm1_cpu_float16 (__main__.TestForeachCPU) ... ok (0.125s) 2022-09-27T16:42:03.0219293Z test_unary_slowpath__foreach_expm1_cpu_float32 (__main__.TestForeachCPU) ... ok (0.074s) 2022-09-27T16:42:03.0916067Z test_unary_slowpath__foreach_expm1_cpu_float64 (__main__.TestForeachCPU) ... ok (0.070s) 2022-09-27T16:42:03.1835463Z test_unary_slowpath__foreach_expm1_cpu_int16 (__main__.TestForeachCPU) ... ok (0.092s) 2022-09-27T16:42:03.2759379Z test_unary_slowpath__foreach_expm1_cpu_int32 (__main__.TestForeachCPU) ... ok (0.092s) 2022-09-27T16:42:03.3689257Z test_unary_slowpath__foreach_expm1_cpu_int64 (__main__.TestForeachCPU) ... ok (0.093s) 2022-09-27T16:42:03.4617924Z test_unary_slowpath__foreach_expm1_cpu_int8 (__main__.TestForeachCPU) ... ok (0.093s) 2022-09-27T16:42:03.5548483Z test_unary_slowpath__foreach_expm1_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.093s) 2022-09-27T16:42:03.6241005Z test_unary_slowpath__foreach_floor_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.069s) 2022-09-27T16:42:03.7261373Z test_unary_slowpath__foreach_floor_cpu_bool (__main__.TestForeachCPU) ... ok (0.102s) 2022-09-27T16:42:03.8459090Z test_unary_slowpath__foreach_floor_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.120s) 2022-09-27T16:42:03.9643431Z test_unary_slowpath__foreach_floor_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.118s) 2022-09-27T16:42:04.0773980Z test_unary_slowpath__foreach_floor_cpu_float16 (__main__.TestForeachCPU) ... ok (0.113s) 2022-09-27T16:42:04.1741470Z test_unary_slowpath__foreach_floor_cpu_float32 (__main__.TestForeachCPU) ... ok (0.097s) 2022-09-27T16:42:04.2389143Z test_unary_slowpath__foreach_floor_cpu_float64 (__main__.TestForeachCPU) ... ok (0.065s) 2022-09-27T16:42:04.2710542Z test_unary_slowpath__foreach_floor_cpu_int16 (__main__.TestForeachCPU) ... ok (0.032s) 2022-09-27T16:42:04.3027014Z test_unary_slowpath__foreach_floor_cpu_int32 (__main__.TestForeachCPU) ... ok (0.032s) 2022-09-27T16:42:04.3318514Z test_unary_slowpath__foreach_floor_cpu_int64 (__main__.TestForeachCPU) ... ok (0.029s) 2022-09-27T16:42:04.3649862Z test_unary_slowpath__foreach_floor_cpu_int8 (__main__.TestForeachCPU) ... ok (0.033s) 2022-09-27T16:42:04.3988506Z test_unary_slowpath__foreach_floor_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.034s) 2022-09-27T16:42:04.4674096Z test_unary_slowpath__foreach_frac_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.068s) 2022-09-27T16:42:04.5695102Z test_unary_slowpath__foreach_frac_cpu_bool (__main__.TestForeachCPU) ... ok (0.102s) 2022-09-27T16:42:04.6920250Z test_unary_slowpath__foreach_frac_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.122s) 2022-09-27T16:42:04.8145558Z test_unary_slowpath__foreach_frac_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.122s) 2022-09-27T16:42:04.8879936Z test_unary_slowpath__foreach_frac_cpu_float16 (__main__.TestForeachCPU) ... ok (0.073s) 2022-09-27T16:42:04.9711225Z test_unary_slowpath__foreach_frac_cpu_float32 (__main__.TestForeachCPU) ... ok (0.083s) 2022-09-27T16:42:05.0617830Z test_unary_slowpath__foreach_frac_cpu_float64 (__main__.TestForeachCPU) ... ok (0.091s) 2022-09-27T16:42:05.1670883Z test_unary_slowpath__foreach_frac_cpu_int16 (__main__.TestForeachCPU) ... ok (0.105s) 2022-09-27T16:42:05.2728658Z test_unary_slowpath__foreach_frac_cpu_int32 (__main__.TestForeachCPU) ... ok (0.106s) 2022-09-27T16:42:05.3787005Z test_unary_slowpath__foreach_frac_cpu_int64 (__main__.TestForeachCPU) ... ok (0.106s) 2022-09-27T16:42:05.4852567Z test_unary_slowpath__foreach_frac_cpu_int8 (__main__.TestForeachCPU) ... ok (0.106s) 2022-09-27T16:42:05.5916428Z test_unary_slowpath__foreach_frac_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.106s) 2022-09-27T16:42:05.6742375Z test_unary_slowpath__foreach_log10_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.082s) 2022-09-27T16:42:05.7741385Z test_unary_slowpath__foreach_log10_cpu_bool (__main__.TestForeachCPU) ... ok (0.100s) 2022-09-27T16:42:05.8890811Z test_unary_slowpath__foreach_log10_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.115s) 2022-09-27T16:42:06.0003059Z test_unary_slowpath__foreach_log10_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.111s) 2022-09-27T16:42:06.1172856Z test_unary_slowpath__foreach_log10_cpu_float16 (__main__.TestForeachCPU) ... ok (0.117s) 2022-09-27T16:42:06.2025948Z test_unary_slowpath__foreach_log10_cpu_float32 (__main__.TestForeachCPU) ... ok (0.085s) 2022-09-27T16:42:06.2933011Z test_unary_slowpath__foreach_log10_cpu_float64 (__main__.TestForeachCPU) ... ok (0.091s) 2022-09-27T16:42:06.3942736Z test_unary_slowpath__foreach_log10_cpu_int16 (__main__.TestForeachCPU) ... ok (0.101s) 2022-09-27T16:42:06.4968008Z test_unary_slowpath__foreach_log10_cpu_int32 (__main__.TestForeachCPU) ... ok (0.102s) 2022-09-27T16:42:06.5984159Z test_unary_slowpath__foreach_log10_cpu_int64 (__main__.TestForeachCPU) ... ok (0.102s) 2022-09-27T16:42:06.6998641Z test_unary_slowpath__foreach_log10_cpu_int8 (__main__.TestForeachCPU) ... ok (0.101s) 2022-09-27T16:42:06.8016982Z test_unary_slowpath__foreach_log10_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.102s) 2022-09-27T16:42:06.8845672Z test_unary_slowpath__foreach_log1p_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.083s) 2022-09-27T16:42:06.9847294Z test_unary_slowpath__foreach_log1p_cpu_bool (__main__.TestForeachCPU) ... ok (0.100s) 2022-09-27T16:42:07.1134181Z test_unary_slowpath__foreach_log1p_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.129s) 2022-09-27T16:42:07.2412129Z test_unary_slowpath__foreach_log1p_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.128s) 2022-09-27T16:42:07.3571236Z test_unary_slowpath__foreach_log1p_cpu_float16 (__main__.TestForeachCPU) ... ok (0.116s) 2022-09-27T16:42:07.4430519Z test_unary_slowpath__foreach_log1p_cpu_float32 (__main__.TestForeachCPU) ... ok (0.086s) 2022-09-27T16:42:07.5225656Z test_unary_slowpath__foreach_log1p_cpu_float64 (__main__.TestForeachCPU) ... ok (0.079s) 2022-09-27T16:42:07.6363876Z test_unary_slowpath__foreach_log1p_cpu_int16 (__main__.TestForeachCPU) ... ok (0.114s) 2022-09-27T16:42:07.7396967Z test_unary_slowpath__foreach_log1p_cpu_int32 (__main__.TestForeachCPU) ... ok (0.103s) 2022-09-27T16:42:07.8421681Z test_unary_slowpath__foreach_log1p_cpu_int64 (__main__.TestForeachCPU) ... ok (0.102s) 2022-09-27T16:42:07.9442264Z test_unary_slowpath__foreach_log1p_cpu_int8 (__main__.TestForeachCPU) ... ok (0.102s) 2022-09-27T16:42:08.0451955Z test_unary_slowpath__foreach_log1p_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.101s) 2022-09-27T16:42:08.1316381Z test_unary_slowpath__foreach_log2_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.086s) 2022-09-27T16:42:08.2325435Z test_unary_slowpath__foreach_log2_cpu_bool (__main__.TestForeachCPU) ... ok (0.101s) 2022-09-27T16:42:08.3479718Z test_unary_slowpath__foreach_log2_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.115s) 2022-09-27T16:42:08.4563406Z test_unary_slowpath__foreach_log2_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.108s) 2022-09-27T16:42:08.5734392Z test_unary_slowpath__foreach_log2_cpu_float16 (__main__.TestForeachCPU) ... ok (0.116s) 2022-09-27T16:42:08.6755949Z test_unary_slowpath__foreach_log2_cpu_float32 (__main__.TestForeachCPU) ... ok (0.103s) 2022-09-27T16:42:08.7576757Z test_unary_slowpath__foreach_log2_cpu_float64 (__main__.TestForeachCPU) ... ok (0.082s) 2022-09-27T16:42:08.8599920Z test_unary_slowpath__foreach_log2_cpu_int16 (__main__.TestForeachCPU) ... ok (0.102s) 2022-09-27T16:42:08.9624150Z test_unary_slowpath__foreach_log2_cpu_int32 (__main__.TestForeachCPU) ... ok (0.102s) 2022-09-27T16:42:09.0649342Z test_unary_slowpath__foreach_log2_cpu_int64 (__main__.TestForeachCPU) ... ok (0.102s) 2022-09-27T16:42:09.1670166Z test_unary_slowpath__foreach_log2_cpu_int8 (__main__.TestForeachCPU) ... ok (0.102s) 2022-09-27T16:42:09.2697442Z test_unary_slowpath__foreach_log2_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.103s) 2022-09-27T16:42:09.3524000Z test_unary_slowpath__foreach_log_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.083s) 2022-09-27T16:42:09.4512438Z test_unary_slowpath__foreach_log_cpu_bool (__main__.TestForeachCPU) ... ok (0.099s) 2022-09-27T16:42:09.5657143Z test_unary_slowpath__foreach_log_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.114s) 2022-09-27T16:42:09.6719544Z test_unary_slowpath__foreach_log_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.106s) 2022-09-27T16:42:09.8074261Z test_unary_slowpath__foreach_log_cpu_float16 (__main__.TestForeachCPU) ... ok (0.135s) 2022-09-27T16:42:09.8916767Z test_unary_slowpath__foreach_log_cpu_float32 (__main__.TestForeachCPU) ... ok (0.084s) 2022-09-27T16:42:09.9693505Z test_unary_slowpath__foreach_log_cpu_float64 (__main__.TestForeachCPU) ... ok (0.078s) 2022-09-27T16:42:10.0704580Z test_unary_slowpath__foreach_log_cpu_int16 (__main__.TestForeachCPU) ... ok (0.101s) 2022-09-27T16:42:10.1720397Z test_unary_slowpath__foreach_log_cpu_int32 (__main__.TestForeachCPU) ... ok (0.101s) 2022-09-27T16:42:10.2731427Z test_unary_slowpath__foreach_log_cpu_int64 (__main__.TestForeachCPU) ... ok (0.101s) 2022-09-27T16:42:10.3756973Z test_unary_slowpath__foreach_log_cpu_int8 (__main__.TestForeachCPU) ... ok (0.102s) 2022-09-27T16:42:10.4772284Z test_unary_slowpath__foreach_log_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.101s) 2022-09-27T16:42:10.5575046Z test_unary_slowpath__foreach_neg_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.080s) 2022-09-27T16:42:10.6580556Z test_unary_slowpath__foreach_neg_cpu_bool (__main__.TestForeachCPU) ... ok (0.100s) 2022-09-27T16:42:10.7600258Z test_unary_slowpath__foreach_neg_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.102s) 2022-09-27T16:42:10.8833512Z test_unary_slowpath__foreach_neg_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.123s) 2022-09-27T16:42:10.9664792Z test_unary_slowpath__foreach_neg_cpu_float16 (__main__.TestForeachCPU) ... ok (0.083s) 2022-09-27T16:42:11.0491292Z test_unary_slowpath__foreach_neg_cpu_float32 (__main__.TestForeachCPU) ... ok (0.083s) 2022-09-27T16:42:11.1269342Z test_unary_slowpath__foreach_neg_cpu_float64 (__main__.TestForeachCPU) ... ok (0.078s) 2022-09-27T16:42:11.1657401Z test_unary_slowpath__foreach_neg_cpu_int16 (__main__.TestForeachCPU) ... ok (0.039s) 2022-09-27T16:42:11.2032636Z test_unary_slowpath__foreach_neg_cpu_int32 (__main__.TestForeachCPU) ... ok (0.037s) 2022-09-27T16:42:11.2358279Z test_unary_slowpath__foreach_neg_cpu_int64 (__main__.TestForeachCPU) ... ok (0.032s) 2022-09-27T16:42:11.2736187Z test_unary_slowpath__foreach_neg_cpu_int8 (__main__.TestForeachCPU) ... ok (0.038s) 2022-09-27T16:42:11.3125470Z test_unary_slowpath__foreach_neg_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.039s) 2022-09-27T16:42:11.3943530Z test_unary_slowpath__foreach_reciprocal_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.082s) 2022-09-27T16:42:11.4941493Z test_unary_slowpath__foreach_reciprocal_cpu_bool (__main__.TestForeachCPU) ... ok (0.100s) 2022-09-27T16:42:11.6032315Z test_unary_slowpath__foreach_reciprocal_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.109s) 2022-09-27T16:42:11.7224429Z test_unary_slowpath__foreach_reciprocal_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.119s) 2022-09-27T16:42:11.8046381Z test_unary_slowpath__foreach_reciprocal_cpu_float16 (__main__.TestForeachCPU) ... ok (0.082s) 2022-09-27T16:42:11.8868251Z test_unary_slowpath__foreach_reciprocal_cpu_float32 (__main__.TestForeachCPU) ... ok (0.082s) 2022-09-27T16:42:11.9667483Z test_unary_slowpath__foreach_reciprocal_cpu_float64 (__main__.TestForeachCPU) ... ok (0.080s) 2022-09-27T16:42:12.0672437Z test_unary_slowpath__foreach_reciprocal_cpu_int16 (__main__.TestForeachCPU) ... ok (0.100s) 2022-09-27T16:42:12.1688530Z test_unary_slowpath__foreach_reciprocal_cpu_int32 (__main__.TestForeachCPU) ... ok (0.101s) 2022-09-27T16:42:12.2699490Z test_unary_slowpath__foreach_reciprocal_cpu_int64 (__main__.TestForeachCPU) ... ok (0.101s) 2022-09-27T16:42:12.3712037Z test_unary_slowpath__foreach_reciprocal_cpu_int8 (__main__.TestForeachCPU) ... ok (0.101s) 2022-09-27T16:42:12.4721756Z test_unary_slowpath__foreach_reciprocal_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.101s) 2022-09-27T16:42:12.5581319Z test_unary_slowpath__foreach_round_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.086s) 2022-09-27T16:42:12.6633770Z test_unary_slowpath__foreach_round_cpu_bool (__main__.TestForeachCPU) ... ok (0.105s) 2022-09-27T16:42:12.8072630Z test_unary_slowpath__foreach_round_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.144s) 2022-09-27T16:42:12.9369825Z test_unary_slowpath__foreach_round_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.130s) 2022-09-27T16:42:13.0552678Z test_unary_slowpath__foreach_round_cpu_float16 (__main__.TestForeachCPU) ... ok (0.118s) 2022-09-27T16:42:13.1384124Z test_unary_slowpath__foreach_round_cpu_float32 (__main__.TestForeachCPU) ... ok (0.083s) 2022-09-27T16:42:13.2153839Z test_unary_slowpath__foreach_round_cpu_float64 (__main__.TestForeachCPU) ... ok (0.077s) 2022-09-27T16:42:13.2551584Z test_unary_slowpath__foreach_round_cpu_int16 (__main__.TestForeachCPU) ... ok (0.040s) 2022-09-27T16:42:13.2950926Z test_unary_slowpath__foreach_round_cpu_int32 (__main__.TestForeachCPU) ... ok (0.040s) 2022-09-27T16:42:13.3286607Z test_unary_slowpath__foreach_round_cpu_int64 (__main__.TestForeachCPU) ... ok (0.033s) 2022-09-27T16:42:13.3673076Z test_unary_slowpath__foreach_round_cpu_int8 (__main__.TestForeachCPU) ... ok (0.039s) 2022-09-27T16:42:13.4050913Z test_unary_slowpath__foreach_round_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.038s) 2022-09-27T16:42:13.4843307Z test_unary_slowpath__foreach_sigmoid_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.079s) 2022-09-27T16:42:13.5822959Z test_unary_slowpath__foreach_sigmoid_cpu_bool (__main__.TestForeachCPU) ... ok (0.098s) 2022-09-27T16:42:13.6874642Z test_unary_slowpath__foreach_sigmoid_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.105s) 2022-09-27T16:42:13.8069929Z test_unary_slowpath__foreach_sigmoid_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.119s) 2022-09-27T16:42:13.9228560Z test_unary_slowpath__foreach_sigmoid_cpu_float16 (__main__.TestForeachCPU) ... ok (0.116s) 2022-09-27T16:42:14.0079157Z test_unary_slowpath__foreach_sigmoid_cpu_float32 (__main__.TestForeachCPU) ... ok (0.085s) 2022-09-27T16:42:14.0863986Z test_unary_slowpath__foreach_sigmoid_cpu_float64 (__main__.TestForeachCPU) ... ok (0.078s) 2022-09-27T16:42:14.1851810Z test_unary_slowpath__foreach_sigmoid_cpu_int16 (__main__.TestForeachCPU) ... ok (0.099s) 2022-09-27T16:42:14.2853055Z test_unary_slowpath__foreach_sigmoid_cpu_int32 (__main__.TestForeachCPU) ... ok (0.100s) 2022-09-27T16:42:14.3859168Z test_unary_slowpath__foreach_sigmoid_cpu_int64 (__main__.TestForeachCPU) ... ok (0.100s) 2022-09-27T16:42:14.4840835Z test_unary_slowpath__foreach_sigmoid_cpu_int8 (__main__.TestForeachCPU) ... ok (0.098s) 2022-09-27T16:42:14.5837442Z test_unary_slowpath__foreach_sigmoid_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.100s) 2022-09-27T16:42:14.6704713Z test_unary_slowpath__foreach_sin_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.087s) 2022-09-27T16:42:14.7706657Z test_unary_slowpath__foreach_sin_cpu_bool (__main__.TestForeachCPU) ... ok (0.100s) 2022-09-27T16:42:14.9106751Z test_unary_slowpath__foreach_sin_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.140s) 2022-09-27T16:42:15.0236026Z test_unary_slowpath__foreach_sin_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.113s) 2022-09-27T16:42:15.1390122Z test_unary_slowpath__foreach_sin_cpu_float16 (__main__.TestForeachCPU) ... ok (0.115s) 2022-09-27T16:42:15.2250546Z test_unary_slowpath__foreach_sin_cpu_float32 (__main__.TestForeachCPU) ... ok (0.086s) 2022-09-27T16:42:15.3041479Z test_unary_slowpath__foreach_sin_cpu_float64 (__main__.TestForeachCPU) ... ok (0.079s) 2022-09-27T16:42:15.4031496Z test_unary_slowpath__foreach_sin_cpu_int16 (__main__.TestForeachCPU) ... ok (0.099s) 2022-09-27T16:42:15.5041016Z test_unary_slowpath__foreach_sin_cpu_int32 (__main__.TestForeachCPU) ... ok (0.101s) 2022-09-27T16:42:15.6051411Z test_unary_slowpath__foreach_sin_cpu_int64 (__main__.TestForeachCPU) ... ok (0.101s) 2022-09-27T16:42:15.7057787Z test_unary_slowpath__foreach_sin_cpu_int8 (__main__.TestForeachCPU) ... ok (0.101s) 2022-09-27T16:42:15.8081043Z test_unary_slowpath__foreach_sin_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.102s) 2022-09-27T16:42:15.8937210Z test_unary_slowpath__foreach_sinh_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.086s) 2022-09-27T16:42:15.9943018Z test_unary_slowpath__foreach_sinh_cpu_bool (__main__.TestForeachCPU) ... ok (0.100s) 2022-09-27T16:42:16.1173203Z test_unary_slowpath__foreach_sinh_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.123s) 2022-09-27T16:42:16.2257886Z test_unary_slowpath__foreach_sinh_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.108s) 2022-09-27T16:42:16.3418474Z test_unary_slowpath__foreach_sinh_cpu_float16 (__main__.TestForeachCPU) ... ok (0.116s) 2022-09-27T16:42:16.4247550Z test_unary_slowpath__foreach_sinh_cpu_float32 (__main__.TestForeachCPU) ... ok (0.083s) 2022-09-27T16:42:16.4890903Z test_unary_slowpath__foreach_sinh_cpu_float64 (__main__.TestForeachCPU) ... ok (0.064s) 2022-09-27T16:42:16.5821804Z test_unary_slowpath__foreach_sinh_cpu_int16 (__main__.TestForeachCPU) ... ok (0.093s) 2022-09-27T16:42:16.6773498Z test_unary_slowpath__foreach_sinh_cpu_int32 (__main__.TestForeachCPU) ... ok (0.095s) 2022-09-27T16:42:16.7729923Z test_unary_slowpath__foreach_sinh_cpu_int64 (__main__.TestForeachCPU) ... ok (0.096s) 2022-09-27T16:42:16.8681068Z test_unary_slowpath__foreach_sinh_cpu_int8 (__main__.TestForeachCPU) ... ok (0.095s) 2022-09-27T16:42:16.9627041Z test_unary_slowpath__foreach_sinh_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.095s) 2022-09-27T16:42:17.0463927Z test_unary_slowpath__foreach_sqrt_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.084s) 2022-09-27T16:42:17.1381070Z test_unary_slowpath__foreach_sqrt_cpu_bool (__main__.TestForeachCPU) ... ok (0.092s) 2022-09-27T16:42:17.2394513Z test_unary_slowpath__foreach_sqrt_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.101s) 2022-09-27T16:42:17.3323566Z test_unary_slowpath__foreach_sqrt_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.093s) 2022-09-27T16:42:17.4439578Z test_unary_slowpath__foreach_sqrt_cpu_float16 (__main__.TestForeachCPU) ... ok (0.112s) 2022-09-27T16:42:17.5138794Z test_unary_slowpath__foreach_sqrt_cpu_float32 (__main__.TestForeachCPU) ... ok (0.070s) 2022-09-27T16:42:17.5779171Z test_unary_slowpath__foreach_sqrt_cpu_float64 (__main__.TestForeachCPU) ... ok (0.064s) 2022-09-27T16:42:17.6684564Z test_unary_slowpath__foreach_sqrt_cpu_int16 (__main__.TestForeachCPU) ... ok (0.090s) 2022-09-27T16:42:17.7619021Z test_unary_slowpath__foreach_sqrt_cpu_int32 (__main__.TestForeachCPU) ... ok (0.093s) 2022-09-27T16:42:17.8551016Z test_unary_slowpath__foreach_sqrt_cpu_int64 (__main__.TestForeachCPU) ... ok (0.093s) 2022-09-27T16:42:17.9489254Z test_unary_slowpath__foreach_sqrt_cpu_int8 (__main__.TestForeachCPU) ... ok (0.094s) 2022-09-27T16:42:18.0635222Z test_unary_slowpath__foreach_sqrt_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.114s) 2022-09-27T16:42:18.1324651Z test_unary_slowpath__foreach_tan_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.069s) 2022-09-27T16:42:18.2301392Z test_unary_slowpath__foreach_tan_cpu_bool (__main__.TestForeachCPU) ... ok (0.097s) 2022-09-27T16:42:18.3434088Z test_unary_slowpath__foreach_tan_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.113s) 2022-09-27T16:42:18.4514287Z test_unary_slowpath__foreach_tan_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.108s) 2022-09-27T16:42:18.5665831Z test_unary_slowpath__foreach_tan_cpu_float16 (__main__.TestForeachCPU) ... ok (0.115s) 2022-09-27T16:42:18.6499981Z test_unary_slowpath__foreach_tan_cpu_float32 (__main__.TestForeachCPU) ... ok (0.083s) 2022-09-27T16:42:18.7257557Z test_unary_slowpath__foreach_tan_cpu_float64 (__main__.TestForeachCPU) ... ok (0.076s) 2022-09-27T16:42:18.8257086Z test_unary_slowpath__foreach_tan_cpu_int16 (__main__.TestForeachCPU) ... ok (0.100s) 2022-09-27T16:42:18.9267940Z test_unary_slowpath__foreach_tan_cpu_int32 (__main__.TestForeachCPU) ... ok (0.101s) 2022-09-27T16:42:19.0404793Z test_unary_slowpath__foreach_tan_cpu_int64 (__main__.TestForeachCPU) ... ok (0.114s) 2022-09-27T16:42:19.1419012Z test_unary_slowpath__foreach_tan_cpu_int8 (__main__.TestForeachCPU) ... ok (0.101s) 2022-09-27T16:42:19.2421705Z test_unary_slowpath__foreach_tan_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.100s) 2022-09-27T16:42:19.3263952Z test_unary_slowpath__foreach_tanh_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.084s) 2022-09-27T16:42:19.4246699Z test_unary_slowpath__foreach_tanh_cpu_bool (__main__.TestForeachCPU) ... ok (0.098s) 2022-09-27T16:42:19.5377196Z test_unary_slowpath__foreach_tanh_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.113s) 2022-09-27T16:42:19.6439542Z test_unary_slowpath__foreach_tanh_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.106s) 2022-09-27T16:42:19.7591121Z test_unary_slowpath__foreach_tanh_cpu_float16 (__main__.TestForeachCPU) ... ok (0.115s) 2022-09-27T16:42:19.8421358Z test_unary_slowpath__foreach_tanh_cpu_float32 (__main__.TestForeachCPU) ... ok (0.083s) 2022-09-27T16:42:19.9082519Z test_unary_slowpath__foreach_tanh_cpu_float64 (__main__.TestForeachCPU) ... ok (0.066s) 2022-09-27T16:42:20.0177491Z test_unary_slowpath__foreach_tanh_cpu_int16 (__main__.TestForeachCPU) ... ok (0.109s) 2022-09-27T16:42:20.1094274Z test_unary_slowpath__foreach_tanh_cpu_int32 (__main__.TestForeachCPU) ... ok (0.092s) 2022-09-27T16:42:20.2026760Z test_unary_slowpath__foreach_tanh_cpu_int64 (__main__.TestForeachCPU) ... ok (0.093s) 2022-09-27T16:42:20.2959074Z test_unary_slowpath__foreach_tanh_cpu_int8 (__main__.TestForeachCPU) ... ok (0.093s) 2022-09-27T16:42:20.3891553Z test_unary_slowpath__foreach_tanh_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.093s) 2022-09-27T16:42:20.4594803Z test_unary_slowpath__foreach_trunc_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.070s) 2022-09-27T16:42:20.5609766Z test_unary_slowpath__foreach_trunc_cpu_bool (__main__.TestForeachCPU) ... ok (0.101s) 2022-09-27T16:42:20.6790885Z test_unary_slowpath__foreach_trunc_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.118s) 2022-09-27T16:42:20.7956435Z test_unary_slowpath__foreach_trunc_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.116s) 2022-09-27T16:42:20.9072098Z test_unary_slowpath__foreach_trunc_cpu_float16 (__main__.TestForeachCPU) ... ok (0.111s) 2022-09-27T16:42:20.9775603Z test_unary_slowpath__foreach_trunc_cpu_float32 (__main__.TestForeachCPU) ... ok (0.070s) 2022-09-27T16:42:21.0436475Z test_unary_slowpath__foreach_trunc_cpu_float64 (__main__.TestForeachCPU) ... ok (0.066s) 2022-09-27T16:42:21.0766246Z test_unary_slowpath__foreach_trunc_cpu_int16 (__main__.TestForeachCPU) ... ok (0.033s) 2022-09-27T16:42:21.1109881Z test_unary_slowpath__foreach_trunc_cpu_int32 (__main__.TestForeachCPU) ... ok (0.034s) 2022-09-27T16:42:21.1563810Z test_unary_slowpath__foreach_trunc_cpu_int64 (__main__.TestForeachCPU) ... ok (0.045s) 2022-09-27T16:42:21.1903702Z test_unary_slowpath__foreach_trunc_cpu_int8 (__main__.TestForeachCPU) ... ok (0.034s) 2022-09-27T16:42:21.2236915Z test_unary_slowpath__foreach_trunc_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.033s) 2022-09-27T16:42:21.2237252Z 2022-09-27T16:42:21.2237680Z ---------------------------------------------------------------------- 2022-09-27T16:42:21.2238112Z Ran 1182 tests in 298.485s 2022-09-27T16:42:21.2238274Z 2022-09-27T16:42:21.2238387Z OK (skipped=232) 2022-09-27T16:42:21.2240472Z 2022-09-27T16:42:21.2240902Z Generating XML reports... 2022-09-27T16:42:21.4209608Z Generated XML report: test-reports/python-unittest/test_foreach/TEST-TestForeachCPU-20220927163722.xml 2022-09-27T16:42:22.2132649Z Running test_binary_ufuncs ... [2022-09-27 16:42:22.212842] 2022-09-27T16:42:22.2133192Z Executing ['/opt/conda/bin/python', '-bb', 'test_binary_ufuncs.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:42:22.212937] 2022-09-27T16:42:27.4936293Z Test results will be stored in test-reports/python-unittest/test_binary_ufuncs 2022-09-27T16:42:27.6444596Z 2022-09-27T16:42:27.6444807Z Running tests... 2022-09-27T16:42:27.6445257Z ---------------------------------------------------------------------- 2022-09-27T16:42:27.6479790Z test___add___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:42:27.6492591Z test___add___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.6504738Z test___add___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.6516413Z test___add___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.6528004Z test___add___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.6539327Z test___add___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.6551364Z test___add___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.6562353Z test___add___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.6574488Z test___and___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.6586170Z test___and___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.6598330Z test___and___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.6609905Z test___and___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.6621754Z test___and___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.6633590Z test___and___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.6645322Z test___and___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.6656899Z test___and___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.6669015Z test___eq___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.6681094Z test___eq___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.6692811Z test___eq___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.6704382Z test___eq___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.6716433Z test___eq___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.6728304Z test___eq___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.6739944Z test___eq___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.6751536Z test___eq___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.6764446Z test___floordiv___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.6776045Z test___floordiv___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.6787794Z test___floordiv___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.6800056Z test___floordiv___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.6811769Z test___floordiv___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.6823708Z test___floordiv___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.6835852Z test___floordiv___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.6847506Z test___floordiv___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.6859365Z test___ge___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.6871358Z test___ge___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.6882971Z test___ge___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.6894554Z test___ge___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.6906077Z test___ge___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.6918172Z test___ge___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.6929843Z test___ge___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.6941483Z test___ge___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.6953687Z test___gt___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.6965295Z test___gt___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.6976776Z test___gt___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.6988469Z test___gt___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.7000429Z test___gt___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.7012021Z test___gt___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.7023763Z test___gt___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.7035506Z test___gt___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.7047196Z test___iadd___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.7058575Z test___iadd___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.7070075Z test___iadd___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.7081424Z test___iadd___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.7092764Z test___iadd___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.7104149Z test___iadd___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.7115772Z test___iadd___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.7127093Z test___iadd___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.7138909Z test___iand___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.7150740Z test___iand___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.7162574Z test___iand___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.7173975Z test___iand___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.7185622Z test___iand___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.7197501Z test___iand___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.7209208Z test___iand___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.7220716Z test___iand___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.7232893Z test___ifloordiv___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.7244616Z test___ifloordiv___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.7256344Z test___ifloordiv___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.7267951Z test___ifloordiv___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.7279760Z test___ifloordiv___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.7291384Z test___ifloordiv___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.7302950Z test___ifloordiv___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.7314881Z test___ifloordiv___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.7326833Z test___ilshift___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.7338433Z test___ilshift___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.7350260Z test___ilshift___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.7361928Z test___ilshift___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.7373441Z test___ilshift___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.7384987Z test___ilshift___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.7396884Z test___ilshift___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.7408518Z test___ilshift___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.7420430Z test___imod___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.7432164Z test___imod___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.7444001Z test___imod___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.7455802Z test___imod___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.7467372Z test___imod___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.7479326Z test___imod___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.7490776Z test___imod___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.7502371Z test___imod___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.7513946Z test___imul___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.7525164Z test___imul___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.7536328Z test___imul___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.7547411Z test___imul___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.7558929Z test___imul___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.7569782Z test___imul___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.7580892Z test___imul___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.7592249Z test___imul___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.7604305Z test___ior___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.7616001Z test___ior___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.7627774Z test___ior___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.7639842Z test___ior___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.7651494Z test___ior___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.7663064Z test___ior___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.7674870Z test___ior___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.7686457Z test___ior___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.7698452Z test___ipow___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.7710315Z test___ipow___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.7722027Z test___ipow___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.7734119Z test___ipow___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.7745584Z test___ipow___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.7757545Z test___ipow___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.7769232Z test___ipow___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.7780938Z test___ipow___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.7793143Z test___irshift___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.7804723Z test___irshift___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.8005149Z test___irshift___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:42:27.8016704Z test___irshift___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.8027890Z test___irshift___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.8039243Z test___irshift___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.8050411Z test___irshift___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.8061525Z test___irshift___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.8073475Z test___isub___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.8085152Z test___isub___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.8096757Z test___isub___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.8108169Z test___isub___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.8119950Z test___isub___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.8131483Z test___isub___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.8143654Z test___isub___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.8155430Z test___isub___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.8167708Z test___itruediv___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.8179400Z test___itruediv___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.8191047Z test___itruediv___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.8203028Z test___itruediv___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.8214500Z test___itruediv___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.8226162Z test___itruediv___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.8237952Z test___itruediv___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.8249424Z test___itruediv___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.8261341Z test___ixor___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.8273361Z test___ixor___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.8285370Z test___ixor___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.8296866Z test___ixor___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.8308869Z test___ixor___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.8320741Z test___ixor___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.8332426Z test___ixor___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.8344313Z test___ixor___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.8356917Z test___le___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.8368601Z test___le___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.8380290Z test___le___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.8392100Z test___le___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.8404016Z test___le___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.8415751Z test___le___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.8427810Z test___le___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.8439411Z test___le___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.8451792Z test___lshift___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.8463550Z test___lshift___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.8475580Z test___lshift___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.8487451Z test___lshift___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.8499337Z test___lshift___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.8511191Z test___lshift___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.8523011Z test___lshift___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.8534868Z test___lshift___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.8547039Z test___lt___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.8559501Z test___lt___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.8570985Z test___lt___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.8582884Z test___lt___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.8595050Z test___lt___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.8606780Z test___lt___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.8618540Z test___lt___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.8630552Z test___lt___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.8642130Z test___matmul___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.8653428Z test___matmul___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.8664662Z test___matmul___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.8676254Z test___matmul___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.8687479Z test___matmul___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.8698805Z test___matmul___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.8710800Z test___matmul___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.8721714Z test___matmul___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.8733961Z test___mod___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.8746053Z test___mod___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.8757987Z test___mod___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.8769735Z test___mod___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.8781344Z test___mod___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.8793589Z test___mod___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.8805232Z test___mod___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.8817240Z test___mod___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.8828397Z test___mul___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.8840249Z test___mul___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.8851223Z test___mul___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.8862597Z test___mul___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.8874185Z test___mul___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.8885563Z test___mul___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.8896833Z test___mul___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.8908193Z test___mul___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.8920774Z test___ne___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.8932656Z test___ne___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.8944469Z test___ne___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.8956516Z test___ne___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.8968458Z test___ne___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.8980013Z test___ne___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.8992129Z test___ne___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.9003897Z test___ne___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.9015838Z test___or___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.9027685Z test___or___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.9039658Z test___or___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.9051647Z test___or___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.9063319Z test___or___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.9075326Z test___or___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.9087096Z test___or___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.9098748Z test___or___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.9111171Z test___pow___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.9123043Z test___pow___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.9134916Z test___pow___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.9146689Z test___pow___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.9158741Z test___pow___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.9170592Z test___pow___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.9182386Z test___pow___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.9194542Z test___pow___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.9206149Z test___radd___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.9217750Z test___radd___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.9229357Z test___radd___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.9241205Z test___radd___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.9252711Z test___radd___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.9264273Z test___radd___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.9275964Z test___radd___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.9287602Z test___radd___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.9299672Z test___rand___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.9311476Z test___rand___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.9323211Z test___rand___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.9335092Z test___rand___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.9346485Z test___rand___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.9358308Z test___rand___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.9369730Z test___rand___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.9381381Z test___rand___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.9393184Z test___rfloordiv___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.9405315Z test___rfloordiv___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.9417089Z test___rfloordiv___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.9429058Z test___rfloordiv___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.9441136Z test___rfloordiv___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.9453152Z test___rfloordiv___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.9465055Z test___rfloordiv___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.9477225Z test___rfloordiv___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.9489829Z test___rlshift___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.9501928Z test___rlshift___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.9514311Z test___rlshift___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.9526500Z test___rlshift___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.9538640Z test___rlshift___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.9550723Z test___rlshift___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.9562864Z test___rlshift___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.9574963Z test___rlshift___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.9586543Z test___rmatmul___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.9597871Z test___rmatmul___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.9609119Z test___rmatmul___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.9620418Z test___rmatmul___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.9631923Z test___rmatmul___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.9643340Z test___rmatmul___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.9654490Z test___rmatmul___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.9665819Z test___rmatmul___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.9678803Z test___rmod___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.9690809Z test___rmod___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.9702617Z test___rmod___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.9714816Z test___rmod___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.9726699Z test___rmod___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.9738773Z test___rmod___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.9750627Z test___rmod___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.9763140Z test___rmod___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.9774604Z test___rmul___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.9785453Z test___rmul___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.9796923Z test___rmul___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.9808078Z test___rmul___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.9819276Z test___rmul___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.9830731Z test___rmul___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.9841921Z test___rmul___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.9853144Z test___rmul___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.9865199Z test___ror___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.9877182Z test___ror___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.9888796Z test___ror___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.9900594Z test___ror___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.9912394Z test___ror___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.9924232Z test___ror___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.9936039Z test___ror___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.9947725Z test___ror___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.9960737Z test___rpow___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.9972865Z test___rpow___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.9984915Z test___rpow___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:27.9997225Z test___rpow___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:28.0009640Z test___rpow___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:28.0021740Z test___rpow___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:28.0034104Z test___rpow___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:28.0046165Z test___rpow___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:28.0058882Z test___rrshift___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:28.0071298Z test___rrshift___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:28.0083419Z test___rrshift___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:28.0095551Z test___rrshift___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:28.0107565Z test___rrshift___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:28.0119787Z test___rrshift___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:28.0131727Z test___rrshift___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:28.0143681Z test___rrshift___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:28.0155943Z test___rshift___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:28.0167728Z test___rshift___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:28.0179412Z test___rshift___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:28.0191422Z test___rshift___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:28.0202935Z test___rshift___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:28.0214620Z test___rshift___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:28.0226292Z test___rshift___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:28.0238480Z test___rshift___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:28.0250897Z test___rsub___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:28.0262668Z test___rsub___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:28.0274853Z test___rsub___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:28.0286653Z test___rsub___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:28.0298525Z test___rsub___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:28.0310400Z test___rsub___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:28.0322251Z test___rsub___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:28.0334063Z test___rsub___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:28.0518520Z test___rtruediv___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:42:28.0532266Z test___rtruediv___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:28.0545086Z test___rtruediv___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:28.0560743Z test___rtruediv___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:28.0573643Z test___rtruediv___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:28.0586490Z test___rtruediv___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:28.0599680Z test___rtruediv___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:28.0612546Z test___rtruediv___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:28.0625750Z test___rxor___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:28.0638733Z test___rxor___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:28.0651469Z test___rxor___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:28.0664088Z test___rxor___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:28.0676947Z test___rxor___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:28.0689480Z test___rxor___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:28.0702009Z test___rxor___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:28.0714870Z test___rxor___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:28.0727443Z test___sub___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:28.0739744Z test___sub___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:28.0752154Z test___sub___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:28.0764516Z test___sub___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:28.0776992Z test___sub___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:28.0789315Z test___sub___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:28.0801821Z test___sub___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:28.0814943Z test___sub___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:28.0827948Z test___truediv___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:28.0840899Z test___truediv___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:28.0853878Z test___truediv___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:28.0866631Z test___truediv___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:28.0879664Z test___truediv___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:28.0892344Z test___truediv___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:28.0905113Z test___truediv___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:28.0918062Z test___truediv___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:28.0931622Z test___xor___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:28.0944594Z test___xor___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:28.0957842Z test___xor___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:28.0970788Z test___xor___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:28.0983762Z test___xor___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:28.0996999Z test___xor___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:28.1009916Z test___xor___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:28.1023022Z test___xor___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:42:28.1316990Z test_add_broadcast_empty_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:42:28.3004752Z test_add_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.169s) 2022-09-27T16:42:28.8970187Z test_add_with_tail_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.596s) 2022-09-27T16:42:28.8990216Z test_addcmul_scalars_as_floats_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:42:28.9005663Z test_addsub_half_tensor_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:42:28.9114904Z test_atan2_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:42:28.9256334Z test_atan2_edgecases_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:42:28.9393569Z test_batch_vs_slicing___radd___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:42:28.9461315Z test_batch_vs_slicing___radd___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:42:28.9759965Z test_batch_vs_slicing___radd___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:42:28.9989357Z test_batch_vs_slicing___radd___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:42:29.0161635Z test_batch_vs_slicing___radd___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:42:29.0310796Z test_batch_vs_slicing___radd___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:42:29.0482244Z test_batch_vs_slicing___radd___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:42:29.0538607Z test_batch_vs_slicing___radd___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:42:29.0595604Z test_batch_vs_slicing___radd___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:42:29.0653884Z test_batch_vs_slicing___radd___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:42:29.0708180Z test_batch_vs_slicing___radd___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:42:29.0765204Z test_batch_vs_slicing___radd___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:42:29.0830629Z test_batch_vs_slicing___rand___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:42:29.0887275Z test_batch_vs_slicing___rand___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:42:29.0944748Z test_batch_vs_slicing___rand___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:42:29.1004009Z test_batch_vs_slicing___rand___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:42:29.1058882Z test_batch_vs_slicing___rand___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:42:29.1114497Z test_batch_vs_slicing___rand___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:42:29.1266557Z test_batch_vs_slicing___rdiv___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:42:29.1435706Z test_batch_vs_slicing___rdiv___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:42:29.1850506Z test_batch_vs_slicing___rdiv___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:42:29.2103329Z test_batch_vs_slicing___rdiv___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:42:29.2293808Z test_batch_vs_slicing___rdiv___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:42:29.2468354Z test_batch_vs_slicing___rdiv___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:42:29.2661555Z test_batch_vs_slicing___rdiv___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:42:29.2831364Z test_batch_vs_slicing___rdiv___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:42:29.2999650Z test_batch_vs_slicing___rdiv___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:42:29.3168191Z test_batch_vs_slicing___rdiv___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:42:29.3333037Z test_batch_vs_slicing___rdiv___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:42:29.3499876Z test_batch_vs_slicing___rdiv___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:42:29.3662306Z test_batch_vs_slicing___rmod___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:42:29.3856679Z test_batch_vs_slicing___rmod___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:42:29.4009698Z test_batch_vs_slicing___rmod___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:42:29.4189136Z test_batch_vs_slicing___rmod___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:42:29.4328978Z test_batch_vs_slicing___rmul___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:42:29.4394884Z test_batch_vs_slicing___rmul___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:42:29.4677830Z test_batch_vs_slicing___rmul___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:42:29.4914744Z test_batch_vs_slicing___rmul___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:42:29.5088267Z test_batch_vs_slicing___rmul___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:42:29.5249951Z test_batch_vs_slicing___rmul___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:42:29.5443083Z test_batch_vs_slicing___rmul___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:42:29.5499456Z test_batch_vs_slicing___rmul___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:42:29.5555890Z test_batch_vs_slicing___rmul___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:42:29.5612764Z test_batch_vs_slicing___rmul___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:42:29.5665820Z test_batch_vs_slicing___rmul___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:42:29.5719776Z test_batch_vs_slicing___rmul___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:42:29.5783048Z test_batch_vs_slicing___ror___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:42:29.5837645Z test_batch_vs_slicing___ror___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:42:29.5892060Z test_batch_vs_slicing___ror___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:42:29.5948069Z test_batch_vs_slicing___ror___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:42:29.6000675Z test_batch_vs_slicing___ror___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:42:29.6053625Z test_batch_vs_slicing___ror___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:42:29.6092764Z 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:42:29.6093440Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-09-27T16:42:29.6223925Z ok (0.017s) 2022-09-27T16:42:29.6582336Z test_batch_vs_slicing___rpow___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:42:29.6886036Z test_batch_vs_slicing___rpow___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:42:29.7084854Z test_batch_vs_slicing___rpow___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:42:29.7282295Z test_batch_vs_slicing___rpow___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:42:29.7845977Z test_batch_vs_slicing___rpow___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.056s) 2022-09-27T16:42:29.7942361Z test_batch_vs_slicing___rpow___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:42:29.8036485Z test_batch_vs_slicing___rpow___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:42:29.8129286Z test_batch_vs_slicing___rpow___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:42:29.8214125Z test_batch_vs_slicing___rpow___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:42:29.8300143Z test_batch_vs_slicing___rpow___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:42:29.8436611Z test_batch_vs_slicing___rsub___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:42:29.8717791Z test_batch_vs_slicing___rsub___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:42:29.8954159Z test_batch_vs_slicing___rsub___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:42:29.9126913Z test_batch_vs_slicing___rsub___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:42:29.9283532Z test_batch_vs_slicing___rsub___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:42:29.9458992Z test_batch_vs_slicing___rsub___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:42:29.9517659Z test_batch_vs_slicing___rsub___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:42:29.9577801Z test_batch_vs_slicing___rsub___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:42:29.9637187Z test_batch_vs_slicing___rsub___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:42:29.9715472Z test_batch_vs_slicing___rsub___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:42:29.9771595Z test_batch_vs_slicing___rsub___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:42:29.9835850Z test_batch_vs_slicing___rxor___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:42:29.9890480Z test_batch_vs_slicing___rxor___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:42:29.9946172Z test_batch_vs_slicing___rxor___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:42:30.0003932Z test_batch_vs_slicing___rxor___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:42:30.0057219Z test_batch_vs_slicing___rxor___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:42:30.0111596Z test_batch_vs_slicing___rxor___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:42:30.0244908Z test_batch_vs_slicing_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:42:30.0309831Z test_batch_vs_slicing_add_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:42:30.0587250Z test_batch_vs_slicing_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:42:30.0658737Z 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:42:30.0659271Z result = torch.complex(real, imag) 2022-09-27T16:42:30.0875666Z ok (0.029s) 2022-09-27T16:42:30.1112936Z test_batch_vs_slicing_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:42:30.1285753Z test_batch_vs_slicing_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:42:30.1440728Z test_batch_vs_slicing_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:42:30.1613948Z test_batch_vs_slicing_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:42:30.1700610Z test_batch_vs_slicing_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:42:30.1758781Z test_batch_vs_slicing_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:42:30.1818140Z test_batch_vs_slicing_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:42:30.1874040Z test_batch_vs_slicing_add_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:42:30.1931277Z test_batch_vs_slicing_add_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:42:30.2070302Z test_batch_vs_slicing_atan2_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:42:30.2226291Z test_batch_vs_slicing_atan2_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:42:30.2381623Z test_batch_vs_slicing_atan2_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:42:30.2563681Z test_batch_vs_slicing_atan2_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:42:30.2722897Z test_batch_vs_slicing_atan2_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:42:30.2880655Z test_batch_vs_slicing_atan2_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:42:30.3040919Z test_batch_vs_slicing_atan2_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:42:30.3198858Z test_batch_vs_slicing_atan2_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:42:30.3356770Z test_batch_vs_slicing_atan2_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:42:30.3425178Z test_batch_vs_slicing_bitwise_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:42:30.3484990Z test_batch_vs_slicing_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:42:30.3546373Z test_batch_vs_slicing_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:42:30.3607837Z test_batch_vs_slicing_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:42:30.3665086Z test_batch_vs_slicing_bitwise_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:42:30.3723201Z test_batch_vs_slicing_bitwise_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:42:30.3844863Z test_batch_vs_slicing_bitwise_left_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:42:30.3914804Z test_batch_vs_slicing_bitwise_left_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:42:30.3982131Z test_batch_vs_slicing_bitwise_left_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:42:30.4044269Z test_batch_vs_slicing_bitwise_left_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:42:30.4106024Z test_batch_vs_slicing_bitwise_left_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:42:30.4173136Z test_batch_vs_slicing_bitwise_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:42:30.4230440Z test_batch_vs_slicing_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:42:30.4290929Z test_batch_vs_slicing_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:42:30.4351053Z test_batch_vs_slicing_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:42:30.4407491Z test_batch_vs_slicing_bitwise_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:42:30.4465327Z test_batch_vs_slicing_bitwise_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:42:30.4534006Z test_batch_vs_slicing_bitwise_right_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:42:30.4602402Z test_batch_vs_slicing_bitwise_right_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:42:30.4668046Z test_batch_vs_slicing_bitwise_right_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:42:30.4728875Z test_batch_vs_slicing_bitwise_right_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:42:30.4788796Z test_batch_vs_slicing_bitwise_right_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:42:30.4854254Z test_batch_vs_slicing_bitwise_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:42:30.4910172Z test_batch_vs_slicing_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:42:30.4968723Z test_batch_vs_slicing_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:42:30.5026544Z test_batch_vs_slicing_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:42:30.5082239Z test_batch_vs_slicing_bitwise_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:42:30.5138180Z test_batch_vs_slicing_bitwise_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:42:30.5277600Z test_batch_vs_slicing_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:42:30.5345517Z test_batch_vs_slicing_clamp_max_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:42:30.5518674Z test_batch_vs_slicing_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:42:30.5676007Z test_batch_vs_slicing_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:42:30.5850918Z test_batch_vs_slicing_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:42:30.5909041Z test_batch_vs_slicing_clamp_max_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:42:30.5969249Z test_batch_vs_slicing_clamp_max_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:42:30.6086142Z test_batch_vs_slicing_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:42:30.6142106Z test_batch_vs_slicing_clamp_max_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:42:30.6200952Z test_batch_vs_slicing_clamp_max_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:42:30.6338776Z test_batch_vs_slicing_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:42:30.6406509Z test_batch_vs_slicing_clamp_min_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:42:30.6577291Z test_batch_vs_slicing_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:42:30.6732593Z test_batch_vs_slicing_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:42:30.6907588Z test_batch_vs_slicing_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:42:30.6965811Z test_batch_vs_slicing_clamp_min_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:42:30.7025394Z test_batch_vs_slicing_clamp_min_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:42:30.7084280Z test_batch_vs_slicing_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:42:30.7139289Z test_batch_vs_slicing_clamp_min_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:42:30.7198046Z test_batch_vs_slicing_clamp_min_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:42:30.7415415Z test_batch_vs_slicing_complex_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:42:30.7616385Z test_batch_vs_slicing_complex_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:42:30.7830631Z test_batch_vs_slicing_complex_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:42:30.7971523Z test_batch_vs_slicing_copysign_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:42:30.8174404Z test_batch_vs_slicing_copysign_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:42:30.8724615Z test_batch_vs_slicing_copysign_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.055s) 2022-09-27T16:42:30.8877962Z test_batch_vs_slicing_copysign_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:42:30.9053634Z test_batch_vs_slicing_copysign_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:42:30.9203772Z test_batch_vs_slicing_copysign_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:42:30.9354388Z test_batch_vs_slicing_copysign_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:42:30.9504597Z test_batch_vs_slicing_copysign_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:42:30.9653441Z test_batch_vs_slicing_copysign_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:42:30.9801802Z test_batch_vs_slicing_copysign_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:42:30.9946772Z test_batch_vs_slicing_div_floor_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:42:31.0124481Z test_batch_vs_slicing_div_floor_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:42:31.0291309Z test_batch_vs_slicing_div_floor_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:42:31.0503409Z test_batch_vs_slicing_div_floor_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:42:31.0660748Z test_batch_vs_slicing_div_floor_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:42:31.0816754Z test_batch_vs_slicing_div_floor_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:42:31.0972590Z test_batch_vs_slicing_div_floor_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:42:31.1125712Z test_batch_vs_slicing_div_floor_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:42:31.1277337Z test_batch_vs_slicing_div_floor_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:42:31.1421321Z test_batch_vs_slicing_div_no_rounding_mode_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:42:31.1578350Z test_batch_vs_slicing_div_no_rounding_mode_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:42:31.1869300Z test_batch_vs_slicing_div_no_rounding_mode_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:42:31.2114566Z test_batch_vs_slicing_div_no_rounding_mode_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:42:31.2297951Z test_batch_vs_slicing_div_no_rounding_mode_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:42:31.2496086Z test_batch_vs_slicing_div_no_rounding_mode_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:42:31.2682737Z test_batch_vs_slicing_div_no_rounding_mode_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:42:31.2842718Z test_batch_vs_slicing_div_no_rounding_mode_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:42:31.3001197Z test_batch_vs_slicing_div_no_rounding_mode_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:42:31.3162039Z test_batch_vs_slicing_div_no_rounding_mode_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:42:31.3321103Z test_batch_vs_slicing_div_no_rounding_mode_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:42:31.3475933Z test_batch_vs_slicing_div_no_rounding_mode_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:42:31.3622290Z test_batch_vs_slicing_div_trunc_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:42:31.3801090Z test_batch_vs_slicing_div_trunc_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:42:31.3963059Z test_batch_vs_slicing_div_trunc_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:42:31.4147556Z test_batch_vs_slicing_div_trunc_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:42:31.4308772Z test_batch_vs_slicing_div_trunc_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:42:31.4468973Z test_batch_vs_slicing_div_trunc_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:42:31.4627520Z test_batch_vs_slicing_div_trunc_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:42:31.4813963Z test_batch_vs_slicing_div_trunc_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:42:31.4971473Z test_batch_vs_slicing_div_trunc_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:42:31.5047311Z test_batch_vs_slicing_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:42:31.5112101Z test_batch_vs_slicing_eq_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:42:31.5291060Z test_batch_vs_slicing_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:42:31.5450255Z test_batch_vs_slicing_eq_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:42:31.5578399Z test_batch_vs_slicing_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:42:31.5681857Z test_batch_vs_slicing_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:42:31.5769277Z test_batch_vs_slicing_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:42:31.5877988Z test_batch_vs_slicing_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:42:31.5944992Z test_batch_vs_slicing_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:42:31.6011395Z test_batch_vs_slicing_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:42:31.6076783Z test_batch_vs_slicing_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:42:31.6135102Z test_batch_vs_slicing_eq_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:42:31.6194160Z test_batch_vs_slicing_eq_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:42:31.6367065Z test_batch_vs_slicing_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:42:31.6536650Z test_batch_vs_slicing_float_power_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:42:31.6890926Z test_batch_vs_slicing_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:42:31.7192769Z test_batch_vs_slicing_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:42:31.7391495Z test_batch_vs_slicing_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:42:31.7576073Z test_batch_vs_slicing_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:42:31.7760095Z test_batch_vs_slicing_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:42:31.7924261Z test_batch_vs_slicing_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:42:31.8088393Z test_batch_vs_slicing_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:42:31.8252357Z test_batch_vs_slicing_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:42:31.8419218Z test_batch_vs_slicing_float_power_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:42:31.8587413Z test_batch_vs_slicing_float_power_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:42:31.8596989Z test_batch_vs_slicing_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:42:31.8867849Z test_batch_vs_slicing_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:42:31.9030257Z test_batch_vs_slicing_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:42:31.9634352Z test_batch_vs_slicing_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.060s) 2022-09-27T16:42:31.9715610Z test_batch_vs_slicing_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:42:31.9795205Z test_batch_vs_slicing_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:42:31.9872924Z test_batch_vs_slicing_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:42:31.9940738Z test_batch_vs_slicing_floor_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:42:32.0006382Z test_batch_vs_slicing_floor_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:42:32.0151685Z test_batch_vs_slicing_fmax_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:42:32.0216766Z test_batch_vs_slicing_fmax_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:42:32.0389054Z test_batch_vs_slicing_fmax_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:42:32.0543885Z test_batch_vs_slicing_fmax_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:42:32.0719064Z test_batch_vs_slicing_fmax_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:42:32.0774137Z test_batch_vs_slicing_fmax_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:42:32.0830439Z test_batch_vs_slicing_fmax_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:42:32.0886980Z test_batch_vs_slicing_fmax_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:42:32.0940237Z test_batch_vs_slicing_fmax_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:42:32.0996771Z test_batch_vs_slicing_fmax_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:42:32.1139961Z test_batch_vs_slicing_fmin_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:42:32.1204586Z test_batch_vs_slicing_fmin_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:42:32.1377883Z test_batch_vs_slicing_fmin_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:42:32.1562056Z test_batch_vs_slicing_fmin_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:42:32.1736942Z test_batch_vs_slicing_fmin_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:42:32.1794135Z test_batch_vs_slicing_fmin_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:42:32.1850272Z test_batch_vs_slicing_fmin_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:42:32.1906998Z test_batch_vs_slicing_fmin_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:42:32.1959780Z test_batch_vs_slicing_fmin_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:42:32.2015135Z test_batch_vs_slicing_fmin_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:42:32.2159222Z test_batch_vs_slicing_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:42:32.2337020Z test_batch_vs_slicing_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:42:32.2494754Z test_batch_vs_slicing_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:42:32.2678994Z test_batch_vs_slicing_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:42:32.2753282Z test_batch_vs_slicing_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:42:32.2826505Z test_batch_vs_slicing_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:42:32.2900821Z test_batch_vs_slicing_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:42:32.2964861Z test_batch_vs_slicing_fmod_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:42:32.3028425Z test_batch_vs_slicing_fmod_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:42:32.3099788Z test_batch_vs_slicing_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:42:32.3170564Z test_batch_vs_slicing_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:42:32.3245684Z test_batch_vs_slicing_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:42:32.3311557Z test_batch_vs_slicing_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:42:32.3376047Z test_batch_vs_slicing_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:42:32.3449916Z test_batch_vs_slicing_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:42:32.3513169Z test_batch_vs_slicing_ge_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:42:32.3613300Z test_batch_vs_slicing_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:42:32.3727294Z test_batch_vs_slicing_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:42:32.3831187Z test_batch_vs_slicing_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:42:32.3895821Z test_batch_vs_slicing_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:42:32.3958538Z test_batch_vs_slicing_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:42:32.4020965Z test_batch_vs_slicing_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:42:32.4077867Z test_batch_vs_slicing_ge_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:42:32.4134707Z test_batch_vs_slicing_ge_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:42:32.4208786Z test_batch_vs_slicing_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:42:32.4272144Z test_batch_vs_slicing_gt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:42:32.4374770Z test_batch_vs_slicing_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:42:32.4460799Z test_batch_vs_slicing_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:42:32.4571318Z test_batch_vs_slicing_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:42:32.4636545Z test_batch_vs_slicing_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:42:32.4700330Z test_batch_vs_slicing_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:42:32.4763599Z test_batch_vs_slicing_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:42:32.4820709Z test_batch_vs_slicing_gt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:42:32.4878239Z test_batch_vs_slicing_gt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:42:32.5025329Z test_batch_vs_slicing_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:42:32.5090348Z test_batch_vs_slicing_heaviside_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:42:32.5266353Z test_batch_vs_slicing_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:42:32.5424791Z test_batch_vs_slicing_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:42:32.5601966Z test_batch_vs_slicing_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:42:32.5669789Z test_batch_vs_slicing_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:42:32.5736770Z test_batch_vs_slicing_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:42:32.5801845Z test_batch_vs_slicing_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:42:32.5861383Z test_batch_vs_slicing_heaviside_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:42:32.5922272Z test_batch_vs_slicing_heaviside_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:42:32.6094191Z test_batch_vs_slicing_hypot_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:42:32.6247437Z test_batch_vs_slicing_hypot_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:42:32.6428739Z test_batch_vs_slicing_hypot_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:42:32.6584019Z test_batch_vs_slicing_igamma_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:42:32.6765837Z test_batch_vs_slicing_igamma_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:42:32.6934796Z test_batch_vs_slicing_igamma_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:42:32.7130974Z test_batch_vs_slicing_igamma_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:42:32.7288158Z test_batch_vs_slicing_igammac_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:42:32.7472854Z test_batch_vs_slicing_igammac_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:42:32.7645005Z test_batch_vs_slicing_igammac_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:42:32.7841377Z test_batch_vs_slicing_igammac_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:42:32.8096050Z test_batch_vs_slicing_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:42:32.8364917Z test_batch_vs_slicing_isclose_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:42:32.8929302Z test_batch_vs_slicing_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.056s) 2022-09-27T16:42:32.9299989Z test_batch_vs_slicing_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-09-27T16:42:32.9617223Z test_batch_vs_slicing_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:42:32.9897851Z test_batch_vs_slicing_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:42:33.0558216Z test_batch_vs_slicing_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.066s) 2022-09-27T16:42:33.0828437Z test_batch_vs_slicing_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:42:33.1098916Z test_batch_vs_slicing_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:42:33.1376910Z test_batch_vs_slicing_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:42:33.1647396Z test_batch_vs_slicing_isclose_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:42:33.1946439Z test_batch_vs_slicing_isclose_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:42:33.1962180Z test_batch_vs_slicing_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:42:33.1976172Z test_batch_vs_slicing_jiterator_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:42:33.1989437Z test_batch_vs_slicing_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:42:33.2002948Z test_batch_vs_slicing_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:42:33.2016114Z test_batch_vs_slicing_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:42:33.2029313Z test_batch_vs_slicing_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:42:33.2042586Z test_batch_vs_slicing_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:42:33.2055600Z test_batch_vs_slicing_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:42:33.2068626Z test_batch_vs_slicing_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:42:33.2081994Z test_batch_vs_slicing_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:42:33.2094967Z test_batch_vs_slicing_jiterator_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:42:33.2107938Z test_batch_vs_slicing_jiterator_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:42:33.2121178Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:42:33.2134252Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:42:33.2147047Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:42:33.2160155Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:42:33.2172935Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:42:33.2185720Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:42:33.2199347Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:42:33.2213018Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:42:33.2226847Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:42:33.2240860Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:42:33.2254503Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:42:33.2268426Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:42:33.2346281Z test_batch_vs_slicing_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:42:33.2421566Z test_batch_vs_slicing_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:42:33.2500861Z test_batch_vs_slicing_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:42:33.2578508Z test_batch_vs_slicing_lcm_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:42:33.2647361Z test_batch_vs_slicing_lcm_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:42:33.2816276Z test_batch_vs_slicing_ldexp_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:42:33.3005391Z test_batch_vs_slicing_ldexp_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:42:33.3361682Z test_batch_vs_slicing_ldexp_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:42:33.3653592Z test_batch_vs_slicing_ldexp_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:42:33.3855849Z test_batch_vs_slicing_ldexp_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:42:33.4077742Z test_batch_vs_slicing_ldexp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:42:33.4287326Z test_batch_vs_slicing_ldexp_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:42:33.4472856Z test_batch_vs_slicing_ldexp_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:42:33.4651450Z test_batch_vs_slicing_ldexp_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:42:33.4841362Z test_batch_vs_slicing_ldexp_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:42:33.5028958Z test_batch_vs_slicing_ldexp_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:42:33.5210677Z test_batch_vs_slicing_ldexp_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:42:33.5291315Z test_batch_vs_slicing_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:42:33.5357540Z test_batch_vs_slicing_le_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:42:33.5460448Z test_batch_vs_slicing_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:42:33.5552187Z test_batch_vs_slicing_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:42:33.5658935Z test_batch_vs_slicing_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:42:33.5726350Z test_batch_vs_slicing_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:42:33.5796535Z test_batch_vs_slicing_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:42:33.5862834Z test_batch_vs_slicing_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:42:33.5923252Z test_batch_vs_slicing_le_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:42:33.5982705Z test_batch_vs_slicing_le_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:42:33.6061249Z test_batch_vs_slicing_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:42:33.6131069Z test_batch_vs_slicing_logical_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:42:33.6340720Z test_batch_vs_slicing_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:42:33.6474918Z test_batch_vs_slicing_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:42:33.6577375Z test_batch_vs_slicing_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:42:33.6666834Z test_batch_vs_slicing_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:42:33.6773961Z test_batch_vs_slicing_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:42:33.6839090Z test_batch_vs_slicing_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:42:33.6903925Z test_batch_vs_slicing_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:42:33.6969877Z test_batch_vs_slicing_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:42:33.7029864Z test_batch_vs_slicing_logical_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:42:33.7090004Z test_batch_vs_slicing_logical_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:42:33.7167295Z test_batch_vs_slicing_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:42:33.7233654Z test_batch_vs_slicing_logical_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:42:33.7415797Z test_batch_vs_slicing_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:42:33.7547232Z test_batch_vs_slicing_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:42:33.7652573Z test_batch_vs_slicing_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:42:33.7742994Z test_batch_vs_slicing_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:42:33.7854685Z test_batch_vs_slicing_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:42:33.7924757Z test_batch_vs_slicing_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:42:33.7995246Z test_batch_vs_slicing_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:42:33.8066160Z test_batch_vs_slicing_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:42:33.8130207Z test_batch_vs_slicing_logical_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:42:33.8194155Z test_batch_vs_slicing_logical_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:42:33.8275366Z test_batch_vs_slicing_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:42:33.8343963Z test_batch_vs_slicing_logical_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:42:33.8565233Z test_batch_vs_slicing_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:42:33.8698480Z test_batch_vs_slicing_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:42:33.8803792Z test_batch_vs_slicing_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:42:33.8892904Z test_batch_vs_slicing_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:42:33.9002824Z test_batch_vs_slicing_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:42:33.9071236Z test_batch_vs_slicing_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:42:33.9138572Z test_batch_vs_slicing_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:42:33.9205556Z test_batch_vs_slicing_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:42:33.9266737Z test_batch_vs_slicing_logical_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:42:33.9328324Z test_batch_vs_slicing_logical_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:42:33.9405199Z test_batch_vs_slicing_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:42:33.9469533Z test_batch_vs_slicing_lt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:42:33.9570522Z test_batch_vs_slicing_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:42:33.9656427Z test_batch_vs_slicing_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:42:33.9763547Z test_batch_vs_slicing_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:42:33.9830974Z test_batch_vs_slicing_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:42:33.9897259Z test_batch_vs_slicing_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:42:33.9964190Z test_batch_vs_slicing_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:42:34.0024864Z test_batch_vs_slicing_lt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:42:34.0086465Z test_batch_vs_slicing_lt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:42:34.0226570Z test_batch_vs_slicing_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:42:34.0294521Z test_batch_vs_slicing_max_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:42:34.0470259Z test_batch_vs_slicing_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:42:34.0629102Z test_batch_vs_slicing_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:42:34.1258787Z test_batch_vs_slicing_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:42:34.1317268Z test_batch_vs_slicing_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:42:34.1375844Z test_batch_vs_slicing_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:42:34.1434200Z test_batch_vs_slicing_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:42:34.1488338Z test_batch_vs_slicing_max_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:42:34.1546175Z test_batch_vs_slicing_max_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:42:34.1680746Z test_batch_vs_slicing_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:42:34.1745896Z test_batch_vs_slicing_maximum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:42:34.1913329Z test_batch_vs_slicing_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:42:34.2063804Z test_batch_vs_slicing_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:42:34.2239677Z test_batch_vs_slicing_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:42:34.2297774Z test_batch_vs_slicing_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:42:34.2357048Z test_batch_vs_slicing_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:42:34.2417043Z test_batch_vs_slicing_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:42:34.2474019Z test_batch_vs_slicing_maximum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:42:34.2533728Z test_batch_vs_slicing_maximum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:42:34.2674916Z test_batch_vs_slicing_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:42:34.2743513Z test_batch_vs_slicing_min_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:42:34.2919078Z test_batch_vs_slicing_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:42:34.3079960Z test_batch_vs_slicing_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:42:34.3256561Z test_batch_vs_slicing_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:42:34.3346129Z test_batch_vs_slicing_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:42:34.3404499Z test_batch_vs_slicing_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:42:34.3462846Z test_batch_vs_slicing_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:42:34.3517626Z test_batch_vs_slicing_min_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:42:34.3575678Z test_batch_vs_slicing_min_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:42:34.3708271Z test_batch_vs_slicing_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:42:34.3772398Z test_batch_vs_slicing_minimum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:42:34.3939856Z test_batch_vs_slicing_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:42:34.4090584Z test_batch_vs_slicing_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:42:34.4265671Z test_batch_vs_slicing_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:42:34.4323248Z test_batch_vs_slicing_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:42:34.4381239Z test_batch_vs_slicing_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:42:34.4440524Z test_batch_vs_slicing_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:42:34.4494664Z test_batch_vs_slicing_minimum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:42:34.4552224Z test_batch_vs_slicing_minimum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:42:34.4687039Z test_batch_vs_slicing_mul_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:42:34.4752858Z test_batch_vs_slicing_mul_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:42:34.5034074Z test_batch_vs_slicing_mul_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:42:34.5326988Z test_batch_vs_slicing_mul_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:42:34.5593097Z test_batch_vs_slicing_mul_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:42:34.5760914Z test_batch_vs_slicing_mul_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:42:34.5912760Z test_batch_vs_slicing_mul_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:42:34.6086472Z test_batch_vs_slicing_mul_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:42:34.6144396Z test_batch_vs_slicing_mul_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:42:34.6202355Z test_batch_vs_slicing_mul_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:42:34.6259783Z test_batch_vs_slicing_mul_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:42:34.6313481Z test_batch_vs_slicing_mul_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:42:34.6368133Z test_batch_vs_slicing_mul_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:42:34.6440294Z test_batch_vs_slicing_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:42:34.6502304Z test_batch_vs_slicing_ne_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:42:34.6679939Z test_batch_vs_slicing_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:42:34.6808719Z test_batch_vs_slicing_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:42:34.6910612Z test_batch_vs_slicing_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:42:34.6998571Z test_batch_vs_slicing_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:42:34.7103249Z test_batch_vs_slicing_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:42:34.7168385Z test_batch_vs_slicing_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:42:34.7260349Z test_batch_vs_slicing_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:42:34.7323096Z test_batch_vs_slicing_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:42:34.7380782Z test_batch_vs_slicing_ne_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:42:34.7439216Z test_batch_vs_slicing_ne_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:42:34.7586890Z test_batch_vs_slicing_nextafter_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:42:34.7739308Z test_batch_vs_slicing_nextafter_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:42:34.7916070Z test_batch_vs_slicing_nextafter_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:42:34.8115691Z test_batch_vs_slicing_polar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:42:34.8348043Z test_batch_vs_slicing_polar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:42:34.8479839Z test_batch_vs_slicing_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:42:34.8807511Z test_batch_vs_slicing_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:42:34.9110955Z test_batch_vs_slicing_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:42:34.9283038Z test_batch_vs_slicing_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:42:34.9440312Z test_batch_vs_slicing_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:42:34.9628251Z test_batch_vs_slicing_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:42:34.9698896Z test_batch_vs_slicing_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:42:34.9767785Z test_batch_vs_slicing_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:42:34.9834841Z test_batch_vs_slicing_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:42:34.9897734Z test_batch_vs_slicing_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:42:34.9959325Z test_batch_vs_slicing_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:42:35.0109265Z test_batch_vs_slicing_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:42:35.0311863Z test_batch_vs_slicing_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:42:35.0472419Z test_batch_vs_slicing_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:42:35.0661243Z test_batch_vs_slicing_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:42:35.0738282Z test_batch_vs_slicing_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:42:35.0818811Z test_batch_vs_slicing_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:42:35.0898389Z test_batch_vs_slicing_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:42:35.0967536Z test_batch_vs_slicing_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:42:35.1033691Z test_batch_vs_slicing_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:42:35.1169818Z test_batch_vs_slicing_rsub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:42:35.1488671Z test_batch_vs_slicing_rsub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:42:35.2087364Z test_batch_vs_slicing_rsub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.060s) 2022-09-27T16:42:35.2261772Z test_batch_vs_slicing_rsub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:42:35.2418098Z test_batch_vs_slicing_rsub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:42:35.2595122Z test_batch_vs_slicing_rsub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:42:35.2653200Z test_batch_vs_slicing_rsub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:42:35.2711617Z test_batch_vs_slicing_rsub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:42:35.2769977Z test_batch_vs_slicing_rsub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:42:35.2822726Z test_batch_vs_slicing_rsub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:42:35.2878639Z test_batch_vs_slicing_rsub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:42:35.3033735Z test_batch_vs_slicing_special_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:42:35.3193283Z test_batch_vs_slicing_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:42:35.3376249Z test_batch_vs_slicing_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:42:35.3568477Z test_batch_vs_slicing_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:42:35.3726025Z test_batch_vs_slicing_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:42:35.3884821Z test_batch_vs_slicing_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:42:35.4043231Z test_batch_vs_slicing_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:42:35.4203383Z test_batch_vs_slicing_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:42:35.4365999Z test_batch_vs_slicing_special_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:42:35.4531426Z test_batch_vs_slicing_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:42:35.4713400Z test_batch_vs_slicing_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:42:35.4869529Z test_batch_vs_slicing_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:42:35.5025416Z test_batch_vs_slicing_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:42:35.5182495Z test_batch_vs_slicing_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:42:35.5340809Z test_batch_vs_slicing_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:42:35.5501994Z test_batch_vs_slicing_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:42:35.5512202Z 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:42:35.5521502Z 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:42:35.5530408Z 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:42:35.5538995Z 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:42:35.5547606Z 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:42:35.5556031Z 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:42:35.5564492Z 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:42:35.5605050Z test_batch_vs_slicing_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T16:42:35.5613658Z 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:42:35.5622159Z 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:42:35.5630659Z 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:42:35.5639490Z 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:42:35.5648053Z 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:42:35.5656678Z 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:42:35.5665279Z 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:42:35.5674162Z 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:42:35.5836357Z test_batch_vs_slicing_special_hermite_polynomial_h_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:42:35.5996350Z test_batch_vs_slicing_special_hermite_polynomial_h_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:42:35.6175339Z test_batch_vs_slicing_special_hermite_polynomial_h_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:42:35.6332724Z test_batch_vs_slicing_special_hermite_polynomial_h_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:42:35.6489671Z test_batch_vs_slicing_special_hermite_polynomial_h_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:42:35.6649003Z test_batch_vs_slicing_special_hermite_polynomial_h_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:42:35.6805502Z test_batch_vs_slicing_special_hermite_polynomial_h_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:42:35.6961492Z test_batch_vs_slicing_special_hermite_polynomial_h_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:42:35.7119928Z test_batch_vs_slicing_special_hermite_polynomial_he_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:42:35.7280670Z test_batch_vs_slicing_special_hermite_polynomial_he_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:42:35.7460344Z test_batch_vs_slicing_special_hermite_polynomial_he_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:42:35.7618449Z test_batch_vs_slicing_special_hermite_polynomial_he_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:42:35.7809273Z test_batch_vs_slicing_special_hermite_polynomial_he_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:42:35.7969001Z test_batch_vs_slicing_special_hermite_polynomial_he_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:42:35.8129317Z test_batch_vs_slicing_special_hermite_polynomial_he_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:42:35.8289696Z test_batch_vs_slicing_special_hermite_polynomial_he_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:42:35.8452333Z test_batch_vs_slicing_special_laguerre_polynomial_l_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:42:35.8617251Z test_batch_vs_slicing_special_laguerre_polynomial_l_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:42:35.8800191Z test_batch_vs_slicing_special_laguerre_polynomial_l_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:42:35.8960584Z test_batch_vs_slicing_special_laguerre_polynomial_l_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:42:35.9121694Z test_batch_vs_slicing_special_laguerre_polynomial_l_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:42:35.9283279Z test_batch_vs_slicing_special_laguerre_polynomial_l_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:42:35.9442474Z test_batch_vs_slicing_special_laguerre_polynomial_l_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:42:35.9602976Z test_batch_vs_slicing_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:42:35.9612870Z 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:42:35.9621895Z 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:42:35.9630779Z 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:42:35.9639661Z 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:42:35.9648047Z 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:42:35.9656915Z 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:42:35.9664843Z 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:42:35.9673620Z 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:42:35.9682282Z 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:42:35.9690744Z 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:42:35.9699116Z 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:42:35.9707538Z 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:42:35.9716438Z 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:42:35.9724937Z 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:42:35.9733413Z 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:42:35.9742226Z 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:42:35.9751014Z 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:42:35.9759559Z 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:42:35.9800106Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T16:42:35.9808760Z 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:42:35.9816939Z 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:42:35.9825450Z 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:42:35.9834310Z 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:42:35.9842621Z 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:42:35.9851455Z 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:42:35.9859630Z 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:42:35.9868133Z 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:42:35.9876992Z 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:42:35.9885612Z 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:42:35.9894247Z 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:42:35.9902809Z 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:42:35.9911359Z 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:42:35.9920454Z 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:42:35.9929471Z 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:42:35.9938396Z 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:42:35.9947329Z 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:42:35.9956503Z 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:42:35.9965484Z 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:42:35.9974352Z 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:42:35.9983227Z 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:42:36.0144797Z test_batch_vs_slicing_special_xlog1py_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:42:36.0304119Z test_batch_vs_slicing_special_xlog1py_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:42:36.0487722Z test_batch_vs_slicing_special_xlog1py_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:42:36.0657016Z test_batch_vs_slicing_special_xlog1py_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:42:36.0842540Z test_batch_vs_slicing_special_xlog1py_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:42:36.1004508Z test_batch_vs_slicing_special_xlog1py_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:42:36.1163746Z test_batch_vs_slicing_special_xlog1py_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:42:36.1323451Z test_batch_vs_slicing_special_xlog1py_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:42:36.1482055Z test_batch_vs_slicing_special_xlog1py_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:42:36.1644509Z test_batch_vs_slicing_special_xlog1py_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:42:36.1807778Z test_batch_vs_slicing_special_zeta_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:42:36.2029917Z test_batch_vs_slicing_special_zeta_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:42:36.2231931Z test_batch_vs_slicing_special_zeta_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:42:36.2807301Z test_batch_vs_slicing_special_zeta_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:42:36.2987517Z test_batch_vs_slicing_special_zeta_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:42:36.3172068Z test_batch_vs_slicing_special_zeta_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:42:36.3354509Z test_batch_vs_slicing_special_zeta_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:42:36.3579294Z test_batch_vs_slicing_special_zeta_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:42:36.3718824Z test_batch_vs_slicing_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:42:36.3995669Z test_batch_vs_slicing_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:42:36.4277120Z test_batch_vs_slicing_sub_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:42:36.4535053Z test_batch_vs_slicing_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:42:36.4709532Z test_batch_vs_slicing_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:42:36.4859202Z test_batch_vs_slicing_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:42:36.5036894Z test_batch_vs_slicing_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:42:36.5094179Z test_batch_vs_slicing_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:42:36.5155946Z test_batch_vs_slicing_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:42:36.5214163Z test_batch_vs_slicing_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:42:36.5267964Z test_batch_vs_slicing_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:42:36.5323986Z test_batch_vs_slicing_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:42:36.5464912Z test_batch_vs_slicing_true_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:42:36.5623643Z test_batch_vs_slicing_true_divide_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:42:36.5917679Z test_batch_vs_slicing_true_divide_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:42:36.6157008Z test_batch_vs_slicing_true_divide_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:42:36.6334931Z test_batch_vs_slicing_true_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:42:36.6526485Z test_batch_vs_slicing_true_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:42:36.6708203Z test_batch_vs_slicing_true_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:42:36.6865009Z test_batch_vs_slicing_true_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:42:36.7020339Z test_batch_vs_slicing_true_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:42:36.7174818Z test_batch_vs_slicing_true_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:42:36.7326942Z test_batch_vs_slicing_true_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:42:36.7482023Z test_batch_vs_slicing_true_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:42:36.7629871Z test_batch_vs_slicing_xlogy_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:42:36.7789373Z test_batch_vs_slicing_xlogy_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:42:36.7965964Z test_batch_vs_slicing_xlogy_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:42:36.8125107Z test_batch_vs_slicing_xlogy_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:42:36.8304460Z test_batch_vs_slicing_xlogy_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:42:36.8463358Z test_batch_vs_slicing_xlogy_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:42:36.8651935Z test_batch_vs_slicing_xlogy_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:42:36.8811490Z test_batch_vs_slicing_xlogy_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:42:36.8968341Z test_batch_vs_slicing_xlogy_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:42:36.9125992Z test_batch_vs_slicing_xlogy_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:42:37.7612892Z test_binary_op_mem_overlap_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.849s) 2022-09-27T16:42:37.7627063Z test_binary_op_scalar_device_unspecified_cpu (__main__.TestBinaryUfuncsCPU) ... skip: fewer than 2 devices detected (0.001s) 2022-09-27T16:42:55.4682685Z test_binary_ops_with_scalars_cpu (__main__.TestBinaryUfuncsCPU) ... ok (17.705s) 2022-09-27T16:42:56.0227801Z test_bitwise_ops_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.554s) 2022-09-27T16:42:56.4764408Z test_bitwise_ops_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.454s) 2022-09-27T16:42:56.9970791Z test_bitwise_ops_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.521s) 2022-09-27T16:42:57.4514152Z test_bitwise_ops_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.454s) 2022-09-27T16:42:57.8503120Z test_bitwise_ops_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.399s) 2022-09-27T16:42:58.3178636Z test_bitwise_ops_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.467s) 2022-09-27T16:42:58.3246358Z test_bool_tensor_comparison_ops_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:42:58.4278657Z test_broadcasting_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.103s) 2022-09-27T16:42:58.4654131Z test_broadcasting_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-09-27T16:42:58.5025165Z test_broadcasting_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-09-27T16:42:58.5401385Z test_broadcasting_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-09-27T16:42:58.5761924Z test_broadcasting_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:42:58.6735434Z test_broadcasting_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.097s) 2022-09-27T16:42:58.7092084Z test_broadcasting_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:42:58.8089908Z test_broadcasting_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.100s) 2022-09-27T16:42:58.8451069Z test_broadcasting_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:42:58.9160954Z test_broadcasting_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.071s) 2022-09-27T16:42:58.9529403Z test_broadcasting_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-09-27T16:42:59.0533197Z test_broadcasting_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.100s) 2022-09-27T16:42:59.1248424Z test_broadcasting_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.071s) 2022-09-27T16:42:59.2339360Z test_broadcasting_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.109s) 2022-09-27T16:42:59.2776740Z test_broadcasting_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:42:59.3845433Z test_broadcasting_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.107s) 2022-09-27T16:42:59.4243687Z test_broadcasting_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-09-27T16:42:59.4604973Z test_broadcasting_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:42:59.5325774Z test_broadcasting_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.072s) 2022-09-27T16:42:59.5688846Z test_broadcasting_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:42:59.6410522Z test_broadcasting_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.072s) 2022-09-27T16:42:59.6773259Z test_broadcasting_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:42:59.7761845Z test_broadcasting_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.099s) 2022-09-27T16:42:59.8123283Z test_broadcasting_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:42:59.8960155Z test_broadcasting_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.084s) 2022-09-27T16:42:59.9473409Z test_broadcasting_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:42:59.9486172Z test_broadcasting_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:42:59.9497677Z test_broadcasting_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:42:59.9508623Z test_broadcasting_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:42:59.9519404Z test_broadcasting_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:42:59.9898558Z test_broadcasting_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-09-27T16:43:00.0648214Z test_broadcasting_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.075s) 2022-09-27T16:43:00.1024595Z test_broadcasting_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-09-27T16:43:00.2099185Z test_broadcasting_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.107s) 2022-09-27T16:43:00.2462468Z test_broadcasting_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:43:00.3183327Z test_broadcasting_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.072s) 2022-09-27T16:43:00.3563945Z test_broadcasting_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-09-27T16:43:00.4304994Z test_broadcasting_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.074s) 2022-09-27T16:43:00.4683628Z test_broadcasting_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-09-27T16:43:00.5417576Z test_broadcasting_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.073s) 2022-09-27T16:43:00.5783943Z test_broadcasting_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-09-27T16:43:00.6788127Z test_broadcasting_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.100s) 2022-09-27T16:43:00.7162394Z test_broadcasting_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-09-27T16:43:00.8191535Z test_broadcasting_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.103s) 2022-09-27T16:43:00.8563415Z test_broadcasting_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-09-27T16:43:00.9631522Z test_broadcasting_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.107s) 2022-09-27T16:43:01.0002725Z test_broadcasting_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-09-27T16:43:01.1003919Z test_broadcasting_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.100s) 2022-09-27T16:43:01.1367956Z test_broadcasting_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:43:01.2092342Z test_broadcasting_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.072s) 2022-09-27T16:43:01.2908751Z test_broadcasting_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.082s) 2022-09-27T16:43:01.3923308Z test_broadcasting_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.101s) 2022-09-27T16:43:01.4291233Z test_broadcasting_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-09-27T16:43:01.5365878Z test_broadcasting_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.107s) 2022-09-27T16:43:01.5771924Z test_broadcasting_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:43:01.6803342Z test_broadcasting_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.103s) 2022-09-27T16:43:01.7181511Z test_broadcasting_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-09-27T16:43:01.7427057Z test_cdiv_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:43:01.7670194Z test_cmul_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:43:01.8047313Z 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:43:01.8047733Z lambda inp: np_fn(inp, y_np, out=out) if out else np_fn(inp, y_np), 2022-09-27T16:43:01.8058882Z test_binary_ufuncs.py:3059: RuntimeWarning: invalid value encountered in less_equal 2022-09-27T16:43:01.8059312Z lambda inp: np_fn(inp, y_np, out=out) if out else np_fn(inp, y_np), 2022-09-27T16:43:01.8071557Z test_binary_ufuncs.py:3059: RuntimeWarning: invalid value encountered in greater 2022-09-27T16:43:01.8071857Z lambda inp: np_fn(inp, y_np, out=out) if out else np_fn(inp, y_np), 2022-09-27T16:43:01.8084336Z test_binary_ufuncs.py:3059: RuntimeWarning: invalid value encountered in greater_equal 2022-09-27T16:43:01.8084657Z lambda inp: np_fn(inp, y_np, out=out) if out else np_fn(inp, y_np), 2022-09-27T16:43:01.9360496Z ok (0.169s) 2022-09-27T16:43:02.0993340Z test_comparison_ops_type_promotion_and_broadcasting_cpu_bfloat16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.163s) 2022-09-27T16:43:02.2353789Z test_comparison_ops_type_promotion_and_broadcasting_cpu_bool_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.136s) 2022-09-27T16:43:02.3369221Z test_comparison_ops_type_promotion_and_broadcasting_cpu_complex128_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.101s) 2022-09-27T16:43:02.4303346Z test_comparison_ops_type_promotion_and_broadcasting_cpu_complex128_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.093s) 2022-09-27T16:43:02.5205243Z test_comparison_ops_type_promotion_and_broadcasting_cpu_complex128_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.090s) 2022-09-27T16:43:02.6181910Z test_comparison_ops_type_promotion_and_broadcasting_cpu_complex128_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.098s) 2022-09-27T16:43:02.7208541Z test_comparison_ops_type_promotion_and_broadcasting_cpu_complex64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.102s) 2022-09-27T16:43:02.8325936Z test_comparison_ops_type_promotion_and_broadcasting_cpu_complex64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.112s) 2022-09-27T16:43:02.9320298Z test_comparison_ops_type_promotion_and_broadcasting_cpu_complex64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.099s) 2022-09-27T16:43:03.0242414Z test_comparison_ops_type_promotion_and_broadcasting_cpu_complex64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.092s) 2022-09-27T16:43:03.1239478Z test_comparison_ops_type_promotion_and_broadcasting_cpu_complex64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.100s) 2022-09-27T16:43:03.3081811Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.184s) 2022-09-27T16:43:03.5076951Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.199s) 2022-09-27T16:43:03.6626079Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.155s) 2022-09-27T16:43:03.8348526Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.172s) 2022-09-27T16:43:03.9951128Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.160s) 2022-09-27T16:43:04.0953543Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.100s) 2022-09-27T16:43:04.1950244Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.100s) 2022-09-27T16:43:04.3709018Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.176s) 2022-09-27T16:43:04.5589043Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.188s) 2022-09-27T16:43:04.7210138Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.162s) 2022-09-27T16:43:04.8768567Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.156s) 2022-09-27T16:43:05.0313661Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.154s) 2022-09-27T16:43:05.1902250Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.159s) 2022-09-27T16:43:05.3442834Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.154s) 2022-09-27T16:43:05.4977220Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.153s) 2022-09-27T16:43:05.7106932Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.213s) 2022-09-27T16:43:05.8697565Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.159s) 2022-09-27T16:43:05.9715268Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.102s) 2022-09-27T16:43:06.0778182Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.106s) 2022-09-27T16:43:06.2402590Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.162s) 2022-09-27T16:43:06.3876338Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.147s) 2022-09-27T16:43:06.5427681Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.155s) 2022-09-27T16:43:06.7485612Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.206s) 2022-09-27T16:43:06.9050715Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.156s) 2022-09-27T16:43:07.0615321Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.156s) 2022-09-27T16:43:07.2199456Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.158s) 2022-09-27T16:43:07.3949905Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.175s) 2022-09-27T16:43:07.5434552Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.148s) 2022-09-27T16:43:07.6407278Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.097s) 2022-09-27T16:43:07.7352836Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.094s) 2022-09-27T16:43:07.8934973Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.158s) 2022-09-27T16:43:08.0419089Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.148s) 2022-09-27T16:43:08.1859731Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.144s) 2022-09-27T16:43:08.3315383Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.145s) 2022-09-27T16:43:08.4954376Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.164s) 2022-09-27T16:43:08.6444400Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.149s) 2022-09-27T16:43:08.7461045Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int32_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.102s) 2022-09-27T16:43:08.8358359Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int32_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.090s) 2022-09-27T16:43:08.9875626Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.152s) 2022-09-27T16:43:09.1177195Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.130s) 2022-09-27T16:43:09.2616341Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.144s) 2022-09-27T16:43:09.4292912Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.168s) 2022-09-27T16:43:09.5699305Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.141s) 2022-09-27T16:43:09.6573623Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.087s) 2022-09-27T16:43:09.7432529Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.086s) 2022-09-27T16:43:09.8929249Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.150s) 2022-09-27T16:43:10.0333241Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.140s) 2022-09-27T16:43:10.1907792Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.157s) 2022-09-27T16:43:10.3303834Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.139s) 2022-09-27T16:43:10.4225015Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int8_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.092s) 2022-09-27T16:43:10.5115852Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int8_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.089s) 2022-09-27T16:43:10.6629359Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.151s) 2022-09-27T16:43:10.8125068Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.149s) 2022-09-27T16:43:10.9538300Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.141s) 2022-09-27T16:43:11.0995588Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.146s) 2022-09-27T16:43:11.2284010Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.129s) 2022-09-27T16:43:11.3868331Z test_comparison_ops_type_promotion_and_broadcasting_cpu_uint8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.158s) 2022-09-27T16:43:11.5396787Z test_comparison_ops_type_promotion_and_broadcasting_cpu_uint8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.153s) 2022-09-27T16:43:11.6307422Z test_comparison_ops_type_promotion_and_broadcasting_cpu_uint8_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.091s) 2022-09-27T16:43:11.7194153Z test_comparison_ops_type_promotion_and_broadcasting_cpu_uint8_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.089s) 2022-09-27T16:43:11.8680940Z test_comparison_ops_type_promotion_and_broadcasting_cpu_uint8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.149s) 2022-09-27T16:43:12.0091360Z test_comparison_ops_type_promotion_and_broadcasting_cpu_uint8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.141s) 2022-09-27T16:43:12.1792182Z test_comparison_ops_type_promotion_and_broadcasting_cpu_uint8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.170s) 2022-09-27T16:43:12.3306128Z test_comparison_ops_type_promotion_and_broadcasting_cpu_uint8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.151s) 2022-09-27T16:43:12.4799691Z test_comparison_ops_type_promotion_and_broadcasting_cpu_uint8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.149s) 2022-09-27T16:43:12.6058765Z test_comparison_ops_type_promotion_and_broadcasting_cpu_uint8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.126s) 2022-09-27T16:43:12.6329547Z test_complex_scalar_pow_tensor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:43:12.6614847Z test_complex_scalar_pow_tensor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:43:12.7146614Z test_complex_scalar_pow_tensor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.053s) 2022-09-27T16:43:12.7438802Z test_complex_scalar_pow_tensor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:43:12.7709435Z test_complex_scalar_pow_tensor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:43:12.8003924Z test_complex_scalar_pow_tensor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:43:12.8297507Z test_complex_scalar_pow_tensor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:43:12.8594812Z test_complex_scalar_pow_tensor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:43:12.8885028Z test_complex_scalar_pow_tensor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:43:12.9190694Z test_complex_scalar_pow_tensor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:43:12.9229344Z test_contig_size1___radd___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:12.9325144Z test_contig_size1___radd___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:43:12.9374109Z test_contig_size1___radd___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:43:12.9419176Z test_contig_size1___radd___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:12.9455603Z test_contig_size1___radd___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:12.9491272Z test_contig_size1___radd___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:12.9526885Z test_contig_size1___radd___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:12.9552620Z test_contig_size1___radd___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:12.9577425Z test_contig_size1___radd___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:12.9601834Z test_contig_size1___radd___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:12.9626823Z test_contig_size1___radd___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:12.9652664Z test_contig_size1___radd___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:12.9680005Z test_contig_size1___rand___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:12.9705432Z test_contig_size1___rand___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:12.9731393Z test_contig_size1___rand___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:12.9757190Z test_contig_size1___rand___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:12.9783508Z test_contig_size1___rand___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:12.9810338Z test_contig_size1___rand___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:12.9849649Z test_contig_size1___rdiv___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:12.9883518Z test_contig_size1___rdiv___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:12.9932974Z test_contig_size1___rdiv___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:43:12.9980649Z test_contig_size1___rdiv___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:43:13.0019950Z test_contig_size1___rdiv___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:13.0058981Z test_contig_size1___rdiv___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:13.0099053Z test_contig_size1___rdiv___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:13.0133636Z test_contig_size1___rdiv___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.0168470Z test_contig_size1___rdiv___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.0203483Z test_contig_size1___rdiv___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.0238735Z test_contig_size1___rdiv___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.0273783Z test_contig_size1___rdiv___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.0311050Z test_contig_size1___rmod___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:13.0349209Z test_contig_size1___rmod___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:13.0386331Z test_contig_size1___rmod___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:13.0423525Z test_contig_size1___rmod___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:13.0459689Z test_contig_size1___rmul___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:13.0486942Z test_contig_size1___rmul___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.0534010Z test_contig_size1___rmul___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:43:13.0579166Z test_contig_size1___rmul___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:13.0616997Z test_contig_size1___rmul___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:13.0653453Z test_contig_size1___rmul___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:13.0689943Z test_contig_size1___rmul___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:13.0717404Z test_contig_size1___rmul___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.0744020Z test_contig_size1___rmul___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.0770077Z test_contig_size1___rmul___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.0796770Z test_contig_size1___rmul___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.0823402Z test_contig_size1___rmul___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.0850240Z test_contig_size1___ror___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.0877274Z test_contig_size1___ror___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.0904516Z test_contig_size1___ror___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.0930662Z test_contig_size1___ror___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.0957305Z test_contig_size1___ror___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.0983649Z test_contig_size1___ror___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.1022638Z test_contig_size1___rpow___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:13.1071220Z test_contig_size1___rpow___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:43:13.1117982Z test_contig_size1___rpow___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:43:13.1156717Z test_contig_size1___rpow___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:13.1195700Z test_contig_size1___rpow___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:13.1234666Z test_contig_size1___rpow___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:13.1262950Z test_contig_size1___rpow___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.1291573Z test_contig_size1___rpow___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.1319608Z test_contig_size1___rpow___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.1347665Z test_contig_size1___rpow___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.1376129Z test_contig_size1___rpow___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.1411219Z test_contig_size1___rsub___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.1456257Z test_contig_size1___rsub___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:13.1502101Z test_contig_size1___rsub___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:13.1539519Z test_contig_size1___rsub___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:13.1575899Z test_contig_size1___rsub___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:13.1612120Z test_contig_size1___rsub___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:13.1639144Z test_contig_size1___rsub___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.1667166Z test_contig_size1___rsub___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.1694063Z test_contig_size1___rsub___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.1721297Z test_contig_size1___rsub___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.1748171Z test_contig_size1___rsub___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.1775093Z test_contig_size1___rxor___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.1801734Z test_contig_size1___rxor___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.1828001Z test_contig_size1___rxor___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.1854066Z test_contig_size1___rxor___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.1880650Z test_contig_size1___rxor___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.1906667Z test_contig_size1___rxor___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.1944893Z test_contig_size1_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:13.1971221Z test_contig_size1_add_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.2395547Z test_contig_size1_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:43:13.2443667Z test_contig_size1_add_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:43:13.2489394Z test_contig_size1_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:13.2615393Z test_contig_size1_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:43:13.2649824Z test_contig_size1_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.2684064Z test_contig_size1_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.2708561Z test_contig_size1_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:13.2733226Z test_contig_size1_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:13.2757304Z test_contig_size1_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:13.2781451Z test_contig_size1_add_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:13.2805886Z test_contig_size1_add_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:13.2840345Z test_contig_size1_atan2_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.2871498Z test_contig_size1_atan2_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.2907281Z test_contig_size1_atan2_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:13.2944036Z test_contig_size1_atan2_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:13.2975813Z test_contig_size1_atan2_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.3007823Z test_contig_size1_atan2_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.3039516Z test_contig_size1_atan2_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.3071287Z test_contig_size1_atan2_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.3102873Z test_contig_size1_atan2_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.3129207Z test_contig_size1_bitwise_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.3155914Z test_contig_size1_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.3181638Z test_contig_size1_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.3207202Z test_contig_size1_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.3233654Z test_contig_size1_bitwise_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.3259923Z test_contig_size1_bitwise_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.3286368Z test_contig_size1_bitwise_left_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.3312704Z test_contig_size1_bitwise_left_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.3338151Z test_contig_size1_bitwise_left_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:13.3364563Z test_contig_size1_bitwise_left_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.3390669Z test_contig_size1_bitwise_left_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.3416651Z test_contig_size1_bitwise_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.3442858Z test_contig_size1_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.3468744Z test_contig_size1_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.3494465Z test_contig_size1_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.3520615Z test_contig_size1_bitwise_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.3546655Z test_contig_size1_bitwise_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.3572882Z test_contig_size1_bitwise_right_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.3599214Z test_contig_size1_bitwise_right_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.3624691Z test_contig_size1_bitwise_right_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:13.3650723Z test_contig_size1_bitwise_right_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.3677210Z test_contig_size1_bitwise_right_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.3702869Z test_contig_size1_bitwise_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.3729093Z test_contig_size1_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.3755332Z test_contig_size1_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.3780649Z test_contig_size1_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:13.3806778Z test_contig_size1_bitwise_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.3832816Z test_contig_size1_bitwise_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.3868806Z test_contig_size1_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:13.3895063Z test_contig_size1_clamp_max_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.3931601Z test_contig_size1_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:13.3967947Z test_contig_size1_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:13.4004445Z test_contig_size1_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:13.4030731Z test_contig_size1_clamp_max_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.4056754Z test_contig_size1_clamp_max_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.4082589Z test_contig_size1_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:13.4108340Z test_contig_size1_clamp_max_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.4134546Z test_contig_size1_clamp_max_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.4170586Z test_contig_size1_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:13.4197011Z test_contig_size1_clamp_min_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.4233735Z test_contig_size1_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:13.4269546Z test_contig_size1_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:13.4306468Z test_contig_size1_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:13.4333204Z test_contig_size1_clamp_min_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.4359718Z test_contig_size1_clamp_min_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.4385653Z test_contig_size1_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.4412207Z test_contig_size1_clamp_min_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.4438894Z test_contig_size1_clamp_min_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.4478191Z test_contig_size1_complex_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:13.4516613Z test_contig_size1_complex_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:13.4556014Z test_contig_size1_complex_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:13.4591470Z test_contig_size1_copysign_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.4622360Z test_contig_size1_copysign_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.4658669Z test_contig_size1_copysign_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:13.4694652Z test_contig_size1_copysign_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:13.4731105Z test_contig_size1_copysign_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:13.4762375Z test_contig_size1_copysign_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.4792791Z test_contig_size1_copysign_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.4822914Z test_contig_size1_copysign_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.4853664Z test_contig_size1_copysign_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.4885078Z test_contig_size1_copysign_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.4921413Z test_contig_size1_div_floor_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:13.4959211Z test_contig_size1_div_floor_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:13.4996262Z test_contig_size1_div_floor_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:13.5034203Z test_contig_size1_div_floor_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:13.5066911Z test_contig_size1_div_floor_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.5099789Z test_contig_size1_div_floor_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.5133213Z test_contig_size1_div_floor_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.5165507Z test_contig_size1_div_floor_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.5197639Z test_contig_size1_div_floor_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.5305376Z test_contig_size1_div_no_rounding_mode_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:43:13.5337181Z test_contig_size1_div_no_rounding_mode_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.5385256Z test_contig_size1_div_no_rounding_mode_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:43:13.5430381Z test_contig_size1_div_no_rounding_mode_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:13.5467044Z test_contig_size1_div_no_rounding_mode_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:13.5502998Z test_contig_size1_div_no_rounding_mode_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:13.5540472Z test_contig_size1_div_no_rounding_mode_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:13.5571877Z test_contig_size1_div_no_rounding_mode_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.5603230Z test_contig_size1_div_no_rounding_mode_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.5634677Z test_contig_size1_div_no_rounding_mode_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.5665853Z test_contig_size1_div_no_rounding_mode_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.5697649Z test_contig_size1_div_no_rounding_mode_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.5734486Z test_contig_size1_div_trunc_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:13.5771098Z test_contig_size1_div_trunc_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:13.5808455Z test_contig_size1_div_trunc_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:13.5846659Z test_contig_size1_div_trunc_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:13.5879837Z test_contig_size1_div_trunc_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.5912429Z test_contig_size1_div_trunc_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.5947141Z test_contig_size1_div_trunc_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.5979950Z test_contig_size1_div_trunc_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.6012327Z test_contig_size1_div_trunc_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.6043599Z test_contig_size1_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.6068963Z test_contig_size1_eq_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:13.6110050Z test_contig_size1_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:13.6148252Z test_contig_size1_eq_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:13.6185788Z test_contig_size1_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:13.6217308Z test_contig_size1_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.6248334Z test_contig_size1_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.6280689Z test_contig_size1_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.6306275Z test_contig_size1_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.6332036Z test_contig_size1_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.6357943Z test_contig_size1_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.6383343Z test_contig_size1_eq_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:13.6409271Z test_contig_size1_eq_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.6445879Z test_contig_size1_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:13.6476859Z test_contig_size1_float_power_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.6522454Z test_contig_size1_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:43:13.6566792Z test_contig_size1_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:13.6603328Z test_contig_size1_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:13.6639725Z test_contig_size1_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:13.6676295Z test_contig_size1_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:13.6707585Z test_contig_size1_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.6738996Z test_contig_size1_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.6770145Z test_contig_size1_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.6802122Z test_contig_size1_float_power_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.6833517Z test_contig_size1_float_power_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.6848079Z test_contig_size1_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:43:13.6887615Z test_contig_size1_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:13.6925740Z test_contig_size1_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:13.6964228Z test_contig_size1_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:13.6992606Z test_contig_size1_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.7020525Z test_contig_size1_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.7049674Z test_contig_size1_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.7077845Z test_contig_size1_floor_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.7105552Z test_contig_size1_floor_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.7141261Z test_contig_size1_fmax_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:13.7167020Z test_contig_size1_fmax_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.7203492Z test_contig_size1_fmax_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:13.7239116Z test_contig_size1_fmax_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.7275690Z test_contig_size1_fmax_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:13.7301642Z test_contig_size1_fmax_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.7328000Z test_contig_size1_fmax_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.7353703Z test_contig_size1_fmax_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:13.7379988Z test_contig_size1_fmax_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.7405933Z test_contig_size1_fmax_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.7442027Z test_contig_size1_fmin_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:13.7467780Z test_contig_size1_fmin_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.7503743Z test_contig_size1_fmin_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:13.7539968Z test_contig_size1_fmin_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:13.7575926Z test_contig_size1_fmin_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:13.7601903Z test_contig_size1_fmin_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.7627975Z test_contig_size1_fmin_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.7653590Z test_contig_size1_fmin_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:13.7679764Z test_contig_size1_fmin_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.7705666Z test_contig_size1_fmin_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.7743652Z test_contig_size1_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:13.7782123Z test_contig_size1_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:13.7820525Z test_contig_size1_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:13.7859115Z test_contig_size1_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:13.7888380Z test_contig_size1_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.7916316Z test_contig_size1_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.7943564Z test_contig_size1_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.7971324Z test_contig_size1_fmod_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.7999598Z test_contig_size1_fmod_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.8140600Z test_contig_size1_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:43:13.8166849Z test_contig_size1_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.8190974Z test_contig_size1_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:13.8215952Z test_contig_size1_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:13.8240639Z test_contig_size1_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:13.8270517Z test_contig_size1_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.8294804Z test_contig_size1_ge_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:13.8326172Z test_contig_size1_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.8355953Z test_contig_size1_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.8387767Z test_contig_size1_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.8412377Z test_contig_size1_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:13.8437058Z test_contig_size1_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:13.8462904Z test_contig_size1_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.8488984Z test_contig_size1_ge_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.8515036Z test_contig_size1_ge_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.8547239Z test_contig_size1_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.8572867Z test_contig_size1_gt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.8605266Z test_contig_size1_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.8636921Z test_contig_size1_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.8669933Z test_contig_size1_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.8696777Z test_contig_size1_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.8723504Z test_contig_size1_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.8750054Z test_contig_size1_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.8775863Z test_contig_size1_gt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.8802194Z test_contig_size1_gt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.8838472Z test_contig_size1_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:13.8864017Z test_contig_size1_heaviside_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.8900664Z test_contig_size1_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:13.8936513Z test_contig_size1_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:13.8972510Z test_contig_size1_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:13.8999157Z test_contig_size1_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.9024898Z test_contig_size1_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.9050532Z test_contig_size1_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.9076964Z test_contig_size1_heaviside_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.9102981Z test_contig_size1_heaviside_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.9138462Z test_contig_size1_hypot_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.9173981Z test_contig_size1_hypot_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.9210671Z test_contig_size1_hypot_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:13.9245633Z test_contig_size1_igamma_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.9281912Z test_contig_size1_igamma_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:13.9317885Z test_contig_size1_igamma_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:13.9354120Z test_contig_size1_igamma_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:13.9388972Z test_contig_size1_igammac_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.9425195Z test_contig_size1_igammac_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:13.9461078Z test_contig_size1_igammac_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.9497460Z test_contig_size1_igammac_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:13.9536758Z test_contig_size1_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:13.9571469Z test_contig_size1_isclose_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.9620827Z test_contig_size1_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:43:13.9668171Z test_contig_size1_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:43:13.9707676Z test_contig_size1_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:13.9746065Z test_contig_size1_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:13.9783983Z test_contig_size1_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:13.9818195Z test_contig_size1_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.9852457Z test_contig_size1_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.9886931Z test_contig_size1_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.9920909Z test_contig_size1_isclose_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.9955060Z test_contig_size1_isclose_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:13.9973519Z test_contig_size1_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:43:13.9992499Z test_contig_size1_jiterator_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:43:14.0010950Z test_contig_size1_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:43:14.0029133Z test_contig_size1_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:43:14.0047951Z test_contig_size1_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:43:14.0066371Z test_contig_size1_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:43:14.0084827Z test_contig_size1_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:43:14.0103106Z test_contig_size1_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:43:14.0122139Z test_contig_size1_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:43:14.0140227Z test_contig_size1_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:43:14.0158665Z test_contig_size1_jiterator_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:43:14.0177017Z test_contig_size1_jiterator_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:43:14.0195668Z test_contig_size1_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:43:14.0214063Z test_contig_size1_jiterator_binary_return_by_ref_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:43:14.0232489Z test_contig_size1_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:43:14.0252859Z test_contig_size1_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:43:14.0271433Z test_contig_size1_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:43:14.0289898Z test_contig_size1_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:43:14.0308127Z test_contig_size1_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:43:14.0326702Z test_contig_size1_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:43:14.0344966Z test_contig_size1_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:43:14.0363595Z test_contig_size1_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:43:14.0381921Z test_contig_size1_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:43:14.0400488Z test_contig_size1_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:43:14.0665223Z test_contig_size1_large_dim___radd___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:43:14.0769459Z test_contig_size1_large_dim___radd___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:43:14.1302584Z test_contig_size1_large_dim___radd___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.053s) 2022-09-27T16:43:14.1789405Z test_contig_size1_large_dim___radd___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.049s) 2022-09-27T16:43:14.2068512Z test_contig_size1_large_dim___radd___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:43:14.2301828Z test_contig_size1_large_dim___radd___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:43:14.2598253Z test_contig_size1_large_dim___radd___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:43:14.2697850Z test_contig_size1_large_dim___radd___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:43:14.3252814Z test_contig_size1_large_dim___radd___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.055s) 2022-09-27T16:43:14.3431063Z test_contig_size1_large_dim___radd___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:43:14.3528577Z test_contig_size1_large_dim___radd___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:43:14.3624670Z test_contig_size1_large_dim___radd___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:43:14.3727830Z test_contig_size1_large_dim___rand___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:43:14.3827029Z test_contig_size1_large_dim___rand___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:43:14.3927198Z test_contig_size1_large_dim___rand___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:43:14.4030537Z test_contig_size1_large_dim___rand___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:43:14.4122350Z test_contig_size1_large_dim___rand___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:43:14.4214705Z test_contig_size1_large_dim___rand___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:43:14.4429524Z test_contig_size1_large_dim___rdiv___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:43:14.4633385Z test_contig_size1_large_dim___rdiv___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:43:14.5273429Z test_contig_size1_large_dim___rdiv___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:43:14.5701565Z test_contig_size1_large_dim___rdiv___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-09-27T16:43:14.5992056Z test_contig_size1_large_dim___rdiv___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:43:14.6328336Z test_contig_size1_large_dim___rdiv___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:43:14.6643091Z test_contig_size1_large_dim___rdiv___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:43:14.6845848Z test_contig_size1_large_dim___rdiv___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:43:14.7057155Z test_contig_size1_large_dim___rdiv___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:43:14.7262781Z test_contig_size1_large_dim___rdiv___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:43:14.7454198Z test_contig_size1_large_dim___rdiv___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:43:14.7655275Z test_contig_size1_large_dim___rdiv___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:43:14.7940447Z test_contig_size1_large_dim___rmod___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:43:14.8230211Z test_contig_size1_large_dim___rmod___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:43:14.8457348Z test_contig_size1_large_dim___rmod___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:43:14.8742958Z test_contig_size1_large_dim___rmod___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:43:14.8938087Z test_contig_size1_large_dim___rmul___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:43:14.9042049Z test_contig_size1_large_dim___rmul___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:43:14.9581657Z test_contig_size1_large_dim___rmul___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.054s) 2022-09-27T16:43:15.0001174Z test_contig_size1_large_dim___rmul___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:43:15.0265504Z test_contig_size1_large_dim___rmul___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:43:15.0489756Z test_contig_size1_large_dim___rmul___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:43:15.0771516Z test_contig_size1_large_dim___rmul___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:43:15.0868906Z test_contig_size1_large_dim___rmul___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:43:15.0970721Z test_contig_size1_large_dim___rmul___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:43:15.1072024Z test_contig_size1_large_dim___rmul___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:43:15.1166863Z test_contig_size1_large_dim___rmul___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:43:15.1263351Z test_contig_size1_large_dim___rmul___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:43:15.1368354Z test_contig_size1_large_dim___ror___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:43:15.1466277Z test_contig_size1_large_dim___ror___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:43:15.1601275Z test_contig_size1_large_dim___ror___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:43:15.1703418Z test_contig_size1_large_dim___ror___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:43:15.1798839Z test_contig_size1_large_dim___ror___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:43:15.1894441Z test_contig_size1_large_dim___ror___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:43:15.2094228Z test_contig_size1_large_dim___rpow___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:43:15.2691104Z test_contig_size1_large_dim___rpow___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.060s) 2022-09-27T16:43:15.3124497Z test_contig_size1_large_dim___rpow___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-09-27T16:43:15.3402037Z test_contig_size1_large_dim___rpow___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:43:15.3647118Z test_contig_size1_large_dim___rpow___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:43:15.4453311Z test_contig_size1_large_dim___rpow___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.081s) 2022-09-27T16:43:15.4567630Z test_contig_size1_large_dim___rpow___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:43:15.4683954Z test_contig_size1_large_dim___rpow___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:43:15.4797159Z test_contig_size1_large_dim___rpow___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:43:15.4899062Z test_contig_size1_large_dim___rpow___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:43:15.5002347Z test_contig_size1_large_dim___rpow___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:43:15.5194285Z test_contig_size1_large_dim___rsub___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:43:15.5733505Z test_contig_size1_large_dim___rsub___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.054s) 2022-09-27T16:43:15.6122760Z test_contig_size1_large_dim___rsub___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-09-27T16:43:15.6388447Z test_contig_size1_large_dim___rsub___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:43:15.6635726Z test_contig_size1_large_dim___rsub___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:43:15.6917350Z test_contig_size1_large_dim___rsub___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:43:15.7013878Z test_contig_size1_large_dim___rsub___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:43:15.7112162Z test_contig_size1_large_dim___rsub___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:43:15.7212016Z test_contig_size1_large_dim___rsub___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:43:15.7304783Z test_contig_size1_large_dim___rsub___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:43:15.7399523Z test_contig_size1_large_dim___rsub___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:43:15.7502261Z test_contig_size1_large_dim___rxor___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:43:15.7602787Z test_contig_size1_large_dim___rxor___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:43:15.7701304Z test_contig_size1_large_dim___rxor___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:43:15.7801214Z test_contig_size1_large_dim___rxor___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:43:15.7891867Z test_contig_size1_large_dim___rxor___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:43:15.7984837Z test_contig_size1_large_dim___rxor___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:43:15.8227626Z test_contig_size1_large_dim_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:43:15.8331861Z test_contig_size1_large_dim_add_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:43:15.8839761Z test_contig_size1_large_dim_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:43:15.9349144Z test_contig_size1_large_dim_add_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:43:15.9739596Z test_contig_size1_large_dim_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-09-27T16:43:16.0007336Z test_contig_size1_large_dim_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:43:16.0229203Z test_contig_size1_large_dim_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:43:16.0534660Z test_contig_size1_large_dim_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:43:16.0632755Z test_contig_size1_large_dim_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:43:16.0732991Z test_contig_size1_large_dim_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:43:16.0835206Z test_contig_size1_large_dim_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:43:16.0929117Z test_contig_size1_large_dim_add_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:43:16.1025258Z test_contig_size1_large_dim_add_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:43:16.1218813Z test_contig_size1_large_dim_atan2_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:43:16.1400674Z test_contig_size1_large_dim_atan2_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:43:16.1626120Z test_contig_size1_large_dim_atan2_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:43:16.1937797Z test_contig_size1_large_dim_atan2_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:43:16.2120087Z test_contig_size1_large_dim_atan2_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:43:16.2301832Z test_contig_size1_large_dim_atan2_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:43:16.2485910Z test_contig_size1_large_dim_atan2_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:43:16.2661151Z test_contig_size1_large_dim_atan2_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:43:16.2837148Z test_contig_size1_large_dim_atan2_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:43:16.2937521Z test_contig_size1_large_dim_bitwise_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:43:16.3032514Z test_contig_size1_large_dim_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:43:16.3127947Z test_contig_size1_large_dim_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:43:16.3224061Z test_contig_size1_large_dim_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:43:16.3312968Z test_contig_size1_large_dim_bitwise_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:43:16.3403543Z test_contig_size1_large_dim_bitwise_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:43:16.3507527Z test_contig_size1_large_dim_bitwise_left_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:43:16.3614644Z test_contig_size1_large_dim_bitwise_left_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:43:16.3743602Z test_contig_size1_large_dim_bitwise_left_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:43:16.3837877Z test_contig_size1_large_dim_bitwise_left_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:43:16.3932734Z test_contig_size1_large_dim_bitwise_left_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:43:16.4033019Z test_contig_size1_large_dim_bitwise_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:43:16.4125099Z test_contig_size1_large_dim_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:43:16.4220951Z test_contig_size1_large_dim_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:43:16.4319320Z test_contig_size1_large_dim_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:43:16.4408288Z test_contig_size1_large_dim_bitwise_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:43:16.4499515Z test_contig_size1_large_dim_bitwise_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:43:16.4602981Z test_contig_size1_large_dim_bitwise_right_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:43:16.5158382Z test_contig_size1_large_dim_bitwise_right_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.055s) 2022-09-27T16:43:16.5266791Z test_contig_size1_large_dim_bitwise_right_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:43:16.5362068Z test_contig_size1_large_dim_bitwise_right_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:43:16.5461817Z test_contig_size1_large_dim_bitwise_right_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:43:16.5563169Z test_contig_size1_large_dim_bitwise_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:43:16.5656253Z test_contig_size1_large_dim_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:43:16.5756903Z test_contig_size1_large_dim_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:43:16.5854084Z test_contig_size1_large_dim_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:43:16.5944059Z test_contig_size1_large_dim_bitwise_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:43:16.6039509Z test_contig_size1_large_dim_bitwise_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:43:16.6301360Z test_contig_size1_large_dim_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:43:16.6408486Z test_contig_size1_large_dim_clamp_max_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:43:16.6673373Z test_contig_size1_large_dim_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:43:16.6897650Z test_contig_size1_large_dim_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:43:16.7178317Z test_contig_size1_large_dim_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:43:16.7276143Z test_contig_size1_large_dim_clamp_max_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:43:16.7376891Z test_contig_size1_large_dim_clamp_max_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:43:16.7477861Z test_contig_size1_large_dim_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:43:16.7571550Z test_contig_size1_large_dim_clamp_max_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:43:16.7668192Z test_contig_size1_large_dim_clamp_max_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:43:16.7890445Z test_contig_size1_large_dim_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:43:16.7995038Z test_contig_size1_large_dim_clamp_min_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:43:16.8262938Z test_contig_size1_large_dim_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:43:16.8486911Z test_contig_size1_large_dim_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:43:16.8767995Z test_contig_size1_large_dim_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:43:16.8865396Z test_contig_size1_large_dim_clamp_min_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:43:16.8964208Z test_contig_size1_large_dim_clamp_min_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:43:16.9064137Z test_contig_size1_large_dim_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:43:16.9157010Z test_contig_size1_large_dim_clamp_min_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:43:16.9253202Z test_contig_size1_large_dim_clamp_min_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:43:16.9585094Z test_contig_size1_large_dim_complex_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:43:16.9848090Z test_contig_size1_large_dim_complex_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:43:17.0161673Z test_contig_size1_large_dim_complex_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:43:17.0347440Z test_contig_size1_large_dim_copysign_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:43:17.0527415Z test_contig_size1_large_dim_copysign_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:43:17.0814498Z test_contig_size1_large_dim_copysign_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:43:17.1035339Z test_contig_size1_large_dim_copysign_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:43:17.1314368Z test_contig_size1_large_dim_copysign_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:43:17.1496381Z test_contig_size1_large_dim_copysign_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:43:17.1678869Z test_contig_size1_large_dim_copysign_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:43:17.1860503Z test_contig_size1_large_dim_copysign_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:43:17.2066020Z test_contig_size1_large_dim_copysign_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:43:17.2241847Z test_contig_size1_large_dim_copysign_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:43:17.2445649Z test_contig_size1_large_dim_div_floor_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:43:17.2733703Z test_contig_size1_large_dim_div_floor_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:43:17.2972703Z test_contig_size1_large_dim_div_floor_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:43:17.3266348Z test_contig_size1_large_dim_div_floor_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:43:17.3463837Z test_contig_size1_large_dim_div_floor_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:43:17.3693078Z test_contig_size1_large_dim_div_floor_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:43:17.3889596Z test_contig_size1_large_dim_div_floor_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:43:17.4077158Z test_contig_size1_large_dim_div_floor_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:43:17.4265469Z test_contig_size1_large_dim_div_floor_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:43:17.4473156Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:43:17.4673628Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:43:17.5224596Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.055s) 2022-09-27T16:43:17.6106601Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.088s) 2022-09-27T16:43:17.6384716Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:43:17.6650096Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:43:17.6940847Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:43:17.7133978Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:43:17.7327439Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:43:17.7521660Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:43:17.7707858Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:43:17.7893615Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:43:17.8098252Z test_contig_size1_large_dim_div_trunc_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:43:17.8403668Z test_contig_size1_large_dim_div_trunc_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:43:17.8639288Z test_contig_size1_large_dim_div_trunc_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:43:17.8929693Z test_contig_size1_large_dim_div_trunc_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:43:17.9123271Z test_contig_size1_large_dim_div_trunc_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:43:17.9315981Z test_contig_size1_large_dim_div_trunc_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:43:17.9509113Z test_contig_size1_large_dim_div_trunc_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:43:17.9724991Z test_contig_size1_large_dim_div_trunc_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:43:17.9911334Z test_contig_size1_large_dim_div_trunc_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:43:18.0036189Z test_contig_size1_large_dim_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:43:18.0137906Z test_contig_size1_large_dim_eq_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:43:18.0536342Z test_contig_size1_large_dim_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-09-27T16:43:18.0921369Z test_contig_size1_large_dim_eq_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-09-27T16:43:18.1195077Z test_contig_size1_large_dim_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:43:18.1388648Z test_contig_size1_large_dim_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:43:18.1539814Z test_contig_size1_large_dim_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:43:18.1747606Z test_contig_size1_large_dim_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:43:18.1853676Z test_contig_size1_large_dim_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:43:18.1959879Z test_contig_size1_large_dim_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:43:18.2095111Z test_contig_size1_large_dim_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:43:18.2191014Z test_contig_size1_large_dim_eq_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:43:18.2287926Z test_contig_size1_large_dim_eq_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:43:18.2494945Z test_contig_size1_large_dim_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:43:18.2685445Z test_contig_size1_large_dim_float_power_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:43:18.3265584Z test_contig_size1_large_dim_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.058s) 2022-09-27T16:43:18.3714536Z test_contig_size1_large_dim_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.045s) 2022-09-27T16:43:18.3991653Z test_contig_size1_large_dim_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:43:18.4228810Z test_contig_size1_large_dim_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:43:18.4543973Z test_contig_size1_large_dim_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:43:18.4733279Z test_contig_size1_large_dim_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:43:18.4923468Z test_contig_size1_large_dim_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:43:18.5114608Z test_contig_size1_large_dim_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:43:18.5297906Z test_contig_size1_large_dim_float_power_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:43:18.5485907Z test_contig_size1_large_dim_float_power_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:43:18.5501122Z test_contig_size1_large_dim_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.002s) 2022-09-27T16:43:18.5844451Z test_contig_size1_large_dim_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:43:18.6108686Z test_contig_size1_large_dim_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:43:18.6416482Z test_contig_size1_large_dim_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:43:18.6986040Z test_contig_size1_large_dim_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:43:18.7115176Z test_contig_size1_large_dim_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:43:18.7241164Z test_contig_size1_large_dim_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:43:18.7350526Z test_contig_size1_large_dim_floor_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:43:18.7457697Z test_contig_size1_large_dim_floor_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:43:18.7656456Z test_contig_size1_large_dim_fmax_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:43:18.7758192Z test_contig_size1_large_dim_fmax_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:43:18.8023306Z test_contig_size1_large_dim_fmax_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:43:18.8331505Z test_contig_size1_large_dim_fmax_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:43:18.8616160Z test_contig_size1_large_dim_fmax_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:43:18.8712171Z test_contig_size1_large_dim_fmax_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:43:18.8811638Z test_contig_size1_large_dim_fmax_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:43:18.8913542Z test_contig_size1_large_dim_fmax_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:43:18.9006433Z test_contig_size1_large_dim_fmax_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:43:18.9102422Z test_contig_size1_large_dim_fmax_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:43:18.9301893Z test_contig_size1_large_dim_fmin_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:43:18.9405482Z test_contig_size1_large_dim_fmin_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:43:18.9676405Z test_contig_size1_large_dim_fmin_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:43:18.9949249Z test_contig_size1_large_dim_fmin_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:43:19.0232682Z test_contig_size1_large_dim_fmin_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:43:19.0330115Z test_contig_size1_large_dim_fmin_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:43:19.0428609Z test_contig_size1_large_dim_fmin_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:43:19.0528338Z test_contig_size1_large_dim_fmin_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:43:19.0619601Z test_contig_size1_large_dim_fmin_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:43:19.0715160Z test_contig_size1_large_dim_fmin_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:43:19.0923188Z test_contig_size1_large_dim_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:43:19.1232621Z test_contig_size1_large_dim_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:43:19.1471491Z test_contig_size1_large_dim_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:43:19.1767763Z test_contig_size1_large_dim_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:43:19.1891357Z test_contig_size1_large_dim_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:43:19.2014529Z test_contig_size1_large_dim_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:43:19.2137654Z test_contig_size1_large_dim_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:43:19.2243877Z test_contig_size1_large_dim_fmod_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:43:19.2351262Z test_contig_size1_large_dim_fmod_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:43:19.2464124Z test_contig_size1_large_dim_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:43:19.2579590Z test_contig_size1_large_dim_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:43:19.2724479Z test_contig_size1_large_dim_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:43:19.2827190Z test_contig_size1_large_dim_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:43:19.2930137Z test_contig_size1_large_dim_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:43:19.3055576Z test_contig_size1_large_dim_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:43:19.3157690Z test_contig_size1_large_dim_ge_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:43:19.3351154Z test_contig_size1_large_dim_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:43:19.3502483Z test_contig_size1_large_dim_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:43:19.3711571Z test_contig_size1_large_dim_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:43:19.3817779Z test_contig_size1_large_dim_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:43:19.3927185Z test_contig_size1_large_dim_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:43:19.4036260Z test_contig_size1_large_dim_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:43:19.4135324Z test_contig_size1_large_dim_ge_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:43:19.4262308Z test_contig_size1_large_dim_ge_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:43:19.4387257Z test_contig_size1_large_dim_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:43:19.4488236Z test_contig_size1_large_dim_gt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:43:19.4685524Z test_contig_size1_large_dim_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:43:19.4841159Z test_contig_size1_large_dim_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:43:19.5052382Z test_contig_size1_large_dim_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:43:19.5159896Z test_contig_size1_large_dim_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:43:19.5267948Z test_contig_size1_large_dim_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:43:19.5375902Z test_contig_size1_large_dim_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:43:19.5472893Z test_contig_size1_large_dim_gt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:43:19.5569870Z test_contig_size1_large_dim_gt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:43:19.5798959Z test_contig_size1_large_dim_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:43:19.5899920Z test_contig_size1_large_dim_heaviside_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:43:19.6169978Z test_contig_size1_large_dim_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:43:19.6399893Z test_contig_size1_large_dim_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:43:19.6683130Z test_contig_size1_large_dim_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:43:19.6789404Z test_contig_size1_large_dim_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:43:19.6897900Z test_contig_size1_large_dim_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:43:19.7002372Z test_contig_size1_large_dim_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:43:19.7099148Z test_contig_size1_large_dim_heaviside_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:43:19.7195311Z test_contig_size1_large_dim_heaviside_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:43:19.7414241Z test_contig_size1_large_dim_hypot_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:43:19.8037161Z test_contig_size1_large_dim_hypot_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.062s) 2022-09-27T16:43:19.8320766Z test_contig_size1_large_dim_hypot_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:43:19.8528590Z test_contig_size1_large_dim_igamma_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:43:19.8805384Z test_contig_size1_large_dim_igamma_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:43:19.9076008Z test_contig_size1_large_dim_igamma_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:43:19.9375849Z test_contig_size1_large_dim_igamma_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:43:19.9582467Z test_contig_size1_large_dim_igammac_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:43:19.9857523Z test_contig_size1_large_dim_igammac_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:43:20.0094767Z test_contig_size1_large_dim_igammac_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:43:20.0429913Z test_contig_size1_large_dim_igammac_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:43:20.0637627Z test_contig_size1_large_dim_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:43:20.0839370Z test_contig_size1_large_dim_isclose_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:43:20.1416213Z test_contig_size1_large_dim_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.058s) 2022-09-27T16:43:20.1811873Z test_contig_size1_large_dim_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-09-27T16:43:20.2117410Z test_contig_size1_large_dim_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:43:20.2363053Z test_contig_size1_large_dim_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:43:20.2707191Z test_contig_size1_large_dim_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:43:20.2911225Z test_contig_size1_large_dim_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:43:20.3113468Z test_contig_size1_large_dim_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:43:20.3317539Z test_contig_size1_large_dim_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:43:20.3512145Z test_contig_size1_large_dim_isclose_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:43:20.3706669Z test_contig_size1_large_dim_isclose_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:43:20.3728755Z test_contig_size1_large_dim_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:43:20.3749401Z test_contig_size1_large_dim_jiterator_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:43:20.3769239Z test_contig_size1_large_dim_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:43:20.3789139Z test_contig_size1_large_dim_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:43:20.3809222Z test_contig_size1_large_dim_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:43:20.3828683Z test_contig_size1_large_dim_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:43:20.3848656Z test_contig_size1_large_dim_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:43:20.3867851Z test_contig_size1_large_dim_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:43:20.3887282Z test_contig_size1_large_dim_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:43:20.3906591Z test_contig_size1_large_dim_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:43:20.3926343Z test_contig_size1_large_dim_jiterator_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:43:20.3945374Z test_contig_size1_large_dim_jiterator_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:43:20.3965385Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:43:20.3985023Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:43:20.4004582Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:43:20.4024078Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:43:20.4046507Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:43:20.4067828Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:43:20.4089037Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:43:20.4110663Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:43:20.4133166Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:43:20.4155597Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:43:20.4177731Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:43:20.4200020Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:43:20.4316137Z test_contig_size1_large_dim_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:43:20.4432046Z test_contig_size1_large_dim_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:43:20.4589908Z test_contig_size1_large_dim_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:43:20.4696621Z test_contig_size1_large_dim_lcm_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:43:20.4799837Z test_contig_size1_large_dim_lcm_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:43:20.4997114Z test_contig_size1_large_dim_ldexp_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:43:20.5185826Z test_contig_size1_large_dim_ldexp_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:43:20.5779517Z test_contig_size1_large_dim_ldexp_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.059s) 2022-09-27T16:43:20.6205013Z test_contig_size1_large_dim_ldexp_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:43:20.6477460Z test_contig_size1_large_dim_ldexp_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:43:20.6709564Z test_contig_size1_large_dim_ldexp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:43:20.7122146Z test_contig_size1_large_dim_ldexp_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:43:20.7310025Z test_contig_size1_large_dim_ldexp_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:43:20.7505997Z test_contig_size1_large_dim_ldexp_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:43:20.7703218Z test_contig_size1_large_dim_ldexp_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:43:20.7895519Z test_contig_size1_large_dim_ldexp_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:43:20.8085723Z test_contig_size1_large_dim_ldexp_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:43:20.8212539Z test_contig_size1_large_dim_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:43:20.8744909Z test_contig_size1_large_dim_le_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.053s) 2022-09-27T16:43:20.8939218Z test_contig_size1_large_dim_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:43:20.9135902Z test_contig_size1_large_dim_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:43:20.9342417Z test_contig_size1_large_dim_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:43:20.9447629Z test_contig_size1_large_dim_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:43:20.9553801Z test_contig_size1_large_dim_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:43:20.9660186Z test_contig_size1_large_dim_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:43:20.9755451Z test_contig_size1_large_dim_le_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:43:20.9851034Z test_contig_size1_large_dim_le_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:43:20.9974436Z test_contig_size1_large_dim_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:43:21.0075710Z test_contig_size1_large_dim_logical_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:43:21.0510952Z test_contig_size1_large_dim_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-09-27T16:43:21.0785461Z test_contig_size1_large_dim_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:43:21.0979645Z test_contig_size1_large_dim_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:43:21.1133789Z test_contig_size1_large_dim_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:43:21.1372402Z test_contig_size1_large_dim_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:43:21.1479041Z test_contig_size1_large_dim_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:43:21.1585219Z test_contig_size1_large_dim_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:43:21.1691828Z test_contig_size1_large_dim_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:43:21.1787258Z test_contig_size1_large_dim_logical_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:43:21.1884113Z test_contig_size1_large_dim_logical_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:43:21.2008286Z test_contig_size1_large_dim_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:43:21.2109134Z test_contig_size1_large_dim_logical_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:43:21.2546443Z test_contig_size1_large_dim_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:43:21.2823255Z test_contig_size1_large_dim_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:43:21.3014178Z test_contig_size1_large_dim_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:43:21.3163064Z test_contig_size1_large_dim_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:43:21.3397006Z test_contig_size1_large_dim_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:43:21.3502279Z test_contig_size1_large_dim_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:43:21.3608284Z test_contig_size1_large_dim_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:43:21.3715763Z test_contig_size1_large_dim_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:43:21.3811344Z test_contig_size1_large_dim_logical_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:43:21.3907558Z test_contig_size1_large_dim_logical_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:43:21.4034029Z test_contig_size1_large_dim_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:43:21.4138137Z test_contig_size1_large_dim_logical_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:43:21.4607819Z test_contig_size1_large_dim_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:43:21.4906728Z test_contig_size1_large_dim_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:43:21.5112459Z test_contig_size1_large_dim_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:43:21.5275899Z test_contig_size1_large_dim_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:43:21.5499684Z test_contig_size1_large_dim_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:43:21.5606075Z test_contig_size1_large_dim_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:43:21.5741594Z test_contig_size1_large_dim_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:43:21.5850389Z test_contig_size1_large_dim_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:43:21.5947390Z test_contig_size1_large_dim_logical_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:43:21.6045474Z test_contig_size1_large_dim_logical_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:43:21.6174988Z test_contig_size1_large_dim_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:43:21.6277449Z test_contig_size1_large_dim_lt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:43:21.6483210Z test_contig_size1_large_dim_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:43:21.6642177Z test_contig_size1_large_dim_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:43:21.6862505Z test_contig_size1_large_dim_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:43:21.6968439Z test_contig_size1_large_dim_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:43:21.7074752Z test_contig_size1_large_dim_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:43:21.7217552Z test_contig_size1_large_dim_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:43:21.7314492Z test_contig_size1_large_dim_lt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:43:21.7410933Z test_contig_size1_large_dim_lt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:43:21.7602010Z test_contig_size1_large_dim_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:43:21.7701741Z test_contig_size1_large_dim_max_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:43:21.7975409Z test_contig_size1_large_dim_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:43:21.8203930Z test_contig_size1_large_dim_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:43:21.8504133Z test_contig_size1_large_dim_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:43:21.8601722Z test_contig_size1_large_dim_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:43:21.8699866Z test_contig_size1_large_dim_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:43:21.8832351Z test_contig_size1_large_dim_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:43:21.8924566Z test_contig_size1_large_dim_max_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:43:21.9020680Z test_contig_size1_large_dim_max_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:43:21.9660913Z test_contig_size1_large_dim_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:43:21.9763437Z test_contig_size1_large_dim_maximum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:43:22.0027662Z test_contig_size1_large_dim_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:43:22.0249368Z test_contig_size1_large_dim_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:43:22.0527930Z test_contig_size1_large_dim_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:43:22.0623747Z test_contig_size1_large_dim_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:43:22.0722752Z test_contig_size1_large_dim_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:43:22.0860052Z test_contig_size1_large_dim_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:43:22.0951675Z test_contig_size1_large_dim_maximum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:43:22.1050587Z test_contig_size1_large_dim_maximum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:43:22.1240505Z test_contig_size1_large_dim_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:43:22.1346546Z test_contig_size1_large_dim_min_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:43:22.1611526Z test_contig_size1_large_dim_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:43:22.1837243Z test_contig_size1_large_dim_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:43:22.2119553Z test_contig_size1_large_dim_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:43:22.2218332Z test_contig_size1_large_dim_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:43:22.2316902Z test_contig_size1_large_dim_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:43:22.2446276Z test_contig_size1_large_dim_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:43:22.2541358Z test_contig_size1_large_dim_min_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:43:22.2636679Z test_contig_size1_large_dim_min_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:43:22.2826443Z test_contig_size1_large_dim_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:43:22.2931924Z test_contig_size1_large_dim_minimum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:43:22.3197334Z test_contig_size1_large_dim_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:43:22.3422555Z test_contig_size1_large_dim_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:43:22.3707773Z test_contig_size1_large_dim_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:43:22.3808125Z test_contig_size1_large_dim_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:43:22.3907082Z test_contig_size1_large_dim_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:43:22.4039363Z test_contig_size1_large_dim_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:43:22.4133515Z test_contig_size1_large_dim_minimum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:43:22.4228391Z test_contig_size1_large_dim_minimum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:43:22.4419342Z test_contig_size1_large_dim_mul_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:43:22.4523246Z test_contig_size1_large_dim_mul_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:43:22.5029068Z test_contig_size1_large_dim_mul_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.050s) 2022-09-27T16:43:22.5553939Z test_contig_size1_large_dim_mul_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.052s) 2022-09-27T16:43:22.5939241Z test_contig_size1_large_dim_mul_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-09-27T16:43:22.6204318Z test_contig_size1_large_dim_mul_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:43:22.6428087Z test_contig_size1_large_dim_mul_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:43:22.6740096Z test_contig_size1_large_dim_mul_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:43:22.6839300Z test_contig_size1_large_dim_mul_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:43:22.6938012Z test_contig_size1_large_dim_mul_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:43:22.7039296Z test_contig_size1_large_dim_mul_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:43:22.7134391Z test_contig_size1_large_dim_mul_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:43:22.7228969Z test_contig_size1_large_dim_mul_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:43:22.7353772Z test_contig_size1_large_dim_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:43:22.7457722Z test_contig_size1_large_dim_ne_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:43:22.7886803Z test_contig_size1_large_dim_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-09-27T16:43:22.8165915Z test_contig_size1_large_dim_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:43:22.8358713Z test_contig_size1_large_dim_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:43:22.8516530Z test_contig_size1_large_dim_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:43:22.8759816Z test_contig_size1_large_dim_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:43:22.8868080Z test_contig_size1_large_dim_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:43:22.8975163Z test_contig_size1_large_dim_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:43:22.9082588Z test_contig_size1_large_dim_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:43:22.9181608Z test_contig_size1_large_dim_ne_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:43:22.9277997Z test_contig_size1_large_dim_ne_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:43:22.9484266Z test_contig_size1_large_dim_nextafter_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:43:22.9710439Z test_contig_size1_large_dim_nextafter_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:43:23.0032315Z test_contig_size1_large_dim_nextafter_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:43:23.0744909Z test_contig_size1_large_dim_polar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.071s) 2022-09-27T16:43:23.1075141Z test_contig_size1_large_dim_polar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:43:23.1268117Z test_contig_size1_large_dim_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:43:23.1851852Z test_contig_size1_large_dim_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.058s) 2022-09-27T16:43:23.2277182Z test_contig_size1_large_dim_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:43:23.2575116Z test_contig_size1_large_dim_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:43:23.2801867Z test_contig_size1_large_dim_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:43:23.3091263Z test_contig_size1_large_dim_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:43:23.3202707Z test_contig_size1_large_dim_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:43:23.3312944Z test_contig_size1_large_dim_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:43:23.3421566Z test_contig_size1_large_dim_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:43:23.3523106Z test_contig_size1_large_dim_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:43:23.3624346Z test_contig_size1_large_dim_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:43:23.3836798Z test_contig_size1_large_dim_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:43:23.4173423Z test_contig_size1_large_dim_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:43:23.4413829Z test_contig_size1_large_dim_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:43:23.4715370Z test_contig_size1_large_dim_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:43:23.4839931Z test_contig_size1_large_dim_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:43:23.4968829Z test_contig_size1_large_dim_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:43:23.5096034Z test_contig_size1_large_dim_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:43:23.5206139Z test_contig_size1_large_dim_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:43:23.5314631Z test_contig_size1_large_dim_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:43:23.5506171Z test_contig_size1_large_dim_rsub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:43:23.6044351Z test_contig_size1_large_dim_rsub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.054s) 2022-09-27T16:43:23.6460567Z test_contig_size1_large_dim_rsub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:43:23.6727081Z test_contig_size1_large_dim_rsub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:43:23.6950850Z test_contig_size1_large_dim_rsub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:43:23.7231500Z test_contig_size1_large_dim_rsub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:43:23.7329094Z test_contig_size1_large_dim_rsub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:43:23.7428338Z test_contig_size1_large_dim_rsub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:43:23.7530076Z test_contig_size1_large_dim_rsub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:43:23.7623143Z test_contig_size1_large_dim_rsub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:43:23.7719231Z test_contig_size1_large_dim_rsub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:43:23.7937693Z test_contig_size1_large_dim_special_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:43:23.8173128Z test_contig_size1_large_dim_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:43:23.8461213Z test_contig_size1_large_dim_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:43:23.8651337Z test_contig_size1_large_dim_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:43:23.8841454Z test_contig_size1_large_dim_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:43:23.9032423Z test_contig_size1_large_dim_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:43:23.9218690Z test_contig_size1_large_dim_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:43:23.9454234Z test_contig_size1_large_dim_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:43:23.9642369Z test_contig_size1_large_dim_special_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:43:23.9877943Z test_contig_size1_large_dim_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:43:24.0168326Z test_contig_size1_large_dim_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:43:24.0358716Z test_contig_size1_large_dim_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:43:24.0548274Z test_contig_size1_large_dim_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:43:24.0741782Z test_contig_size1_large_dim_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:43:24.1414466Z test_contig_size1_large_dim_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.067s) 2022-09-27T16:43:24.1606805Z test_contig_size1_large_dim_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:43:24.1622738Z test_contig_size1_large_dim_special_chebyshev_polynomial_v_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-09-27T16:43:24.1638721Z test_contig_size1_large_dim_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-09-27T16:43:24.1653325Z 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:43:24.1668336Z 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:43:24.1683158Z 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:43:24.1697852Z 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:43:24.1712237Z 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:43:24.1729137Z test_contig_size1_large_dim_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-09-27T16:43:24.1745733Z test_contig_size1_large_dim_special_chebyshev_polynomial_w_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-09-27T16:43:24.1763711Z test_contig_size1_large_dim_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-09-27T16:43:24.1781496Z test_contig_size1_large_dim_special_chebyshev_polynomial_w_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-09-27T16:43:24.1800526Z test_contig_size1_large_dim_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-09-27T16:43:24.1818525Z test_contig_size1_large_dim_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-09-27T16:43:24.1837125Z test_contig_size1_large_dim_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-09-27T16:43:24.1854748Z test_contig_size1_large_dim_special_chebyshev_polynomial_w_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-09-27T16:43:24.1872651Z test_contig_size1_large_dim_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-09-27T16:43:24.2067885Z test_contig_size1_large_dim_special_hermite_polynomial_h_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:43:24.2309347Z test_contig_size1_large_dim_special_hermite_polynomial_h_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:43:24.2602621Z test_contig_size1_large_dim_special_hermite_polynomial_h_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:43:24.2800551Z test_contig_size1_large_dim_special_hermite_polynomial_h_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:43:24.3049371Z test_contig_size1_large_dim_special_hermite_polynomial_h_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:43:24.3248130Z test_contig_size1_large_dim_special_hermite_polynomial_h_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:43:24.3440441Z test_contig_size1_large_dim_special_hermite_polynomial_h_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:43:24.3633331Z test_contig_size1_large_dim_special_hermite_polynomial_h_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:43:24.3824372Z test_contig_size1_large_dim_special_hermite_polynomial_he_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:43:24.4061814Z test_contig_size1_large_dim_special_hermite_polynomial_he_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:43:24.4358720Z test_contig_size1_large_dim_special_hermite_polynomial_he_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:43:24.4582029Z test_contig_size1_large_dim_special_hermite_polynomial_he_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:43:24.4774863Z test_contig_size1_large_dim_special_hermite_polynomial_he_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:43:24.4967828Z test_contig_size1_large_dim_special_hermite_polynomial_he_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:43:24.5158090Z test_contig_size1_large_dim_special_hermite_polynomial_he_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:43:24.5347543Z test_contig_size1_large_dim_special_hermite_polynomial_he_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:43:24.5537653Z test_contig_size1_large_dim_special_laguerre_polynomial_l_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:43:24.5773470Z test_contig_size1_large_dim_special_laguerre_polynomial_l_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:43:24.6095378Z test_contig_size1_large_dim_special_laguerre_polynomial_l_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:43:24.6287632Z test_contig_size1_large_dim_special_laguerre_polynomial_l_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:43:24.6482159Z test_contig_size1_large_dim_special_laguerre_polynomial_l_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:43:24.6678738Z test_contig_size1_large_dim_special_laguerre_polynomial_l_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:43:24.6867181Z test_contig_size1_large_dim_special_laguerre_polynomial_l_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:43:24.7060558Z test_contig_size1_large_dim_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:43:24.7079989Z test_contig_size1_large_dim_special_legendre_polynomial_p_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-09-27T16:43:24.7096787Z test_contig_size1_large_dim_special_legendre_polynomial_p_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-09-27T16:43:24.7113748Z test_contig_size1_large_dim_special_legendre_polynomial_p_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-09-27T16:43:24.7130448Z test_contig_size1_large_dim_special_legendre_polynomial_p_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-09-27T16:43:24.7146635Z test_contig_size1_large_dim_special_legendre_polynomial_p_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-09-27T16:43:24.7163314Z test_contig_size1_large_dim_special_legendre_polynomial_p_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-09-27T16:43:24.7179972Z test_contig_size1_large_dim_special_legendre_polynomial_p_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-09-27T16:43:24.7196469Z test_contig_size1_large_dim_special_legendre_polynomial_p_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-09-27T16:43:24.7213876Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-09-27T16:43:24.7231423Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-09-27T16:43:24.7248926Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-09-27T16:43:24.7265335Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-09-27T16:43:24.7282850Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-09-27T16:43:24.7299446Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-09-27T16:43:24.7317089Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-09-27T16:43:24.7334524Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-09-27T16:43:24.7350751Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-09-27T16:43:24.7367792Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-09-27T16:43:24.7385616Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-09-27T16:43:24.7402770Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-09-27T16:43:24.7419958Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-09-27T16:43:24.7437545Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-09-27T16:43:24.7454858Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-09-27T16:43:24.7472071Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-09-27T16:43:24.7489206Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_v_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-09-27T16:43:24.7505868Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-09-27T16:43:24.7523456Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_v_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-09-27T16:43:24.7539637Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_v_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-09-27T16:43:24.7556637Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_v_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-09-27T16:43:24.7572337Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_v_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-09-27T16:43:24.7588239Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_v_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-09-27T16:43:24.7604784Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_v_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-09-27T16:43:24.7621282Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_w_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-09-27T16:43:24.7639165Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-09-27T16:43:24.7656253Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_w_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-09-27T16:43:24.7673510Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_w_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-09-27T16:43:24.7690817Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_w_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-09-27T16:43:24.7707673Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_w_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-09-27T16:43:24.7725790Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_w_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-09-27T16:43:24.7785282Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_w_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.006s) 2022-09-27T16:43:24.7996165Z test_contig_size1_large_dim_special_xlog1py_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:43:24.8182275Z test_contig_size1_large_dim_special_xlog1py_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:43:24.8459344Z test_contig_size1_large_dim_special_xlog1py_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:43:24.8695940Z test_contig_size1_large_dim_special_xlog1py_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:43:24.8983457Z test_contig_size1_large_dim_special_xlog1py_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:43:24.9175769Z test_contig_size1_large_dim_special_xlog1py_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:43:24.9401219Z test_contig_size1_large_dim_special_xlog1py_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:43:24.9596857Z test_contig_size1_large_dim_special_xlog1py_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:43:24.9784446Z test_contig_size1_large_dim_special_xlog1py_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:43:24.9978370Z test_contig_size1_large_dim_special_xlog1py_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:43:25.0168183Z test_contig_size1_large_dim_special_zeta_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:43:25.0423375Z test_contig_size1_large_dim_special_zeta_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:43:25.0733968Z test_contig_size1_large_dim_special_zeta_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:43:25.0976807Z test_contig_size1_large_dim_special_zeta_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:43:25.1190749Z test_contig_size1_large_dim_special_zeta_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:43:25.1404136Z test_contig_size1_large_dim_special_zeta_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:43:25.1612843Z test_contig_size1_large_dim_special_zeta_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:43:25.2310467Z test_contig_size1_large_dim_special_zeta_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.070s) 2022-09-27T16:43:25.2503628Z test_contig_size1_large_dim_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:43:25.3046842Z test_contig_size1_large_dim_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.054s) 2022-09-27T16:43:25.3532183Z test_contig_size1_large_dim_sub_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:43:25.3920332Z test_contig_size1_large_dim_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-09-27T16:43:25.4217548Z test_contig_size1_large_dim_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:43:25.4440884Z test_contig_size1_large_dim_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:43:25.4721528Z test_contig_size1_large_dim_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:43:25.4819087Z test_contig_size1_large_dim_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:43:25.4919350Z test_contig_size1_large_dim_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:43:25.5021115Z test_contig_size1_large_dim_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:43:25.5112892Z test_contig_size1_large_dim_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:43:25.5208972Z test_contig_size1_large_dim_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:43:25.5415283Z test_contig_size1_large_dim_true_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:43:25.5646435Z test_contig_size1_large_dim_true_divide_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:43:25.6174201Z test_contig_size1_large_dim_true_divide_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.053s) 2022-09-27T16:43:25.6616024Z test_contig_size1_large_dim_true_divide_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:43:25.6893516Z test_contig_size1_large_dim_true_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:43:25.7129018Z test_contig_size1_large_dim_true_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:43:25.7420484Z test_contig_size1_large_dim_true_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:43:25.7615827Z test_contig_size1_large_dim_true_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:43:25.7841029Z test_contig_size1_large_dim_true_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:43:25.8037356Z test_contig_size1_large_dim_true_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:43:25.8223513Z test_contig_size1_large_dim_true_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:43:25.8411896Z test_contig_size1_large_dim_true_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:43:25.8613951Z test_contig_size1_large_dim_xlogy_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:43:25.8801219Z test_contig_size1_large_dim_xlogy_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:43:25.9073106Z test_contig_size1_large_dim_xlogy_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:43:25.9303682Z test_contig_size1_large_dim_xlogy_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:43:25.9632203Z test_contig_size1_large_dim_xlogy_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:43:25.9819974Z test_contig_size1_large_dim_xlogy_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:43:26.0007748Z test_contig_size1_large_dim_xlogy_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:43:26.0197201Z test_contig_size1_large_dim_xlogy_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:43:26.0380828Z test_contig_size1_large_dim_xlogy_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:43:26.0564837Z test_contig_size1_large_dim_xlogy_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:43:26.0591729Z test_contig_size1_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:26.0618093Z test_contig_size1_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:26.0642919Z test_contig_size1_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:26.0667095Z test_contig_size1_lcm_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:26.0691747Z test_contig_size1_lcm_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:26.0727995Z test_contig_size1_ldexp_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:26.0759293Z test_contig_size1_ldexp_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:26.0804250Z test_contig_size1_ldexp_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:26.0847284Z test_contig_size1_ldexp_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:26.0882093Z test_contig_size1_ldexp_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:26.0918056Z test_contig_size1_ldexp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:26.0952759Z test_contig_size1_ldexp_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:26.0983845Z test_contig_size1_ldexp_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:26.1015155Z test_contig_size1_ldexp_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:26.1046415Z test_contig_size1_ldexp_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:26.1077748Z test_contig_size1_ldexp_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:26.1108653Z test_contig_size1_ldexp_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:26.1137726Z test_contig_size1_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:26.1161773Z test_contig_size1_le_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:26.1191636Z test_contig_size1_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:26.1221236Z test_contig_size1_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:26.1251418Z test_contig_size1_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:26.1275715Z test_contig_size1_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:26.1299518Z test_contig_size1_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:26.1323615Z test_contig_size1_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:26.1378113Z test_contig_size1_le_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:43:26.1402392Z test_contig_size1_le_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:26.1431577Z test_contig_size1_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:26.1455579Z test_contig_size1_logical_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:26.1493741Z test_contig_size1_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:26.1530159Z test_contig_size1_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:26.1560374Z test_contig_size1_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:26.1589405Z test_contig_size1_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:26.1619272Z test_contig_size1_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:26.1643454Z test_contig_size1_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:26.1667007Z test_contig_size1_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:26.1691358Z test_contig_size1_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:26.1715552Z test_contig_size1_logical_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:26.1739815Z test_contig_size1_logical_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:26.1768830Z test_contig_size1_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:26.1793132Z test_contig_size1_logical_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:26.1830975Z test_contig_size1_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:26.1867153Z test_contig_size1_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:26.1897939Z test_contig_size1_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:26.1927476Z test_contig_size1_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:26.1958125Z test_contig_size1_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:26.1982347Z test_contig_size1_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:26.2006689Z test_contig_size1_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:26.2030877Z test_contig_size1_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:26.2055356Z test_contig_size1_logical_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:26.2079629Z test_contig_size1_logical_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:26.2108790Z test_contig_size1_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:26.2132791Z test_contig_size1_logical_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:26.2170378Z test_contig_size1_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:26.2206158Z test_contig_size1_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:26.2235762Z test_contig_size1_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:26.2264983Z test_contig_size1_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:26.2295324Z test_contig_size1_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:26.2319387Z test_contig_size1_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:26.2343515Z test_contig_size1_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:26.2368189Z test_contig_size1_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:26.2392682Z test_contig_size1_logical_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:26.2416717Z test_contig_size1_logical_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:26.2446242Z test_contig_size1_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:26.2470294Z test_contig_size1_lt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:26.2501122Z test_contig_size1_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:26.2531571Z test_contig_size1_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:26.2562749Z test_contig_size1_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:26.2586747Z test_contig_size1_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:26.2611404Z test_contig_size1_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:26.2635672Z test_contig_size1_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:26.2659727Z test_contig_size1_lt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:26.2684138Z test_contig_size1_lt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:26.2718380Z test_contig_size1_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:26.2742629Z test_contig_size1_max_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:26.2777691Z test_contig_size1_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:26.2811909Z test_contig_size1_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:26.2846367Z test_contig_size1_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:26.2871370Z test_contig_size1_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:26.2895895Z test_contig_size1_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:26.2919128Z test_contig_size1_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:26.2943640Z test_contig_size1_max_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:26.2968760Z test_contig_size1_max_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:26.3002483Z test_contig_size1_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:26.3026631Z test_contig_size1_maximum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:26.3060987Z test_contig_size1_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:26.3095150Z test_contig_size1_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:26.3129206Z test_contig_size1_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:26.3153930Z test_contig_size1_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:26.3178552Z test_contig_size1_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:26.3202420Z test_contig_size1_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:26.3226452Z test_contig_size1_maximum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:26.3251719Z test_contig_size1_maximum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:26.3287874Z test_contig_size1_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:26.3314653Z test_contig_size1_min_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:26.3351309Z test_contig_size1_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:26.3387438Z test_contig_size1_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:26.3423751Z test_contig_size1_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:26.3450738Z test_contig_size1_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:26.3478096Z test_contig_size1_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:26.3503562Z test_contig_size1_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:26.3530789Z test_contig_size1_min_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:26.3557801Z test_contig_size1_min_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:26.3594314Z test_contig_size1_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:26.3620773Z test_contig_size1_minimum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:26.3658093Z test_contig_size1_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:26.3694534Z test_contig_size1_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:26.3730617Z test_contig_size1_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:26.3757567Z test_contig_size1_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:26.3783930Z test_contig_size1_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:26.3809819Z test_contig_size1_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:26.3836696Z test_contig_size1_minimum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:26.3862995Z test_contig_size1_minimum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:26.3899727Z test_contig_size1_mul_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:26.3956964Z test_contig_size1_mul_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:43:26.4000851Z test_contig_size1_mul_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:26.4043604Z test_contig_size1_mul_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:26.4085627Z test_contig_size1_mul_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:26.4120016Z test_contig_size1_mul_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:26.4154019Z test_contig_size1_mul_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:26.4187479Z test_contig_size1_mul_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:26.4212392Z test_contig_size1_mul_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:26.4237356Z test_contig_size1_mul_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:26.4261834Z test_contig_size1_mul_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:26.4288628Z test_contig_size1_mul_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:26.4315431Z test_contig_size1_mul_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:26.4347515Z test_contig_size1_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:26.4374483Z test_contig_size1_ne_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:26.4415821Z test_contig_size1_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:26.4455030Z test_contig_size1_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:26.4487859Z test_contig_size1_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:26.4521336Z test_contig_size1_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:26.4554644Z test_contig_size1_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:26.4581349Z test_contig_size1_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:26.4608308Z test_contig_size1_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:26.4635195Z test_contig_size1_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:26.4661817Z test_contig_size1_ne_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:26.4688935Z test_contig_size1_ne_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:26.4726430Z test_contig_size1_nextafter_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:26.4763955Z test_contig_size1_nextafter_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:26.4801275Z test_contig_size1_nextafter_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:26.4840042Z test_contig_size1_polar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:26.4878749Z test_contig_size1_polar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:26.4916334Z test_contig_size1_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:26.4963039Z test_contig_size1_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:43:26.5009317Z test_contig_size1_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:43:26.5046819Z test_contig_size1_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:26.5084542Z test_contig_size1_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:26.5121490Z test_contig_size1_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:26.5148039Z test_contig_size1_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:26.5174576Z test_contig_size1_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:26.5200186Z test_contig_size1_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:26.5226435Z test_contig_size1_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:26.5253164Z test_contig_size1_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:26.5291741Z test_contig_size1_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:26.5330867Z test_contig_size1_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:26.5369263Z test_contig_size1_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:26.5407586Z test_contig_size1_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:26.5435668Z test_contig_size1_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:26.5463419Z test_contig_size1_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:26.5491211Z test_contig_size1_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:26.5519849Z test_contig_size1_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:26.5547852Z test_contig_size1_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:26.5584399Z test_contig_size1_rsub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:26.5631721Z test_contig_size1_rsub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:43:26.5676913Z test_contig_size1_rsub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:26.5713708Z test_contig_size1_rsub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:26.5750244Z test_contig_size1_rsub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:26.5786547Z test_contig_size1_rsub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:26.5813512Z test_contig_size1_rsub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:26.5840482Z test_contig_size1_rsub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:26.5866197Z test_contig_size1_rsub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:26.5893357Z test_contig_size1_rsub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:26.5919972Z test_contig_size1_rsub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:26.5951249Z test_contig_size1_special_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:26.5987463Z test_contig_size1_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:26.6024312Z test_contig_size1_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:26.6055986Z test_contig_size1_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:26.6087093Z test_contig_size1_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:26.6118016Z test_contig_size1_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:26.6148884Z test_contig_size1_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:26.6180316Z test_contig_size1_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:26.6211133Z test_contig_size1_special_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:26.6247319Z test_contig_size1_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:26.6283871Z test_contig_size1_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:26.6314814Z test_contig_size1_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:26.6345265Z test_contig_size1_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:26.6376525Z test_contig_size1_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:26.6407801Z test_contig_size1_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:26.6439129Z test_contig_size1_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:26.6454046Z 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:43:26.6469485Z test_contig_size1_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-09-27T16:43:26.6484808Z 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:43:26.6498967Z 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:43:26.6513548Z 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:43:26.6528213Z 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:43:26.6542914Z 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:43:26.6557774Z 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:43:26.6572296Z 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:43:26.6586944Z 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:43:26.6602075Z 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:43:26.6616489Z 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:43:26.6631726Z 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:43:26.6675068Z test_contig_size1_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T16:43:26.6687639Z 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:43:26.6700447Z 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:43:26.6734744Z test_contig_size1_special_hermite_polynomial_h_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:26.6772878Z test_contig_size1_special_hermite_polynomial_h_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:26.6809369Z test_contig_size1_special_hermite_polynomial_h_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:26.6840866Z test_contig_size1_special_hermite_polynomial_h_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:26.6871514Z test_contig_size1_special_hermite_polynomial_h_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:26.6901893Z test_contig_size1_special_hermite_polynomial_h_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:26.6934124Z test_contig_size1_special_hermite_polynomial_h_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:26.6966503Z test_contig_size1_special_hermite_polynomial_h_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:26.6999254Z test_contig_size1_special_hermite_polynomial_he_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:26.7037149Z test_contig_size1_special_hermite_polynomial_he_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:26.7074699Z test_contig_size1_special_hermite_polynomial_he_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:26.7106935Z test_contig_size1_special_hermite_polynomial_he_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:26.7139331Z test_contig_size1_special_hermite_polynomial_he_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:26.7172063Z test_contig_size1_special_hermite_polynomial_he_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:26.7205863Z test_contig_size1_special_hermite_polynomial_he_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:26.7239247Z test_contig_size1_special_hermite_polynomial_he_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:26.7271972Z test_contig_size1_special_laguerre_polynomial_l_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:26.7310519Z test_contig_size1_special_laguerre_polynomial_l_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:26.7347865Z test_contig_size1_special_laguerre_polynomial_l_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:26.7380378Z test_contig_size1_special_laguerre_polynomial_l_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:26.7412269Z test_contig_size1_special_laguerre_polynomial_l_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:26.7444368Z test_contig_size1_special_laguerre_polynomial_l_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:26.7476200Z test_contig_size1_special_laguerre_polynomial_l_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:26.7507502Z test_contig_size1_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:26.7523200Z 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:43:26.7537722Z 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:43:26.7552526Z 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:43:26.7567177Z 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:43:26.7581924Z 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:43:26.7597004Z 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:43:26.7611311Z 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:43:26.7626148Z 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:43:26.7641164Z 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:43:26.7655794Z 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:43:26.7670871Z 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:43:26.7685325Z 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:43:26.7700163Z 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:43:26.7715135Z 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:43:26.7729731Z 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:43:26.7744366Z 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:43:26.7759745Z 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:43:26.7774057Z 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:43:26.7789028Z 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:43:26.7803758Z 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:43:26.7817851Z 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:43:26.7832457Z 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:43:26.7846551Z 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:43:26.7860679Z 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:43:26.7875028Z 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:43:26.7888990Z 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:43:26.7903308Z 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:43:26.7918171Z 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:43:26.7932859Z 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:43:26.7947298Z 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:43:26.7961227Z 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:43:26.7974753Z 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:43:26.7988425Z 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:43:26.8002605Z 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:43:26.8016466Z 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:43:26.8030490Z 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:43:26.8044499Z 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:43:26.8058177Z 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:43:26.8072154Z 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:43:26.8086285Z 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:43:26.8126406Z test_contig_size1_special_xlog1py_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:26.8159113Z test_contig_size1_special_xlog1py_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:26.8196509Z test_contig_size1_special_xlog1py_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:26.8232897Z test_contig_size1_special_xlog1py_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:26.8268800Z test_contig_size1_special_xlog1py_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:26.8300729Z test_contig_size1_special_xlog1py_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:26.8332448Z test_contig_size1_special_xlog1py_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:26.8364337Z test_contig_size1_special_xlog1py_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:26.8395040Z test_contig_size1_special_xlog1py_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:26.8426103Z test_contig_size1_special_xlog1py_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:26.8457785Z test_contig_size1_special_zeta_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:26.8493780Z test_contig_size1_special_zeta_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:26.8530431Z test_contig_size1_special_zeta_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:26.8561273Z test_contig_size1_special_zeta_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:26.8591770Z test_contig_size1_special_zeta_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:26.8622812Z test_contig_size1_special_zeta_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:26.8654285Z test_contig_size1_special_zeta_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:26.8686313Z test_contig_size1_special_zeta_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:26.8722520Z test_contig_size1_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:26.8768936Z test_contig_size1_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:43:26.8814549Z test_contig_size1_sub_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:43:26.8859474Z test_contig_size1_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:26.8933497Z test_contig_size1_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:43:26.8968573Z test_contig_size1_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:26.9003618Z test_contig_size1_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:26.9028667Z test_contig_size1_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:26.9054780Z test_contig_size1_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:26.9080636Z test_contig_size1_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:26.9106841Z test_contig_size1_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:26.9133014Z test_contig_size1_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:26.9171157Z test_contig_size1_true_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:26.9204380Z test_contig_size1_true_divide_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:26.9252562Z test_contig_size1_true_divide_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:43:26.9299640Z test_contig_size1_true_divide_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:43:26.9337919Z test_contig_size1_true_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:26.9375679Z test_contig_size1_true_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:26.9413721Z test_contig_size1_true_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:26.9447305Z test_contig_size1_true_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:26.9480420Z test_contig_size1_true_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:26.9513135Z test_contig_size1_true_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:26.9546293Z test_contig_size1_true_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:26.9578489Z test_contig_size1_true_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:26.9614293Z test_contig_size1_xlogy_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:26.9645309Z test_contig_size1_xlogy_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:26.9682239Z test_contig_size1_xlogy_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:26.9718903Z test_contig_size1_xlogy_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:26.9754900Z test_contig_size1_xlogy_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:26.9785956Z test_contig_size1_xlogy_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:26.9817261Z test_contig_size1_xlogy_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:26.9849020Z test_contig_size1_xlogy_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:26.9880123Z test_contig_size1_xlogy_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:26.9911163Z test_contig_size1_xlogy_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:26.9945631Z test_contig_vs_every_other___radd___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:26.9969350Z test_contig_vs_every_other___radd___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:27.0019986Z test_contig_vs_every_other___radd___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:43:27.0066759Z test_contig_vs_every_other___radd___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:43:27.0103200Z test_contig_vs_every_other___radd___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:27.0139320Z test_contig_vs_every_other___radd___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:27.0175972Z test_contig_vs_every_other___radd___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:27.0199364Z test_contig_vs_every_other___radd___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:27.0222652Z test_contig_vs_every_other___radd___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:27.0245097Z test_contig_vs_every_other___radd___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:27.0268332Z test_contig_vs_every_other___radd___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:27.0291587Z test_contig_vs_every_other___radd___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:27.0315228Z test_contig_vs_every_other___rand___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:27.0338238Z test_contig_vs_every_other___rand___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:27.0361490Z test_contig_vs_every_other___rand___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:27.0383740Z test_contig_vs_every_other___rand___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:27.0406771Z test_contig_vs_every_other___rand___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:27.0429512Z test_contig_vs_every_other___rand___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:27.0468640Z test_contig_vs_every_other___rdiv___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:27.0502936Z test_contig_vs_every_other___rdiv___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:27.0556797Z test_contig_vs_every_other___rdiv___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:43:27.0606368Z test_contig_vs_every_other___rdiv___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:43:27.0646587Z test_contig_vs_every_other___rdiv___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:27.0687229Z test_contig_vs_every_other___rdiv___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:27.0727248Z test_contig_vs_every_other___rdiv___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:27.0759685Z test_contig_vs_every_other___rdiv___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:27.0792970Z test_contig_vs_every_other___rdiv___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:27.0825386Z test_contig_vs_every_other___rdiv___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:27.0858390Z test_contig_vs_every_other___rdiv___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:27.0891548Z test_contig_vs_every_other___rdiv___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:27.0929308Z test_contig_vs_every_other___rmod___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:27.0969148Z test_contig_vs_every_other___rmod___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:27.1006042Z test_contig_vs_every_other___rmod___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:27.1043560Z test_contig_vs_every_other___rmod___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:27.1078054Z test_contig_vs_every_other___rmul___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:27.1101009Z test_contig_vs_every_other___rmul___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:27.1151237Z test_contig_vs_every_other___rmul___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:43:27.1198908Z test_contig_vs_every_other___rmul___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:43:27.1235003Z test_contig_vs_every_other___rmul___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:27.1270449Z test_contig_vs_every_other___rmul___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:27.1306948Z test_contig_vs_every_other___rmul___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:27.1330489Z test_contig_vs_every_other___rmul___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:27.1353988Z test_contig_vs_every_other___rmul___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:27.1376275Z test_contig_vs_every_other___rmul___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:27.1399203Z test_contig_vs_every_other___rmul___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:27.1422313Z test_contig_vs_every_other___rmul___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:27.1444976Z test_contig_vs_every_other___ror___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:27.1468257Z test_contig_vs_every_other___ror___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:27.1491120Z test_contig_vs_every_other___ror___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:27.1513555Z test_contig_vs_every_other___ror___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:27.1535965Z test_contig_vs_every_other___ror___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:27.1558709Z test_contig_vs_every_other___ror___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:27.1597820Z test_contig_vs_every_other___rpow___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:27.1652828Z test_contig_vs_every_other___rpow___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:43:27.1703566Z test_contig_vs_every_other___rpow___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:43:27.1741827Z test_contig_vs_every_other___rpow___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:27.1780803Z test_contig_vs_every_other___rpow___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:27.1820562Z test_contig_vs_every_other___rpow___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:27.1845680Z test_contig_vs_every_other___rpow___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:27.1903689Z test_contig_vs_every_other___rpow___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:43:27.1927336Z test_contig_vs_every_other___rpow___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:27.1950714Z test_contig_vs_every_other___rpow___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:27.1974406Z test_contig_vs_every_other___rpow___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:27.2007961Z test_contig_vs_every_other___rsub___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:27.2056571Z test_contig_vs_every_other___rsub___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:43:27.2101727Z test_contig_vs_every_other___rsub___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:27.2138011Z test_contig_vs_every_other___rsub___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:27.2174274Z test_contig_vs_every_other___rsub___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:27.2210312Z test_contig_vs_every_other___rsub___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:27.2233908Z test_contig_vs_every_other___rsub___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:27.2256330Z test_contig_vs_every_other___rsub___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:27.2279055Z test_contig_vs_every_other___rsub___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:27.2301685Z test_contig_vs_every_other___rsub___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:27.2324983Z test_contig_vs_every_other___rsub___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:27.2348177Z test_contig_vs_every_other___rxor___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:27.2371591Z test_contig_vs_every_other___rxor___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:27.2395587Z test_contig_vs_every_other___rxor___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:27.2417967Z test_contig_vs_every_other___rxor___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:27.2440877Z test_contig_vs_every_other___rxor___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:27.2463550Z test_contig_vs_every_other___rxor___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:27.2498162Z test_contig_vs_every_other_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:27.2521697Z test_contig_vs_every_other_add_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:27.2572898Z test_contig_vs_every_other_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:43:27.2621844Z test_contig_vs_every_other_add_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:43:27.2669102Z test_contig_vs_every_other_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:43:27.2705458Z test_contig_vs_every_other_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:27.2741534Z test_contig_vs_every_other_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:27.2777975Z test_contig_vs_every_other_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:27.2801328Z test_contig_vs_every_other_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:27.2824397Z test_contig_vs_every_other_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:27.2847495Z test_contig_vs_every_other_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:27.2870712Z test_contig_vs_every_other_add_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:27.2893686Z test_contig_vs_every_other_add_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:27.2930338Z test_contig_vs_every_other_atan2_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:27.2963273Z test_contig_vs_every_other_atan2_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:27.3000970Z test_contig_vs_every_other_atan2_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:27.3039484Z test_contig_vs_every_other_atan2_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:27.3071349Z test_contig_vs_every_other_atan2_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:27.3103535Z test_contig_vs_every_other_atan2_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:27.3135643Z test_contig_vs_every_other_atan2_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:27.3168395Z test_contig_vs_every_other_atan2_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:27.3200168Z test_contig_vs_every_other_atan2_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:27.3223411Z test_contig_vs_every_other_bitwise_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:27.3247027Z test_contig_vs_every_other_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:27.3270569Z test_contig_vs_every_other_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:27.3293558Z test_contig_vs_every_other_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:27.3317277Z test_contig_vs_every_other_bitwise_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:27.3340457Z test_contig_vs_every_other_bitwise_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:27.3364607Z test_contig_vs_every_other_bitwise_left_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:27.3388243Z test_contig_vs_every_other_bitwise_left_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:27.3411835Z test_contig_vs_every_other_bitwise_left_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:27.3435238Z test_contig_vs_every_other_bitwise_left_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:27.3458384Z test_contig_vs_every_other_bitwise_left_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:27.3483324Z test_contig_vs_every_other_bitwise_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:27.3506250Z test_contig_vs_every_other_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:27.3529835Z test_contig_vs_every_other_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:27.3552489Z test_contig_vs_every_other_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:27.3810884Z test_contig_vs_every_other_bitwise_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:43:27.4044402Z test_contig_vs_every_other_bitwise_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:43:27.4070784Z test_contig_vs_every_other_bitwise_right_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:27.4095906Z test_contig_vs_every_other_bitwise_right_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:27.4119733Z test_contig_vs_every_other_bitwise_right_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:27.4143137Z test_contig_vs_every_other_bitwise_right_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:27.4166385Z test_contig_vs_every_other_bitwise_right_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:27.4189987Z test_contig_vs_every_other_bitwise_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:27.4213453Z test_contig_vs_every_other_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:27.4237148Z test_contig_vs_every_other_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:27.4259797Z test_contig_vs_every_other_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:27.4283326Z test_contig_vs_every_other_bitwise_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:27.4306146Z test_contig_vs_every_other_bitwise_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:27.4342637Z test_contig_vs_every_other_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:27.4366451Z test_contig_vs_every_other_clamp_max_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:27.4404527Z test_contig_vs_every_other_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:27.4442224Z test_contig_vs_every_other_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:27.4480256Z test_contig_vs_every_other_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:27.4503605Z test_contig_vs_every_other_clamp_max_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:27.4527367Z test_contig_vs_every_other_clamp_max_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:27.4550063Z test_contig_vs_every_other_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:27.4572920Z test_contig_vs_every_other_clamp_max_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:27.4596318Z test_contig_vs_every_other_clamp_max_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:27.4630955Z test_contig_vs_every_other_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:27.4654035Z test_contig_vs_every_other_clamp_min_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:27.4691061Z test_contig_vs_every_other_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:27.4727842Z test_contig_vs_every_other_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:27.4764441Z test_contig_vs_every_other_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:27.4787389Z test_contig_vs_every_other_clamp_min_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:27.4810176Z test_contig_vs_every_other_clamp_min_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:27.4832928Z test_contig_vs_every_other_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:27.4855142Z test_contig_vs_every_other_clamp_min_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:27.4877979Z test_contig_vs_every_other_clamp_min_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:27.4918390Z test_contig_vs_every_other_complex_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:27.4956792Z test_contig_vs_every_other_complex_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:27.4995561Z test_contig_vs_every_other_complex_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:27.5028973Z test_contig_vs_every_other_copysign_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:27.5059321Z test_contig_vs_every_other_copysign_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:27.5095323Z test_contig_vs_every_other_copysign_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:27.5130967Z test_contig_vs_every_other_copysign_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:27.5167508Z test_contig_vs_every_other_copysign_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:27.5228005Z test_contig_vs_every_other_copysign_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:43:27.5257202Z test_contig_vs_every_other_copysign_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:27.5286291Z test_contig_vs_every_other_copysign_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:27.5315296Z test_contig_vs_every_other_copysign_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:27.5344014Z test_contig_vs_every_other_copysign_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:27.5378798Z test_contig_vs_every_other_div_floor_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:27.5414965Z test_contig_vs_every_other_div_floor_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:27.5450251Z test_contig_vs_every_other_div_floor_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:27.5486414Z test_contig_vs_every_other_div_floor_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:27.5517342Z test_contig_vs_every_other_div_floor_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:27.5547956Z test_contig_vs_every_other_div_floor_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:27.5579114Z test_contig_vs_every_other_div_floor_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:27.5609650Z test_contig_vs_every_other_div_floor_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:27.5640307Z test_contig_vs_every_other_div_floor_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:27.5675319Z test_contig_vs_every_other_div_no_rounding_mode_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:27.5706856Z test_contig_vs_every_other_div_no_rounding_mode_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:27.5757713Z test_contig_vs_every_other_div_no_rounding_mode_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:43:27.5804790Z test_contig_vs_every_other_div_no_rounding_mode_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:43:27.5843704Z test_contig_vs_every_other_div_no_rounding_mode_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:27.5882196Z test_contig_vs_every_other_div_no_rounding_mode_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:27.5921596Z test_contig_vs_every_other_div_no_rounding_mode_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:27.5955089Z test_contig_vs_every_other_div_no_rounding_mode_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:27.5988352Z test_contig_vs_every_other_div_no_rounding_mode_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:27.6021391Z test_contig_vs_every_other_div_no_rounding_mode_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:27.6054569Z test_contig_vs_every_other_div_no_rounding_mode_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:27.6087424Z test_contig_vs_every_other_div_no_rounding_mode_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:27.6123378Z test_contig_vs_every_other_div_trunc_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:27.6160963Z test_contig_vs_every_other_div_trunc_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:27.6198369Z test_contig_vs_every_other_div_trunc_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:27.6236115Z test_contig_vs_every_other_div_trunc_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:27.6268018Z test_contig_vs_every_other_div_trunc_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:27.6300718Z test_contig_vs_every_other_div_trunc_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:27.6333072Z test_contig_vs_every_other_div_trunc_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:27.6365932Z test_contig_vs_every_other_div_trunc_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:27.6398364Z test_contig_vs_every_other_div_trunc_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:27.6427212Z test_contig_vs_every_other_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:27.6450305Z test_contig_vs_every_other_eq_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:27.6492946Z test_contig_vs_every_other_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:27.6532619Z test_contig_vs_every_other_eq_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:27.6570763Z test_contig_vs_every_other_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:27.6601204Z test_contig_vs_every_other_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:27.6630861Z test_contig_vs_every_other_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:27.6661794Z test_contig_vs_every_other_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:27.6685217Z test_contig_vs_every_other_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:27.6708394Z test_contig_vs_every_other_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:27.6731810Z test_contig_vs_every_other_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:27.6754704Z test_contig_vs_every_other_eq_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:27.6777152Z test_contig_vs_every_other_eq_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:27.6815195Z test_contig_vs_every_other_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:27.6847890Z test_contig_vs_every_other_float_power_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:27.6899921Z test_contig_vs_every_other_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:43:27.6949553Z test_contig_vs_every_other_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:43:27.6987251Z test_contig_vs_every_other_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:27.7024586Z test_contig_vs_every_other_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:27.7061541Z test_contig_vs_every_other_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:27.7093122Z test_contig_vs_every_other_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:27.7124555Z test_contig_vs_every_other_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:27.7155635Z test_contig_vs_every_other_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:27.7186673Z test_contig_vs_every_other_float_power_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:27.7217856Z test_contig_vs_every_other_float_power_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:27.7229453Z test_contig_vs_every_other_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:43:27.7269808Z test_contig_vs_every_other_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:27.7308806Z test_contig_vs_every_other_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:27.7347529Z test_contig_vs_every_other_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:27.7372953Z test_contig_vs_every_other_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:27.7398699Z test_contig_vs_every_other_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:27.7423398Z test_contig_vs_every_other_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:27.7448137Z test_contig_vs_every_other_floor_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:27.7472999Z test_contig_vs_every_other_floor_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:27.7507263Z test_contig_vs_every_other_fmax_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:27.7530338Z test_contig_vs_every_other_fmax_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:27.7566842Z test_contig_vs_every_other_fmax_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:27.7602809Z test_contig_vs_every_other_fmax_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:27.7639067Z test_contig_vs_every_other_fmax_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:27.7661902Z test_contig_vs_every_other_fmax_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:27.7685040Z test_contig_vs_every_other_fmax_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:27.7707206Z test_contig_vs_every_other_fmax_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:27.7729588Z test_contig_vs_every_other_fmax_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:27.7752566Z test_contig_vs_every_other_fmax_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:27.7787304Z test_contig_vs_every_other_fmin_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:27.7810057Z test_contig_vs_every_other_fmin_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:27.7847497Z test_contig_vs_every_other_fmin_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:27.7883535Z test_contig_vs_every_other_fmin_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:27.7919680Z test_contig_vs_every_other_fmin_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:27.7942234Z test_contig_vs_every_other_fmin_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:27.7965398Z test_contig_vs_every_other_fmin_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:27.7987264Z test_contig_vs_every_other_fmin_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:27.8011723Z test_contig_vs_every_other_fmin_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:27.8033327Z test_contig_vs_every_other_fmin_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:27.8044622Z test_contig_vs_every_other_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:43:27.8084356Z test_contig_vs_every_other_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:27.8122603Z test_contig_vs_every_other_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:27.8162071Z test_contig_vs_every_other_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:27.8216247Z test_contig_vs_every_other_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:43:27.8239912Z test_contig_vs_every_other_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:27.8262545Z test_contig_vs_every_other_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:27.8285878Z test_contig_vs_every_other_fmod_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:27.8308418Z test_contig_vs_every_other_fmod_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:27.8331557Z test_contig_vs_every_other_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:27.8355891Z test_contig_vs_every_other_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:27.8378335Z test_contig_vs_every_other_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:27.8401903Z test_contig_vs_every_other_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:27.8424767Z test_contig_vs_every_other_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:27.8453259Z test_contig_vs_every_other_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:27.8476012Z test_contig_vs_every_other_ge_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:27.8505853Z test_contig_vs_every_other_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:27.8536469Z test_contig_vs_every_other_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:27.8567591Z test_contig_vs_every_other_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:27.8590559Z test_contig_vs_every_other_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:27.8613638Z test_contig_vs_every_other_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:27.8636940Z test_contig_vs_every_other_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:27.8659668Z test_contig_vs_every_other_ge_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:27.8682443Z test_contig_vs_every_other_ge_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:27.8711426Z test_contig_vs_every_other_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:27.8733792Z test_contig_vs_every_other_gt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:27.8764401Z test_contig_vs_every_other_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:27.8794356Z test_contig_vs_every_other_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:27.8825657Z test_contig_vs_every_other_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:27.8848925Z test_contig_vs_every_other_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:27.8872443Z test_contig_vs_every_other_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:27.8895498Z test_contig_vs_every_other_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:27.8918521Z test_contig_vs_every_other_gt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:27.8941406Z test_contig_vs_every_other_gt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:27.8977827Z test_contig_vs_every_other_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:27.9000912Z test_contig_vs_every_other_heaviside_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:27.9038885Z test_contig_vs_every_other_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:27.9075958Z test_contig_vs_every_other_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:27.9114289Z test_contig_vs_every_other_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:27.9138707Z test_contig_vs_every_other_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:27.9162655Z test_contig_vs_every_other_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:27.9185277Z test_contig_vs_every_other_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:27.9208469Z test_contig_vs_every_other_heaviside_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:27.9231484Z test_contig_vs_every_other_heaviside_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:27.9267364Z test_contig_vs_every_other_hypot_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:27.9304776Z test_contig_vs_every_other_hypot_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:27.9343411Z test_contig_vs_every_other_hypot_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:27.9379795Z test_contig_vs_every_other_igamma_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:27.9417791Z test_contig_vs_every_other_igamma_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:27.9455468Z test_contig_vs_every_other_igamma_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:27.9494653Z test_contig_vs_every_other_igamma_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:27.9531062Z test_contig_vs_every_other_igammac_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:27.9569081Z test_contig_vs_every_other_igammac_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:27.9606497Z test_contig_vs_every_other_igammac_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:27.9644941Z test_contig_vs_every_other_igammac_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:27.9684668Z test_contig_vs_every_other_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:27.9721887Z test_contig_vs_every_other_isclose_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:27.9779674Z test_contig_vs_every_other_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:43:27.9834361Z test_contig_vs_every_other_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:43:27.9877653Z test_contig_vs_every_other_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:27.9920453Z test_contig_vs_every_other_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:27.9963836Z test_contig_vs_every_other_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:28.0002032Z test_contig_vs_every_other_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:28.0039631Z test_contig_vs_every_other_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:28.0077628Z test_contig_vs_every_other_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:28.0114527Z test_contig_vs_every_other_isclose_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:28.0151588Z test_contig_vs_every_other_isclose_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:28.0167902Z test_contig_vs_every_other_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:43:28.0183932Z test_contig_vs_every_other_jiterator_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:43:28.0200022Z test_contig_vs_every_other_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:43:28.0215949Z test_contig_vs_every_other_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:43:28.0231700Z test_contig_vs_every_other_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:43:28.0247647Z test_contig_vs_every_other_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:43:28.0263361Z test_contig_vs_every_other_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:43:28.0279483Z test_contig_vs_every_other_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:43:28.0295227Z test_contig_vs_every_other_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:43:28.0311110Z test_contig_vs_every_other_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:43:28.0326973Z test_contig_vs_every_other_jiterator_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:43:28.0342807Z test_contig_vs_every_other_jiterator_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:43:28.0358774Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:43:28.0374559Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:43:28.0390749Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:43:28.0406660Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:43:28.0422378Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:43:28.0438211Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:43:28.0453827Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:43:28.0469545Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:43:28.0485541Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:43:28.0501238Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:43:28.0517313Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:43:28.0533234Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:43:28.0560050Z test_contig_vs_every_other_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:28.0585804Z test_contig_vs_every_other_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:28.0610502Z test_contig_vs_every_other_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:28.0635158Z test_contig_vs_every_other_lcm_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:28.0659131Z test_contig_vs_every_other_lcm_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:28.0698757Z test_contig_vs_every_other_ldexp_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:28.0734134Z test_contig_vs_every_other_ldexp_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:28.0790261Z test_contig_vs_every_other_ldexp_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:43:28.0841855Z test_contig_vs_every_other_ldexp_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:43:28.0880431Z test_contig_vs_every_other_ldexp_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:28.0919869Z test_contig_vs_every_other_ldexp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:28.0989020Z test_contig_vs_every_other_ldexp_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:43:28.1022578Z test_contig_vs_every_other_ldexp_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:28.1056029Z test_contig_vs_every_other_ldexp_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:28.1090260Z test_contig_vs_every_other_ldexp_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:28.1123471Z test_contig_vs_every_other_ldexp_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:28.1156487Z test_contig_vs_every_other_ldexp_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:28.1183396Z test_contig_vs_every_other_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:28.1205242Z test_contig_vs_every_other_le_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:28.1234689Z test_contig_vs_every_other_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:28.1263040Z test_contig_vs_every_other_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:28.1292710Z test_contig_vs_every_other_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:28.1314751Z test_contig_vs_every_other_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:28.1337850Z test_contig_vs_every_other_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:28.1361204Z test_contig_vs_every_other_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:28.1383903Z test_contig_vs_every_other_le_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:28.1406959Z test_contig_vs_every_other_le_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:28.1436316Z test_contig_vs_every_other_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:28.1461681Z test_contig_vs_every_other_logical_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:28.1506401Z test_contig_vs_every_other_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:28.1545277Z test_contig_vs_every_other_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:28.1575055Z test_contig_vs_every_other_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:28.1604842Z test_contig_vs_every_other_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:28.1635617Z test_contig_vs_every_other_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:28.1658569Z test_contig_vs_every_other_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:28.1681707Z test_contig_vs_every_other_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:28.1705158Z test_contig_vs_every_other_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:28.1727943Z test_contig_vs_every_other_logical_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:28.1750565Z test_contig_vs_every_other_logical_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:28.1779423Z test_contig_vs_every_other_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:28.1802390Z test_contig_vs_every_other_logical_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:28.1844505Z test_contig_vs_every_other_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:28.1883017Z test_contig_vs_every_other_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:28.1913256Z test_contig_vs_every_other_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:28.1943778Z test_contig_vs_every_other_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:28.1974811Z test_contig_vs_every_other_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:28.1998500Z test_contig_vs_every_other_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:28.2021329Z test_contig_vs_every_other_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:28.2044647Z test_contig_vs_every_other_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:28.2067400Z test_contig_vs_every_other_logical_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:28.2090389Z test_contig_vs_every_other_logical_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:28.2119363Z test_contig_vs_every_other_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:28.2142235Z test_contig_vs_every_other_logical_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:28.2184831Z test_contig_vs_every_other_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:28.2223845Z test_contig_vs_every_other_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:28.2254309Z test_contig_vs_every_other_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:28.2284635Z test_contig_vs_every_other_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:28.2316558Z test_contig_vs_every_other_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:28.2339522Z test_contig_vs_every_other_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:28.2363434Z test_contig_vs_every_other_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:28.2386787Z test_contig_vs_every_other_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:28.2409812Z test_contig_vs_every_other_logical_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:28.2432698Z test_contig_vs_every_other_logical_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:28.2461471Z test_contig_vs_every_other_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:28.2484705Z test_contig_vs_every_other_lt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:28.2515652Z test_contig_vs_every_other_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:28.2545534Z test_contig_vs_every_other_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:28.2577036Z test_contig_vs_every_other_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:28.2600431Z test_contig_vs_every_other_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:28.2623658Z test_contig_vs_every_other_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:28.2647409Z test_contig_vs_every_other_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:28.2670350Z test_contig_vs_every_other_lt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:28.2693319Z test_contig_vs_every_other_lt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:28.2730115Z test_contig_vs_every_other_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:28.2752657Z test_contig_vs_every_other_max_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:28.2788966Z test_contig_vs_every_other_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:28.2826304Z test_contig_vs_every_other_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:28.2863981Z test_contig_vs_every_other_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:28.2887368Z test_contig_vs_every_other_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:28.2910763Z test_contig_vs_every_other_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:28.2933499Z test_contig_vs_every_other_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:28.2956819Z test_contig_vs_every_other_max_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:28.2980487Z test_contig_vs_every_other_max_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:28.3015483Z test_contig_vs_every_other_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:28.3039463Z test_contig_vs_every_other_maximum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:28.3076748Z test_contig_vs_every_other_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:28.3113368Z test_contig_vs_every_other_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:28.3151148Z test_contig_vs_every_other_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:28.3174468Z test_contig_vs_every_other_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:28.3198116Z test_contig_vs_every_other_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:28.3220788Z test_contig_vs_every_other_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:28.3244036Z test_contig_vs_every_other_maximum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:28.3266841Z test_contig_vs_every_other_maximum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:28.3302627Z test_contig_vs_every_other_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:28.3325729Z test_contig_vs_every_other_min_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:28.3363140Z test_contig_vs_every_other_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:28.3399616Z test_contig_vs_every_other_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:28.3436832Z test_contig_vs_every_other_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:28.3459879Z test_contig_vs_every_other_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:28.3484293Z test_contig_vs_every_other_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:28.3508710Z test_contig_vs_every_other_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:28.3531950Z test_contig_vs_every_other_min_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:28.3554779Z test_contig_vs_every_other_min_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:28.3590518Z test_contig_vs_every_other_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:28.3613204Z test_contig_vs_every_other_minimum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:28.3650679Z test_contig_vs_every_other_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:28.3687997Z test_contig_vs_every_other_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:28.3725628Z test_contig_vs_every_other_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:28.3748806Z test_contig_vs_every_other_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:28.3772046Z test_contig_vs_every_other_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:28.3794641Z test_contig_vs_every_other_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:28.3817168Z test_contig_vs_every_other_minimum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:28.3871749Z test_contig_vs_every_other_minimum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:43:28.3905108Z test_contig_vs_every_other_mul_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:28.3926779Z test_contig_vs_every_other_mul_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:28.3976610Z test_contig_vs_every_other_mul_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:43:28.4024366Z test_contig_vs_every_other_mul_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:43:28.4071136Z test_contig_vs_every_other_mul_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:43:28.4105979Z test_contig_vs_every_other_mul_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:28.4141287Z test_contig_vs_every_other_mul_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:28.4177315Z test_contig_vs_every_other_mul_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:28.4199642Z test_contig_vs_every_other_mul_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:28.4221871Z test_contig_vs_every_other_mul_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:28.4243810Z test_contig_vs_every_other_mul_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:28.4266761Z test_contig_vs_every_other_mul_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:28.4290472Z test_contig_vs_every_other_mul_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:28.4319600Z test_contig_vs_every_other_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:28.4342624Z test_contig_vs_every_other_ne_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:28.4385915Z test_contig_vs_every_other_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:28.4424718Z test_contig_vs_every_other_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:28.4455549Z test_contig_vs_every_other_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:28.4941130Z test_contig_vs_every_other_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:43:28.4978056Z test_contig_vs_every_other_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:28.5004148Z test_contig_vs_every_other_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:28.5029140Z test_contig_vs_every_other_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:28.5054595Z test_contig_vs_every_other_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:28.5078572Z test_contig_vs_every_other_ne_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:28.5102174Z test_contig_vs_every_other_ne_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:28.5138634Z test_contig_vs_every_other_nextafter_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:28.5176243Z test_contig_vs_every_other_nextafter_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:28.5213566Z test_contig_vs_every_other_nextafter_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:28.5253287Z test_contig_vs_every_other_polar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:28.5293905Z test_contig_vs_every_other_polar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:28.5329840Z test_contig_vs_every_other_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:28.5381990Z test_contig_vs_every_other_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:43:28.5431642Z test_contig_vs_every_other_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:43:28.5468409Z test_contig_vs_every_other_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:28.5506319Z test_contig_vs_every_other_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:28.5544140Z test_contig_vs_every_other_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:28.5568068Z test_contig_vs_every_other_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:28.5592099Z test_contig_vs_every_other_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:28.5615176Z test_contig_vs_every_other_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:28.5638565Z test_contig_vs_every_other_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:28.5661554Z test_contig_vs_every_other_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:28.5673416Z test_contig_vs_every_other_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:43:28.5714695Z test_contig_vs_every_other_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:28.5754224Z test_contig_vs_every_other_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:28.5793871Z test_contig_vs_every_other_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:28.5819556Z test_contig_vs_every_other_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:28.5846300Z test_contig_vs_every_other_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:28.5870919Z test_contig_vs_every_other_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:28.5895771Z test_contig_vs_every_other_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:28.5920829Z test_contig_vs_every_other_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:28.5956188Z test_contig_vs_every_other_rsub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:28.6008243Z test_contig_vs_every_other_rsub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:43:28.6055045Z test_contig_vs_every_other_rsub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:43:28.6091777Z test_contig_vs_every_other_rsub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:28.6127515Z test_contig_vs_every_other_rsub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:28.6164054Z test_contig_vs_every_other_rsub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:28.6187749Z test_contig_vs_every_other_rsub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:28.6212301Z test_contig_vs_every_other_rsub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:28.6237215Z test_contig_vs_every_other_rsub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:28.6260688Z test_contig_vs_every_other_rsub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:28.6283306Z test_contig_vs_every_other_rsub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:28.6315133Z test_contig_vs_every_other_special_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:28.6352674Z test_contig_vs_every_other_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:28.6390478Z test_contig_vs_every_other_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:28.6421423Z test_contig_vs_every_other_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:28.6452907Z test_contig_vs_every_other_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:28.6486971Z test_contig_vs_every_other_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:28.6520312Z test_contig_vs_every_other_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:28.6551322Z test_contig_vs_every_other_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:28.6582418Z test_contig_vs_every_other_special_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:28.6619103Z test_contig_vs_every_other_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:28.6655705Z test_contig_vs_every_other_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:28.6687018Z test_contig_vs_every_other_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:28.6718135Z test_contig_vs_every_other_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:28.6749211Z test_contig_vs_every_other_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:28.6780654Z test_contig_vs_every_other_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:28.6811808Z test_contig_vs_every_other_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:28.6823989Z 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:43:28.6835468Z 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:43:28.6846707Z 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:43:28.6857869Z 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:43:28.6869037Z 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:43:28.6880760Z 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:43:28.6891910Z 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:43:28.6903340Z 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:43:28.6914737Z 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:43:28.6925976Z 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:43:28.6937291Z 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:43:28.6948820Z 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:43:28.6960657Z 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:43:28.6972494Z 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:43:28.6984151Z 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:43:28.6994953Z 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:43:28.7030339Z test_contig_vs_every_other_special_hermite_polynomial_h_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:28.7069840Z test_contig_vs_every_other_special_hermite_polynomial_h_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:28.7189241Z test_contig_vs_every_other_special_hermite_polynomial_h_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:43:28.7220789Z test_contig_vs_every_other_special_hermite_polynomial_h_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:28.7251559Z test_contig_vs_every_other_special_hermite_polynomial_h_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:28.7282287Z test_contig_vs_every_other_special_hermite_polynomial_h_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:28.7312828Z test_contig_vs_every_other_special_hermite_polynomial_h_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:28.7342935Z test_contig_vs_every_other_special_hermite_polynomial_h_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:28.7373019Z test_contig_vs_every_other_special_hermite_polynomial_he_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:28.7408587Z test_contig_vs_every_other_special_hermite_polynomial_he_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:28.7444742Z test_contig_vs_every_other_special_hermite_polynomial_he_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:28.7474788Z test_contig_vs_every_other_special_hermite_polynomial_he_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:28.7504141Z test_contig_vs_every_other_special_hermite_polynomial_he_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:28.7534652Z test_contig_vs_every_other_special_hermite_polynomial_he_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:28.7564492Z test_contig_vs_every_other_special_hermite_polynomial_he_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:28.7594756Z test_contig_vs_every_other_special_hermite_polynomial_he_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:28.7624762Z test_contig_vs_every_other_special_laguerre_polynomial_l_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:28.7660416Z test_contig_vs_every_other_special_laguerre_polynomial_l_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:28.7696438Z test_contig_vs_every_other_special_laguerre_polynomial_l_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:28.7726712Z test_contig_vs_every_other_special_laguerre_polynomial_l_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:28.7756830Z test_contig_vs_every_other_special_laguerre_polynomial_l_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:28.7786760Z test_contig_vs_every_other_special_laguerre_polynomial_l_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:28.7816844Z test_contig_vs_every_other_special_laguerre_polynomial_l_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:28.7847161Z test_contig_vs_every_other_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:28.7857805Z 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:43:28.7868018Z 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:43:28.7878418Z 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:43:28.7888291Z 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:43:28.7898274Z 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:43:28.7908132Z 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:43:28.7918607Z 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:43:28.7928442Z 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:43:28.7938426Z 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:43:28.7948695Z 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:43:28.7958918Z 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:43:28.7969076Z 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:43:28.7979537Z 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:43:28.7989860Z 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:43:28.8000705Z 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:43:28.8011375Z 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:43:28.8031928Z 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:43:28.8033239Z 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:43:28.8044451Z 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:43:28.8057824Z 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:43:28.8067524Z 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:43:28.8079043Z 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:43:28.8090605Z 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:43:28.8101669Z 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:43:28.8113000Z 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:43:28.8123970Z 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:43:28.8135045Z 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:43:28.8146050Z 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:43:28.8157549Z 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:43:28.8168519Z 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:43:28.8179604Z 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:43:28.8190900Z 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:43:28.8202447Z 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:43:28.8213429Z 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:43:28.8224637Z 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:43:28.8236345Z 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:43:28.8247201Z 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:43:28.8258348Z 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:43:28.8269490Z 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:43:28.8280979Z 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:43:28.8321659Z test_contig_vs_every_other_special_xlog1py_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:28.8355413Z test_contig_vs_every_other_special_xlog1py_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:28.8394458Z test_contig_vs_every_other_special_xlog1py_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:28.8432865Z test_contig_vs_every_other_special_xlog1py_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:28.8471572Z test_contig_vs_every_other_special_xlog1py_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:28.8502701Z test_contig_vs_every_other_special_xlog1py_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:28.8534872Z test_contig_vs_every_other_special_xlog1py_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:28.8566757Z test_contig_vs_every_other_special_xlog1py_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:28.8598541Z test_contig_vs_every_other_special_xlog1py_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:28.8630560Z test_contig_vs_every_other_special_xlog1py_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:28.8661706Z test_contig_vs_every_other_special_zeta_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:28.8700491Z test_contig_vs_every_other_special_zeta_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:28.8739588Z test_contig_vs_every_other_special_zeta_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:28.8772450Z test_contig_vs_every_other_special_zeta_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:28.8805295Z test_contig_vs_every_other_special_zeta_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:28.8837808Z test_contig_vs_every_other_special_zeta_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:28.8869515Z test_contig_vs_every_other_special_zeta_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:28.8903518Z test_contig_vs_every_other_special_zeta_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:28.8937833Z test_contig_vs_every_other_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:28.8988497Z test_contig_vs_every_other_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:43:28.9036802Z test_contig_vs_every_other_sub_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:43:28.9083600Z test_contig_vs_every_other_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:43:28.9119482Z test_contig_vs_every_other_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:28.9155459Z test_contig_vs_every_other_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:28.9192144Z test_contig_vs_every_other_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:28.9214803Z test_contig_vs_every_other_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:28.9238209Z test_contig_vs_every_other_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:28.9260173Z test_contig_vs_every_other_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:28.9283191Z test_contig_vs_every_other_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:28.9306295Z test_contig_vs_every_other_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:43:28.9345355Z test_contig_vs_every_other_true_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:28.9380087Z test_contig_vs_every_other_true_divide_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:28.9435228Z test_contig_vs_every_other_true_divide_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:43:28.9485695Z test_contig_vs_every_other_true_divide_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:43:28.9525019Z test_contig_vs_every_other_true_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:28.9563349Z test_contig_vs_every_other_true_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:28.9602903Z test_contig_vs_every_other_true_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:28.9636142Z test_contig_vs_every_other_true_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:28.9669434Z test_contig_vs_every_other_true_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:28.9734639Z test_contig_vs_every_other_true_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:43:28.9766363Z test_contig_vs_every_other_true_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:28.9797787Z test_contig_vs_every_other_true_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:28.9831396Z test_contig_vs_every_other_xlogy_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:28.9860957Z test_contig_vs_every_other_xlogy_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:28.9896386Z test_contig_vs_every_other_xlogy_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:28.9931134Z test_contig_vs_every_other_xlogy_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:28.9967589Z test_contig_vs_every_other_xlogy_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:43:28.9998012Z test_contig_vs_every_other_xlogy_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:29.0026881Z test_contig_vs_every_other_xlogy_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:29.0056580Z test_contig_vs_every_other_xlogy_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:29.0086265Z test_contig_vs_every_other_xlogy_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:29.0115492Z test_contig_vs_every_other_xlogy_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:43:29.0727773Z test_contig_vs_transposed___radd___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.061s) 2022-09-27T16:43:29.1008758Z test_contig_vs_transposed___radd___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:43:29.2561273Z test_contig_vs_transposed___radd___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.155s) 2022-09-27T16:43:29.3787663Z test_contig_vs_transposed___radd___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.122s) 2022-09-27T16:43:29.4596893Z test_contig_vs_transposed___radd___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.081s) 2022-09-27T16:43:29.5474487Z test_contig_vs_transposed___radd___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.088s) 2022-09-27T16:43:29.6728312Z test_contig_vs_transposed___radd___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.125s) 2022-09-27T16:43:29.6977758Z test_contig_vs_transposed___radd___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:43:29.7257214Z test_contig_vs_transposed___radd___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:43:29.7510506Z test_contig_vs_transposed___radd___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:43:29.7750876Z test_contig_vs_transposed___radd___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:43:29.7999864Z test_contig_vs_transposed___radd___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:43:29.8292757Z test_contig_vs_transposed___rand___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:43:29.8543012Z test_contig_vs_transposed___rand___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:43:29.8803697Z test_contig_vs_transposed___rand___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:43:29.9074061Z test_contig_vs_transposed___rand___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:43:29.9308076Z test_contig_vs_transposed___rand___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:43:29.9546714Z test_contig_vs_transposed___rand___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:43:30.0182671Z test_contig_vs_transposed___rdiv___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:43:30.0856768Z test_contig_vs_transposed___rdiv___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.067s) 2022-09-27T16:43:30.2463803Z test_contig_vs_transposed___rdiv___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.161s) 2022-09-27T16:43:30.3895501Z test_contig_vs_transposed___rdiv___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.143s) 2022-09-27T16:43:30.4731954Z test_contig_vs_transposed___rdiv___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.084s) 2022-09-27T16:43:30.5455645Z test_contig_vs_transposed___rdiv___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.072s) 2022-09-27T16:43:30.6481035Z test_contig_vs_transposed___rdiv___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.102s) 2022-09-27T16:43:30.7584046Z test_contig_vs_transposed___rdiv___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.110s) 2022-09-27T16:43:30.8253793Z test_contig_vs_transposed___rdiv___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.067s) 2022-09-27T16:43:30.8931401Z test_contig_vs_transposed___rdiv___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.068s) 2022-09-27T16:43:30.9578387Z test_contig_vs_transposed___rdiv___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.065s) 2022-09-27T16:43:31.0235914Z test_contig_vs_transposed___rdiv___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.066s) 2022-09-27T16:43:31.0871332Z test_contig_vs_transposed___rmod___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:43:31.1765446Z test_contig_vs_transposed___rmod___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.089s) 2022-09-27T16:43:31.2452973Z test_contig_vs_transposed___rmod___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.069s) 2022-09-27T16:43:31.3325489Z test_contig_vs_transposed___rmod___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.087s) 2022-09-27T16:43:31.3927684Z test_contig_vs_transposed___rmul___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.060s) 2022-09-27T16:43:31.4205026Z test_contig_vs_transposed___rmul___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:43:31.5721142Z test_contig_vs_transposed___rmul___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.151s) 2022-09-27T16:43:31.6941035Z test_contig_vs_transposed___rmul___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.122s) 2022-09-27T16:43:31.8383035Z test_contig_vs_transposed___rmul___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.144s) 2022-09-27T16:43:31.9060764Z test_contig_vs_transposed___rmul___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.068s) 2022-09-27T16:43:31.9888441Z test_contig_vs_transposed___rmul___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.083s) 2022-09-27T16:43:32.0138674Z test_contig_vs_transposed___rmul___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:43:32.0416941Z test_contig_vs_transposed___rmul___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:43:32.0669497Z test_contig_vs_transposed___rmul___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:43:32.0910258Z test_contig_vs_transposed___rmul___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:43:32.1172125Z test_contig_vs_transposed___rmul___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:43:32.1449740Z test_contig_vs_transposed___ror___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:43:32.1700939Z test_contig_vs_transposed___ror___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:43:32.1961922Z test_contig_vs_transposed___ror___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:43:32.2233644Z test_contig_vs_transposed___ror___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:43:32.2468631Z test_contig_vs_transposed___ror___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:43:32.2708109Z test_contig_vs_transposed___ror___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:43:32.3331654Z test_contig_vs_transposed___rpow___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.062s) 2022-09-27T16:43:32.5096186Z test_contig_vs_transposed___rpow___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.176s) 2022-09-27T16:43:32.6471542Z test_contig_vs_transposed___rpow___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.137s) 2022-09-27T16:43:32.7295740Z test_contig_vs_transposed___rpow___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.082s) 2022-09-27T16:43:32.8008575Z test_contig_vs_transposed___rpow___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.071s) 2022-09-27T16:43:32.9570240Z test_contig_vs_transposed___rpow___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.156s) 2022-09-27T16:43:32.9885483Z test_contig_vs_transposed___rpow___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:43:33.0223726Z test_contig_vs_transposed___rpow___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:43:33.0532899Z test_contig_vs_transposed___rpow___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:43:33.0807420Z test_contig_vs_transposed___rpow___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:43:33.1107834Z test_contig_vs_transposed___rpow___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:43:33.1689177Z test_contig_vs_transposed___rsub___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.058s) 2022-09-27T16:43:33.3220485Z test_contig_vs_transposed___rsub___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.153s) 2022-09-27T16:43:33.4398977Z test_contig_vs_transposed___rsub___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.118s) 2022-09-27T16:43:33.5204893Z test_contig_vs_transposed___rsub___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.080s) 2022-09-27T16:43:33.5891756Z test_contig_vs_transposed___rsub___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.069s) 2022-09-27T16:43:33.6741459Z test_contig_vs_transposed___rsub___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.085s) 2022-09-27T16:43:33.6992419Z test_contig_vs_transposed___rsub___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:43:33.7256340Z test_contig_vs_transposed___rsub___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:43:33.7510854Z test_contig_vs_transposed___rsub___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:43:33.7771467Z test_contig_vs_transposed___rsub___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:43:33.8022534Z test_contig_vs_transposed___rsub___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:43:33.8299561Z test_contig_vs_transposed___rxor___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:43:33.8552652Z test_contig_vs_transposed___rxor___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:43:33.8835877Z test_contig_vs_transposed___rxor___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:43:33.9089299Z test_contig_vs_transposed___rxor___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:43:33.9326485Z test_contig_vs_transposed___rxor___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:43:33.9583083Z test_contig_vs_transposed___rxor___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:43:34.0825276Z test_contig_vs_transposed_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.124s) 2022-09-27T16:43:34.1105997Z test_contig_vs_transposed_add_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:43:34.2629962Z test_contig_vs_transposed_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.152s) 2022-09-27T16:43:34.4100566Z test_contig_vs_transposed_add_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.147s) 2022-09-27T16:43:34.5314392Z test_contig_vs_transposed_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.121s) 2022-09-27T16:43:34.6122417Z test_contig_vs_transposed_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.081s) 2022-09-27T16:43:34.6804812Z test_contig_vs_transposed_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.068s) 2022-09-27T16:43:34.7632316Z test_contig_vs_transposed_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.083s) 2022-09-27T16:43:34.7881447Z test_contig_vs_transposed_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:43:34.8166737Z test_contig_vs_transposed_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:43:34.8421298Z test_contig_vs_transposed_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:43:34.8662544Z test_contig_vs_transposed_add_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:43:34.8912599Z test_contig_vs_transposed_add_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:43:34.9524785Z test_contig_vs_transposed_atan2_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.061s) 2022-09-27T16:43:35.0166902Z test_contig_vs_transposed_atan2_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:43:35.1046802Z test_contig_vs_transposed_atan2_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.088s) 2022-09-27T16:43:35.2266217Z test_contig_vs_transposed_atan2_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.122s) 2022-09-27T16:43:35.2912885Z test_contig_vs_transposed_atan2_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.065s) 2022-09-27T16:43:35.3554000Z test_contig_vs_transposed_atan2_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:43:35.4194920Z test_contig_vs_transposed_atan2_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:43:35.4831951Z test_contig_vs_transposed_atan2_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:43:35.5472884Z test_contig_vs_transposed_atan2_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:43:35.5750369Z test_contig_vs_transposed_bitwise_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:43:35.5998406Z test_contig_vs_transposed_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:43:35.6278383Z test_contig_vs_transposed_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:43:35.6530077Z test_contig_vs_transposed_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:43:35.6766037Z test_contig_vs_transposed_bitwise_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:43:35.7004476Z test_contig_vs_transposed_bitwise_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:43:35.7318397Z test_contig_vs_transposed_bitwise_left_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:43:35.7613218Z test_contig_vs_transposed_bitwise_left_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:43:35.7888804Z test_contig_vs_transposed_bitwise_left_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:43:35.8164632Z test_contig_vs_transposed_bitwise_left_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:43:35.8419839Z test_contig_vs_transposed_bitwise_left_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:43:35.8695500Z test_contig_vs_transposed_bitwise_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:43:35.8947509Z test_contig_vs_transposed_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:43:35.9228255Z test_contig_vs_transposed_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:43:35.9481550Z test_contig_vs_transposed_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:43:35.9717843Z test_contig_vs_transposed_bitwise_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:43:35.9956132Z test_contig_vs_transposed_bitwise_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:43:36.0269899Z test_contig_vs_transposed_bitwise_right_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:43:36.0566217Z test_contig_vs_transposed_bitwise_right_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:43:36.0845154Z test_contig_vs_transposed_bitwise_right_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:43:36.1099748Z test_contig_vs_transposed_bitwise_right_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:43:36.1384640Z test_contig_vs_transposed_bitwise_right_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:43:36.1715065Z test_contig_vs_transposed_bitwise_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:43:36.1989794Z test_contig_vs_transposed_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:43:36.2666379Z test_contig_vs_transposed_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.068s) 2022-09-27T16:43:36.2944324Z test_contig_vs_transposed_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:43:36.3180322Z test_contig_vs_transposed_bitwise_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:43:36.3420352Z test_contig_vs_transposed_bitwise_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:43:36.4029248Z test_contig_vs_transposed_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.061s) 2022-09-27T16:43:36.4307601Z test_contig_vs_transposed_clamp_max_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:43:36.5108646Z test_contig_vs_transposed_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.080s) 2022-09-27T16:43:36.5795953Z test_contig_vs_transposed_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.069s) 2022-09-27T16:43:36.6651610Z test_contig_vs_transposed_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.085s) 2022-09-27T16:43:36.6902928Z test_contig_vs_transposed_clamp_max_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:43:36.7185678Z test_contig_vs_transposed_clamp_max_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:43:36.7436705Z test_contig_vs_transposed_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:43:36.7670502Z test_contig_vs_transposed_clamp_max_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:43:36.7920164Z test_contig_vs_transposed_clamp_max_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:43:36.8526759Z test_contig_vs_transposed_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.061s) 2022-09-27T16:43:36.8834562Z test_contig_vs_transposed_clamp_min_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:43:36.9605426Z test_contig_vs_transposed_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.077s) 2022-09-27T16:43:37.0352404Z test_contig_vs_transposed_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.075s) 2022-09-27T16:43:37.1185705Z test_contig_vs_transposed_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.083s) 2022-09-27T16:43:37.1437978Z test_contig_vs_transposed_clamp_min_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:43:37.1725584Z test_contig_vs_transposed_clamp_min_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:43:37.1980002Z test_contig_vs_transposed_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:43:37.2215065Z test_contig_vs_transposed_clamp_min_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:43:37.2486735Z test_contig_vs_transposed_clamp_min_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:43:37.4084639Z test_contig_vs_transposed_complex_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.160s) 2022-09-27T16:43:37.4991879Z test_contig_vs_transposed_complex_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.091s) 2022-09-27T16:43:37.6024028Z test_contig_vs_transposed_complex_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.103s) 2022-09-27T16:43:37.6631264Z test_contig_vs_transposed_copysign_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.061s) 2022-09-27T16:43:37.7268756Z test_contig_vs_transposed_copysign_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:43:37.8055580Z test_contig_vs_transposed_copysign_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.079s) 2022-09-27T16:43:37.8744904Z test_contig_vs_transposed_copysign_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.069s) 2022-09-27T16:43:37.9577186Z test_contig_vs_transposed_copysign_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.083s) 2022-09-27T16:43:38.0207306Z test_contig_vs_transposed_copysign_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:43:38.0838523Z test_contig_vs_transposed_copysign_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:43:38.1467923Z test_contig_vs_transposed_copysign_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:43:38.2096572Z test_contig_vs_transposed_copysign_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:43:38.2723766Z test_contig_vs_transposed_copysign_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:43:38.3360830Z test_contig_vs_transposed_div_floor_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:43:38.4792857Z test_contig_vs_transposed_div_floor_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.143s) 2022-09-27T16:43:38.5511893Z test_contig_vs_transposed_div_floor_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.072s) 2022-09-27T16:43:38.6390214Z test_contig_vs_transposed_div_floor_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.088s) 2022-09-27T16:43:38.7054132Z test_contig_vs_transposed_div_floor_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.066s) 2022-09-27T16:43:38.7713309Z test_contig_vs_transposed_div_floor_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.066s) 2022-09-27T16:43:38.8369947Z test_contig_vs_transposed_div_floor_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.066s) 2022-09-27T16:43:38.9012686Z test_contig_vs_transposed_div_floor_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:43:38.9660607Z test_contig_vs_transposed_div_floor_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.065s) 2022-09-27T16:43:39.0296505Z test_contig_vs_transposed_div_no_rounding_mode_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:43:39.0985872Z test_contig_vs_transposed_div_no_rounding_mode_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.069s) 2022-09-27T16:43:39.2555092Z test_contig_vs_transposed_div_no_rounding_mode_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.157s) 2022-09-27T16:43:39.3783369Z test_contig_vs_transposed_div_no_rounding_mode_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.123s) 2022-09-27T16:43:39.4602297Z test_contig_vs_transposed_div_no_rounding_mode_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.082s) 2022-09-27T16:43:39.5970058Z test_contig_vs_transposed_div_no_rounding_mode_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.137s) 2022-09-27T16:43:39.6831626Z test_contig_vs_transposed_div_no_rounding_mode_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.086s) 2022-09-27T16:43:39.7491212Z test_contig_vs_transposed_div_no_rounding_mode_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.066s) 2022-09-27T16:43:39.8152305Z test_contig_vs_transposed_div_no_rounding_mode_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.066s) 2022-09-27T16:43:39.8805657Z test_contig_vs_transposed_div_no_rounding_mode_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.065s) 2022-09-27T16:43:39.9448168Z test_contig_vs_transposed_div_no_rounding_mode_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:43:40.0089123Z test_contig_vs_transposed_div_no_rounding_mode_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:43:40.0910819Z test_contig_vs_transposed_div_trunc_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.082s) 2022-09-27T16:43:40.1838948Z test_contig_vs_transposed_div_trunc_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.093s) 2022-09-27T16:43:40.2561219Z test_contig_vs_transposed_div_trunc_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.072s) 2022-09-27T16:43:40.3453959Z test_contig_vs_transposed_div_trunc_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.089s) 2022-09-27T16:43:40.4118701Z test_contig_vs_transposed_div_trunc_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.066s) 2022-09-27T16:43:40.4780688Z test_contig_vs_transposed_div_trunc_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.066s) 2022-09-27T16:43:40.5440591Z test_contig_vs_transposed_div_trunc_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.066s) 2022-09-27T16:43:40.6269522Z test_contig_vs_transposed_div_trunc_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.083s) 2022-09-27T16:43:40.7238953Z test_contig_vs_transposed_div_trunc_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.097s) 2022-09-27T16:43:40.7542530Z test_contig_vs_transposed_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:43:40.7819971Z test_contig_vs_transposed_eq_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:43:40.8864509Z test_contig_vs_transposed_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.104s) 2022-09-27T16:43:40.9762225Z test_contig_vs_transposed_eq_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.090s) 2022-09-27T16:43:41.0459494Z test_contig_vs_transposed_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.070s) 2022-09-27T16:43:41.0961631Z test_contig_vs_transposed_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.050s) 2022-09-27T16:43:41.1324920Z test_contig_vs_transposed_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:43:41.1855395Z test_contig_vs_transposed_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.053s) 2022-09-27T16:43:41.2142677Z test_contig_vs_transposed_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:43:41.2454680Z test_contig_vs_transposed_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:43:41.2734691Z test_contig_vs_transposed_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:43:41.2989141Z test_contig_vs_transposed_eq_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:43:41.3246438Z test_contig_vs_transposed_eq_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:43:41.3956808Z test_contig_vs_transposed_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.071s) 2022-09-27T16:43:41.4645857Z test_contig_vs_transposed_float_power_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.069s) 2022-09-27T16:43:41.6366621Z test_contig_vs_transposed_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.172s) 2022-09-27T16:43:41.8510564Z test_contig_vs_transposed_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.214s) 2022-09-27T16:43:41.9395788Z test_contig_vs_transposed_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.088s) 2022-09-27T16:43:42.0144612Z test_contig_vs_transposed_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.075s) 2022-09-27T16:43:42.1028770Z test_contig_vs_transposed_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.088s) 2022-09-27T16:43:42.1705936Z test_contig_vs_transposed_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.068s) 2022-09-27T16:43:42.2384056Z test_contig_vs_transposed_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.068s) 2022-09-27T16:43:42.3059911Z test_contig_vs_transposed_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.068s) 2022-09-27T16:43:42.3728745Z test_contig_vs_transposed_float_power_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.067s) 2022-09-27T16:43:42.4404014Z test_contig_vs_transposed_float_power_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.067s) 2022-09-27T16:43:42.4414523Z test_contig_vs_transposed_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:43:42.5502854Z test_contig_vs_transposed_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.109s) 2022-09-27T16:43:42.6227083Z test_contig_vs_transposed_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.072s) 2022-09-27T16:43:42.7103336Z test_contig_vs_transposed_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.088s) 2022-09-27T16:43:42.7461470Z test_contig_vs_transposed_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:43:42.7805288Z test_contig_vs_transposed_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:43:42.8232894Z test_contig_vs_transposed_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-09-27T16:43:42.9000669Z test_contig_vs_transposed_floor_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.077s) 2022-09-27T16:43:42.9346543Z test_contig_vs_transposed_floor_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:43:43.0140671Z test_contig_vs_transposed_fmax_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.079s) 2022-09-27T16:43:43.0419174Z test_contig_vs_transposed_fmax_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:43:43.1249065Z test_contig_vs_transposed_fmax_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.083s) 2022-09-27T16:43:43.1969651Z test_contig_vs_transposed_fmax_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.072s) 2022-09-27T16:43:43.2813842Z test_contig_vs_transposed_fmax_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.084s) 2022-09-27T16:43:43.3089908Z test_contig_vs_transposed_fmax_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:43:43.3351996Z test_contig_vs_transposed_fmax_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:43:43.3604338Z test_contig_vs_transposed_fmax_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:43:43.3862473Z test_contig_vs_transposed_fmax_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:43:43.4113064Z test_contig_vs_transposed_fmax_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:43:43.4760118Z test_contig_vs_transposed_fmin_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.065s) 2022-09-27T16:43:43.5040537Z test_contig_vs_transposed_fmin_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:43:43.5867775Z test_contig_vs_transposed_fmin_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.083s) 2022-09-27T16:43:43.6584756Z test_contig_vs_transposed_fmin_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.072s) 2022-09-27T16:43:43.7450684Z test_contig_vs_transposed_fmin_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.086s) 2022-09-27T16:43:43.7701522Z test_contig_vs_transposed_fmin_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:43:43.7962821Z test_contig_vs_transposed_fmin_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:43:43.8215314Z test_contig_vs_transposed_fmin_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:43:43.8474270Z test_contig_vs_transposed_fmin_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:43:43.8725393Z test_contig_vs_transposed_fmin_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:43:43.9966422Z test_contig_vs_transposed_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.124s) 2022-09-27T16:43:44.0814429Z test_contig_vs_transposed_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.085s) 2022-09-27T16:43:44.1613257Z test_contig_vs_transposed_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.080s) 2022-09-27T16:43:44.2621774Z test_contig_vs_transposed_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.101s) 2022-09-27T16:43:44.2972533Z test_contig_vs_transposed_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:43:44.3305089Z test_contig_vs_transposed_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:43:44.3617209Z test_contig_vs_transposed_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:43:44.3916792Z test_contig_vs_transposed_fmod_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:43:44.4196813Z test_contig_vs_transposed_fmod_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:43:44.4515393Z test_contig_vs_transposed_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:43:44.4866270Z test_contig_vs_transposed_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:43:44.5190567Z test_contig_vs_transposed_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:43:44.5477919Z test_contig_vs_transposed_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:43:44.5759946Z test_contig_vs_transposed_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:43:44.6087463Z test_contig_vs_transposed_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:43:44.6365014Z test_contig_vs_transposed_ge_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:43:44.6837679Z test_contig_vs_transposed_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:43:44.7225158Z test_contig_vs_transposed_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-09-27T16:43:44.7755889Z test_contig_vs_transposed_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.053s) 2022-09-27T16:43:44.8045016Z test_contig_vs_transposed_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:43:44.8336359Z test_contig_vs_transposed_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:43:44.8642252Z test_contig_vs_transposed_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:43:44.8898948Z test_contig_vs_transposed_ge_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:43:44.9156195Z test_contig_vs_transposed_ge_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:43:44.9481325Z test_contig_vs_transposed_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:43:44.9756853Z test_contig_vs_transposed_gt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:43:45.0314442Z test_contig_vs_transposed_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.056s) 2022-09-27T16:43:45.1130991Z test_contig_vs_transposed_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.082s) 2022-09-27T16:43:45.1663179Z test_contig_vs_transposed_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.053s) 2022-09-27T16:43:45.1952104Z test_contig_vs_transposed_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:43:45.2240411Z test_contig_vs_transposed_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:43:45.2544406Z test_contig_vs_transposed_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:43:45.2799567Z test_contig_vs_transposed_gt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:43:45.3053788Z test_contig_vs_transposed_gt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:43:45.3701716Z test_contig_vs_transposed_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.065s) 2022-09-27T16:43:45.3977832Z test_contig_vs_transposed_heaviside_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:43:45.4803175Z test_contig_vs_transposed_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.082s) 2022-09-27T16:43:45.5518870Z test_contig_vs_transposed_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.071s) 2022-09-27T16:43:45.6396271Z test_contig_vs_transposed_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.088s) 2022-09-27T16:43:45.6686934Z test_contig_vs_transposed_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:43:45.6983267Z test_contig_vs_transposed_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:43:45.7255381Z test_contig_vs_transposed_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:43:45.7532766Z test_contig_vs_transposed_heaviside_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:43:45.7788099Z test_contig_vs_transposed_heaviside_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:43:45.8403667Z test_contig_vs_transposed_hypot_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.061s) 2022-09-27T16:43:45.9103391Z test_contig_vs_transposed_hypot_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.070s) 2022-09-27T16:43:45.9981968Z test_contig_vs_transposed_hypot_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.088s) 2022-09-27T16:43:46.0665897Z test_contig_vs_transposed_igamma_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.068s) 2022-09-27T16:43:46.1972722Z test_contig_vs_transposed_igamma_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.131s) 2022-09-27T16:43:46.2917959Z test_contig_vs_transposed_igamma_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.094s) 2022-09-27T16:43:46.3839844Z test_contig_vs_transposed_igamma_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.092s) 2022-09-27T16:43:46.4526275Z test_contig_vs_transposed_igammac_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.069s) 2022-09-27T16:43:46.5388024Z test_contig_vs_transposed_igammac_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.086s) 2022-09-27T16:43:46.6157042Z test_contig_vs_transposed_igammac_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.077s) 2022-09-27T16:43:46.7101578Z test_contig_vs_transposed_igammac_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.094s) 2022-09-27T16:43:46.7744049Z test_contig_vs_transposed_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:43:46.8498357Z test_contig_vs_transposed_isclose_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.075s) 2022-09-27T16:43:47.0253136Z test_contig_vs_transposed_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.175s) 2022-09-27T16:43:47.1521018Z test_contig_vs_transposed_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.127s) 2022-09-27T16:43:47.2624396Z test_contig_vs_transposed_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.110s) 2022-09-27T16:43:47.3905995Z test_contig_vs_transposed_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.128s) 2022-09-27T16:43:47.4916799Z test_contig_vs_transposed_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.101s) 2022-09-27T16:43:47.5661054Z test_contig_vs_transposed_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.074s) 2022-09-27T16:43:47.6402421Z test_contig_vs_transposed_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.074s) 2022-09-27T16:43:47.7141466Z test_contig_vs_transposed_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.074s) 2022-09-27T16:43:47.7852792Z test_contig_vs_transposed_isclose_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.071s) 2022-09-27T16:43:47.8566266Z test_contig_vs_transposed_isclose_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.071s) 2022-09-27T16:43:47.8582792Z test_contig_vs_transposed_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:43:47.8598726Z test_contig_vs_transposed_jiterator_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:43:47.8613342Z test_contig_vs_transposed_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:43:47.8628261Z test_contig_vs_transposed_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:43:47.8643627Z test_contig_vs_transposed_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:43:47.8658039Z test_contig_vs_transposed_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:43:47.8673066Z test_contig_vs_transposed_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:43:47.8687473Z test_contig_vs_transposed_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:43:47.8701874Z test_contig_vs_transposed_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:43:47.8716449Z test_contig_vs_transposed_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:43:47.8730774Z test_contig_vs_transposed_jiterator_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:43:47.8744978Z test_contig_vs_transposed_jiterator_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:43:47.8759746Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:43:47.8774482Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:43:47.8788686Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:43:47.8803506Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:43:47.8817851Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:43:47.8832150Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:43:47.8847306Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:43:47.8862228Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:43:47.8877662Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:43:47.8893409Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:43:47.8908776Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:43:47.8924583Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:43:47.9247903Z test_contig_vs_transposed_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:43:47.9607818Z test_contig_vs_transposed_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:43:47.9936706Z test_contig_vs_transposed_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:43:48.0233853Z test_contig_vs_transposed_lcm_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:43:48.0541738Z test_contig_vs_transposed_lcm_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:43:48.1220218Z test_contig_vs_transposed_ldexp_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.068s) 2022-09-27T16:43:48.1930666Z test_contig_vs_transposed_ldexp_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.071s) 2022-09-27T16:43:48.4380611Z test_contig_vs_transposed_ldexp_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.245s) 2022-09-27T16:43:48.5774760Z test_contig_vs_transposed_ldexp_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.139s) 2022-09-27T16:43:48.6644589Z test_contig_vs_transposed_ldexp_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.087s) 2022-09-27T16:43:48.7398978Z test_contig_vs_transposed_ldexp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.075s) 2022-09-27T16:43:48.8321147Z test_contig_vs_transposed_ldexp_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.092s) 2022-09-27T16:43:48.9041364Z test_contig_vs_transposed_ldexp_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.072s) 2022-09-27T16:43:48.9741244Z test_contig_vs_transposed_ldexp_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.070s) 2022-09-27T16:43:49.0439484Z test_contig_vs_transposed_ldexp_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.070s) 2022-09-27T16:43:49.1140694Z test_contig_vs_transposed_ldexp_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.070s) 2022-09-27T16:43:49.1862303Z test_contig_vs_transposed_ldexp_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.072s) 2022-09-27T16:43:49.2172024Z test_contig_vs_transposed_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:43:49.2455152Z test_contig_vs_transposed_le_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:43:49.2956086Z test_contig_vs_transposed_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.050s) 2022-09-27T16:43:49.3326901Z test_contig_vs_transposed_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-09-27T16:43:49.3861521Z test_contig_vs_transposed_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.053s) 2022-09-27T16:43:49.4177481Z test_contig_vs_transposed_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:43:49.4524418Z test_contig_vs_transposed_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:43:49.4845593Z test_contig_vs_transposed_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:43:49.5420874Z test_contig_vs_transposed_le_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:43:49.5702629Z test_contig_vs_transposed_le_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:43:49.6007124Z test_contig_vs_transposed_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:43:49.6285030Z test_contig_vs_transposed_logical_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:43:49.7328243Z test_contig_vs_transposed_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.104s) 2022-09-27T16:43:49.8016009Z test_contig_vs_transposed_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.069s) 2022-09-27T16:43:49.8508720Z test_contig_vs_transposed_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.049s) 2022-09-27T16:43:49.8878109Z test_contig_vs_transposed_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-09-27T16:43:49.9407924Z test_contig_vs_transposed_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.053s) 2022-09-27T16:43:49.9723610Z test_contig_vs_transposed_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:43:50.0013245Z test_contig_vs_transposed_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:43:50.0294657Z test_contig_vs_transposed_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:43:50.0550193Z test_contig_vs_transposed_logical_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:43:50.0833560Z test_contig_vs_transposed_logical_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:43:50.1138905Z test_contig_vs_transposed_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:43:50.1415365Z test_contig_vs_transposed_logical_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:43:50.2462009Z test_contig_vs_transposed_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.105s) 2022-09-27T16:43:50.3151880Z test_contig_vs_transposed_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.069s) 2022-09-27T16:43:50.3638346Z test_contig_vs_transposed_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.049s) 2022-09-27T16:43:50.4000555Z test_contig_vs_transposed_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:43:50.4529323Z test_contig_vs_transposed_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.053s) 2022-09-27T16:43:50.4842551Z test_contig_vs_transposed_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:43:50.5129961Z test_contig_vs_transposed_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:43:50.5438337Z test_contig_vs_transposed_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:43:50.5792260Z test_contig_vs_transposed_logical_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:43:50.6607145Z test_contig_vs_transposed_logical_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.081s) 2022-09-27T16:43:50.6909499Z test_contig_vs_transposed_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:43:50.7188165Z test_contig_vs_transposed_logical_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:43:50.8240903Z test_contig_vs_transposed_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.105s) 2022-09-27T16:43:50.8937642Z test_contig_vs_transposed_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.070s) 2022-09-27T16:43:50.9429865Z test_contig_vs_transposed_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.049s) 2022-09-27T16:43:50.9799080Z test_contig_vs_transposed_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-09-27T16:43:51.0332058Z test_contig_vs_transposed_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.053s) 2022-09-27T16:43:51.0646470Z test_contig_vs_transposed_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:43:51.0940193Z test_contig_vs_transposed_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:43:51.1223156Z test_contig_vs_transposed_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:43:51.1479391Z test_contig_vs_transposed_logical_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:43:51.1760045Z test_contig_vs_transposed_logical_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:43:51.2066438Z test_contig_vs_transposed_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:43:51.2346468Z test_contig_vs_transposed_lt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:43:51.2845915Z test_contig_vs_transposed_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.050s) 2022-09-27T16:43:51.3216417Z test_contig_vs_transposed_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-09-27T16:43:51.3861366Z test_contig_vs_transposed_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:43:51.4248726Z test_contig_vs_transposed_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-09-27T16:43:51.4610595Z test_contig_vs_transposed_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:43:51.4895365Z test_contig_vs_transposed_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:43:51.5153671Z test_contig_vs_transposed_lt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:43:51.5436708Z test_contig_vs_transposed_lt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:43:51.6020478Z test_contig_vs_transposed_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.058s) 2022-09-27T16:43:51.6323629Z test_contig_vs_transposed_max_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:43:51.7978979Z test_contig_vs_transposed_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.165s) 2022-09-27T16:43:51.8820686Z test_contig_vs_transposed_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.084s) 2022-09-27T16:43:51.9648528Z test_contig_vs_transposed_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.083s) 2022-09-27T16:43:51.9897229Z test_contig_vs_transposed_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:43:52.0191169Z test_contig_vs_transposed_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:43:52.0442183Z test_contig_vs_transposed_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:43:52.0678290Z test_contig_vs_transposed_max_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:43:52.0950116Z test_contig_vs_transposed_max_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:43:52.1546611Z test_contig_vs_transposed_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.060s) 2022-09-27T16:43:52.1822545Z test_contig_vs_transposed_maximum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:43:52.2613603Z test_contig_vs_transposed_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.079s) 2022-09-27T16:43:52.3296254Z test_contig_vs_transposed_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.068s) 2022-09-27T16:43:52.4117252Z test_contig_vs_transposed_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.082s) 2022-09-27T16:43:52.4388058Z test_contig_vs_transposed_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:43:52.4646818Z test_contig_vs_transposed_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:43:52.4897490Z test_contig_vs_transposed_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:43:52.5151394Z test_contig_vs_transposed_maximum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:43:52.5400216Z test_contig_vs_transposed_maximum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:43:52.6000914Z test_contig_vs_transposed_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.060s) 2022-09-27T16:43:52.6275910Z test_contig_vs_transposed_min_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:43:52.7065709Z test_contig_vs_transposed_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.079s) 2022-09-27T16:43:52.7847724Z test_contig_vs_transposed_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.078s) 2022-09-27T16:43:52.9570122Z test_contig_vs_transposed_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.172s) 2022-09-27T16:43:52.9875692Z test_contig_vs_transposed_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:43:53.0174956Z test_contig_vs_transposed_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:43:53.0471342Z test_contig_vs_transposed_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:43:53.0757799Z test_contig_vs_transposed_min_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:43:53.1042868Z test_contig_vs_transposed_min_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:43:53.1682355Z test_contig_vs_transposed_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:43:53.1960618Z test_contig_vs_transposed_minimum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:43:53.2758602Z test_contig_vs_transposed_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.080s) 2022-09-27T16:43:53.3450602Z test_contig_vs_transposed_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.069s) 2022-09-27T16:43:53.4278253Z test_contig_vs_transposed_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.083s) 2022-09-27T16:43:53.4551994Z test_contig_vs_transposed_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:43:53.4812619Z test_contig_vs_transposed_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:43:53.5065866Z test_contig_vs_transposed_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:43:53.5325339Z test_contig_vs_transposed_minimum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:43:53.5575803Z test_contig_vs_transposed_minimum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:43:53.6184642Z test_contig_vs_transposed_mul_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.061s) 2022-09-27T16:43:53.6462281Z test_contig_vs_transposed_mul_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:43:53.7994474Z test_contig_vs_transposed_mul_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.153s) 2022-09-27T16:43:54.0147901Z test_contig_vs_transposed_mul_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.215s) 2022-09-27T16:43:54.1356598Z test_contig_vs_transposed_mul_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.121s) 2022-09-27T16:43:54.2153888Z test_contig_vs_transposed_mul_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.080s) 2022-09-27T16:43:54.2886956Z test_contig_vs_transposed_mul_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.073s) 2022-09-27T16:43:54.3723568Z test_contig_vs_transposed_mul_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.084s) 2022-09-27T16:43:54.3978029Z test_contig_vs_transposed_mul_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:43:54.4262724Z test_contig_vs_transposed_mul_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:43:54.4515689Z test_contig_vs_transposed_mul_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:43:54.4755540Z test_contig_vs_transposed_mul_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:43:54.5000765Z test_contig_vs_transposed_mul_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:43:54.5333409Z test_contig_vs_transposed_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:43:54.5613701Z test_contig_vs_transposed_ne_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:43:54.6661520Z test_contig_vs_transposed_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.105s) 2022-09-27T16:43:54.7350498Z test_contig_vs_transposed_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.069s) 2022-09-27T16:43:54.7847535Z test_contig_vs_transposed_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.050s) 2022-09-27T16:43:54.8215239Z test_contig_vs_transposed_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-09-27T16:43:54.8745715Z test_contig_vs_transposed_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.053s) 2022-09-27T16:43:54.9037491Z test_contig_vs_transposed_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:43:54.9349438Z test_contig_vs_transposed_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:43:54.9630563Z test_contig_vs_transposed_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:43:54.9907724Z test_contig_vs_transposed_ne_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:43:55.0193738Z test_contig_vs_transposed_ne_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:43:55.1231463Z test_contig_vs_transposed_nextafter_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.104s) 2022-09-27T16:43:55.1922198Z test_contig_vs_transposed_nextafter_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.069s) 2022-09-27T16:43:55.2775134Z test_contig_vs_transposed_nextafter_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.085s) 2022-09-27T16:43:55.3703692Z test_contig_vs_transposed_polar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.093s) 2022-09-27T16:43:55.4780262Z test_contig_vs_transposed_polar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.108s) 2022-09-27T16:43:55.5403945Z test_contig_vs_transposed_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.062s) 2022-09-27T16:43:55.7505965Z test_contig_vs_transposed_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.210s) 2022-09-27T16:43:55.8852367Z test_contig_vs_transposed_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.135s) 2022-09-27T16:43:55.9647471Z test_contig_vs_transposed_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.079s) 2022-09-27T16:43:56.0340007Z test_contig_vs_transposed_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.069s) 2022-09-27T16:43:56.1419840Z test_contig_vs_transposed_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.108s) 2022-09-27T16:43:56.2056257Z test_contig_vs_transposed_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:43:56.2361023Z test_contig_vs_transposed_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:43:56.2646168Z test_contig_vs_transposed_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:43:56.2916735Z test_contig_vs_transposed_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:43:56.3208354Z test_contig_vs_transposed_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:43:56.3867095Z test_contig_vs_transposed_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.066s) 2022-09-27T16:43:56.4769362Z test_contig_vs_transposed_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.090s) 2022-09-27T16:43:56.5692603Z test_contig_vs_transposed_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.092s) 2022-09-27T16:43:56.6557757Z test_contig_vs_transposed_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.086s) 2022-09-27T16:43:56.6880828Z test_contig_vs_transposed_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:43:56.7246028Z test_contig_vs_transposed_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:43:56.7574899Z test_contig_vs_transposed_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:43:56.7857190Z test_contig_vs_transposed_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:43:56.8153398Z test_contig_vs_transposed_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:43:56.8752022Z test_contig_vs_transposed_rsub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.060s) 2022-09-27T16:43:57.0281203Z test_contig_vs_transposed_rsub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.153s) 2022-09-27T16:43:57.1463534Z test_contig_vs_transposed_rsub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.118s) 2022-09-27T16:43:57.2439986Z test_contig_vs_transposed_rsub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.098s) 2022-09-27T16:43:57.3518991Z test_contig_vs_transposed_rsub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.108s) 2022-09-27T16:43:57.4365787Z test_contig_vs_transposed_rsub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.085s) 2022-09-27T16:43:57.4615659Z test_contig_vs_transposed_rsub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:43:57.4874748Z test_contig_vs_transposed_rsub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:43:57.5126818Z test_contig_vs_transposed_rsub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:43:57.5384749Z test_contig_vs_transposed_rsub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:43:57.5631805Z test_contig_vs_transposed_rsub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:43:57.6295374Z test_contig_vs_transposed_special_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.066s) 2022-09-27T16:43:57.7020404Z test_contig_vs_transposed_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.072s) 2022-09-27T16:43:57.7877195Z test_contig_vs_transposed_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.086s) 2022-09-27T16:43:57.8552712Z test_contig_vs_transposed_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.067s) 2022-09-27T16:43:57.9221151Z test_contig_vs_transposed_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.067s) 2022-09-27T16:43:57.9888786Z test_contig_vs_transposed_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.067s) 2022-09-27T16:43:58.0550290Z test_contig_vs_transposed_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.066s) 2022-09-27T16:43:58.1218918Z test_contig_vs_transposed_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.067s) 2022-09-27T16:43:58.1887417Z test_contig_vs_transposed_special_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.067s) 2022-09-27T16:43:58.2613879Z test_contig_vs_transposed_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.073s) 2022-09-27T16:43:58.4274645Z test_contig_vs_transposed_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.166s) 2022-09-27T16:43:58.5136793Z test_contig_vs_transposed_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.086s) 2022-09-27T16:43:58.5804797Z test_contig_vs_transposed_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.067s) 2022-09-27T16:43:58.6467901Z test_contig_vs_transposed_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.066s) 2022-09-27T16:43:58.7128097Z test_contig_vs_transposed_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.066s) 2022-09-27T16:43:58.7795741Z test_contig_vs_transposed_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.067s) 2022-09-27T16:43:58.7806088Z 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:43:58.7815680Z 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:43:58.7825394Z 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:43:58.7834656Z 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:43:58.7844980Z 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:43:58.7854249Z 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:43:58.7863672Z 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:43:58.7873224Z 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:43:58.7882942Z 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:43:58.7892283Z 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:43:58.7901490Z 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:43:58.7912501Z 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:43:58.7923044Z 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:43:58.7933179Z 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:43:58.7944128Z 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:43:58.7955582Z 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:43:58.8619696Z test_contig_vs_transposed_special_hermite_polynomial_h_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.066s) 2022-09-27T16:43:58.9343180Z test_contig_vs_transposed_special_hermite_polynomial_h_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.072s) 2022-09-27T16:43:59.0196507Z test_contig_vs_transposed_special_hermite_polynomial_h_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.085s) 2022-09-27T16:43:59.0871260Z test_contig_vs_transposed_special_hermite_polynomial_h_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.067s) 2022-09-27T16:43:59.1542644Z test_contig_vs_transposed_special_hermite_polynomial_h_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.067s) 2022-09-27T16:43:59.2237769Z test_contig_vs_transposed_special_hermite_polynomial_h_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.069s) 2022-09-27T16:43:59.2882934Z test_contig_vs_transposed_special_hermite_polynomial_h_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:43:59.3570388Z test_contig_vs_transposed_special_hermite_polynomial_h_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.069s) 2022-09-27T16:43:59.4434278Z test_contig_vs_transposed_special_hermite_polynomial_he_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.086s) 2022-09-27T16:43:59.5678313Z test_contig_vs_transposed_special_hermite_polynomial_he_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.124s) 2022-09-27T16:43:59.6536139Z test_contig_vs_transposed_special_hermite_polynomial_he_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.086s) 2022-09-27T16:43:59.7208408Z test_contig_vs_transposed_special_hermite_polynomial_he_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.067s) 2022-09-27T16:43:59.7880608Z test_contig_vs_transposed_special_hermite_polynomial_he_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.067s) 2022-09-27T16:43:59.8687068Z test_contig_vs_transposed_special_hermite_polynomial_he_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.081s) 2022-09-27T16:43:59.9349382Z test_contig_vs_transposed_special_hermite_polynomial_he_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.066s) 2022-09-27T16:44:00.0018677Z test_contig_vs_transposed_special_hermite_polynomial_he_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.067s) 2022-09-27T16:44:00.0685372Z test_contig_vs_transposed_special_laguerre_polynomial_l_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.067s) 2022-09-27T16:44:00.1411911Z test_contig_vs_transposed_special_laguerre_polynomial_l_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.073s) 2022-09-27T16:44:00.2267136Z test_contig_vs_transposed_special_laguerre_polynomial_l_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.085s) 2022-09-27T16:44:00.2942617Z test_contig_vs_transposed_special_laguerre_polynomial_l_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.067s) 2022-09-27T16:44:00.3620081Z test_contig_vs_transposed_special_laguerre_polynomial_l_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.068s) 2022-09-27T16:44:00.4310794Z test_contig_vs_transposed_special_laguerre_polynomial_l_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.069s) 2022-09-27T16:44:00.5002678Z test_contig_vs_transposed_special_laguerre_polynomial_l_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.069s) 2022-09-27T16:44:00.6189442Z test_contig_vs_transposed_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.119s) 2022-09-27T16:44:00.6200074Z 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:44:00.6210286Z 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:44:00.6219749Z 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:44:00.6228721Z 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:44:00.6238442Z 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:44:00.6247645Z 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:44:00.6256957Z 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:44:00.6266479Z 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:44:00.6276230Z 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:44:00.6285817Z 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:44:00.6295218Z 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:44:00.6304703Z 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:44:00.6314239Z 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:44:00.6323722Z 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:44:00.6332877Z 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:44:00.6341893Z 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:44:00.6351436Z 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:44:00.6360762Z 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:44:00.6370998Z 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:44:00.6381587Z 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:44:00.6392284Z 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:44:00.6402856Z 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:44:00.6413693Z 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:44:00.6424148Z 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:44:00.6434620Z 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:44:00.6445024Z 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:44:00.6455460Z 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:44:00.6465640Z 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:44:00.6476203Z 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:44:00.6486146Z 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:44:00.6496705Z 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:44:00.6507404Z 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:44:00.6518845Z 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:44:00.6529232Z 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:44:00.6539561Z 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:44:00.6550095Z 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:44:00.6560424Z 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:44:00.6570636Z 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:44:00.6580877Z 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:44:00.6591142Z 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:44:00.7277045Z test_contig_vs_transposed_special_xlog1py_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.068s) 2022-09-27T16:44:00.7947807Z test_contig_vs_transposed_special_xlog1py_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.067s) 2022-09-27T16:44:00.8802835Z test_contig_vs_transposed_special_xlog1py_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.085s) 2022-09-27T16:44:00.9543702Z test_contig_vs_transposed_special_xlog1py_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.074s) 2022-09-27T16:44:01.0408805Z test_contig_vs_transposed_special_xlog1py_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.086s) 2022-09-27T16:44:01.1083864Z test_contig_vs_transposed_special_xlog1py_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.067s) 2022-09-27T16:44:01.1759079Z test_contig_vs_transposed_special_xlog1py_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.067s) 2022-09-27T16:44:01.2432806Z test_contig_vs_transposed_special_xlog1py_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.067s) 2022-09-27T16:44:01.3113164Z test_contig_vs_transposed_special_xlog1py_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.068s) 2022-09-27T16:44:01.3781764Z test_contig_vs_transposed_special_xlog1py_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.067s) 2022-09-27T16:44:01.4442577Z test_contig_vs_transposed_special_zeta_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.066s) 2022-09-27T16:44:01.5255065Z test_contig_vs_transposed_special_zeta_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.081s) 2022-09-27T16:44:01.6321074Z test_contig_vs_transposed_special_zeta_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.107s) 2022-09-27T16:44:01.7491484Z test_contig_vs_transposed_special_zeta_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.117s) 2022-09-27T16:44:01.8361818Z test_contig_vs_transposed_special_zeta_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.087s) 2022-09-27T16:44:01.9109250Z test_contig_vs_transposed_special_zeta_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.075s) 2022-09-27T16:44:01.9842819Z test_contig_vs_transposed_special_zeta_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.073s) 2022-09-27T16:44:02.0771395Z test_contig_vs_transposed_special_zeta_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.093s) 2022-09-27T16:44:02.1373701Z test_contig_vs_transposed_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.060s) 2022-09-27T16:44:02.2919544Z test_contig_vs_transposed_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.155s) 2022-09-27T16:44:02.4392145Z test_contig_vs_transposed_sub_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.147s) 2022-09-27T16:44:02.5573321Z test_contig_vs_transposed_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.118s) 2022-09-27T16:44:02.6377842Z test_contig_vs_transposed_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.080s) 2022-09-27T16:44:02.7124620Z test_contig_vs_transposed_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.075s) 2022-09-27T16:44:02.8428147Z test_contig_vs_transposed_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.130s) 2022-09-27T16:44:02.8678777Z test_contig_vs_transposed_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:44:02.8937580Z test_contig_vs_transposed_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:44:02.9208608Z test_contig_vs_transposed_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:44:02.9446165Z test_contig_vs_transposed_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:44:02.9695609Z test_contig_vs_transposed_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:44:03.0332332Z test_contig_vs_transposed_true_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:44:03.0998686Z test_contig_vs_transposed_true_divide_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.067s) 2022-09-27T16:44:03.2558072Z test_contig_vs_transposed_true_divide_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.156s) 2022-09-27T16:44:03.3802087Z test_contig_vs_transposed_true_divide_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.124s) 2022-09-27T16:44:03.4622319Z test_contig_vs_transposed_true_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.082s) 2022-09-27T16:44:03.5333800Z test_contig_vs_transposed_true_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.071s) 2022-09-27T16:44:03.6331768Z test_contig_vs_transposed_true_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.100s) 2022-09-27T16:44:03.6988526Z test_contig_vs_transposed_true_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.066s) 2022-09-27T16:44:03.7645479Z test_contig_vs_transposed_true_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.066s) 2022-09-27T16:44:03.8459316Z test_contig_vs_transposed_true_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.081s) 2022-09-27T16:44:03.9493566Z test_contig_vs_transposed_true_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.103s) 2022-09-27T16:44:04.0133925Z test_contig_vs_transposed_true_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:44:04.0789994Z test_contig_vs_transposed_xlogy_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.065s) 2022-09-27T16:44:04.1457119Z test_contig_vs_transposed_xlogy_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.067s) 2022-09-27T16:44:04.2274817Z test_contig_vs_transposed_xlogy_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.082s) 2022-09-27T16:44:04.2985926Z test_contig_vs_transposed_xlogy_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.071s) 2022-09-27T16:44:04.3878328Z test_contig_vs_transposed_xlogy_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.089s) 2022-09-27T16:44:04.4539295Z test_contig_vs_transposed_xlogy_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.066s) 2022-09-27T16:44:04.5197619Z test_contig_vs_transposed_xlogy_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.066s) 2022-09-27T16:44:04.5861395Z test_contig_vs_transposed_xlogy_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.066s) 2022-09-27T16:44:04.6513909Z test_contig_vs_transposed_xlogy_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.065s) 2022-09-27T16:44:04.7164866Z test_contig_vs_transposed_xlogy_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.065s) 2022-09-27T16:44:04.7380552Z test_copysign_cpu_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:44:04.7506636Z test_copysign_cpu_bfloat16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:44:04.7661210Z test_copysign_cpu_bfloat16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:44:04.7875019Z test_copysign_cpu_bfloat16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:44:04.8078372Z test_copysign_cpu_bfloat16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:44:04.8202981Z test_copysign_cpu_bfloat16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:44:04.8322356Z test_copysign_cpu_bfloat16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:44:04.8441023Z test_copysign_cpu_bfloat16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:44:04.8562890Z test_copysign_cpu_bfloat16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:44:04.8684621Z test_copysign_cpu_bfloat16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:44:04.8882623Z test_copysign_cpu_bool_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:44:04.9005681Z test_copysign_cpu_bool_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:44:04.9138077Z test_copysign_cpu_bool_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:44:04.9334555Z test_copysign_cpu_bool_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:44:04.9550771Z test_copysign_cpu_bool_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:44:04.9663688Z test_copysign_cpu_bool_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:44:04.9776664Z test_copysign_cpu_bool_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:44:04.9889738Z test_copysign_cpu_bool_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:44:05.0003398Z test_copysign_cpu_bool_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:44:05.0120821Z test_copysign_cpu_bool_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:44:05.0310943Z test_copysign_cpu_float16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:44:05.0438687Z test_copysign_cpu_float16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:44:05.0609353Z test_copysign_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:44:05.0790186Z test_copysign_cpu_float16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:44:05.0957041Z test_copysign_cpu_float16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:44:05.1094863Z test_copysign_cpu_float16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:44:05.1222344Z test_copysign_cpu_float16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:44:05.1352743Z test_copysign_cpu_float16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:44:05.1485927Z test_copysign_cpu_float16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:44:05.1619180Z test_copysign_cpu_float16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:44:05.1897487Z test_copysign_cpu_float32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:44:05.2091277Z test_copysign_cpu_float32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:44:05.2273495Z test_copysign_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:44:05.2537297Z test_copysign_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:44:05.2822797Z test_copysign_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:44:05.3016367Z test_copysign_cpu_float32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:44:05.3208157Z test_copysign_cpu_float32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:44:05.3402427Z test_copysign_cpu_float32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:44:05.3600585Z test_copysign_cpu_float32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:44:05.3801406Z test_copysign_cpu_float32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:44:05.4077998Z test_copysign_cpu_float64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:44:05.4274042Z test_copysign_cpu_float64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:44:05.4452503Z test_copysign_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:44:05.4722105Z test_copysign_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:44:05.4988662Z test_copysign_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:44:05.5179190Z test_copysign_cpu_float64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:44:05.5370365Z test_copysign_cpu_float64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:44:05.5562313Z test_copysign_cpu_float64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:44:05.5755440Z test_copysign_cpu_float64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:44:05.5946777Z test_copysign_cpu_float64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:44:05.6146228Z test_copysign_cpu_int16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:44:05.6261921Z test_copysign_cpu_int16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:44:05.6399619Z test_copysign_cpu_int16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:44:05.6611352Z test_copysign_cpu_int16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:44:05.6799983Z test_copysign_cpu_int16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:44:05.6912499Z test_copysign_cpu_int16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:44:05.7026160Z test_copysign_cpu_int16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:44:05.7140149Z test_copysign_cpu_int16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:44:05.7257269Z test_copysign_cpu_int16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:44:05.7372125Z test_copysign_cpu_int16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:44:05.7567643Z test_copysign_cpu_int32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:44:05.7685170Z test_copysign_cpu_int32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:44:05.7816428Z test_copysign_cpu_int32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:44:05.8010586Z test_copysign_cpu_int32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:44:05.8202383Z test_copysign_cpu_int32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:44:05.8318395Z test_copysign_cpu_int32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:44:05.8432921Z test_copysign_cpu_int32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:44:05.8548611Z test_copysign_cpu_int32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:44:05.8666750Z test_copysign_cpu_int32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:44:05.8785801Z test_copysign_cpu_int32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:44:05.8990664Z test_copysign_cpu_int64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:44:05.9110987Z test_copysign_cpu_int64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:44:05.9243609Z test_copysign_cpu_int64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:44:05.9438946Z test_copysign_cpu_int64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:44:05.9656340Z test_copysign_cpu_int64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:44:05.9778865Z test_copysign_cpu_int64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:44:05.9898328Z test_copysign_cpu_int64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:44:06.0016927Z test_copysign_cpu_int64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:44:06.0136695Z test_copysign_cpu_int64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:44:06.0254903Z test_copysign_cpu_int64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:44:06.0928207Z test_copysign_cpu_int8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.067s) 2022-09-27T16:44:06.1050907Z test_copysign_cpu_int8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:44:06.1181825Z test_copysign_cpu_int8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:44:06.1372923Z test_copysign_cpu_int8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:44:06.1561361Z test_copysign_cpu_int8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:44:06.1677323Z test_copysign_cpu_int8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:44:06.1794764Z test_copysign_cpu_int8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:44:06.1913927Z test_copysign_cpu_int8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:44:06.2033997Z test_copysign_cpu_int8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:44:06.2152308Z test_copysign_cpu_int8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:44:06.2349397Z test_copysign_cpu_uint8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:44:06.2470771Z test_copysign_cpu_uint8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:44:06.2602915Z test_copysign_cpu_uint8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:44:06.2795805Z test_copysign_cpu_uint8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:44:06.2988675Z test_copysign_cpu_uint8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:44:06.3133239Z test_copysign_cpu_uint8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:44:06.3251199Z test_copysign_cpu_uint8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:44:06.3370834Z test_copysign_cpu_uint8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:44:06.3492242Z test_copysign_cpu_uint8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:44:06.3615959Z test_copysign_cpu_uint8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:44:06.3697523Z test_copysign_subgradient_cpu_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:44:06.3774804Z test_copysign_subgradient_cpu_bfloat16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:44:06.3851503Z test_copysign_subgradient_cpu_bfloat16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:44:06.3927625Z test_copysign_subgradient_cpu_bfloat16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:44:06.4007232Z test_copysign_subgradient_cpu_float16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:44:06.4080091Z test_copysign_subgradient_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:44:06.4158704Z test_copysign_subgradient_cpu_float16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:44:06.4235943Z test_copysign_subgradient_cpu_float16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:44:06.4309199Z test_copysign_subgradient_cpu_float32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:44:06.4382302Z test_copysign_subgradient_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:44:06.4454993Z test_copysign_subgradient_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:44:06.4529764Z test_copysign_subgradient_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:44:06.4603185Z test_copysign_subgradient_cpu_float64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:44:06.4674410Z test_copysign_subgradient_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:44:06.4747128Z test_copysign_subgradient_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:44:06.4819189Z test_copysign_subgradient_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:44:06.5111501Z test_cpow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:44:06.5126556Z test_cpu_tensor_pow_cuda_scalar_tensor_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:44:06.5310542Z test_cremainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:44:06.5331290Z test_cross_device_binary_ops_cpu (__main__.TestBinaryUfuncsCPU) ... skip: fewer than 2 devices detected (0.002s) 2022-09-27T16:44:06.5341484Z test_cross_device_inplace_error_msg_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:44:06.5472283Z test_csub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:44:06.5485608Z test_cuda_tensor_pow_scalar_tensor_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:44:06.8417764Z test_cumulative_trapezoid_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.293s) 2022-09-27T16:44:07.5049295Z test_div_and_floordiv_script_vs_python_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.663s) 2022-09-27T16:44:07.5069060Z test_div_and_floordiv_vs_python_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:07.5153754Z test_div_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:44:07.5209169Z test_div_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:44:07.5268368Z test_div_rounding_modes_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:44:07.5525558Z test_div_rounding_modes_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:44:07.5583380Z test_div_rounding_modes_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:44:07.5636099Z test_div_rounding_modes_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:44:07.5682335Z test_div_rounding_modes_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:44:07.5726857Z test_div_rounding_modes_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:44:07.5769484Z test_div_rounding_modes_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:44:07.5813310Z test_div_rounding_modes_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:44:07.5857631Z test_div_rounding_modes_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:44:07.5929345Z test_div_rounding_nonfinite_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:44:07.5996619Z test_div_rounding_nonfinite_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:44:07.6063688Z test_div_rounding_nonfinite_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:44:07.6127796Z test_div_rounding_nonfinite_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:44:07.6314449Z test_div_rounding_numpy_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:44:07.6486885Z test_div_rounding_numpy_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:44:07.6662838Z test_div_rounding_numpy_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:44:07.6769605Z test_div_rounding_numpy_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:44:07.6876184Z test_div_rounding_numpy_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:44:07.7016537Z test_div_rounding_numpy_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:44:07.7118537Z test_div_rounding_numpy_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:44:07.7217969Z test_div_rounding_numpy_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:44:07.7238839Z 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:44:07.7239256Z expect = np.divide(an, 0) 2022-09-27T16:44:07.7240167Z test_binary_ufuncs.py:1041: RuntimeWarning: invalid value encountered in true_divide 2022-09-27T16:44:07.7240435Z expect = np.divide(an, 0) 2022-09-27T16:44:07.7264307Z ok (0.005s) 2022-09-27T16:44:07.7305148Z test_divide_by_zero_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:44:07.7344876Z test_divide_by_zero_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:44:07.7382611Z test_divide_by_zero_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:44:07.7397762Z test_divmul_scalar_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:44:07.7940243Z test_float_power_cpu_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:3999: RuntimeWarning: invalid value encountered in float_power 2022-09-27T16:44:07.7940663Z expected_scalar_base = torch.from_numpy(np.float_power(i, to_np(exp))) 2022-09-27T16:44:07.8038489Z ok (0.064s) 2022-09-27T16:44:07.9126859Z test_float_power_cpu_bfloat16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.109s) 2022-09-27T16:44:08.0237350Z test_float_power_cpu_bfloat16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.111s) 2022-09-27T16:44:08.0877403Z test_float_power_cpu_bfloat16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:44:08.1520867Z test_float_power_cpu_bfloat16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:44:08.2168359Z test_float_power_cpu_bfloat16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.065s) 2022-09-27T16:44:08.2842605Z test_float_power_cpu_bfloat16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.067s) 2022-09-27T16:44:08.3486290Z test_float_power_cpu_bfloat16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:44:08.4132873Z test_float_power_cpu_bfloat16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.065s) 2022-09-27T16:44:08.4818812Z test_float_power_cpu_bfloat16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.069s) 2022-09-27T16:44:08.5467385Z test_float_power_cpu_bfloat16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.065s) 2022-09-27T16:44:08.5933842Z test_float_power_cpu_complex128_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.046s) 2022-09-27T16:44:08.6571891Z test_float_power_cpu_complex128_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:44:08.7225529Z test_float_power_cpu_complex128_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.065s) 2022-09-27T16:44:08.7695263Z test_float_power_cpu_complex128_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:44:08.8169731Z test_float_power_cpu_complex128_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:44:08.8633065Z test_float_power_cpu_complex128_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.046s) 2022-09-27T16:44:08.9097788Z test_float_power_cpu_complex128_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.046s) 2022-09-27T16:44:08.9547482Z test_float_power_cpu_complex128_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.045s) 2022-09-27T16:44:08.9992557Z test_float_power_cpu_complex128_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:44:09.0449766Z test_float_power_cpu_complex128_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.046s) 2022-09-27T16:44:09.0896682Z test_float_power_cpu_complex128_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.045s) 2022-09-27T16:44:09.1675969Z test_float_power_cpu_complex64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.078s) 2022-09-27T16:44:09.2955494Z test_float_power_cpu_complex64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.128s) 2022-09-27T16:44:09.4421165Z test_float_power_cpu_complex64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.146s) 2022-09-27T16:44:09.5180828Z test_float_power_cpu_complex64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.076s) 2022-09-27T16:44:09.5944057Z test_float_power_cpu_complex64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.076s) 2022-09-27T16:44:09.6707992Z test_float_power_cpu_complex64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.076s) 2022-09-27T16:44:09.7463696Z test_float_power_cpu_complex64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.076s) 2022-09-27T16:44:09.8229825Z test_float_power_cpu_complex64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.076s) 2022-09-27T16:44:09.9001602Z test_float_power_cpu_complex64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.077s) 2022-09-27T16:44:09.9762353Z test_float_power_cpu_complex64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.076s) 2022-09-27T16:44:10.0528934Z test_float_power_cpu_complex64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.077s) 2022-09-27T16:44:10.1180287Z test_float_power_cpu_float16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.065s) 2022-09-27T16:44:10.2388049Z test_float_power_cpu_float16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.121s) 2022-09-27T16:44:10.3485469Z test_float_power_cpu_float16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.110s) 2022-09-27T16:44:10.4124225Z test_float_power_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:44:10.4861260Z test_float_power_cpu_float16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.074s) 2022-09-27T16:44:10.5495491Z test_float_power_cpu_float16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:44:10.6135590Z test_float_power_cpu_float16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:44:10.6770815Z test_float_power_cpu_float16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:44:10.7412921Z test_float_power_cpu_float16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:44:10.8058842Z test_float_power_cpu_float16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.065s) 2022-09-27T16:44:10.8710305Z test_float_power_cpu_float16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.065s) 2022-09-27T16:44:10.9366477Z test_float_power_cpu_float32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.066s) 2022-09-27T16:44:11.0475727Z test_float_power_cpu_float32_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.111s) 2022-09-27T16:44:11.1623017Z test_float_power_cpu_float32_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.115s) 2022-09-27T16:44:11.2271608Z test_float_power_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.065s) 2022-09-27T16:44:11.2917339Z test_float_power_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:44:11.3560990Z test_float_power_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:44:11.4205656Z test_float_power_cpu_float32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:44:11.4857784Z test_float_power_cpu_float32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.065s) 2022-09-27T16:44:11.5717999Z test_float_power_cpu_float32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.086s) 2022-09-27T16:44:11.6355880Z test_float_power_cpu_float32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:44:11.6995052Z test_float_power_cpu_float32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:44:11.7333249Z test_float_power_cpu_float64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:44:11.8172384Z test_float_power_cpu_float64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.084s) 2022-09-27T16:44:11.9015896Z test_float_power_cpu_float64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.084s) 2022-09-27T16:44:11.9354580Z test_float_power_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:44:11.9691903Z test_float_power_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:44:12.0014789Z test_float_power_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:44:12.0343473Z test_float_power_cpu_float64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:44:12.0668950Z test_float_power_cpu_float64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:44:12.1025557Z test_float_power_cpu_float64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:44:12.1353716Z test_float_power_cpu_float64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:44:12.1688694Z test_float_power_cpu_float64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:44:12.2336518Z test_float_power_cpu_int16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.065s) 2022-09-27T16:44:12.3441164Z test_float_power_cpu_int16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.110s) 2022-09-27T16:44:12.4558894Z test_float_power_cpu_int16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.112s) 2022-09-27T16:44:12.5207545Z test_float_power_cpu_int16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.065s) 2022-09-27T16:44:12.5857433Z test_float_power_cpu_int16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.065s) 2022-09-27T16:44:12.6697690Z test_float_power_cpu_int16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.084s) 2022-09-27T16:44:12.7339688Z test_float_power_cpu_int16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:44:12.7989856Z test_float_power_cpu_int16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.065s) 2022-09-27T16:44:12.8629894Z test_float_power_cpu_int16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:44:12.9278399Z test_float_power_cpu_int16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.065s) 2022-09-27T16:44:12.9928617Z test_float_power_cpu_int16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.065s) 2022-09-27T16:44:13.0582813Z test_float_power_cpu_int32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.065s) 2022-09-27T16:44:13.1692048Z test_float_power_cpu_int32_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.111s) 2022-09-27T16:44:13.2818361Z test_float_power_cpu_int32_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.112s) 2022-09-27T16:44:13.3461232Z test_float_power_cpu_int32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:44:13.4110907Z test_float_power_cpu_int32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.065s) 2022-09-27T16:44:13.4750602Z test_float_power_cpu_int32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:44:13.5393203Z test_float_power_cpu_int32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:44:13.6041814Z test_float_power_cpu_int32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.065s) 2022-09-27T16:44:13.6692368Z test_float_power_cpu_int32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.065s) 2022-09-27T16:44:13.7571440Z test_float_power_cpu_int32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.088s) 2022-09-27T16:44:13.8220588Z test_float_power_cpu_int32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.065s) 2022-09-27T16:44:13.8875690Z test_float_power_cpu_int64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.065s) 2022-09-27T16:44:13.9995398Z test_float_power_cpu_int64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.112s) 2022-09-27T16:44:14.1105904Z test_float_power_cpu_int64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.111s) 2022-09-27T16:44:14.1983138Z test_float_power_cpu_int64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.088s) 2022-09-27T16:44:14.2621080Z test_float_power_cpu_int64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:44:14.3256032Z test_float_power_cpu_int64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:44:14.3895713Z test_float_power_cpu_int64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:44:14.4535326Z test_float_power_cpu_int64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:44:14.5175119Z test_float_power_cpu_int64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:44:14.5815984Z test_float_power_cpu_int64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:44:14.6464714Z test_float_power_cpu_int64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.065s) 2022-09-27T16:44:14.7113392Z test_float_power_cpu_int8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.065s) 2022-09-27T16:44:14.8568610Z test_float_power_cpu_int8_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.145s) 2022-09-27T16:44:14.9685363Z test_float_power_cpu_int8_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.112s) 2022-09-27T16:44:15.0339102Z test_float_power_cpu_int8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.065s) 2022-09-27T16:44:15.1064506Z test_float_power_cpu_int8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.072s) 2022-09-27T16:44:15.1692668Z test_float_power_cpu_int8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:44:15.2324008Z test_float_power_cpu_int8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:44:15.2954754Z test_float_power_cpu_int8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:44:15.3586386Z test_float_power_cpu_int8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:44:15.4221305Z test_float_power_cpu_int8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:44:15.4849770Z test_float_power_cpu_int8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:44:15.5477584Z test_float_power_cpu_uint8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:44:15.6564498Z test_float_power_cpu_uint8_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.109s) 2022-09-27T16:44:15.7655817Z test_float_power_cpu_uint8_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.109s) 2022-09-27T16:44:15.8288696Z test_float_power_cpu_uint8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:44:15.9239788Z test_float_power_cpu_uint8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.095s) 2022-09-27T16:44:15.9947401Z test_float_power_cpu_uint8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.071s) 2022-09-27T16:44:16.0573817Z test_float_power_cpu_uint8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:44:16.1200185Z test_float_power_cpu_uint8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:44:16.1826088Z test_float_power_cpu_uint8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:44:16.2451933Z test_float_power_cpu_uint8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.062s) 2022-09-27T16:44:16.3067881Z test_float_power_cpu_uint8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.062s) 2022-09-27T16:44:16.3275399Z 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:44:16.3276175Z torch.float_power(base, exp, out=out) 2022-09-27T16:44:16.3717140Z ok (0.065s) 2022-09-27T16:44:16.3843142Z test_float_scalar_pow_float_tensor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:1384: RuntimeWarning: invalid value encountered in power 2022-09-27T16:44:16.3843634Z np_res = np.power(to_np(base), to_np(np_exponent)) 2022-09-27T16:44:16.4179069Z test_binary_ufuncs.py:1384: RuntimeWarning: divide by zero encountered in power 2022-09-27T16:44:16.4179598Z np_res = np.power(to_np(base), to_np(np_exponent)) 2022-09-27T16:44:16.4656871Z ok (0.094s) 2022-09-27T16:44:16.5481043Z test_float_scalar_pow_float_tensor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.082s) 2022-09-27T16:44:16.5513713Z test_floor_divide_scalar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:16.5546186Z test_floor_divide_scalar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:16.5574691Z test_floor_divide_scalar_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:16.5603203Z test_floor_divide_scalar_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:16.5630150Z test_floor_divide_scalar_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:16.5658254Z test_floor_divide_scalar_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:16.5685722Z test_floor_divide_scalar_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:16.5711978Z test_floor_divide_tensor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:16.5734259Z test_floor_divide_tensor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:16.5754585Z test_floor_divide_tensor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:16.5773977Z test_floor_divide_tensor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:16.5793362Z test_floor_divide_tensor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:16.5813203Z test_floor_divide_tensor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:16.5832870Z test_floor_divide_tensor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:16.6003896Z test_floor_divide_zero_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:44:16.6171353Z test_floor_divide_zero_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:44:16.6338524Z test_floor_divide_zero_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:44:16.6507299Z test_floor_divide_zero_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:44:16.6676822Z test_floor_divide_zero_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:44:16.6705120Z test_fmod_remainder_by_zero_float_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:16.6729257Z test_fmod_remainder_by_zero_float_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:16.6753207Z test_fmod_remainder_by_zero_float_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:16.7071892Z test_fmod_remainder_by_zero_integral_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:44:16.7391729Z test_fmod_remainder_by_zero_integral_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:44:16.7712258Z test_fmod_remainder_by_zero_integral_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:44:16.8021512Z test_fmod_remainder_by_zero_integral_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:44:16.8321654Z test_fmod_remainder_by_zero_integral_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:44:16.8739673Z test_fmod_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:44:16.9227498Z test_fmod_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.049s) 2022-09-27T16:44:16.9592576Z test_fmod_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:44:17.0956831Z test_fmod_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.136s) 2022-09-27T16:44:17.2311885Z test_fmod_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.135s) 2022-09-27T16:44:17.3643569Z test_fmod_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.133s) 2022-09-27T16:44:17.5006622Z test_fmod_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.136s) 2022-09-27T16:44:17.6367245Z test_fmod_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.136s) 2022-09-27T16:44:17.6400960Z test_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:17.6434849Z test_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:17.6466502Z test_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:17.6498519Z test_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:17.6527572Z test_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:17.6951341Z test_heaviside_complex_cpu_complex128_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:44:17.7372406Z test_heaviside_complex_cpu_complex128_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:44:17.7791904Z test_heaviside_complex_cpu_complex64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:44:17.8210662Z test_heaviside_complex_cpu_complex64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:44:17.8270143Z test_heaviside_cpu_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:44:17.8705211Z test_heaviside_cpu_bfloat16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-09-27T16:44:17.9139134Z test_heaviside_cpu_bfloat16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-09-27T16:44:17.9574279Z test_heaviside_cpu_bfloat16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-09-27T16:44:18.0009909Z test_heaviside_cpu_bfloat16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-09-27T16:44:18.0446812Z test_heaviside_cpu_bfloat16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:44:18.0882496Z test_heaviside_cpu_bfloat16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-09-27T16:44:18.1316118Z test_heaviside_cpu_bfloat16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-09-27T16:44:18.1754289Z test_heaviside_cpu_bfloat16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:44:18.2270361Z test_heaviside_cpu_bfloat16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.052s) 2022-09-27T16:44:18.2707436Z test_heaviside_cpu_bool_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:44:18.2753232Z test_heaviside_cpu_bool_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:44:18.3190492Z test_heaviside_cpu_bool_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-09-27T16:44:18.3625419Z test_heaviside_cpu_bool_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-09-27T16:44:18.4059970Z test_heaviside_cpu_bool_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-09-27T16:44:18.4496561Z test_heaviside_cpu_bool_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:44:18.4933712Z test_heaviside_cpu_bool_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:44:18.5369466Z test_heaviside_cpu_bool_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-09-27T16:44:18.5805468Z test_heaviside_cpu_bool_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:44:18.6242429Z test_heaviside_cpu_bool_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:44:18.6680009Z test_heaviside_cpu_float16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:44:18.7116368Z test_heaviside_cpu_float16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:44:18.7175483Z test_heaviside_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:44:18.7611056Z test_heaviside_cpu_float16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-09-27T16:44:18.8047656Z test_heaviside_cpu_float16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:44:18.8485082Z test_heaviside_cpu_float16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:44:18.8928865Z test_heaviside_cpu_float16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:44:18.9370191Z test_heaviside_cpu_float16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:44:18.9810586Z test_heaviside_cpu_float16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:44:19.0250815Z test_heaviside_cpu_float16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:44:19.0694126Z test_heaviside_cpu_float32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:44:19.1133032Z test_heaviside_cpu_float32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:44:19.1574235Z test_heaviside_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:44:19.1636635Z test_heaviside_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:44:19.2077006Z test_heaviside_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:44:19.2517953Z test_heaviside_cpu_float32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:44:19.2959353Z test_heaviside_cpu_float32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:44:19.3402332Z test_heaviside_cpu_float32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:44:19.3842139Z test_heaviside_cpu_float32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:44:19.4281652Z test_heaviside_cpu_float32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:44:19.4877820Z test_heaviside_cpu_float64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.060s) 2022-09-27T16:44:19.5312666Z test_heaviside_cpu_float64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-09-27T16:44:19.5744672Z test_heaviside_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-09-27T16:44:19.6178910Z test_heaviside_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-09-27T16:44:19.6234773Z test_heaviside_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:44:19.6667433Z test_heaviside_cpu_float64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-09-27T16:44:19.7100870Z test_heaviside_cpu_float64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-09-27T16:44:19.7534186Z test_heaviside_cpu_float64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-09-27T16:44:19.7969375Z test_heaviside_cpu_float64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-09-27T16:44:19.8402686Z test_heaviside_cpu_float64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-09-27T16:44:19.8835965Z test_heaviside_cpu_int16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-09-27T16:44:19.9267461Z test_heaviside_cpu_int16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-09-27T16:44:19.9699077Z test_heaviside_cpu_int16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-09-27T16:44:20.0133545Z test_heaviside_cpu_int16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-09-27T16:44:20.0567883Z test_heaviside_cpu_int16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-09-27T16:44:20.0614013Z test_heaviside_cpu_int16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:44:20.1046618Z test_heaviside_cpu_int16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-09-27T16:44:20.1479387Z test_heaviside_cpu_int16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-09-27T16:44:20.1914265Z test_heaviside_cpu_int16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-09-27T16:44:20.2348247Z test_heaviside_cpu_int16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-09-27T16:44:20.2785094Z test_heaviside_cpu_int32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:44:20.3221848Z test_heaviside_cpu_int32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:44:20.3659532Z test_heaviside_cpu_int32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:44:20.4097425Z test_heaviside_cpu_int32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:44:20.4533155Z test_heaviside_cpu_int32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:44:20.4969397Z test_heaviside_cpu_int32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:44:20.5016683Z test_heaviside_cpu_int32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:44:20.5451555Z test_heaviside_cpu_int32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-09-27T16:44:20.5887837Z test_heaviside_cpu_int32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:44:20.6324977Z test_heaviside_cpu_int32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:44:20.6762825Z test_heaviside_cpu_int64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:44:20.7270931Z test_heaviside_cpu_int64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:44:20.7705737Z test_heaviside_cpu_int64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-09-27T16:44:20.8140351Z test_heaviside_cpu_int64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-09-27T16:44:20.8573180Z test_heaviside_cpu_int64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-09-27T16:44:20.9007711Z test_heaviside_cpu_int64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-09-27T16:44:20.9442469Z test_heaviside_cpu_int64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-09-27T16:44:20.9485486Z test_heaviside_cpu_int64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:44:20.9916326Z test_heaviside_cpu_int64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-09-27T16:44:21.0350752Z test_heaviside_cpu_int64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-09-27T16:44:21.0785771Z test_heaviside_cpu_int8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-09-27T16:44:21.1219581Z test_heaviside_cpu_int8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-09-27T16:44:21.1653795Z test_heaviside_cpu_int8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-09-27T16:44:21.2086386Z test_heaviside_cpu_int8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-09-27T16:44:21.2519413Z test_heaviside_cpu_int8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-09-27T16:44:21.2954127Z test_heaviside_cpu_int8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-09-27T16:44:21.3389167Z test_heaviside_cpu_int8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-09-27T16:44:21.3823475Z test_heaviside_cpu_int8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-09-27T16:44:21.3870445Z test_heaviside_cpu_int8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:44:21.4302935Z test_heaviside_cpu_int8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-09-27T16:44:21.4737556Z test_heaviside_cpu_uint8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-09-27T16:44:21.5174768Z test_heaviside_cpu_uint8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:44:21.5613981Z test_heaviside_cpu_uint8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:44:21.6054943Z test_heaviside_cpu_uint8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:44:21.6494267Z test_heaviside_cpu_uint8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:44:21.6932878Z test_heaviside_cpu_uint8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:44:21.7373310Z test_heaviside_cpu_uint8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:44:21.7814584Z test_heaviside_cpu_uint8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:44:21.8257979Z test_heaviside_cpu_uint8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:44:21.8307849Z test_heaviside_cpu_uint8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:44:21.8328266Z test_heaviside_cross_device_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:44:21.8389912Z test_hypot_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:44:21.8446189Z test_hypot_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:44:21.8500133Z test_hypot_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:44:44.4528747Z test_idiv_and_ifloordiv_vs_python_cpu (__main__.TestBinaryUfuncsCPU) ... ok (22.603s) 2022-09-27T16:44:44.4542859Z test_inplace_division_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:44:44.4561122Z test_inplace_dunders_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:49.0321661Z test_int_and_float_pow_cpu (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:1384: RuntimeWarning: invalid value encountered in power 2022-09-27T16:44:49.0322607Z np_res = np.power(to_np(base), to_np(np_exponent)) 2022-09-27T16:44:51.2770024Z ok (6.821s) 2022-09-27T16:44:51.4264791Z test_int_tensor_pow_neg_ints_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.149s) 2022-09-27T16:44:51.4302012Z test_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:44:51.4335919Z test_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:51.4367203Z test_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:51.4426749Z test_ldexp_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:44:51.4550334Z 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:44:51.4551101Z torch.lerp(start, end, weight, out=actual_out) 2022-09-27T16:44:51.4642066Z 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:44:51.4642727Z torch.lerp(start, end, weight, out=actual_out) 2022-09-27T16:44:51.6940394Z ok (0.251s) 2022-09-27T16:44:51.9639195Z test_lerp_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.270s) 2022-09-27T16:44:52.0845726Z test_lerp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.121s) 2022-09-27T16:44:52.1910563Z test_lerp_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.106s) 2022-09-27T16:44:52.1932727Z test_lerp_lowp_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:44:52.1954176Z test_lerp_lowp_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:44:52.2020583Z test_logaddexp2_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:44:52.2078299Z test_logaddexp2_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:44:52.2132926Z test_logaddexp2_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:44:52.2195804Z test_logaddexp_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:44:52.2250802Z test_logaddexp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:44:52.2302804Z test_logaddexp_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:44:52.2332468Z test_logical_and_cpu_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:52.2360441Z test_logical_and_cpu_bfloat16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:52.2382914Z 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:44:52.2383458Z getattr(a, op + "_")(b) 2022-09-27T16:44:52.2390117Z ok (0.003s) 2022-09-27T16:44:52.2418434Z test_logical_and_cpu_bfloat16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:52.2447518Z test_logical_and_cpu_bfloat16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:52.2475358Z test_logical_and_cpu_bfloat16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:52.2503216Z test_logical_and_cpu_bfloat16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:52.2530501Z test_logical_and_cpu_bfloat16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:52.2557638Z test_logical_and_cpu_bfloat16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:52.2584513Z test_logical_and_cpu_bfloat16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:52.2611384Z test_logical_and_cpu_bfloat16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:52.2638554Z test_logical_and_cpu_bfloat16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:52.2661356Z test_logical_and_cpu_bool_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:52.2683286Z test_logical_and_cpu_bool_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:52.2705774Z test_logical_and_cpu_bool_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:52.2728985Z test_logical_and_cpu_bool_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:52.2751810Z test_logical_and_cpu_bool_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:52.2774443Z test_logical_and_cpu_bool_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:52.2797234Z test_logical_and_cpu_bool_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:52.2819681Z test_logical_and_cpu_bool_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:52.2842367Z test_logical_and_cpu_bool_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:52.2864894Z test_logical_and_cpu_bool_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:52.2887645Z test_logical_and_cpu_bool_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:52.2910389Z test_logical_and_cpu_bool_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:52.2938656Z test_logical_and_cpu_complex128_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:52.2967035Z test_logical_and_cpu_complex128_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:52.2994422Z test_logical_and_cpu_complex128_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:52.3022086Z test_logical_and_cpu_complex128_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:52.3049542Z test_logical_and_cpu_complex128_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:52.3076320Z test_logical_and_cpu_complex128_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:52.3103559Z test_logical_and_cpu_complex128_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:52.3130962Z test_logical_and_cpu_complex128_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:52.3158654Z test_logical_and_cpu_complex128_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:52.3186624Z test_logical_and_cpu_complex128_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:52.3213990Z test_logical_and_cpu_complex128_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:52.3242266Z test_logical_and_cpu_complex128_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:52.3270090Z test_logical_and_cpu_complex64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:52.3298554Z test_logical_and_cpu_complex64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:52.3326952Z test_logical_and_cpu_complex64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:52.3353931Z test_logical_and_cpu_complex64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:52.3382225Z test_logical_and_cpu_complex64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:52.3410632Z test_logical_and_cpu_complex64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:52.3439754Z test_logical_and_cpu_complex64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:52.3467600Z test_logical_and_cpu_complex64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:52.3495706Z test_logical_and_cpu_complex64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:52.3523880Z test_logical_and_cpu_complex64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:52.3551937Z test_logical_and_cpu_complex64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:52.3579980Z test_logical_and_cpu_complex64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:52.3609029Z test_logical_and_cpu_float16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:52.3636019Z test_logical_and_cpu_float16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:52.3662780Z test_logical_and_cpu_float16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:52.3690251Z test_logical_and_cpu_float16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:52.3716031Z test_logical_and_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:52.3743490Z test_logical_and_cpu_float16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:52.3770587Z test_logical_and_cpu_float16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:52.3797408Z test_logical_and_cpu_float16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:52.3823807Z test_logical_and_cpu_float16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:52.3850538Z test_logical_and_cpu_float16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:52.3877939Z test_logical_and_cpu_float16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:52.3904353Z test_logical_and_cpu_float16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:52.3931401Z test_logical_and_cpu_float32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:52.3957716Z test_logical_and_cpu_float32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:52.3984683Z test_logical_and_cpu_float32_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:52.4011619Z test_logical_and_cpu_float32_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:52.4038565Z test_logical_and_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:52.4064214Z test_logical_and_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:52.4090823Z test_logical_and_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:52.4117289Z test_logical_and_cpu_float32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:52.4143283Z test_logical_and_cpu_float32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:52.4169952Z test_logical_and_cpu_float32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:52.4196646Z test_logical_and_cpu_float32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:52.4222970Z test_logical_and_cpu_float32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:52.4249962Z test_logical_and_cpu_float64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:52.4276192Z test_logical_and_cpu_float64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:52.4303146Z test_logical_and_cpu_float64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:52.4331051Z test_logical_and_cpu_float64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:52.4358312Z test_logical_and_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:52.4384869Z test_logical_and_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:52.4411011Z test_logical_and_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:52.4438479Z test_logical_and_cpu_float64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:52.4464822Z test_logical_and_cpu_float64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:52.4491621Z test_logical_and_cpu_float64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:52.4518728Z test_logical_and_cpu_float64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:52.4545081Z test_logical_and_cpu_float64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:52.4569126Z test_logical_and_cpu_int16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:52.4592694Z test_logical_and_cpu_int16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:52.4616225Z test_logical_and_cpu_int16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:52.4640522Z test_logical_and_cpu_int16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:52.4664140Z test_logical_and_cpu_int16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:52.4687879Z test_logical_and_cpu_int16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:52.4711802Z test_logical_and_cpu_int16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:52.4734354Z test_logical_and_cpu_int16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:52.4758410Z test_logical_and_cpu_int16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:52.4782019Z test_logical_and_cpu_int16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:52.4805349Z test_logical_and_cpu_int16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:52.4828591Z test_logical_and_cpu_int16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:52.4852426Z test_logical_and_cpu_int32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:52.4876369Z test_logical_and_cpu_int32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:52.4900095Z test_logical_and_cpu_int32_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:52.4924381Z test_logical_and_cpu_int32_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:52.4947997Z test_logical_and_cpu_int32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:52.4971891Z test_logical_and_cpu_int32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:52.4996149Z test_logical_and_cpu_int32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:52.5019782Z test_logical_and_cpu_int32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:52.5042431Z test_logical_and_cpu_int32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:52.5066529Z test_logical_and_cpu_int32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:52.5090423Z test_logical_and_cpu_int32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:52.5114105Z test_logical_and_cpu_int32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:52.5137497Z test_logical_and_cpu_int64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:52.5160923Z test_logical_and_cpu_int64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:52.5184794Z test_logical_and_cpu_int64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:52.5208566Z test_logical_and_cpu_int64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:52.5232183Z test_logical_and_cpu_int64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:52.5255432Z test_logical_and_cpu_int64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:52.5279097Z test_logical_and_cpu_int64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:52.5302413Z test_logical_and_cpu_int64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:52.5326416Z test_logical_and_cpu_int64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:52.5348385Z test_logical_and_cpu_int64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:52.5371489Z test_logical_and_cpu_int64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:52.5394944Z test_logical_and_cpu_int64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:52.5418853Z test_logical_and_cpu_int8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:52.5442678Z test_logical_and_cpu_int8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:52.5466600Z test_logical_and_cpu_int8_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:52.5490800Z test_logical_and_cpu_int8_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:52.5514597Z test_logical_and_cpu_int8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:52.5538629Z test_logical_and_cpu_int8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:52.5562638Z test_logical_and_cpu_int8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:52.5586443Z test_logical_and_cpu_int8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:52.5610307Z test_logical_and_cpu_int8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:52.5634324Z test_logical_and_cpu_int8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:52.5656889Z test_logical_and_cpu_int8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:52.5681711Z test_logical_and_cpu_int8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:52.5705602Z test_logical_and_cpu_uint8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:52.5729402Z test_logical_and_cpu_uint8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:52.5753381Z test_logical_and_cpu_uint8_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:52.5777021Z test_logical_and_cpu_uint8_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:52.5801248Z test_logical_and_cpu_uint8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:52.5826102Z test_logical_and_cpu_uint8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:52.5849987Z test_logical_and_cpu_uint8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:52.5874481Z test_logical_and_cpu_uint8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:52.5898691Z test_logical_and_cpu_uint8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:52.5922948Z test_logical_and_cpu_uint8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:52.5947569Z test_logical_and_cpu_uint8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:52.5970937Z test_logical_and_cpu_uint8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:52.6051194Z test_logical_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:44:52.6109496Z test_logical_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:44:52.6214868Z test_logical_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:44:52.6296006Z test_logical_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:44:52.6378092Z test_logical_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:44:52.6460501Z test_logical_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:44:52.6542898Z test_logical_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:44:52.6623930Z test_logical_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:44:52.6704433Z test_logical_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:44:52.6784733Z test_logical_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:44:52.6814216Z test_logical_or_cpu_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:52.6843304Z test_logical_or_cpu_bfloat16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:52.6872248Z test_logical_or_cpu_bfloat16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:52.6900503Z test_logical_or_cpu_bfloat16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:52.6929817Z test_logical_or_cpu_bfloat16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:52.6958345Z test_logical_or_cpu_bfloat16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:52.6986583Z test_logical_or_cpu_bfloat16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:52.7014880Z test_logical_or_cpu_bfloat16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:52.7043108Z test_logical_or_cpu_bfloat16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:52.7071903Z test_logical_or_cpu_bfloat16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:52.7099486Z test_logical_or_cpu_bfloat16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:52.7127665Z test_logical_or_cpu_bfloat16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:52.7150989Z test_logical_or_cpu_bool_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:52.7173859Z test_logical_or_cpu_bool_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:52.7198054Z test_logical_or_cpu_bool_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:52.7221497Z test_logical_or_cpu_bool_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:52.7245647Z test_logical_or_cpu_bool_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:52.7269394Z test_logical_or_cpu_bool_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:52.7293159Z test_logical_or_cpu_bool_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:52.7316987Z test_logical_or_cpu_bool_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:52.7340765Z test_logical_or_cpu_bool_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:52.7364743Z test_logical_or_cpu_bool_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:52.7388107Z test_logical_or_cpu_bool_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:52.7411928Z test_logical_or_cpu_bool_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:52.7441292Z test_logical_or_cpu_complex128_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:52.7470143Z test_logical_or_cpu_complex128_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:52.7497436Z test_logical_or_cpu_complex128_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:52.7526506Z test_logical_or_cpu_complex128_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:52.7554730Z test_logical_or_cpu_complex128_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:52.7582536Z test_logical_or_cpu_complex128_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:52.7610723Z test_logical_or_cpu_complex128_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:52.7638748Z test_logical_or_cpu_complex128_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:52.7666810Z test_logical_or_cpu_complex128_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:52.7694905Z test_logical_or_cpu_complex128_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:52.7723329Z test_logical_or_cpu_complex128_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:52.7752481Z test_logical_or_cpu_complex128_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:52.7780754Z test_logical_or_cpu_complex64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:52.7809501Z test_logical_or_cpu_complex64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:52.7838407Z test_logical_or_cpu_complex64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:52.7865995Z test_logical_or_cpu_complex64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:52.7894218Z test_logical_or_cpu_complex64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:52.7923427Z test_logical_or_cpu_complex64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:52.7952990Z test_logical_or_cpu_complex64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:52.7981273Z test_logical_or_cpu_complex64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:52.8009857Z test_logical_or_cpu_complex64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:52.8040641Z test_logical_or_cpu_complex64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:52.8069331Z test_logical_or_cpu_complex64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:52.8097990Z test_logical_or_cpu_complex64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:52.8127060Z test_logical_or_cpu_float16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:52.8154593Z test_logical_or_cpu_float16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:52.8182054Z test_logical_or_cpu_float16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:52.8209061Z test_logical_or_cpu_float16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:52.8234572Z test_logical_or_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:52.8261917Z test_logical_or_cpu_float16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:52.8288815Z test_logical_or_cpu_float16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:52.8315089Z test_logical_or_cpu_float16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:52.8341452Z test_logical_or_cpu_float16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:52.8368341Z test_logical_or_cpu_float16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:52.8395122Z test_logical_or_cpu_float16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:52.8421432Z test_logical_or_cpu_float16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:52.8448400Z test_logical_or_cpu_float32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:52.8475334Z test_logical_or_cpu_float32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:52.8502509Z test_logical_or_cpu_float32_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:52.8530014Z test_logical_or_cpu_float32_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:52.8556633Z test_logical_or_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:52.8582527Z test_logical_or_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:52.8609535Z test_logical_or_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:52.8636706Z test_logical_or_cpu_float32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:52.8663533Z test_logical_or_cpu_float32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:52.8690710Z test_logical_or_cpu_float32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:52.8717434Z test_logical_or_cpu_float32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:52.8744051Z test_logical_or_cpu_float32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:52.8770376Z test_logical_or_cpu_float64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:52.8796689Z test_logical_or_cpu_float64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:52.8823206Z test_logical_or_cpu_float64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:52.8850340Z test_logical_or_cpu_float64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:52.8876620Z test_logical_or_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:52.8902556Z test_logical_or_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:52.8927978Z test_logical_or_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:52.8954127Z test_logical_or_cpu_float64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:52.8979629Z test_logical_or_cpu_float64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:52.9005922Z test_logical_or_cpu_float64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:52.9031907Z test_logical_or_cpu_float64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:52.9057790Z test_logical_or_cpu_float64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:52.9081809Z test_logical_or_cpu_int16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:52.9104731Z test_logical_or_cpu_int16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:52.9128376Z test_logical_or_cpu_int16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:52.9151918Z test_logical_or_cpu_int16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:52.9175177Z test_logical_or_cpu_int16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:52.9198919Z test_logical_or_cpu_int16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:52.9222096Z test_logical_or_cpu_int16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:52.9244589Z test_logical_or_cpu_int16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:52.9267896Z test_logical_or_cpu_int16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:52.9291959Z test_logical_or_cpu_int16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:52.9315618Z test_logical_or_cpu_int16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:52.9338605Z test_logical_or_cpu_int16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:52.9362410Z test_logical_or_cpu_int32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:52.9385564Z test_logical_or_cpu_int32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:52.9409367Z test_logical_or_cpu_int32_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:52.9433030Z test_logical_or_cpu_int32_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:52.9456589Z test_logical_or_cpu_int32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:52.9480413Z test_logical_or_cpu_int32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:52.9503801Z test_logical_or_cpu_int32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:52.9527331Z test_logical_or_cpu_int32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:52.9549208Z test_logical_or_cpu_int32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:52.9573202Z test_logical_or_cpu_int32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:52.9596617Z test_logical_or_cpu_int32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:52.9619702Z test_logical_or_cpu_int32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:52.9642970Z test_logical_or_cpu_int64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:52.9665676Z test_logical_or_cpu_int64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:52.9689117Z test_logical_or_cpu_int64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:52.9711938Z test_logical_or_cpu_int64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:52.9734902Z test_logical_or_cpu_int64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:52.9757813Z test_logical_or_cpu_int64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:52.9780516Z test_logical_or_cpu_int64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:52.9803467Z test_logical_or_cpu_int64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:52.9825800Z test_logical_or_cpu_int64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:52.9847599Z test_logical_or_cpu_int64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:52.9870591Z test_logical_or_cpu_int64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:52.9893640Z test_logical_or_cpu_int64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:52.9918134Z test_logical_or_cpu_int8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:52.9941939Z test_logical_or_cpu_int8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:52.9965883Z test_logical_or_cpu_int8_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:52.9989475Z test_logical_or_cpu_int8_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:53.0013139Z test_logical_or_cpu_int8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:53.0037115Z test_logical_or_cpu_int8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:53.0060695Z test_logical_or_cpu_int8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:53.0084783Z test_logical_or_cpu_int8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:53.0108501Z test_logical_or_cpu_int8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:53.0132831Z test_logical_or_cpu_int8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:53.0155818Z test_logical_or_cpu_int8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:53.0180055Z test_logical_or_cpu_int8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:53.0204902Z test_logical_or_cpu_uint8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:53.0228638Z test_logical_or_cpu_uint8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:53.0253324Z test_logical_or_cpu_uint8_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:53.0277881Z test_logical_or_cpu_uint8_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:53.0301650Z test_logical_or_cpu_uint8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:53.0326003Z test_logical_or_cpu_uint8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:53.0349822Z test_logical_or_cpu_uint8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:53.0374016Z test_logical_or_cpu_uint8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:53.0398447Z test_logical_or_cpu_uint8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:53.0421969Z test_logical_or_cpu_uint8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:53.0446737Z test_logical_or_cpu_uint8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:53.0469779Z test_logical_or_cpu_uint8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:53.0497897Z test_logical_xor_cpu_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:53.0526395Z test_logical_xor_cpu_bfloat16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:53.0554662Z test_logical_xor_cpu_bfloat16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:53.0581561Z test_logical_xor_cpu_bfloat16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:53.0609557Z test_logical_xor_cpu_bfloat16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:53.0636842Z test_logical_xor_cpu_bfloat16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:53.0663832Z test_logical_xor_cpu_bfloat16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:53.0691223Z test_logical_xor_cpu_bfloat16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:53.0718413Z test_logical_xor_cpu_bfloat16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:53.0745769Z test_logical_xor_cpu_bfloat16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:53.0772829Z test_logical_xor_cpu_bfloat16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:53.0799812Z test_logical_xor_cpu_bfloat16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:53.0822638Z test_logical_xor_cpu_bool_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:53.0845093Z test_logical_xor_cpu_bool_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:53.0891428Z test_logical_xor_cpu_bool_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:44:53.0914854Z test_logical_xor_cpu_bool_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:53.0937813Z test_logical_xor_cpu_bool_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:53.0961561Z test_logical_xor_cpu_bool_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:53.0984309Z test_logical_xor_cpu_bool_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:53.1007201Z test_logical_xor_cpu_bool_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:53.1030008Z test_logical_xor_cpu_bool_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:53.1052855Z test_logical_xor_cpu_bool_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:53.1075700Z test_logical_xor_cpu_bool_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:53.1099344Z test_logical_xor_cpu_bool_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:53.1128204Z test_logical_xor_cpu_complex128_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:53.1156107Z test_logical_xor_cpu_complex128_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:53.1182826Z test_logical_xor_cpu_complex128_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:53.1210597Z test_logical_xor_cpu_complex128_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:53.1238704Z test_logical_xor_cpu_complex128_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:53.1266053Z test_logical_xor_cpu_complex128_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:53.1293506Z test_logical_xor_cpu_complex128_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:53.1320976Z test_logical_xor_cpu_complex128_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:53.1348023Z test_logical_xor_cpu_complex128_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:53.1375606Z test_logical_xor_cpu_complex128_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:53.1403382Z test_logical_xor_cpu_complex128_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:53.1431589Z test_logical_xor_cpu_complex128_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:53.1458614Z test_logical_xor_cpu_complex64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:53.1487277Z test_logical_xor_cpu_complex64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:53.1515212Z test_logical_xor_cpu_complex64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:53.1541764Z test_logical_xor_cpu_complex64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:53.1570028Z test_logical_xor_cpu_complex64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:53.1597765Z test_logical_xor_cpu_complex64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:53.1626333Z test_logical_xor_cpu_complex64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:53.1654166Z test_logical_xor_cpu_complex64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:53.1682317Z test_logical_xor_cpu_complex64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:53.1709466Z test_logical_xor_cpu_complex64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:53.1737634Z test_logical_xor_cpu_complex64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:53.1765655Z test_logical_xor_cpu_complex64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:53.1793970Z test_logical_xor_cpu_float16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:53.1820294Z test_logical_xor_cpu_float16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:53.1847456Z test_logical_xor_cpu_float16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:53.1874416Z test_logical_xor_cpu_float16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:53.1900478Z test_logical_xor_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:53.1928390Z test_logical_xor_cpu_float16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:53.1956062Z test_logical_xor_cpu_float16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:53.1982678Z test_logical_xor_cpu_float16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:53.2009717Z test_logical_xor_cpu_float16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:53.2037090Z test_logical_xor_cpu_float16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:53.2064074Z test_logical_xor_cpu_float16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:53.2091092Z test_logical_xor_cpu_float16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:53.2118212Z test_logical_xor_cpu_float32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:53.2144533Z test_logical_xor_cpu_float32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:53.2171640Z test_logical_xor_cpu_float32_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:53.2198630Z test_logical_xor_cpu_float32_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:53.2224914Z test_logical_xor_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:53.2250906Z test_logical_xor_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:53.2278439Z test_logical_xor_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:53.2304900Z test_logical_xor_cpu_float32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:53.2331683Z test_logical_xor_cpu_float32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:53.2358100Z test_logical_xor_cpu_float32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:53.2384346Z test_logical_xor_cpu_float32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:53.2410635Z test_logical_xor_cpu_float32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:53.2436801Z test_logical_xor_cpu_float64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:53.2462688Z test_logical_xor_cpu_float64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:53.2488865Z test_logical_xor_cpu_float64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:53.2516128Z test_logical_xor_cpu_float64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:53.2541606Z test_logical_xor_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:53.2567978Z test_logical_xor_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:53.2592985Z test_logical_xor_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:53.2618877Z test_logical_xor_cpu_float64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:53.2644823Z test_logical_xor_cpu_float64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:53.2670494Z test_logical_xor_cpu_float64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:53.2696491Z test_logical_xor_cpu_float64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:53.2722557Z test_logical_xor_cpu_float64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:53.2745753Z test_logical_xor_cpu_int16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:53.2769455Z test_logical_xor_cpu_int16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:53.2792708Z test_logical_xor_cpu_int16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:53.2815697Z test_logical_xor_cpu_int16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:53.2839482Z test_logical_xor_cpu_int16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:53.2862828Z test_logical_xor_cpu_int16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:53.2886397Z test_logical_xor_cpu_int16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:53.2908632Z test_logical_xor_cpu_int16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:53.2932107Z test_logical_xor_cpu_int16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:53.2955717Z test_logical_xor_cpu_int16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:53.2978234Z test_logical_xor_cpu_int16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:53.3001421Z test_logical_xor_cpu_int16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:53.3024694Z test_logical_xor_cpu_int32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:53.3048307Z test_logical_xor_cpu_int32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:53.3071123Z test_logical_xor_cpu_int32_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:53.3094548Z test_logical_xor_cpu_int32_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:53.3118224Z test_logical_xor_cpu_int32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:53.3141355Z test_logical_xor_cpu_int32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:53.3164851Z test_logical_xor_cpu_int32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:53.3188046Z test_logical_xor_cpu_int32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:53.3210450Z test_logical_xor_cpu_int32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:53.3234123Z test_logical_xor_cpu_int32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:53.3257417Z test_logical_xor_cpu_int32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:53.3281078Z test_logical_xor_cpu_int32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:53.3303911Z test_logical_xor_cpu_int64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:53.3327048Z test_logical_xor_cpu_int64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:53.3350384Z test_logical_xor_cpu_int64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:53.3373515Z test_logical_xor_cpu_int64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:53.3396693Z test_logical_xor_cpu_int64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:53.3419537Z test_logical_xor_cpu_int64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:53.3442928Z test_logical_xor_cpu_int64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:53.3465412Z test_logical_xor_cpu_int64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:53.3488603Z test_logical_xor_cpu_int64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:53.3510366Z test_logical_xor_cpu_int64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:53.3533278Z test_logical_xor_cpu_int64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:53.3556098Z test_logical_xor_cpu_int64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:53.3579299Z test_logical_xor_cpu_int8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:53.3602680Z test_logical_xor_cpu_int8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:53.3626268Z test_logical_xor_cpu_int8_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:53.3649914Z test_logical_xor_cpu_int8_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:53.3673746Z test_logical_xor_cpu_int8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:53.3697226Z test_logical_xor_cpu_int8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:53.3721065Z test_logical_xor_cpu_int8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:53.3744453Z test_logical_xor_cpu_int8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:53.3768080Z test_logical_xor_cpu_int8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:53.3791511Z test_logical_xor_cpu_int8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:53.3813516Z test_logical_xor_cpu_int8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:53.3837706Z test_logical_xor_cpu_int8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:53.3860758Z test_logical_xor_cpu_uint8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:53.3883647Z test_logical_xor_cpu_uint8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:53.3906655Z test_logical_xor_cpu_uint8_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:53.3929753Z test_logical_xor_cpu_uint8_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:53.3953300Z test_logical_xor_cpu_uint8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:53.3976625Z test_logical_xor_cpu_uint8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:53.4000204Z test_logical_xor_cpu_uint8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:53.4023178Z test_logical_xor_cpu_uint8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:53.4046544Z test_logical_xor_cpu_uint8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:53.4070205Z test_logical_xor_cpu_uint8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:53.4093771Z test_logical_xor_cpu_uint8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:53.4116254Z test_logical_xor_cpu_uint8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:53.6996335Z test_logical_xor_with_nontrivial_alignment_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.288s) 2022-09-27T16:44:53.7953727Z test_long_tensor_pow_floats_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.096s) 2022-09-27T16:44:53.8023946Z test_maximum_and_minimum_subgradient_cpu_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:44:53.8097930Z test_maximum_and_minimum_subgradient_cpu_bfloat16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:44:53.8166227Z test_maximum_and_minimum_subgradient_cpu_bfloat16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:44:53.8232267Z test_maximum_and_minimum_subgradient_cpu_bfloat16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:44:53.8303194Z test_maximum_and_minimum_subgradient_cpu_float16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:44:53.8368417Z test_maximum_and_minimum_subgradient_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:44:53.8437866Z test_maximum_and_minimum_subgradient_cpu_float16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:44:53.8505221Z test_maximum_and_minimum_subgradient_cpu_float16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:44:53.8574567Z test_maximum_and_minimum_subgradient_cpu_float32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:44:53.8643981Z test_maximum_and_minimum_subgradient_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:44:53.8708157Z test_maximum_and_minimum_subgradient_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:44:53.8775601Z test_maximum_and_minimum_subgradient_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:44:53.8842544Z test_maximum_and_minimum_subgradient_cpu_float64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:44:53.8909252Z test_maximum_and_minimum_subgradient_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:44:53.8975951Z test_maximum_and_minimum_subgradient_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:44:53.9037813Z test_maximum_and_minimum_subgradient_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:44:54.0098108Z test_maximum_minimum_complex_cpu_complex128_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.106s) 2022-09-27T16:44:54.1132447Z test_maximum_minimum_complex_cpu_complex128_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.103s) 2022-09-27T16:44:54.2167652Z test_maximum_minimum_complex_cpu_complex128_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.103s) 2022-09-27T16:44:54.3198937Z test_maximum_minimum_complex_cpu_complex128_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.103s) 2022-09-27T16:44:54.4227613Z test_maximum_minimum_complex_cpu_complex128_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.103s) 2022-09-27T16:44:54.5261017Z test_maximum_minimum_complex_cpu_complex128_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.103s) 2022-09-27T16:44:54.6292005Z test_maximum_minimum_complex_cpu_complex128_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.103s) 2022-09-27T16:44:54.7322654Z test_maximum_minimum_complex_cpu_complex128_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.103s) 2022-09-27T16:44:54.8347744Z test_maximum_minimum_complex_cpu_complex128_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.102s) 2022-09-27T16:44:54.9376896Z test_maximum_minimum_complex_cpu_complex128_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.103s) 2022-09-27T16:44:55.0407568Z test_maximum_minimum_complex_cpu_complex128_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.103s) 2022-09-27T16:44:55.1435993Z test_maximum_minimum_complex_cpu_complex128_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.103s) 2022-09-27T16:44:55.2471108Z test_maximum_minimum_complex_cpu_complex64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.103s) 2022-09-27T16:44:55.3504705Z test_maximum_minimum_complex_cpu_complex64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.103s) 2022-09-27T16:44:55.4533565Z test_maximum_minimum_complex_cpu_complex64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.103s) 2022-09-27T16:44:55.5570048Z test_maximum_minimum_complex_cpu_complex64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.104s) 2022-09-27T16:44:55.6598627Z test_maximum_minimum_complex_cpu_complex64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.103s) 2022-09-27T16:44:55.7628526Z test_maximum_minimum_complex_cpu_complex64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.103s) 2022-09-27T16:44:55.8660094Z test_maximum_minimum_complex_cpu_complex64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.103s) 2022-09-27T16:44:55.9700352Z test_maximum_minimum_complex_cpu_complex64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.104s) 2022-09-27T16:44:56.0742192Z test_maximum_minimum_complex_cpu_complex64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.104s) 2022-09-27T16:44:56.1806254Z test_maximum_minimum_complex_cpu_complex64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.106s) 2022-09-27T16:44:56.2847275Z test_maximum_minimum_complex_cpu_complex64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.104s) 2022-09-27T16:44:56.3886675Z test_maximum_minimum_complex_cpu_complex64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.104s) 2022-09-27T16:44:56.3908967Z test_maximum_minimum_cross_device_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:44:56.4016796Z test_maximum_minimum_float_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:44:56.4114405Z test_maximum_minimum_float_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:44:56.4211621Z test_maximum_minimum_float_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:44:56.4302724Z test_maximum_minimum_float_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:44:56.4407460Z test_maximum_minimum_float_nan_and_inf_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:44:56.4510541Z test_maximum_minimum_float_nan_and_inf_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:44:56.4613696Z test_maximum_minimum_float_nan_and_inf_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:44:56.4710545Z test_maximum_minimum_float_nan_and_inf_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:44:56.4760625Z test_maximum_minimum_forward_ad_float32_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:44:56.4821225Z test_maximum_minimum_int_and_bool_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:44:56.4881751Z test_maximum_minimum_int_and_bool_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:44:56.4941426Z test_maximum_minimum_int_and_bool_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:44:56.4995087Z test_maximum_minimum_int_and_bool_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:44:56.5055055Z test_maximum_minimum_int_and_bool_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:44:56.5114155Z test_maximum_minimum_int_and_bool_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:44:56.5139005Z test_maximum_minimum_type_promotion_cpu_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:56.5166296Z test_maximum_minimum_type_promotion_cpu_bfloat16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:56.5193194Z test_maximum_minimum_type_promotion_cpu_bfloat16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:56.5218337Z test_maximum_minimum_type_promotion_cpu_bfloat16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:56.5243785Z test_maximum_minimum_type_promotion_cpu_bfloat16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:56.5268597Z test_maximum_minimum_type_promotion_cpu_bfloat16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:56.5293484Z test_maximum_minimum_type_promotion_cpu_bfloat16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:56.5318690Z test_maximum_minimum_type_promotion_cpu_bfloat16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:56.5343262Z test_maximum_minimum_type_promotion_cpu_bfloat16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:56.5368221Z test_maximum_minimum_type_promotion_cpu_bfloat16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:56.5393270Z test_maximum_minimum_type_promotion_cpu_bool_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:56.5416227Z test_maximum_minimum_type_promotion_cpu_bool_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:56.5441724Z test_maximum_minimum_type_promotion_cpu_bool_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:56.5466507Z test_maximum_minimum_type_promotion_cpu_bool_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:56.5491794Z test_maximum_minimum_type_promotion_cpu_bool_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:56.5517351Z test_maximum_minimum_type_promotion_cpu_bool_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:56.5542671Z test_maximum_minimum_type_promotion_cpu_bool_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:56.5568447Z test_maximum_minimum_type_promotion_cpu_bool_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:56.5593360Z test_maximum_minimum_type_promotion_cpu_bool_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:56.5618625Z test_maximum_minimum_type_promotion_cpu_bool_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:56.5645355Z test_maximum_minimum_type_promotion_cpu_float16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:56.5670630Z test_maximum_minimum_type_promotion_cpu_float16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:56.5693201Z test_maximum_minimum_type_promotion_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:56.5718010Z test_maximum_minimum_type_promotion_cpu_float16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:56.5743425Z test_maximum_minimum_type_promotion_cpu_float16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:56.5768930Z test_maximum_minimum_type_promotion_cpu_float16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:56.5794481Z test_maximum_minimum_type_promotion_cpu_float16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:56.5819103Z test_maximum_minimum_type_promotion_cpu_float16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:56.5844522Z test_maximum_minimum_type_promotion_cpu_float16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:56.5869248Z test_maximum_minimum_type_promotion_cpu_float16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:56.5894350Z test_maximum_minimum_type_promotion_cpu_float32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:56.5919354Z test_maximum_minimum_type_promotion_cpu_float32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:56.5943396Z test_maximum_minimum_type_promotion_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:56.5965924Z test_maximum_minimum_type_promotion_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:56.5990577Z test_maximum_minimum_type_promotion_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:56.6015260Z test_maximum_minimum_type_promotion_cpu_float32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:56.6040073Z test_maximum_minimum_type_promotion_cpu_float32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:56.6064374Z test_maximum_minimum_type_promotion_cpu_float32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:56.6089130Z test_maximum_minimum_type_promotion_cpu_float32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:56.6113975Z test_maximum_minimum_type_promotion_cpu_float32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:56.6138594Z test_maximum_minimum_type_promotion_cpu_float64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:56.6163341Z test_maximum_minimum_type_promotion_cpu_float64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:56.6188087Z test_maximum_minimum_type_promotion_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:56.6212769Z test_maximum_minimum_type_promotion_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:56.6235184Z test_maximum_minimum_type_promotion_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:56.6259530Z test_maximum_minimum_type_promotion_cpu_float64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:56.6285211Z test_maximum_minimum_type_promotion_cpu_float64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:56.6309571Z test_maximum_minimum_type_promotion_cpu_float64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:56.6334901Z test_maximum_minimum_type_promotion_cpu_float64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:56.6360194Z test_maximum_minimum_type_promotion_cpu_float64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:56.6384809Z test_maximum_minimum_type_promotion_cpu_int16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:56.6410002Z test_maximum_minimum_type_promotion_cpu_int16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:56.6435407Z test_maximum_minimum_type_promotion_cpu_int16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:56.6460371Z test_maximum_minimum_type_promotion_cpu_int16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:56.6485649Z test_maximum_minimum_type_promotion_cpu_int16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:56.6508058Z test_maximum_minimum_type_promotion_cpu_int16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:56.6533462Z test_maximum_minimum_type_promotion_cpu_int16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:56.6558635Z test_maximum_minimum_type_promotion_cpu_int16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:56.6583332Z test_maximum_minimum_type_promotion_cpu_int16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:56.6608042Z test_maximum_minimum_type_promotion_cpu_int16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:56.6633391Z test_maximum_minimum_type_promotion_cpu_int32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:56.6658382Z test_maximum_minimum_type_promotion_cpu_int32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:56.6683422Z test_maximum_minimum_type_promotion_cpu_int32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:56.6733661Z test_maximum_minimum_type_promotion_cpu_int32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:44:56.6759622Z test_maximum_minimum_type_promotion_cpu_int32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:56.6784652Z test_maximum_minimum_type_promotion_cpu_int32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:56.6808241Z test_maximum_minimum_type_promotion_cpu_int32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:56.6833813Z test_maximum_minimum_type_promotion_cpu_int32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:56.6858623Z test_maximum_minimum_type_promotion_cpu_int32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:56.6883892Z test_maximum_minimum_type_promotion_cpu_int32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:56.6908774Z test_maximum_minimum_type_promotion_cpu_int64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:56.6934384Z test_maximum_minimum_type_promotion_cpu_int64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:56.6959976Z test_maximum_minimum_type_promotion_cpu_int64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:56.6984893Z test_maximum_minimum_type_promotion_cpu_int64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:56.7010351Z test_maximum_minimum_type_promotion_cpu_int64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:56.7036521Z test_maximum_minimum_type_promotion_cpu_int64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:56.7061272Z test_maximum_minimum_type_promotion_cpu_int64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:56.7084397Z test_maximum_minimum_type_promotion_cpu_int64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:56.7110277Z test_maximum_minimum_type_promotion_cpu_int64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:56.7136214Z test_maximum_minimum_type_promotion_cpu_int64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:56.7162587Z test_maximum_minimum_type_promotion_cpu_int8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:56.7188108Z test_maximum_minimum_type_promotion_cpu_int8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:56.7213846Z test_maximum_minimum_type_promotion_cpu_int8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:56.7239195Z test_maximum_minimum_type_promotion_cpu_int8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:56.7265199Z test_maximum_minimum_type_promotion_cpu_int8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:56.7290714Z test_maximum_minimum_type_promotion_cpu_int8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:56.7316382Z test_maximum_minimum_type_promotion_cpu_int8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:56.7341480Z test_maximum_minimum_type_promotion_cpu_int8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:56.7364392Z test_maximum_minimum_type_promotion_cpu_int8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:56.7390550Z test_maximum_minimum_type_promotion_cpu_int8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:56.7415975Z test_maximum_minimum_type_promotion_cpu_uint8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:56.7441793Z test_maximum_minimum_type_promotion_cpu_uint8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:56.7467477Z test_maximum_minimum_type_promotion_cpu_uint8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:56.7492945Z test_maximum_minimum_type_promotion_cpu_uint8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:56.7518742Z test_maximum_minimum_type_promotion_cpu_uint8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:56.7544393Z test_maximum_minimum_type_promotion_cpu_uint8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:56.7569527Z test_maximum_minimum_type_promotion_cpu_uint8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:56.7595047Z test_maximum_minimum_type_promotion_cpu_uint8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:56.7621211Z test_maximum_minimum_type_promotion_cpu_uint8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:56.7643931Z test_maximum_minimum_type_promotion_cpu_uint8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:44:56.9519786Z test_min_max_binary_op_nan_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.187s) 2022-09-27T16:44:57.1412772Z test_min_max_binary_op_nan_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.189s) 2022-09-27T16:44:57.1425115Z test_mul_chalf_tensor_and_cpu_scalar_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:44:57.1493365Z test_mul_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:44:57.1637009Z test_mul_intertype_scalar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:44:57.1777707Z test_mul_intertype_scalar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:44:57.1789280Z test_muldiv_scalar_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Integer overflows are not allowed under ASAN (0.001s) 2022-09-27T16:44:57.1800495Z test_muldiv_scalar_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Integer overflows are not allowed under ASAN (0.001s) 2022-09-27T16:44:57.1810950Z test_muldiv_scalar_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Integer overflows are not allowed under ASAN (0.001s) 2022-09-27T16:44:57.1821795Z test_muldiv_scalar_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Integer overflows are not allowed under ASAN (0.001s) 2022-09-27T16:44:57.1832461Z test_muldiv_scalar_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Integer overflows are not allowed under ASAN (0.001s) 2022-09-27T16:44:57.1843072Z test_muldiv_scalar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Integer overflows are not allowed under ASAN (0.001s) 2022-09-27T16:44:57.1853853Z test_muldiv_scalar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Integer overflows are not allowed under ASAN (0.001s) 2022-09-27T16:44:57.1864223Z test_muldiv_scalar_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Integer overflows are not allowed under ASAN (0.001s) 2022-09-27T16:44:57.1875011Z test_muldiv_scalar_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Integer overflows are not allowed under ASAN (0.001s) 2022-09-27T16:44:57.1885178Z test_muldiv_scalar_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Integer overflows are not allowed under ASAN (0.001s) 2022-09-27T16:44:57.1895518Z test_muldiv_scalar_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Integer overflows are not allowed under ASAN (0.001s) 2022-09-27T16:44:57.1905759Z test_muldiv_scalar_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Integer overflows are not allowed under ASAN (0.001s) 2022-09-27T16:44:57.1978615Z test_nextafter_bfloat16_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:44:57.2026407Z test_nextafter_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:44:57.2069350Z test_nextafter_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:44:57.2129546Z test_non_contig___radd___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:44:57.2164662Z test_non_contig___radd___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:57.2248194Z test_non_contig___radd___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:44:57.2327207Z test_non_contig___radd___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:44:57.2391735Z test_non_contig___radd___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:44:57.2453215Z test_non_contig___radd___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:44:57.2541179Z test_non_contig___radd___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:44:57.2578229Z test_non_contig___radd___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:44:57.2616619Z test_non_contig___radd___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:44:57.2652689Z test_non_contig___radd___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:44:57.2686795Z test_non_contig___radd___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:57.2721429Z test_non_contig___radd___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:57.2756640Z test_non_contig___rand___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:57.2791153Z test_non_contig___rand___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:57.2826371Z test_non_contig___rand___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:57.2859890Z test_non_contig___rand___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:57.2895297Z test_non_contig___rand___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:57.2931313Z test_non_contig___rand___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:44:57.2995420Z test_non_contig___rdiv___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:44:57.3049655Z test_non_contig___rdiv___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:44:57.3137918Z test_non_contig___rdiv___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:44:57.3228158Z test_non_contig___rdiv___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:44:57.3291184Z test_non_contig___rdiv___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:44:57.3355442Z test_non_contig___rdiv___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:44:57.3419654Z test_non_contig___rdiv___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:44:57.3479734Z test_non_contig___rdiv___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:44:57.3535300Z test_non_contig___rdiv___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:44:57.3590432Z test_non_contig___rdiv___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:44:57.3647650Z test_non_contig___rdiv___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:44:57.3705896Z test_non_contig___rdiv___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:44:57.3766474Z test_non_contig___rmod___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:44:57.3829174Z test_non_contig___rmod___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:44:57.3891324Z test_non_contig___rmod___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:44:57.3953985Z test_non_contig___rmod___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:44:57.4013403Z test_non_contig___rmul___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:44:57.4049413Z test_non_contig___rmul___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:44:57.4133367Z test_non_contig___rmul___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:44:57.4214006Z test_non_contig___rmul___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:44:57.4276018Z test_non_contig___rmul___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:44:57.4337909Z test_non_contig___rmul___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:44:57.4400190Z test_non_contig___rmul___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:44:57.4437594Z test_non_contig___rmul___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:44:57.4474590Z test_non_contig___rmul___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:44:57.4510240Z test_non_contig___rmul___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:44:57.4546203Z test_non_contig___rmul___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:44:57.4581652Z test_non_contig___rmul___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:44:57.4616642Z test_non_contig___ror___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:57.4651510Z test_non_contig___ror___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:57.4686531Z test_non_contig___ror___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:57.4720635Z test_non_contig___ror___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:57.4754818Z test_non_contig___ror___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:57.4793209Z test_non_contig___ror___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:44:57.4822031Z 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:44:57.4822628Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-09-27T16:44:57.4858680Z ok (0.007s) 2022-09-27T16:44:57.4949916Z test_non_contig___rpow___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:44:57.5035730Z test_non_contig___rpow___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:44:57.5098843Z test_non_contig___rpow___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:44:57.5164281Z test_non_contig___rpow___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:44:57.5229408Z test_non_contig___rpow___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:44:57.5269040Z test_non_contig___rpow___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:44:57.5311987Z test_non_contig___rpow___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:44:57.5350333Z test_non_contig___rpow___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:44:57.5388613Z test_non_contig___rpow___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:44:57.5426942Z test_non_contig___rpow___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:44:57.5486153Z test_non_contig___rsub___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:44:57.5569120Z test_non_contig___rsub___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:44:57.5647779Z test_non_contig___rsub___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:44:57.5707206Z test_non_contig___rsub___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:44:57.5767830Z test_non_contig___rsub___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:44:57.5827424Z test_non_contig___rsub___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:44:57.5996341Z test_non_contig___rsub___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:44:57.6030203Z test_non_contig___rsub___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:57.6062335Z test_non_contig___rsub___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:57.6094535Z test_non_contig___rsub___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:57.6126193Z test_non_contig___rsub___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:57.6158401Z test_non_contig___rxor___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:57.6190732Z test_non_contig___rxor___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:57.6223819Z test_non_contig___rxor___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:57.6257746Z test_non_contig___rxor___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:57.6291629Z test_non_contig___rxor___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:57.6325669Z test_non_contig___rxor___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:57.6383287Z test_non_contig_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:44:57.6417198Z test_non_contig_add_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:57.6498226Z test_non_contig_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:44:57.6578258Z test_non_contig_add_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:44:57.6655440Z test_non_contig_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:44:57.6714858Z test_non_contig_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:44:57.6773470Z test_non_contig_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:44:57.6832901Z test_non_contig_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:44:57.6868242Z test_non_contig_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:57.6903779Z test_non_contig_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:57.6937494Z test_non_contig_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:57.6971203Z test_non_contig_add_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:57.7005794Z test_non_contig_add_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:57.7066196Z test_non_contig_atan2_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:44:57.7118205Z test_non_contig_atan2_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:44:57.7179372Z test_non_contig_atan2_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:44:57.7242211Z test_non_contig_atan2_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:44:57.7294906Z test_non_contig_atan2_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:44:57.7347652Z test_non_contig_atan2_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:44:57.7400970Z test_non_contig_atan2_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:44:57.7453079Z test_non_contig_atan2_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:44:57.7506404Z test_non_contig_atan2_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:44:57.7541581Z test_non_contig_bitwise_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:57.7576841Z test_non_contig_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:57.7611629Z test_non_contig_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:57.7646097Z test_non_contig_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:57.7680662Z test_non_contig_bitwise_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:57.7714981Z test_non_contig_bitwise_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:57.7750544Z test_non_contig_bitwise_left_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:57.7785747Z test_non_contig_bitwise_left_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:57.7820195Z test_non_contig_bitwise_left_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:57.7855123Z test_non_contig_bitwise_left_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:57.7889601Z test_non_contig_bitwise_left_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:57.7924497Z test_non_contig_bitwise_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:57.7959481Z test_non_contig_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:57.7994604Z test_non_contig_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:57.8028241Z test_non_contig_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:57.8062760Z test_non_contig_bitwise_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:57.8096639Z test_non_contig_bitwise_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:57.8131807Z test_non_contig_bitwise_right_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:57.8166788Z test_non_contig_bitwise_right_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:57.8200648Z test_non_contig_bitwise_right_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:57.8234867Z test_non_contig_bitwise_right_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:57.8268562Z test_non_contig_bitwise_right_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:57.8303316Z test_non_contig_bitwise_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:57.8337572Z test_non_contig_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:57.8372365Z test_non_contig_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:57.8406103Z test_non_contig_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:57.8439750Z test_non_contig_bitwise_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:57.8473733Z test_non_contig_bitwise_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:57.8532663Z test_non_contig_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:44:57.8567108Z test_non_contig_clamp_max_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:57.8627704Z test_non_contig_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:44:57.8689119Z test_non_contig_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:44:57.8750752Z test_non_contig_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:44:57.8786430Z test_non_contig_clamp_max_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:44:57.8822047Z test_non_contig_clamp_max_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:57.8856097Z test_non_contig_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:57.8890480Z test_non_contig_clamp_max_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:57.9033992Z test_non_contig_clamp_max_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:44:57.9090960Z test_non_contig_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:44:57.9123997Z test_non_contig_clamp_min_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:57.9180629Z test_non_contig_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:44:57.9237268Z test_non_contig_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:44:57.9292458Z test_non_contig_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:44:57.9325457Z test_non_contig_clamp_min_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:57.9357498Z test_non_contig_clamp_min_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:57.9388614Z test_non_contig_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:57.9420705Z test_non_contig_clamp_min_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:57.9452774Z test_non_contig_clamp_min_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:57.9516637Z test_non_contig_complex_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:44:57.9578390Z test_non_contig_complex_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:44:57.9639779Z test_non_contig_complex_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:44:57.9693130Z test_non_contig_copysign_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:44:57.9739919Z test_non_contig_copysign_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:44:57.9795296Z test_non_contig_copysign_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:44:57.9850850Z test_non_contig_copysign_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:44:57.9906562Z test_non_contig_copysign_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:44:57.9953483Z test_non_contig_copysign_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:44:58.0001096Z test_non_contig_copysign_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:44:58.0049201Z test_non_contig_copysign_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:44:58.0096677Z test_non_contig_copysign_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:44:58.0144032Z test_non_contig_copysign_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:44:58.0203921Z test_non_contig_div_floor_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:44:58.0264963Z test_non_contig_div_floor_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:44:58.0325884Z test_non_contig_div_floor_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:44:58.0387041Z test_non_contig_div_floor_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:44:58.0439049Z test_non_contig_div_floor_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:44:58.0490551Z test_non_contig_div_floor_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:44:58.0541346Z test_non_contig_div_floor_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:44:58.0591570Z test_non_contig_div_floor_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:44:58.0641353Z test_non_contig_div_floor_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:44:58.0698317Z test_non_contig_div_no_rounding_mode_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:44:58.0747464Z test_non_contig_div_no_rounding_mode_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:44:58.0827767Z test_non_contig_div_no_rounding_mode_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:44:58.0906491Z test_non_contig_div_no_rounding_mode_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:44:58.0969095Z test_non_contig_div_no_rounding_mode_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:44:58.1031933Z test_non_contig_div_no_rounding_mode_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:44:58.1095972Z test_non_contig_div_no_rounding_mode_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:44:58.1149959Z test_non_contig_div_no_rounding_mode_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:44:58.1204172Z test_non_contig_div_no_rounding_mode_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:44:58.1256431Z test_non_contig_div_no_rounding_mode_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:44:58.1309398Z test_non_contig_div_no_rounding_mode_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:44:58.1363632Z test_non_contig_div_no_rounding_mode_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:44:58.1424313Z test_non_contig_div_trunc_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:44:58.1487456Z test_non_contig_div_trunc_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:44:58.1550873Z test_non_contig_div_trunc_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:44:58.1613993Z test_non_contig_div_trunc_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:44:58.1667009Z test_non_contig_div_trunc_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:44:58.1719936Z test_non_contig_div_trunc_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:44:58.1771534Z test_non_contig_div_trunc_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:44:58.1823482Z test_non_contig_div_trunc_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:44:58.1875878Z test_non_contig_div_trunc_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:44:58.1920352Z test_non_contig_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:44:58.1954916Z test_non_contig_eq_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:58.2020764Z test_non_contig_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:44:58.2081321Z test_non_contig_eq_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:44:58.2142604Z test_non_contig_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:44:58.2190512Z test_non_contig_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:44:58.2277573Z test_non_contig_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:44:58.2324143Z test_non_contig_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:44:58.2358117Z test_non_contig_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:58.2391295Z test_non_contig_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:58.2423886Z test_non_contig_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:58.2456046Z test_non_contig_eq_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:58.2488836Z test_non_contig_eq_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:44:58.2587861Z test_non_contig_expand___radd___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:44:58.2639657Z test_non_contig_expand___radd___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:44:58.2758009Z test_non_contig_expand___radd___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:44:58.2878630Z test_non_contig_expand___radd___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:44:58.2975453Z test_non_contig_expand___radd___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:44:58.3075461Z test_non_contig_expand___radd___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:44:58.3166475Z test_non_contig_expand___radd___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:44:58.3218438Z test_non_contig_expand___radd___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:44:58.3269406Z test_non_contig_expand___radd___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:44:58.3314989Z test_non_contig_expand___radd___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:44:58.3366095Z test_non_contig_expand___radd___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:44:58.3417926Z test_non_contig_expand___radd___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:44:58.3469381Z test_non_contig_expand___rand___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:44:58.3521846Z test_non_contig_expand___rand___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:44:58.3573771Z test_non_contig_expand___rand___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:44:58.3619436Z test_non_contig_expand___rand___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:44:58.3670752Z test_non_contig_expand___rand___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:44:58.3722578Z test_non_contig_expand___rand___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:44:58.3828325Z test_non_contig_expand___rdiv___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:44:58.3922545Z test_non_contig_expand___rdiv___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:44:58.4047074Z test_non_contig_expand___rdiv___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:44:58.4174313Z test_non_contig_expand___rdiv___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:44:58.4277634Z test_non_contig_expand___rdiv___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:44:58.4383359Z test_non_contig_expand___rdiv___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:44:58.4482396Z test_non_contig_expand___rdiv___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:44:58.4577017Z test_non_contig_expand___rdiv___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:44:58.4671644Z test_non_contig_expand___rdiv___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:44:58.4765051Z test_non_contig_expand___rdiv___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:44:58.4858377Z test_non_contig_expand___rdiv___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:44:58.4951919Z test_non_contig_expand___rdiv___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:44:58.5051935Z test_non_contig_expand___rmod___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:44:58.5149809Z test_non_contig_expand___rmod___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:44:58.5248824Z test_non_contig_expand___rmod___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:44:58.5340410Z test_non_contig_expand___rmod___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:44:58.5438823Z test_non_contig_expand___rmul___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:44:58.5491717Z test_non_contig_expand___rmul___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:44:58.5612832Z test_non_contig_expand___rmul___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:44:58.5734806Z test_non_contig_expand___rmul___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:44:58.5832459Z test_non_contig_expand___rmul___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:44:58.5930724Z test_non_contig_expand___rmul___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:44:58.6024902Z test_non_contig_expand___rmul___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:44:58.6079099Z test_non_contig_expand___rmul___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:44:58.6131295Z test_non_contig_expand___rmul___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:44:58.6177786Z test_non_contig_expand___rmul___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:44:58.6230686Z test_non_contig_expand___rmul___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:44:58.6283012Z test_non_contig_expand___rmul___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:44:58.6336353Z test_non_contig_expand___ror___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:44:58.6387994Z test_non_contig_expand___ror___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:44:58.6441201Z test_non_contig_expand___ror___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:44:58.6487882Z test_non_contig_expand___ror___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:44:58.6540830Z test_non_contig_expand___ror___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:44:58.6593403Z test_non_contig_expand___ror___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:44:58.6699256Z test_non_contig_expand___rpow___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:44:58.6823826Z test_non_contig_expand___rpow___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:44:58.6953415Z test_non_contig_expand___rpow___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:44:58.7063052Z test_non_contig_expand___rpow___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:44:58.7169360Z test_non_contig_expand___rpow___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:44:58.7273285Z test_non_contig_expand___rpow___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:44:58.7331529Z test_non_contig_expand___rpow___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:44:58.7389241Z test_non_contig_expand___rpow___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:44:58.7441418Z test_non_contig_expand___rpow___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:44:58.7498298Z test_non_contig_expand___rpow___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:44:58.7556517Z test_non_contig_expand___rpow___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:44:58.7656676Z test_non_contig_expand___rsub___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:44:58.7819143Z test_non_contig_expand___rsub___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:44:58.7940602Z test_non_contig_expand___rsub___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:44:58.8036672Z test_non_contig_expand___rsub___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:44:58.8132054Z test_non_contig_expand___rsub___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:44:58.8223461Z test_non_contig_expand___rsub___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:44:58.8276054Z test_non_contig_expand___rsub___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:44:58.8327975Z test_non_contig_expand___rsub___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:44:58.8374009Z test_non_contig_expand___rsub___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:44:58.8425305Z test_non_contig_expand___rsub___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:44:58.8476997Z test_non_contig_expand___rsub___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:44:58.8528379Z test_non_contig_expand___rxor___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:44:58.8580015Z test_non_contig_expand___rxor___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:44:58.8630979Z test_non_contig_expand___rxor___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:44:58.8676914Z test_non_contig_expand___rxor___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:44:58.8727632Z test_non_contig_expand___rxor___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:44:58.8778757Z test_non_contig_expand___rxor___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:44:58.8876965Z test_non_contig_expand_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:44:58.8927335Z test_non_contig_expand_add_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:44:58.9050134Z test_non_contig_expand_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:44:58.9177756Z test_non_contig_expand_add_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:44:58.9303661Z test_non_contig_expand_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:44:58.9403472Z test_non_contig_expand_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:44:58.9502136Z test_non_contig_expand_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:44:58.9593783Z test_non_contig_expand_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:44:58.9646098Z test_non_contig_expand_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:44:58.9697734Z test_non_contig_expand_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:44:58.9743270Z test_non_contig_expand_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:44:58.9794637Z test_non_contig_expand_add_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:44:58.9845932Z test_non_contig_expand_add_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:44:58.9944551Z test_non_contig_expand_atan2_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:44:59.0032976Z test_non_contig_expand_atan2_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:44:59.0131854Z test_non_contig_expand_atan2_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:44:59.0225757Z test_non_contig_expand_atan2_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:44:59.0315521Z test_non_contig_expand_atan2_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:44:59.0404719Z test_non_contig_expand_atan2_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:44:59.0493562Z test_non_contig_expand_atan2_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:44:59.0583714Z test_non_contig_expand_atan2_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:44:59.0672164Z test_non_contig_expand_atan2_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:44:59.0724313Z test_non_contig_expand_bitwise_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:44:59.0777247Z test_non_contig_expand_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:44:59.0829213Z test_non_contig_expand_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:44:59.0876949Z test_non_contig_expand_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:44:59.0929182Z test_non_contig_expand_bitwise_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:44:59.0981951Z test_non_contig_expand_bitwise_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:44:59.1035110Z test_non_contig_expand_bitwise_left_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:44:59.1087611Z test_non_contig_expand_bitwise_left_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:44:59.1134558Z test_non_contig_expand_bitwise_left_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:44:59.1186159Z test_non_contig_expand_bitwise_left_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:44:59.1238883Z test_non_contig_expand_bitwise_left_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:44:59.1289105Z test_non_contig_expand_bitwise_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:44:59.1340843Z test_non_contig_expand_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:44:59.1392125Z test_non_contig_expand_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:44:59.1437933Z test_non_contig_expand_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:44:59.1488945Z test_non_contig_expand_bitwise_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:44:59.1540117Z test_non_contig_expand_bitwise_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:44:59.1590604Z test_non_contig_expand_bitwise_right_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:44:59.1641253Z test_non_contig_expand_bitwise_right_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:44:59.1686239Z test_non_contig_expand_bitwise_right_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:44:59.1736958Z test_non_contig_expand_bitwise_right_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:44:59.1788108Z test_non_contig_expand_bitwise_right_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:44:59.1839204Z test_non_contig_expand_bitwise_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:44:59.1891532Z test_non_contig_expand_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:44:59.1943744Z test_non_contig_expand_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:44:59.1990422Z test_non_contig_expand_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:44:59.2042642Z test_non_contig_expand_bitwise_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:44:59.2095604Z test_non_contig_expand_bitwise_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:44:59.2196734Z test_non_contig_expand_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:44:59.2249930Z test_non_contig_expand_clamp_max_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:44:59.2350623Z test_non_contig_expand_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:44:59.2452483Z test_non_contig_expand_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:44:59.2548008Z test_non_contig_expand_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:44:59.2601973Z test_non_contig_expand_clamp_max_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:44:59.2655338Z test_non_contig_expand_clamp_max_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:44:59.2702487Z test_non_contig_expand_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:44:59.2755810Z test_non_contig_expand_clamp_max_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:44:59.2879337Z test_non_contig_expand_clamp_max_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:44:59.2983848Z test_non_contig_expand_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:44:59.3038828Z test_non_contig_expand_clamp_min_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:44:59.3144986Z test_non_contig_expand_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:44:59.3243756Z test_non_contig_expand_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:44:59.3336721Z test_non_contig_expand_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:44:59.3394421Z test_non_contig_expand_clamp_min_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:44:59.3448161Z test_non_contig_expand_clamp_min_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:44:59.3494712Z test_non_contig_expand_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:44:59.3546922Z test_non_contig_expand_clamp_min_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:44:59.3599027Z test_non_contig_expand_clamp_min_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:44:59.3715658Z test_non_contig_expand_complex_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:44:59.3824624Z test_non_contig_expand_complex_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:44:59.3933502Z test_non_contig_expand_complex_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:44:59.4032057Z test_non_contig_expand_copysign_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:44:59.4124693Z test_non_contig_expand_copysign_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:44:59.4223837Z test_non_contig_expand_copysign_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:44:59.4321945Z test_non_contig_expand_copysign_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:44:59.4420130Z test_non_contig_expand_copysign_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:44:59.4508115Z test_non_contig_expand_copysign_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:44:59.4595712Z test_non_contig_expand_copysign_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:44:59.4686502Z test_non_contig_expand_copysign_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:44:59.4772477Z test_non_contig_expand_copysign_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:44:59.4858180Z test_non_contig_expand_copysign_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:44:59.4965344Z test_non_contig_expand_div_floor_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:44:59.5066967Z test_non_contig_expand_div_floor_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:44:59.5169494Z test_non_contig_expand_div_floor_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:44:59.5267890Z test_non_contig_expand_div_floor_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:44:59.5360471Z test_non_contig_expand_div_floor_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:44:59.5454196Z test_non_contig_expand_div_floor_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:44:59.5545206Z test_non_contig_expand_div_floor_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:44:59.5638712Z test_non_contig_expand_div_floor_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:44:59.5732793Z test_non_contig_expand_div_floor_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:44:59.5838063Z test_non_contig_expand_div_no_rounding_mode_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:44:59.6116444Z test_non_contig_expand_div_no_rounding_mode_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:44:59.6244793Z test_non_contig_expand_div_no_rounding_mode_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:44:59.6374771Z test_non_contig_expand_div_no_rounding_mode_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:44:59.6477111Z test_non_contig_expand_div_no_rounding_mode_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:44:59.6577974Z test_non_contig_expand_div_no_rounding_mode_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:44:59.6673450Z test_non_contig_expand_div_no_rounding_mode_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:44:59.6763455Z test_non_contig_expand_div_no_rounding_mode_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:44:59.6854007Z test_non_contig_expand_div_no_rounding_mode_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:44:59.6943050Z test_non_contig_expand_div_no_rounding_mode_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:44:59.7034058Z test_non_contig_expand_div_no_rounding_mode_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:44:59.7124489Z test_non_contig_expand_div_no_rounding_mode_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:44:59.7225888Z test_non_contig_expand_div_trunc_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:44:59.7328480Z test_non_contig_expand_div_trunc_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:44:59.7428967Z test_non_contig_expand_div_trunc_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:44:59.7525324Z test_non_contig_expand_div_trunc_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:44:59.7616061Z test_non_contig_expand_div_trunc_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:44:59.7706828Z test_non_contig_expand_div_trunc_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:44:59.7798441Z test_non_contig_expand_div_trunc_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:44:59.7888899Z test_non_contig_expand_div_trunc_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:44:59.7980494Z test_non_contig_expand_div_trunc_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:44:59.8048133Z test_non_contig_expand_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:44:59.8101673Z test_non_contig_expand_eq_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:44:59.8184085Z test_non_contig_expand_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:44:59.8266280Z test_non_contig_expand_eq_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:44:59.8348005Z test_non_contig_expand_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:44:59.8420898Z test_non_contig_expand_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:44:59.8480891Z test_non_contig_expand_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:44:59.8547291Z test_non_contig_expand_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:44:59.8600096Z test_non_contig_expand_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:44:59.8653208Z test_non_contig_expand_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:44:59.8706021Z test_non_contig_expand_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:44:59.8759148Z test_non_contig_expand_eq_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:44:59.8812519Z test_non_contig_expand_eq_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:44:59.8914718Z test_non_contig_expand_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:44:59.9001233Z test_non_contig_expand_float_power_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:44:59.9121781Z test_non_contig_expand_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:44:59.9244256Z test_non_contig_expand_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:44:59.9430669Z test_non_contig_expand_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:44:59.9536324Z test_non_contig_expand_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:44:59.9632564Z test_non_contig_expand_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:44:59.9719428Z test_non_contig_expand_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:44:59.9805590Z test_non_contig_expand_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:44:59.9890542Z test_non_contig_expand_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:44:59.9974681Z test_non_contig_expand_float_power_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:45:00.0060035Z test_non_contig_expand_float_power_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:45:00.0073608Z test_non_contig_expand_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:45:00.0178740Z test_non_contig_expand_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:45:00.0283432Z test_non_contig_expand_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:45:00.0384224Z test_non_contig_expand_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:45:00.0444588Z test_non_contig_expand_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:45:00.0503755Z test_non_contig_expand_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:45:00.0556189Z test_non_contig_expand_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:00.0614245Z test_non_contig_expand_floor_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:45:00.0671929Z test_non_contig_expand_floor_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:45:00.0772658Z test_non_contig_expand_fmax_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:45:00.0828171Z test_non_contig_expand_fmax_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:00.0931194Z test_non_contig_expand_fmax_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:45:00.1031845Z test_non_contig_expand_fmax_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:45:00.1130321Z test_non_contig_expand_fmax_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:45:00.1184967Z test_non_contig_expand_fmax_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:00.1244444Z test_non_contig_expand_fmax_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:45:00.1292985Z test_non_contig_expand_fmax_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:00.1347991Z test_non_contig_expand_fmax_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:00.1403413Z test_non_contig_expand_fmax_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:00.1507340Z test_non_contig_expand_fmin_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:45:00.1561522Z test_non_contig_expand_fmin_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:00.1664573Z test_non_contig_expand_fmin_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:45:00.1767468Z test_non_contig_expand_fmin_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:45:00.1864662Z test_non_contig_expand_fmin_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:45:00.1920345Z test_non_contig_expand_fmin_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:45:00.1975323Z test_non_contig_expand_fmin_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:00.2023892Z test_non_contig_expand_fmin_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:00.2078771Z test_non_contig_expand_fmin_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:00.2133015Z test_non_contig_expand_fmin_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:00.2242918Z test_non_contig_expand_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:45:00.2349312Z test_non_contig_expand_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:45:00.2454752Z test_non_contig_expand_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:45:00.2553242Z test_non_contig_expand_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:45:00.2612535Z test_non_contig_expand_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:45:00.2671494Z test_non_contig_expand_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:45:00.2723069Z test_non_contig_expand_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:00.2782238Z test_non_contig_expand_fmod_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:45:00.2842208Z test_non_contig_expand_fmod_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:45:00.2897688Z test_non_contig_expand_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:00.2952095Z test_non_contig_expand_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:00.3000477Z test_non_contig_expand_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:00.3056570Z test_non_contig_expand_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:45:00.3110685Z test_non_contig_expand_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:00.3178480Z test_non_contig_expand_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:45:00.3230918Z test_non_contig_expand_ge_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:00.3297712Z test_non_contig_expand_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:45:00.3364574Z test_non_contig_expand_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:45:00.3431011Z test_non_contig_expand_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:45:00.3483406Z test_non_contig_expand_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:00.3537652Z test_non_contig_expand_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:00.3591081Z test_non_contig_expand_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:00.3645070Z test_non_contig_expand_ge_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:00.3699696Z test_non_contig_expand_ge_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:00.3767942Z test_non_contig_expand_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:45:00.3821573Z test_non_contig_expand_gt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:00.3890022Z test_non_contig_expand_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:45:00.3958553Z test_non_contig_expand_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:45:00.4025575Z test_non_contig_expand_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:45:00.4079354Z test_non_contig_expand_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:00.4132823Z test_non_contig_expand_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:00.4185723Z test_non_contig_expand_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:00.4238587Z test_non_contig_expand_gt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:00.4291786Z test_non_contig_expand_gt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:00.4395436Z test_non_contig_expand_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:45:00.4450648Z test_non_contig_expand_heaviside_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:00.4554344Z test_non_contig_expand_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:45:00.4657284Z test_non_contig_expand_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:45:00.4756369Z test_non_contig_expand_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:45:00.4868352Z test_non_contig_expand_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:45:00.4923766Z test_non_contig_expand_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:00.4972207Z test_non_contig_expand_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:00.5025785Z test_non_contig_expand_heaviside_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:00.5079441Z test_non_contig_expand_heaviside_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:00.5178387Z test_non_contig_expand_hypot_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:45:00.5277693Z test_non_contig_expand_hypot_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:45:00.5370534Z test_non_contig_expand_hypot_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:45:00.5470116Z test_non_contig_expand_igamma_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:45:00.5568974Z test_non_contig_expand_igamma_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:45:00.5667090Z test_non_contig_expand_igamma_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:45:00.5760092Z test_non_contig_expand_igamma_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:45:00.5858320Z test_non_contig_expand_igammac_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:45:00.5957027Z test_non_contig_expand_igammac_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:45:00.6057211Z test_non_contig_expand_igammac_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:45:00.6153307Z test_non_contig_expand_igammac_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:45:00.6243687Z test_non_contig_expand_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:45:00.6324927Z test_non_contig_expand_isclose_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:45:00.6435855Z test_non_contig_expand_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:45:00.6548286Z test_non_contig_expand_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:45:00.6639683Z test_non_contig_expand_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:45:00.6729384Z test_non_contig_expand_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:45:00.6813867Z test_non_contig_expand_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:45:00.6896685Z test_non_contig_expand_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:45:00.6976021Z test_non_contig_expand_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:45:00.7055129Z test_non_contig_expand_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:45:00.7134067Z test_non_contig_expand_isclose_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:45:00.7213291Z test_non_contig_expand_isclose_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:45:00.7232385Z test_non_contig_expand_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:45:00.7249918Z test_non_contig_expand_jiterator_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:45:00.7267092Z test_non_contig_expand_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:45:00.7284231Z test_non_contig_expand_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:45:00.7301428Z test_non_contig_expand_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:45:00.7318673Z test_non_contig_expand_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:45:00.7335258Z test_non_contig_expand_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:45:00.7351957Z test_non_contig_expand_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:45:00.7368953Z test_non_contig_expand_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:45:00.7385640Z test_non_contig_expand_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:45:00.7403594Z test_non_contig_expand_jiterator_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:45:00.7421151Z test_non_contig_expand_jiterator_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:45:00.7438836Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:45:00.7456575Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:45:00.7474424Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:45:00.7491861Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:45:00.7509355Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:45:00.7527327Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:45:00.7544705Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:45:00.7562606Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:45:00.7579914Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:45:00.7597442Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:45:00.7614838Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:45:00.7632574Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:45:00.7689821Z test_non_contig_expand_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:45:00.7743621Z test_non_contig_expand_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:00.7791854Z test_non_contig_expand_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:00.7845756Z test_non_contig_expand_lcm_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:00.7900646Z test_non_contig_expand_lcm_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:00.8008669Z test_non_contig_expand_ldexp_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:45:00.8106315Z test_non_contig_expand_ldexp_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:45:00.8236086Z test_non_contig_expand_ldexp_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:45:00.8369614Z test_non_contig_expand_ldexp_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:45:00.8474004Z test_non_contig_expand_ldexp_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:45:00.8581088Z test_non_contig_expand_ldexp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:45:00.8679020Z test_non_contig_expand_ldexp_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:45:00.8777042Z test_non_contig_expand_ldexp_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:45:00.8874027Z test_non_contig_expand_ldexp_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:45:00.8970668Z test_non_contig_expand_ldexp_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:45:00.9068160Z test_non_contig_expand_ldexp_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:45:00.9164351Z test_non_contig_expand_ldexp_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:45:00.9232651Z test_non_contig_expand_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:45:00.9286107Z test_non_contig_expand_le_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:00.9354274Z test_non_contig_expand_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:45:00.9421706Z test_non_contig_expand_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:45:00.9489300Z test_non_contig_expand_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:45:00.9543556Z test_non_contig_expand_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:00.9597600Z test_non_contig_expand_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:00.9651573Z test_non_contig_expand_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:00.9705789Z test_non_contig_expand_le_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:00.9759676Z test_non_contig_expand_le_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:00.9828075Z test_non_contig_expand_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:45:00.9882404Z test_non_contig_expand_logical_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:01.0003919Z test_non_contig_expand_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:45:01.0085963Z test_non_contig_expand_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:45:01.0153576Z test_non_contig_expand_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:45:01.0221021Z test_non_contig_expand_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:45:01.0289543Z test_non_contig_expand_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:45:01.0342866Z test_non_contig_expand_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:01.0396465Z test_non_contig_expand_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:01.0449373Z test_non_contig_expand_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:01.0502371Z test_non_contig_expand_logical_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:01.0555860Z test_non_contig_expand_logical_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:01.0622771Z test_non_contig_expand_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:45:01.0674818Z test_non_contig_expand_logical_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:01.0756488Z test_non_contig_expand_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:45:01.0838035Z test_non_contig_expand_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:45:01.0904828Z test_non_contig_expand_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:45:01.0971844Z test_non_contig_expand_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:45:01.1040135Z test_non_contig_expand_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:45:01.1093651Z test_non_contig_expand_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:01.1147351Z test_non_contig_expand_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:01.1200192Z test_non_contig_expand_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:01.1253387Z test_non_contig_expand_logical_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:01.1305732Z test_non_contig_expand_logical_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:01.1373139Z test_non_contig_expand_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:45:01.1425522Z test_non_contig_expand_logical_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:01.1508236Z test_non_contig_expand_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:45:01.1590845Z test_non_contig_expand_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:45:01.1657167Z test_non_contig_expand_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:45:01.1722919Z test_non_contig_expand_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:45:01.1789274Z test_non_contig_expand_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:45:01.1842269Z test_non_contig_expand_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:01.1895211Z test_non_contig_expand_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:01.1948142Z test_non_contig_expand_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:01.2002578Z test_non_contig_expand_logical_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:01.2056406Z test_non_contig_expand_logical_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:01.2127634Z test_non_contig_expand_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:45:01.2184231Z test_non_contig_expand_lt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:45:01.2257534Z test_non_contig_expand_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:45:01.2333391Z test_non_contig_expand_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:45:01.2402941Z test_non_contig_expand_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:45:01.2457460Z test_non_contig_expand_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:01.2511263Z test_non_contig_expand_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:01.2570584Z test_non_contig_expand_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:45:01.2624193Z test_non_contig_expand_lt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:01.2677914Z test_non_contig_expand_lt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:01.2780398Z test_non_contig_expand_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:45:01.2838232Z test_non_contig_expand_max_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:45:01.2939504Z test_non_contig_expand_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:45:01.3038948Z test_non_contig_expand_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:45:01.3134113Z test_non_contig_expand_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:45:01.3191675Z test_non_contig_expand_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:45:01.3244682Z test_non_contig_expand_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:01.3290452Z test_non_contig_expand_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:01.3343849Z test_non_contig_expand_max_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:01.3396706Z test_non_contig_expand_max_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:01.3501812Z test_non_contig_expand_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:45:01.3553943Z test_non_contig_expand_maximum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:01.3654415Z test_non_contig_expand_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:45:01.3756085Z test_non_contig_expand_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:45:01.3852455Z test_non_contig_expand_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:45:01.3907085Z test_non_contig_expand_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:01.3962116Z test_non_contig_expand_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:01.4010145Z test_non_contig_expand_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:01.4063106Z test_non_contig_expand_maximum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:01.4116807Z test_non_contig_expand_maximum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:01.4219950Z test_non_contig_expand_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:45:01.4273488Z test_non_contig_expand_min_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:01.4374518Z test_non_contig_expand_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:45:01.4475393Z test_non_contig_expand_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:45:01.4571996Z test_non_contig_expand_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:45:01.4626312Z test_non_contig_expand_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:01.4680370Z test_non_contig_expand_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:01.4728372Z test_non_contig_expand_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:01.4782386Z test_non_contig_expand_min_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:01.4836355Z test_non_contig_expand_min_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:01.4939405Z test_non_contig_expand_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:45:01.4992763Z test_non_contig_expand_minimum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:01.5160542Z test_non_contig_expand_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:45:01.5262758Z test_non_contig_expand_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:45:01.5359465Z test_non_contig_expand_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:45:01.5414808Z test_non_contig_expand_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:01.5468876Z test_non_contig_expand_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:01.5517348Z test_non_contig_expand_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:01.5571888Z test_non_contig_expand_minimum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:01.5625755Z test_non_contig_expand_minimum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:01.5728402Z test_non_contig_expand_mul_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:45:01.5780803Z test_non_contig_expand_mul_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:01.5903794Z test_non_contig_expand_mul_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:45:01.6029012Z test_non_contig_expand_mul_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:45:01.6153561Z test_non_contig_expand_mul_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:45:01.6250646Z test_non_contig_expand_mul_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:45:01.6345764Z test_non_contig_expand_mul_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:45:01.6435703Z test_non_contig_expand_mul_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:45:01.6487248Z test_non_contig_expand_mul_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:01.6539233Z test_non_contig_expand_mul_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:01.6584469Z test_non_contig_expand_mul_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:45:01.6636272Z test_non_contig_expand_mul_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:01.6688426Z test_non_contig_expand_mul_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:01.6753382Z test_non_contig_expand_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:45:01.6804553Z test_non_contig_expand_ne_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:01.6885468Z test_non_contig_expand_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:45:01.6966768Z test_non_contig_expand_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:45:01.7033115Z test_non_contig_expand_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:45:01.7099665Z test_non_contig_expand_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:45:01.7165852Z test_non_contig_expand_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:45:01.7219776Z test_non_contig_expand_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:01.7272896Z test_non_contig_expand_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:01.7326160Z test_non_contig_expand_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:01.7379367Z test_non_contig_expand_ne_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:01.7433475Z test_non_contig_expand_ne_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:01.7537750Z test_non_contig_expand_nextafter_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:45:01.7980895Z test_non_contig_expand_nextafter_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:45:01.8076773Z test_non_contig_expand_nextafter_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:45:01.8188960Z test_non_contig_expand_polar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:45:01.8296772Z test_non_contig_expand_polar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:45:01.8398080Z test_non_contig_expand_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:45:01.8520516Z test_non_contig_expand_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:45:01.8646714Z test_non_contig_expand_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:45:01.8744863Z test_non_contig_expand_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:45:01.8845036Z test_non_contig_expand_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:45:01.8940212Z test_non_contig_expand_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:45:01.8995579Z test_non_contig_expand_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:01.9049571Z test_non_contig_expand_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:01.9097171Z test_non_contig_expand_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:01.9150843Z test_non_contig_expand_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:01.9204339Z test_non_contig_expand_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:01.9311397Z test_non_contig_expand_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:45:01.9416541Z test_non_contig_expand_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:45:01.9521384Z test_non_contig_expand_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:45:01.9622069Z test_non_contig_expand_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:45:01.9681675Z test_non_contig_expand_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:45:01.9744585Z test_non_contig_expand_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:45:01.9796080Z test_non_contig_expand_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:01.9854382Z test_non_contig_expand_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:45:01.9913071Z test_non_contig_expand_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:45:02.0015113Z test_non_contig_expand_rsub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:45:02.0142658Z test_non_contig_expand_rsub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:45:02.0273705Z test_non_contig_expand_rsub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:45:02.0379286Z test_non_contig_expand_rsub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:45:02.0481284Z test_non_contig_expand_rsub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:45:02.0576928Z test_non_contig_expand_rsub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:45:02.0636745Z test_non_contig_expand_rsub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:45:02.0691717Z test_non_contig_expand_rsub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:02.0739696Z test_non_contig_expand_rsub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:02.0793275Z test_non_contig_expand_rsub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:02.0847549Z test_non_contig_expand_rsub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:02.0938531Z test_non_contig_expand_special_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:45:02.1040630Z test_non_contig_expand_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:45:02.1136400Z test_non_contig_expand_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:45:02.1227299Z test_non_contig_expand_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:45:02.1319028Z test_non_contig_expand_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:45:02.1409751Z test_non_contig_expand_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:45:02.1533513Z test_non_contig_expand_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:45:02.1622727Z test_non_contig_expand_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:45:02.1711245Z test_non_contig_expand_special_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:45:02.1810240Z test_non_contig_expand_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:45:02.1903155Z test_non_contig_expand_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:45:02.1991707Z test_non_contig_expand_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:45:02.2080325Z test_non_contig_expand_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:45:02.2169147Z test_non_contig_expand_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:45:02.2258245Z test_non_contig_expand_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:45:02.2347541Z test_non_contig_expand_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:45:02.2361602Z 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:45:02.2374372Z 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:45:02.2386207Z 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:45:02.2398914Z 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:45:02.2411195Z 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:45:02.2424440Z 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:45:02.2436700Z 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:45:02.2448923Z 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:45:02.2461284Z 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:45:02.2474851Z 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:45:02.2487233Z 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:45:02.2499425Z 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:45:02.2511920Z 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:45:02.2523888Z 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:45:02.2536149Z 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:45:02.2548452Z 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:45:02.2642753Z test_non_contig_expand_special_hermite_polynomial_h_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:45:02.2742670Z test_non_contig_expand_special_hermite_polynomial_h_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:45:02.2836332Z test_non_contig_expand_special_hermite_polynomial_h_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:45:02.2924342Z test_non_contig_expand_special_hermite_polynomial_h_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:45:02.3011432Z test_non_contig_expand_special_hermite_polynomial_h_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:45:02.3099397Z test_non_contig_expand_special_hermite_polynomial_h_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:45:02.3186964Z test_non_contig_expand_special_hermite_polynomial_h_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:45:02.3275102Z test_non_contig_expand_special_hermite_polynomial_h_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:45:02.3362664Z test_non_contig_expand_special_hermite_polynomial_he_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:45:02.3462356Z test_non_contig_expand_special_hermite_polynomial_he_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:45:02.3555712Z test_non_contig_expand_special_hermite_polynomial_he_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:45:02.3644284Z test_non_contig_expand_special_hermite_polynomial_he_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:45:02.3733094Z test_non_contig_expand_special_hermite_polynomial_he_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:45:02.3823077Z test_non_contig_expand_special_hermite_polynomial_he_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:45:02.3911336Z test_non_contig_expand_special_hermite_polynomial_he_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:45:02.4001164Z test_non_contig_expand_special_hermite_polynomial_he_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:45:02.4088784Z test_non_contig_expand_special_laguerre_polynomial_l_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:45:02.4187085Z test_non_contig_expand_special_laguerre_polynomial_l_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:45:02.4281419Z test_non_contig_expand_special_laguerre_polynomial_l_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:45:02.4371261Z test_non_contig_expand_special_laguerre_polynomial_l_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:45:02.4459870Z test_non_contig_expand_special_laguerre_polynomial_l_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:45:02.4549935Z test_non_contig_expand_special_laguerre_polynomial_l_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:45:02.4638590Z test_non_contig_expand_special_laguerre_polynomial_l_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:45:02.4728264Z test_non_contig_expand_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:45:02.4742202Z 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:45:02.4755681Z 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:45:02.4768750Z 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:45:02.4781390Z 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:45:02.4794285Z 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:45:02.4806925Z 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:45:02.4819676Z 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:45:02.4832893Z 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:45:02.4845808Z 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:45:02.4858800Z 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:45:02.4872224Z 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:45:02.4885000Z 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:45:02.4897842Z 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:45:02.4910115Z 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:45:02.4922469Z 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:45:02.4934755Z 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:45:02.4946917Z 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:45:02.4959370Z 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:45:02.4971660Z 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:45:02.4984393Z 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:45:02.4998215Z 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:45:02.5011448Z 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:45:02.5026595Z 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:45:02.5040293Z 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:45:02.5053808Z 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:45:02.5067167Z 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:45:02.5081365Z 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:45:02.5094633Z 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:45:02.5108029Z 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:45:02.5121487Z 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:45:02.5134993Z 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:45:02.5148449Z 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:45:02.5161893Z 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:45:02.5175983Z 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:45:02.5189274Z 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:45:02.5203030Z 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:45:02.5216465Z 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:45:02.5230101Z 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:45:02.5276447Z test_non_contig_expand_special_shifted_chebyshev_polynomial_w_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.005s) 2022-09-27T16:45:02.5288777Z 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:45:02.5395143Z test_non_contig_expand_special_xlog1py_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:45:02.5484856Z test_non_contig_expand_special_xlog1py_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:45:02.5584735Z test_non_contig_expand_special_xlog1py_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:45:02.5683800Z test_non_contig_expand_special_xlog1py_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:45:02.5775520Z test_non_contig_expand_special_xlog1py_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:45:02.5863356Z test_non_contig_expand_special_xlog1py_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:45:02.5949906Z test_non_contig_expand_special_xlog1py_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:45:02.6036268Z test_non_contig_expand_special_xlog1py_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:45:02.6122610Z test_non_contig_expand_special_xlog1py_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:45:02.6210208Z test_non_contig_expand_special_xlog1py_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:45:02.6297835Z test_non_contig_expand_special_zeta_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:45:02.6397227Z test_non_contig_expand_special_zeta_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:45:02.6491338Z test_non_contig_expand_special_zeta_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:45:02.6580373Z test_non_contig_expand_special_zeta_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:45:02.6668231Z test_non_contig_expand_special_zeta_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:45:02.6756880Z test_non_contig_expand_special_zeta_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:45:02.6844748Z test_non_contig_expand_special_zeta_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:45:02.6936285Z test_non_contig_expand_special_zeta_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:45:02.7038070Z test_non_contig_expand_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:45:02.7162191Z test_non_contig_expand_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:45:02.7289271Z test_non_contig_expand_sub_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:45:02.7416015Z test_non_contig_expand_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:45:02.7517527Z test_non_contig_expand_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:45:02.7619718Z test_non_contig_expand_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:45:02.7715761Z test_non_contig_expand_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:45:02.7770216Z test_non_contig_expand_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:02.7823886Z test_non_contig_expand_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:02.7871647Z test_non_contig_expand_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:02.7924954Z test_non_contig_expand_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:02.7977685Z test_non_contig_expand_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:02.8085448Z test_non_contig_expand_true_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:45:02.8178954Z test_non_contig_expand_true_divide_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:45:02.8309568Z test_non_contig_expand_true_divide_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:45:02.8446299Z test_non_contig_expand_true_divide_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:45:02.8626467Z test_non_contig_expand_true_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:45:02.8967417Z test_non_contig_expand_true_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:45:02.9070816Z test_non_contig_expand_true_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:45:02.9170458Z test_non_contig_expand_true_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:45:02.9268122Z test_non_contig_expand_true_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:45:02.9365811Z test_non_contig_expand_true_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:45:02.9462253Z test_non_contig_expand_true_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:45:02.9560324Z test_non_contig_expand_true_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:45:02.9662777Z test_non_contig_expand_xlogy_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:45:02.9753660Z test_non_contig_expand_xlogy_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:45:02.9855959Z test_non_contig_expand_xlogy_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:45:02.9958440Z test_non_contig_expand_xlogy_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:45:03.0054557Z test_non_contig_expand_xlogy_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:45:03.0147352Z test_non_contig_expand_xlogy_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:45:03.0240072Z test_non_contig_expand_xlogy_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:45:03.0331895Z test_non_contig_expand_xlogy_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:45:03.0423013Z test_non_contig_expand_xlogy_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:45:03.0514035Z test_non_contig_expand_xlogy_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:45:03.0574717Z test_non_contig_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:45:03.0624740Z test_non_contig_float_power_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:03.0706253Z test_non_contig_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:45:03.0787197Z test_non_contig_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:45:03.0848290Z test_non_contig_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:45:03.0909036Z test_non_contig_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:45:03.0967806Z test_non_contig_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:45:03.1017583Z test_non_contig_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:03.1067501Z test_non_contig_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:03.1117176Z test_non_contig_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:03.1166160Z test_non_contig_float_power_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:03.1215442Z test_non_contig_float_power_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:03.1229393Z test_non_contig_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:45:03.1294476Z test_non_contig_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:45:03.1557312Z test_non_contig_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:45:03.1622003Z test_non_contig_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:45:03.1661733Z test_non_contig_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:45:03.1700418Z test_non_contig_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:45:03.1737172Z test_non_contig_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:45:03.1774010Z test_non_contig_floor_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:45:03.1810247Z test_non_contig_floor_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:45:03.1867445Z test_non_contig_fmax_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:45:03.1900638Z test_non_contig_fmax_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:03.1959179Z test_non_contig_fmax_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:45:03.2016998Z test_non_contig_fmax_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:45:03.2073387Z test_non_contig_fmax_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:45:03.2105446Z test_non_contig_fmax_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:03.2137578Z test_non_contig_fmax_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:03.2168280Z test_non_contig_fmax_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:03.2199950Z test_non_contig_fmax_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:03.2231203Z test_non_contig_fmax_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:03.2286529Z test_non_contig_fmin_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:03.2318111Z test_non_contig_fmin_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:03.2374095Z test_non_contig_fmin_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:45:03.2429497Z test_non_contig_fmin_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:03.2486479Z test_non_contig_fmin_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:45:03.2518533Z test_non_contig_fmin_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:03.2550621Z test_non_contig_fmin_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:03.2580616Z test_non_contig_fmin_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:03.2611620Z test_non_contig_fmin_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:03.2643047Z test_non_contig_fmin_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:03.2655951Z test_non_contig_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:45:03.2717924Z test_non_contig_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:45:03.2778204Z test_non_contig_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:45:03.2838316Z test_non_contig_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:45:03.2874803Z test_non_contig_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:45:03.2910563Z test_non_contig_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:03.2944183Z test_non_contig_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:03.2979107Z test_non_contig_fmod_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:03.3013894Z test_non_contig_fmod_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:03.3046864Z test_non_contig_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:03.3079129Z test_non_contig_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:03.3110619Z test_non_contig_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:03.3142426Z test_non_contig_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:03.3174397Z test_non_contig_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:03.3216675Z test_non_contig_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:45:03.3248386Z test_non_contig_ge_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:03.3292115Z test_non_contig_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:45:03.3335887Z test_non_contig_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:45:03.3380900Z test_non_contig_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:45:03.3413223Z test_non_contig_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:03.3445114Z test_non_contig_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:03.3477548Z test_non_contig_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:03.3509263Z test_non_contig_ge_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:03.3541050Z test_non_contig_ge_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:03.3583371Z test_non_contig_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:45:03.3615587Z test_non_contig_gt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:03.3660003Z test_non_contig_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:45:03.3703986Z test_non_contig_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:45:03.3749189Z test_non_contig_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:45:03.3782100Z test_non_contig_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:03.3814960Z test_non_contig_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:03.3847355Z test_non_contig_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:03.3879253Z test_non_contig_gt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:03.3911286Z test_non_contig_gt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:03.3968359Z test_non_contig_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:45:03.4000888Z test_non_contig_heaviside_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:03.4058336Z test_non_contig_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:45:03.4117129Z test_non_contig_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:45:03.4175695Z test_non_contig_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:45:03.4210685Z test_non_contig_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:03.4245879Z test_non_contig_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:03.4279907Z test_non_contig_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:03.4314719Z test_non_contig_heaviside_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:03.4412222Z test_non_contig_heaviside_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:45:03.4471244Z test_non_contig_hypot_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:45:03.4531397Z test_non_contig_hypot_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:45:03.4590038Z test_non_contig_hypot_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:45:03.4647885Z test_non_contig_igamma_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:45:03.4707573Z test_non_contig_igamma_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:45:03.4767419Z test_non_contig_igamma_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:45:03.4827013Z test_non_contig_igamma_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:45:03.4884222Z test_non_contig_igammac_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:45:03.4942351Z test_non_contig_igammac_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:45:03.5000321Z test_non_contig_igammac_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:45:03.5059610Z test_non_contig_igammac_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:45:03.5091737Z test_non_contig_index___radd___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:03.5115379Z test_non_contig_index___radd___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:03.5153276Z test_non_contig_index___radd___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:45:03.5190805Z test_non_contig_index___radd___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:45:03.5221816Z test_non_contig_index___radd___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:03.5253236Z test_non_contig_index___radd___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:03.5283911Z test_non_contig_index___radd___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:03.5306606Z test_non_contig_index___radd___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:03.5330059Z test_non_contig_index___radd___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:03.5352114Z test_non_contig_index___radd___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:03.5374565Z test_non_contig_index___radd___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:03.5397463Z test_non_contig_index___radd___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:03.5420022Z test_non_contig_index___rand___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:03.5442763Z test_non_contig_index___rand___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:03.5465179Z test_non_contig_index___rand___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:03.5487639Z test_non_contig_index___rand___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:03.5510321Z test_non_contig_index___rand___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:03.5533095Z test_non_contig_index___rand___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:03.5567965Z test_non_contig_index___rdiv___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:03.5598486Z test_non_contig_index___rdiv___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:03.5639201Z test_non_contig_index___rdiv___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:45:03.5681066Z test_non_contig_index___rdiv___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:45:03.5714503Z test_non_contig_index___rdiv___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:03.5748439Z test_non_contig_index___rdiv___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:03.5782090Z test_non_contig_index___rdiv___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:03.5812694Z test_non_contig_index___rdiv___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:03.5843552Z test_non_contig_index___rdiv___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:03.5873798Z test_non_contig_index___rdiv___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:03.5904035Z test_non_contig_index___rdiv___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:03.5935107Z test_non_contig_index___rdiv___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:03.5967199Z test_non_contig_index___rmod___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:03.5999069Z test_non_contig_index___rmod___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:03.6030793Z test_non_contig_index___rmod___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:03.6061641Z test_non_contig_index___rmod___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:03.6093314Z test_non_contig_index___rmul___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:03.6116617Z test_non_contig_index___rmul___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:03.6154964Z test_non_contig_index___rmul___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:45:03.6193695Z test_non_contig_index___rmul___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:45:03.6225238Z test_non_contig_index___rmul___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:03.6256997Z test_non_contig_index___rmul___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:03.6288051Z test_non_contig_index___rmul___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:03.6310902Z test_non_contig_index___rmul___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:03.6333719Z test_non_contig_index___rmul___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:03.6356144Z test_non_contig_index___rmul___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:03.6378793Z test_non_contig_index___rmul___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:03.6401591Z test_non_contig_index___rmul___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:03.6423572Z test_non_contig_index___ror___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:03.6446024Z test_non_contig_index___ror___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:03.6467984Z test_non_contig_index___ror___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:03.6490232Z test_non_contig_index___ror___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:03.6512239Z test_non_contig_index___ror___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:03.6534447Z test_non_contig_index___ror___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:03.6568935Z test_non_contig_index___rpow___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:03.6608954Z test_non_contig_index___rpow___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:45:03.6648829Z test_non_contig_index___rpow___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:45:03.6682287Z test_non_contig_index___rpow___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:03.6716193Z test_non_contig_index___rpow___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:03.6748607Z test_non_contig_index___rpow___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:03.6773970Z test_non_contig_index___rpow___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:03.6799257Z test_non_contig_index___rpow___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:03.6823706Z test_non_contig_index___rpow___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:03.6848799Z test_non_contig_index___rpow___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:03.6873901Z test_non_contig_index___rpow___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:03.6906400Z test_non_contig_index___rsub___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:03.6945010Z test_non_contig_index___rsub___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:45:03.6984137Z test_non_contig_index___rsub___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:45:03.7016338Z test_non_contig_index___rsub___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:03.7048845Z test_non_contig_index___rsub___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:03.7081065Z test_non_contig_index___rsub___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:03.7105314Z test_non_contig_index___rsub___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:03.7130015Z test_non_contig_index___rsub___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:03.7153738Z test_non_contig_index___rsub___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:03.7177631Z test_non_contig_index___rsub___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:03.7201731Z test_non_contig_index___rsub___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:03.7225458Z test_non_contig_index___rxor___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:03.7249686Z test_non_contig_index___rxor___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:03.7274489Z test_non_contig_index___rxor___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:03.7298431Z test_non_contig_index___rxor___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:03.7323748Z test_non_contig_index___rxor___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:03.7347721Z test_non_contig_index___rxor___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:03.7380986Z test_non_contig_index_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:03.7404919Z test_non_contig_index_add_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:03.7444963Z test_non_contig_index_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:45:03.7485538Z test_non_contig_index_add_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:45:03.7579709Z test_non_contig_index_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:45:03.7613652Z test_non_contig_index_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:03.7647049Z test_non_contig_index_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:03.7679249Z test_non_contig_index_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:03.7703230Z test_non_contig_index_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:03.7727018Z test_non_contig_index_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:03.7749931Z test_non_contig_index_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:03.7773766Z test_non_contig_index_add_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:03.7797453Z test_non_contig_index_add_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:03.7830908Z test_non_contig_index_atan2_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:03.7859615Z test_non_contig_index_atan2_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:03.7892405Z test_non_contig_index_atan2_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:03.7923907Z test_non_contig_index_atan2_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:03.7952461Z test_non_contig_index_atan2_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:03.7980221Z test_non_contig_index_atan2_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:03.8010581Z test_non_contig_index_atan2_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:03.8038339Z test_non_contig_index_atan2_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:03.8066423Z test_non_contig_index_atan2_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:03.8089490Z test_non_contig_index_bitwise_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:03.8112861Z test_non_contig_index_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:03.8135830Z test_non_contig_index_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:03.8158825Z test_non_contig_index_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:03.8181079Z test_non_contig_index_bitwise_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:03.8203856Z test_non_contig_index_bitwise_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:03.8226506Z test_non_contig_index_bitwise_left_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:03.8249203Z test_non_contig_index_bitwise_left_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:03.8271071Z test_non_contig_index_bitwise_left_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:03.8293562Z test_non_contig_index_bitwise_left_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:03.8316528Z test_non_contig_index_bitwise_left_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:03.8338700Z test_non_contig_index_bitwise_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:03.8361334Z test_non_contig_index_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:03.8383794Z test_non_contig_index_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:03.8405717Z test_non_contig_index_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:03.8427980Z test_non_contig_index_bitwise_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:03.8450773Z test_non_contig_index_bitwise_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:03.8473537Z test_non_contig_index_bitwise_right_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:03.8495994Z test_non_contig_index_bitwise_right_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:03.8518378Z test_non_contig_index_bitwise_right_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:03.8541123Z test_non_contig_index_bitwise_right_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:03.8564236Z test_non_contig_index_bitwise_right_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:03.8586433Z test_non_contig_index_bitwise_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:03.8609221Z test_non_contig_index_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:03.8632255Z test_non_contig_index_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:03.8654260Z test_non_contig_index_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:03.8677135Z test_non_contig_index_bitwise_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:03.8699731Z test_non_contig_index_bitwise_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:03.8731945Z test_non_contig_index_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:03.8754700Z test_non_contig_index_clamp_max_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:03.8786472Z test_non_contig_index_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:03.8819630Z test_non_contig_index_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:03.8851458Z test_non_contig_index_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:03.8876671Z test_non_contig_index_clamp_max_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:03.8900261Z test_non_contig_index_clamp_max_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:03.8923613Z test_non_contig_index_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:03.8946999Z test_non_contig_index_clamp_max_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:03.8970975Z test_non_contig_index_clamp_max_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:03.9005321Z test_non_contig_index_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:03.9028281Z test_non_contig_index_clamp_min_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:03.9061861Z test_non_contig_index_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:03.9095410Z test_non_contig_index_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:03.9126882Z test_non_contig_index_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:03.9149900Z test_non_contig_index_clamp_min_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:03.9173287Z test_non_contig_index_clamp_min_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:03.9196299Z test_non_contig_index_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:03.9219627Z test_non_contig_index_clamp_min_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:03.9242704Z test_non_contig_index_clamp_min_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:03.9277195Z test_non_contig_index_complex_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:03.9310506Z test_non_contig_index_complex_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:03.9344338Z test_non_contig_index_complex_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:03.9377274Z test_non_contig_index_copysign_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:03.9406450Z test_non_contig_index_copysign_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:03.9440178Z test_non_contig_index_copysign_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:03.9473603Z test_non_contig_index_copysign_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:03.9506488Z test_non_contig_index_copysign_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:03.9537147Z test_non_contig_index_copysign_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:03.9567227Z test_non_contig_index_copysign_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:03.9598322Z test_non_contig_index_copysign_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:03.9627415Z test_non_contig_index_copysign_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:03.9656961Z test_non_contig_index_copysign_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:03.9692771Z test_non_contig_index_div_floor_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:03.9728575Z test_non_contig_index_div_floor_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:03.9763392Z test_non_contig_index_div_floor_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:03.9797461Z test_non_contig_index_div_floor_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:03.9826882Z test_non_contig_index_div_floor_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:03.9856943Z test_non_contig_index_div_floor_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:03.9886433Z test_non_contig_index_div_floor_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:03.9916651Z test_non_contig_index_div_floor_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:03.9947586Z test_non_contig_index_div_floor_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:03.9982680Z test_non_contig_index_div_no_rounding_mode_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.0013701Z test_non_contig_index_div_no_rounding_mode_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.0055244Z test_non_contig_index_div_no_rounding_mode_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:45:04.0097327Z test_non_contig_index_div_no_rounding_mode_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:45:04.0134035Z test_non_contig_index_div_no_rounding_mode_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:45:04.0170011Z test_non_contig_index_div_no_rounding_mode_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:45:04.0204684Z test_non_contig_index_div_no_rounding_mode_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.0235916Z test_non_contig_index_div_no_rounding_mode_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.0266393Z test_non_contig_index_div_no_rounding_mode_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.0296677Z test_non_contig_index_div_no_rounding_mode_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.0327436Z test_non_contig_index_div_no_rounding_mode_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.0357853Z test_non_contig_index_div_no_rounding_mode_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.0392291Z test_non_contig_index_div_trunc_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.0426349Z test_non_contig_index_div_trunc_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.0460875Z test_non_contig_index_div_trunc_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.0495218Z test_non_contig_index_div_trunc_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.0527321Z test_non_contig_index_div_trunc_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.0559431Z test_non_contig_index_div_trunc_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.0657340Z test_non_contig_index_div_trunc_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:45:04.0689561Z test_non_contig_index_div_trunc_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.0720010Z test_non_contig_index_div_trunc_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.0748034Z test_non_contig_index_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.0771054Z test_non_contig_index_eq_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:04.0804261Z test_non_contig_index_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.0837361Z test_non_contig_index_eq_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.0870326Z test_non_contig_index_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.0897588Z test_non_contig_index_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.0924643Z test_non_contig_index_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.0951653Z test_non_contig_index_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.0974308Z test_non_contig_index_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:04.0998621Z test_non_contig_index_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:04.1021240Z test_non_contig_index_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:04.1044261Z test_non_contig_index_eq_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:04.1067045Z test_non_contig_index_eq_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:04.1100414Z test_non_contig_index_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.1128489Z test_non_contig_index_float_power_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.1168428Z test_non_contig_index_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:45:04.1208943Z test_non_contig_index_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:45:04.1242612Z test_non_contig_index_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.1276112Z test_non_contig_index_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.1307556Z test_non_contig_index_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.1336045Z test_non_contig_index_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.1364212Z test_non_contig_index_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.1392351Z test_non_contig_index_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.1420073Z test_non_contig_index_float_power_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.1448009Z test_non_contig_index_float_power_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.1459694Z test_non_contig_index_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:45:04.1495218Z test_non_contig_index_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.1530380Z test_non_contig_index_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.1564566Z test_non_contig_index_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.1590475Z test_non_contig_index_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:04.1616229Z test_non_contig_index_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.1641274Z test_non_contig_index_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:04.1666825Z test_non_contig_index_floor_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:04.1692476Z test_non_contig_index_floor_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.1725435Z test_non_contig_index_fmax_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.1748795Z test_non_contig_index_fmax_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:04.1781367Z test_non_contig_index_fmax_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.1813394Z test_non_contig_index_fmax_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.1844854Z test_non_contig_index_fmax_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.1868609Z test_non_contig_index_fmax_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:04.1892020Z test_non_contig_index_fmax_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:04.1914952Z test_non_contig_index_fmax_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:04.1938004Z test_non_contig_index_fmax_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:04.1961367Z test_non_contig_index_fmax_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:04.1993925Z test_non_contig_index_fmin_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.2016703Z test_non_contig_index_fmin_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:04.2049176Z test_non_contig_index_fmin_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.2081193Z test_non_contig_index_fmin_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.2112432Z test_non_contig_index_fmin_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.2135422Z test_non_contig_index_fmin_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:04.2158605Z test_non_contig_index_fmin_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:04.2180735Z test_non_contig_index_fmin_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:04.2203672Z test_non_contig_index_fmin_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:04.2226492Z test_non_contig_index_fmin_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:04.2260909Z test_non_contig_index_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.2294343Z test_non_contig_index_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.2328892Z test_non_contig_index_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.2361778Z test_non_contig_index_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.2386436Z test_non_contig_index_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:04.2411079Z test_non_contig_index_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:04.2434735Z test_non_contig_index_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:04.2458866Z test_non_contig_index_fmod_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:04.2483493Z test_non_contig_index_fmod_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:04.2506053Z test_non_contig_index_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:04.2529512Z test_non_contig_index_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:04.2551591Z test_non_contig_index_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:04.2574083Z test_non_contig_index_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:04.2596814Z test_non_contig_index_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:04.2624376Z test_non_contig_index_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.2647273Z test_non_contig_index_ge_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:04.2675189Z test_non_contig_index_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.2702622Z test_non_contig_index_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.2730651Z test_non_contig_index_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.2753855Z test_non_contig_index_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:04.2776901Z test_non_contig_index_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:04.2799956Z test_non_contig_index_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:04.2822679Z test_non_contig_index_ge_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:04.2845781Z test_non_contig_index_ge_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:04.2874722Z test_non_contig_index_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.2898561Z test_non_contig_index_gt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:04.2928449Z test_non_contig_index_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.2957548Z test_non_contig_index_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.2986429Z test_non_contig_index_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.3011307Z test_non_contig_index_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:04.3035673Z test_non_contig_index_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:04.3059668Z test_non_contig_index_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:04.3083362Z test_non_contig_index_gt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:04.3107170Z test_non_contig_index_gt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:04.3141242Z test_non_contig_index_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.3165440Z test_non_contig_index_heaviside_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:04.3198970Z test_non_contig_index_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.3232478Z test_non_contig_index_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.3264763Z test_non_contig_index_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.3290062Z test_non_contig_index_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:04.3314973Z test_non_contig_index_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:04.3338832Z test_non_contig_index_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:04.3363700Z test_non_contig_index_heaviside_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:04.3388464Z test_non_contig_index_heaviside_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:04.3422538Z test_non_contig_index_hypot_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.3456303Z test_non_contig_index_hypot_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.3489198Z test_non_contig_index_hypot_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.3523645Z test_non_contig_index_igamma_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.3558039Z test_non_contig_index_igamma_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.3591815Z test_non_contig_index_igamma_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.3625080Z test_non_contig_index_igamma_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.3659025Z test_non_contig_index_igammac_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.3693009Z test_non_contig_index_igammac_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.3727158Z test_non_contig_index_igammac_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.3816609Z test_non_contig_index_igammac_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:45:04.3854243Z test_non_contig_index_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:45:04.3886700Z test_non_contig_index_isclose_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.3929044Z test_non_contig_index_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:45:04.3971645Z test_non_contig_index_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:45:04.4007025Z test_non_contig_index_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.4041901Z test_non_contig_index_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.4074913Z test_non_contig_index_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.4106314Z test_non_contig_index_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.4137925Z test_non_contig_index_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.4169299Z test_non_contig_index_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.4200755Z test_non_contig_index_isclose_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.4233061Z test_non_contig_index_isclose_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.4249178Z test_non_contig_index_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:45:04.4264984Z test_non_contig_index_jiterator_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:45:04.4281014Z test_non_contig_index_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:45:04.4296400Z test_non_contig_index_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:45:04.4312333Z test_non_contig_index_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:45:04.4327586Z test_non_contig_index_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:45:04.4342944Z test_non_contig_index_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:45:04.4358574Z test_non_contig_index_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:45:04.4373625Z test_non_contig_index_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:45:04.4388867Z test_non_contig_index_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:45:04.4404489Z test_non_contig_index_jiterator_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:45:04.4419682Z test_non_contig_index_jiterator_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:45:04.4435218Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:45:04.4450137Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:45:04.4465124Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:45:04.4480967Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:45:04.4496491Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:45:04.4512160Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:45:04.4527364Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:45:04.4542922Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:45:04.4558531Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:45:04.4573873Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:45:04.4589400Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:45:04.4605233Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:45:04.4630991Z test_non_contig_index_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:04.4655055Z test_non_contig_index_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:04.4678467Z test_non_contig_index_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:04.4701642Z test_non_contig_index_lcm_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:04.4725010Z test_non_contig_index_lcm_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:04.4759274Z test_non_contig_index_ldexp_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.4788664Z test_non_contig_index_ldexp_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.4829187Z test_non_contig_index_ldexp_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:45:04.4870719Z test_non_contig_index_ldexp_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:45:04.4905219Z test_non_contig_index_ldexp_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.4939150Z test_non_contig_index_ldexp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.4971649Z test_non_contig_index_ldexp_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.5001365Z test_non_contig_index_ldexp_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.5030860Z test_non_contig_index_ldexp_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.5059194Z test_non_contig_index_ldexp_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.5088307Z test_non_contig_index_ldexp_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.5117235Z test_non_contig_index_ldexp_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.5145055Z test_non_contig_index_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.5168102Z test_non_contig_index_le_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:04.5195992Z test_non_contig_index_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.5223152Z test_non_contig_index_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.5250734Z test_non_contig_index_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.5273961Z test_non_contig_index_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:04.5296672Z test_non_contig_index_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:04.5319470Z test_non_contig_index_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:04.5342020Z test_non_contig_index_le_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:04.5364865Z test_non_contig_index_le_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:04.5393345Z test_non_contig_index_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.5415739Z test_non_contig_index_logical_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:04.5449509Z test_non_contig_index_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.5482866Z test_non_contig_index_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.5510647Z test_non_contig_index_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.5538736Z test_non_contig_index_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.5565818Z test_non_contig_index_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.5588457Z test_non_contig_index_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:04.5612243Z test_non_contig_index_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:04.5635665Z test_non_contig_index_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:04.5658597Z test_non_contig_index_logical_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:04.5681813Z test_non_contig_index_logical_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:04.5710383Z test_non_contig_index_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.5733198Z test_non_contig_index_logical_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:04.5766944Z test_non_contig_index_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.5800710Z test_non_contig_index_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.5828865Z test_non_contig_index_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.5857250Z test_non_contig_index_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.5885484Z test_non_contig_index_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.5908727Z test_non_contig_index_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:04.5932000Z test_non_contig_index_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:04.5955097Z test_non_contig_index_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:04.5978125Z test_non_contig_index_logical_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:04.6001354Z test_non_contig_index_logical_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:04.6030850Z test_non_contig_index_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.6055777Z test_non_contig_index_logical_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:04.6091854Z test_non_contig_index_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.6127486Z test_non_contig_index_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:45:04.6157953Z test_non_contig_index_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.6187542Z test_non_contig_index_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.6217737Z test_non_contig_index_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.6243084Z test_non_contig_index_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:04.6267959Z test_non_contig_index_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:04.6293171Z test_non_contig_index_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:04.6318435Z test_non_contig_index_logical_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:04.6343280Z test_non_contig_index_logical_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:04.6373315Z test_non_contig_index_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.6397763Z test_non_contig_index_lt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:04.6426912Z test_non_contig_index_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.6456315Z test_non_contig_index_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.6485681Z test_non_contig_index_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.6510085Z test_non_contig_index_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:04.6534222Z test_non_contig_index_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:04.6606509Z test_non_contig_index_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:45:04.6629854Z test_non_contig_index_lt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:04.6652924Z test_non_contig_index_lt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:04.6685799Z test_non_contig_index_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.6708376Z test_non_contig_index_max_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:04.6740748Z test_non_contig_index_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.6772703Z test_non_contig_index_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.6804198Z test_non_contig_index_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.6827693Z test_non_contig_index_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:04.6851677Z test_non_contig_index_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:04.6874457Z test_non_contig_index_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:04.6897814Z test_non_contig_index_max_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:04.6921282Z test_non_contig_index_max_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:04.6954128Z test_non_contig_index_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.6976914Z test_non_contig_index_maximum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:04.7009644Z test_non_contig_index_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.7041910Z test_non_contig_index_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.7073148Z test_non_contig_index_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.7096913Z test_non_contig_index_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:04.7120108Z test_non_contig_index_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:04.7142205Z test_non_contig_index_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:04.7165357Z test_non_contig_index_maximum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:04.7188062Z test_non_contig_index_maximum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:04.7220227Z test_non_contig_index_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.7243331Z test_non_contig_index_min_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:04.7275316Z test_non_contig_index_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.7306728Z test_non_contig_index_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.7337638Z test_non_contig_index_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.7360901Z test_non_contig_index_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:04.7383464Z test_non_contig_index_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:04.7405994Z test_non_contig_index_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:04.7428489Z test_non_contig_index_min_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:04.7451273Z test_non_contig_index_min_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:04.7483605Z test_non_contig_index_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.7505880Z test_non_contig_index_minimum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:04.7538016Z test_non_contig_index_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.7570124Z test_non_contig_index_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.7601274Z test_non_contig_index_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.7624354Z test_non_contig_index_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:04.7647590Z test_non_contig_index_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:04.7670000Z test_non_contig_index_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:04.7693004Z test_non_contig_index_minimum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:04.7715721Z test_non_contig_index_minimum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:04.7747103Z test_non_contig_index_mul_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.7770236Z test_non_contig_index_mul_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:04.7808850Z test_non_contig_index_mul_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:45:04.7848597Z test_non_contig_index_mul_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:45:04.7887573Z test_non_contig_index_mul_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:45:04.7920169Z test_non_contig_index_mul_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.7952592Z test_non_contig_index_mul_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.7984172Z test_non_contig_index_mul_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.8008310Z test_non_contig_index_mul_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:04.8031935Z test_non_contig_index_mul_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:04.8054548Z test_non_contig_index_mul_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:04.8078456Z test_non_contig_index_mul_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:04.8101556Z test_non_contig_index_mul_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:04.8130763Z test_non_contig_index_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.8154170Z test_non_contig_index_ne_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:04.8187943Z test_non_contig_index_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.8221554Z test_non_contig_index_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.8249706Z test_non_contig_index_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.8278260Z test_non_contig_index_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.8306239Z test_non_contig_index_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.8329784Z test_non_contig_index_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:04.8353336Z test_non_contig_index_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:04.8376365Z test_non_contig_index_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:04.8399769Z test_non_contig_index_ne_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:04.8422117Z test_non_contig_index_ne_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:04.8454790Z test_non_contig_index_nextafter_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.8486496Z test_non_contig_index_nextafter_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.8518044Z test_non_contig_index_nextafter_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.8551277Z test_non_contig_index_polar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.8584085Z test_non_contig_index_polar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.8616030Z test_non_contig_index_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.8654150Z test_non_contig_index_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:45:04.8692532Z test_non_contig_index_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:45:04.8723900Z test_non_contig_index_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.8755812Z test_non_contig_index_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.8786349Z test_non_contig_index_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.8809887Z test_non_contig_index_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:04.8832936Z test_non_contig_index_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:04.8854936Z test_non_contig_index_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:04.8877970Z test_non_contig_index_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:04.8900701Z test_non_contig_index_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:04.8936037Z test_non_contig_index_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.8970830Z test_non_contig_index_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.9006247Z test_non_contig_index_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.9041178Z test_non_contig_index_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.9067364Z test_non_contig_index_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.9093704Z test_non_contig_index_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.9118770Z test_non_contig_index_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:04.9143892Z test_non_contig_index_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:04.9169146Z test_non_contig_index_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:04.9202355Z test_non_contig_index_rsub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.9243041Z test_non_contig_index_rsub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:45:04.9284035Z test_non_contig_index_rsub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:45:04.9318496Z test_non_contig_index_rsub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.9352664Z test_non_contig_index_rsub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.9385796Z test_non_contig_index_rsub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.9411335Z test_non_contig_index_rsub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:04.9436817Z test_non_contig_index_rsub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:04.9461181Z test_non_contig_index_rsub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:04.9485928Z test_non_contig_index_rsub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:04.9510436Z test_non_contig_index_rsub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:04.9540732Z test_non_contig_index_special_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.9575417Z test_non_contig_index_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.9662156Z test_non_contig_index_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:45:04.9692715Z test_non_contig_index_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.9722192Z test_non_contig_index_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.9750892Z test_non_contig_index_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.9779883Z test_non_contig_index_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.9809117Z test_non_contig_index_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.9837424Z test_non_contig_index_special_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.9870387Z test_non_contig_index_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.9902527Z test_non_contig_index_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.9931912Z test_non_contig_index_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.9960964Z test_non_contig_index_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:04.9989515Z test_non_contig_index_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:05.0018384Z test_non_contig_index_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:05.0046991Z test_non_contig_index_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:05.0058775Z 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:45:05.0070190Z 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:45:05.0081845Z 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:45:05.0093700Z 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:45:05.0104482Z 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:45:05.0115825Z 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:45:05.0126686Z 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:45:05.0138208Z 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:45:05.0149013Z 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:45:05.0160545Z 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:45:05.0172026Z 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:45:05.0182871Z 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:45:05.0194213Z 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:45:05.0205120Z 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:45:05.0216158Z 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:45:05.0227172Z 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:45:05.0259902Z test_non_contig_index_special_hermite_polynomial_h_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:05.0295116Z test_non_contig_index_special_hermite_polynomial_h_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:05.0328005Z test_non_contig_index_special_hermite_polynomial_h_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:05.0357312Z test_non_contig_index_special_hermite_polynomial_h_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:05.0386086Z test_non_contig_index_special_hermite_polynomial_h_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:05.0415723Z test_non_contig_index_special_hermite_polynomial_h_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:05.0444822Z test_non_contig_index_special_hermite_polynomial_h_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:05.0473861Z test_non_contig_index_special_hermite_polynomial_h_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:05.0502849Z test_non_contig_index_special_hermite_polynomial_he_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:05.0537197Z test_non_contig_index_special_hermite_polynomial_he_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:05.0570623Z test_non_contig_index_special_hermite_polynomial_he_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:05.0600138Z test_non_contig_index_special_hermite_polynomial_he_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:05.0628766Z test_non_contig_index_special_hermite_polynomial_he_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:05.0658438Z test_non_contig_index_special_hermite_polynomial_he_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:05.0687600Z test_non_contig_index_special_hermite_polynomial_he_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:05.0716491Z test_non_contig_index_special_hermite_polynomial_he_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:05.0744959Z test_non_contig_index_special_laguerre_polynomial_l_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:05.0777294Z test_non_contig_index_special_laguerre_polynomial_l_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:05.0808876Z test_non_contig_index_special_laguerre_polynomial_l_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:05.0838140Z test_non_contig_index_special_laguerre_polynomial_l_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:05.0865601Z test_non_contig_index_special_laguerre_polynomial_l_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:05.0893805Z test_non_contig_index_special_laguerre_polynomial_l_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:05.0921259Z test_non_contig_index_special_laguerre_polynomial_l_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:05.0948355Z test_non_contig_index_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:05.0960018Z 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:45:05.0970537Z 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:45:05.0981380Z 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:45:05.0992444Z 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:45:05.1003402Z 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:45:05.1014210Z 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:45:05.1025262Z 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:45:05.1036508Z 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:45:05.1047502Z 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:45:05.1058488Z 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:45:05.1069180Z 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:45:05.1080572Z 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:45:05.1091130Z 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:45:05.1102159Z 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:45:05.1113124Z 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:45:05.1123838Z 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:45:05.1134773Z 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:45:05.1145332Z 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:45:05.1156177Z 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:45:05.1167027Z 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:45:05.1177973Z 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:45:05.1188806Z 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:45:05.1200091Z 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:45:05.1210842Z 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:45:05.1221598Z 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:45:05.1232888Z 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:45:05.1243378Z 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:45:05.1254087Z 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:45:05.1264799Z 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:45:05.1275958Z 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:45:05.1287052Z 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:45:05.1297525Z 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:45:05.1308220Z 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:45:05.1320435Z 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:45:05.1332638Z 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:45:05.1344890Z 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:45:05.1358377Z 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:45:05.1370376Z 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:45:05.1383040Z 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:45:05.1395767Z 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:45:05.1433560Z test_non_contig_index_special_xlog1py_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:45:05.1464699Z test_non_contig_index_special_xlog1py_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:05.1499505Z test_non_contig_index_special_xlog1py_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:05.1541995Z test_non_contig_index_special_xlog1py_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:05.1567285Z test_non_contig_index_special_xlog1py_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:05.1597508Z test_non_contig_index_special_xlog1py_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:05.1627075Z test_non_contig_index_special_xlog1py_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:05.1657031Z test_non_contig_index_special_xlog1py_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:05.1686579Z test_non_contig_index_special_xlog1py_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:05.1716060Z test_non_contig_index_special_xlog1py_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:05.1744903Z test_non_contig_index_special_zeta_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:05.1778525Z test_non_contig_index_special_zeta_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:05.1811674Z test_non_contig_index_special_zeta_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:05.1841156Z test_non_contig_index_special_zeta_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:05.1870726Z test_non_contig_index_special_zeta_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:05.1900187Z test_non_contig_index_special_zeta_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:05.1984899Z test_non_contig_index_special_zeta_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:45:05.2013738Z test_non_contig_index_special_zeta_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:05.2046727Z test_non_contig_index_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:05.2084748Z test_non_contig_index_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:45:05.2123485Z test_non_contig_index_sub_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:45:05.2162043Z test_non_contig_index_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:45:05.2193660Z test_non_contig_index_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:05.2225134Z test_non_contig_index_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:05.2256247Z test_non_contig_index_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:05.2279455Z test_non_contig_index_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:05.2302101Z test_non_contig_index_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:05.2323948Z test_non_contig_index_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:05.2346454Z test_non_contig_index_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:05.2369551Z test_non_contig_index_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:45:05.2403789Z test_non_contig_index_true_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:05.2434045Z test_non_contig_index_true_divide_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:05.2475694Z test_non_contig_index_true_divide_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:45:05.2517234Z test_non_contig_index_true_divide_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:45:05.2551558Z test_non_contig_index_true_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:05.2585688Z test_non_contig_index_true_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:05.2619089Z test_non_contig_index_true_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:05.2649078Z test_non_contig_index_true_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:05.2678543Z test_non_contig_index_true_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:05.2707263Z test_non_contig_index_true_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:05.2736496Z test_non_contig_index_true_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:05.2765769Z test_non_contig_index_true_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:05.2797992Z test_non_contig_index_xlogy_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:05.2825350Z test_non_contig_index_xlogy_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:05.2857087Z test_non_contig_index_xlogy_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:05.2888394Z test_non_contig_index_xlogy_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:05.2918849Z test_non_contig_index_xlogy_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:05.2946098Z test_non_contig_index_xlogy_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:05.2973808Z test_non_contig_index_xlogy_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:05.3001232Z test_non_contig_index_xlogy_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:05.3028112Z test_non_contig_index_xlogy_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:05.3055651Z test_non_contig_index_xlogy_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:05.3118207Z test_non_contig_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:45:05.3173596Z test_non_contig_isclose_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:05.3262079Z test_non_contig_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:45:05.3346732Z test_non_contig_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:45:05.3414442Z test_non_contig_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:45:05.3481048Z test_non_contig_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:45:05.3545896Z test_non_contig_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:45:05.3603915Z test_non_contig_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:45:05.3660732Z test_non_contig_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:45:05.3718584Z test_non_contig_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:45:05.3775554Z test_non_contig_isclose_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:45:05.3832161Z test_non_contig_isclose_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:45:05.3851532Z test_non_contig_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:45:05.3871484Z test_non_contig_jiterator_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:45:05.3889511Z test_non_contig_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:45:05.3906745Z test_non_contig_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:45:05.3924471Z test_non_contig_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:45:05.3941875Z test_non_contig_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:45:05.3959500Z test_non_contig_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:45:05.3976746Z test_non_contig_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:45:05.3994480Z test_non_contig_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:45:05.4011865Z test_non_contig_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:45:05.4029777Z test_non_contig_jiterator_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:45:05.4047473Z test_non_contig_jiterator_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:45:05.4065237Z test_non_contig_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:45:05.4083114Z test_non_contig_jiterator_binary_return_by_ref_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:45:05.4100773Z test_non_contig_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:45:05.4118474Z test_non_contig_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:45:05.4135993Z test_non_contig_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:45:05.4153633Z test_non_contig_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:45:05.4171223Z test_non_contig_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:45:05.4188669Z test_non_contig_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:45:05.4206445Z test_non_contig_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:45:05.4224025Z test_non_contig_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:45:05.4241687Z test_non_contig_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:45:05.4259120Z test_non_contig_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:45:05.4296182Z test_non_contig_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:45:05.4330542Z test_non_contig_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:05.4363929Z test_non_contig_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:05.4396747Z test_non_contig_lcm_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:05.4429223Z test_non_contig_lcm_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:05.4492995Z test_non_contig_ldexp_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:45:05.4548653Z test_non_contig_ldexp_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:45:05.4637180Z test_non_contig_ldexp_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:45:05.4721906Z test_non_contig_ldexp_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:45:05.4786488Z test_non_contig_ldexp_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:45:05.4852721Z test_non_contig_ldexp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:45:05.4918272Z test_non_contig_ldexp_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:45:05.5027829Z test_non_contig_ldexp_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:45:05.5085097Z test_non_contig_ldexp_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:45:05.5140029Z test_non_contig_ldexp_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:05.5195758Z test_non_contig_ldexp_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:05.5250104Z test_non_contig_ldexp_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:05.5294488Z test_non_contig_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:45:05.5327788Z test_non_contig_le_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:05.5372845Z test_non_contig_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:45:05.5417648Z test_non_contig_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:45:05.5463988Z test_non_contig_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:05.5496998Z test_non_contig_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:05.5531016Z test_non_contig_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:05.5564478Z test_non_contig_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:05.5597431Z test_non_contig_le_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:05.5630244Z test_non_contig_le_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:05.5674344Z test_non_contig_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:45:05.5707202Z test_non_contig_logical_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:05.5771215Z test_non_contig_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:45:05.5830067Z test_non_contig_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:45:05.5875511Z test_non_contig_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:05.5922304Z test_non_contig_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:05.5969893Z test_non_contig_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:05.6004231Z test_non_contig_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:05.6038694Z test_non_contig_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:05.6073133Z test_non_contig_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:05.6106082Z test_non_contig_logical_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:05.6139448Z test_non_contig_logical_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:05.6183699Z test_non_contig_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:45:05.6217160Z test_non_contig_logical_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:05.6286349Z test_non_contig_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:45:05.6347039Z test_non_contig_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:45:05.6393759Z test_non_contig_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:05.6439657Z test_non_contig_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:05.6487426Z test_non_contig_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:05.6523853Z test_non_contig_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:45:05.6559530Z test_non_contig_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:45:05.6593178Z test_non_contig_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:05.6625884Z test_non_contig_logical_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:05.6658628Z test_non_contig_logical_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:05.6702344Z test_non_contig_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:45:05.6734845Z test_non_contig_logical_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:05.6799370Z test_non_contig_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:45:05.6863584Z test_non_contig_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:45:05.6909386Z test_non_contig_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:05.6954915Z test_non_contig_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:45:05.7001102Z test_non_contig_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:05.7034707Z test_non_contig_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:05.7067858Z test_non_contig_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:05.7104405Z test_non_contig_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:45:05.7137398Z test_non_contig_logical_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:05.7170643Z test_non_contig_logical_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:05.7213085Z test_non_contig_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:45:05.7245137Z test_non_contig_lt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:05.7289690Z test_non_contig_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:45:05.7334800Z test_non_contig_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:45:05.7381721Z test_non_contig_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:05.7414610Z test_non_contig_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:05.7447532Z test_non_contig_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:05.7480370Z test_non_contig_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:05.7512600Z test_non_contig_lt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:05.7544576Z test_non_contig_lt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:05.7602085Z test_non_contig_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:45:05.7635735Z test_non_contig_max_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:05.7695588Z test_non_contig_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:45:05.7755462Z test_non_contig_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:45:05.7815648Z test_non_contig_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:45:05.7851080Z test_non_contig_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:05.7885740Z test_non_contig_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:05.7918094Z test_non_contig_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:05.8009848Z test_non_contig_max_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:45:05.8043758Z test_non_contig_max_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:05.8101144Z test_non_contig_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:45:05.8134272Z test_non_contig_maximum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:05.8192695Z test_non_contig_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:45:05.8250872Z test_non_contig_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:45:05.8308922Z test_non_contig_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:45:05.8342824Z test_non_contig_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:05.8375823Z test_non_contig_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:05.8407695Z test_non_contig_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:05.8440236Z test_non_contig_maximum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:05.8473052Z test_non_contig_maximum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:05.8530025Z test_non_contig_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:45:05.8563606Z test_non_contig_min_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:05.8621933Z test_non_contig_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:45:05.8679931Z test_non_contig_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:45:05.8737568Z test_non_contig_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:45:05.8770975Z test_non_contig_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:05.8804267Z test_non_contig_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:05.8836068Z test_non_contig_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:05.8867582Z test_non_contig_min_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:05.8899998Z test_non_contig_min_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:05.8956437Z test_non_contig_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:45:05.8988576Z test_non_contig_minimum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:05.9046465Z test_non_contig_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:45:05.9103749Z test_non_contig_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:45:05.9160696Z test_non_contig_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:45:05.9194978Z test_non_contig_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:05.9227797Z test_non_contig_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:05.9259635Z test_non_contig_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:05.9291690Z test_non_contig_minimum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:05.9324336Z test_non_contig_minimum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:05.9379934Z test_non_contig_mul_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:05.9412064Z test_non_contig_mul_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:05.9490685Z test_non_contig_mul_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:45:05.9569138Z test_non_contig_mul_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:45:05.9645756Z test_non_contig_mul_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:45:05.9704460Z test_non_contig_mul_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:45:05.9762852Z test_non_contig_mul_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:45:05.9820926Z test_non_contig_mul_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:45:05.9855412Z test_non_contig_mul_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:05.9889617Z test_non_contig_mul_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:05.9922452Z test_non_contig_mul_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:05.9955559Z test_non_contig_mul_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:05.9988620Z test_non_contig_mul_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:06.0033229Z test_non_contig_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:45:06.0066283Z test_non_contig_ne_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:06.0132192Z test_non_contig_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:45:06.0193944Z test_non_contig_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:45:06.0241359Z test_non_contig_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:06.0289372Z test_non_contig_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:06.0339449Z test_non_contig_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:06.0374341Z test_non_contig_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:06.0408980Z test_non_contig_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:06.0443391Z test_non_contig_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:06.0476432Z test_non_contig_ne_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:06.0509961Z test_non_contig_ne_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:06.0569102Z test_non_contig_nextafter_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:45:06.0628894Z test_non_contig_nextafter_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:45:06.0690172Z test_non_contig_nextafter_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:45:06.0756989Z test_non_contig_polar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:45:06.0825238Z test_non_contig_polar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:45:06.0885967Z test_non_contig_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:45:06.0971762Z test_non_contig_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:45:06.1052182Z test_non_contig_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:45:06.1111313Z test_non_contig_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:45:06.1207498Z test_non_contig_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:45:06.1269585Z test_non_contig_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:45:06.1305356Z test_non_contig_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:45:06.1340645Z test_non_contig_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:06.1374009Z test_non_contig_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:06.1408119Z test_non_contig_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:06.1441563Z test_non_contig_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:06.1455330Z test_non_contig_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:45:06.1522077Z test_non_contig_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:45:06.1587445Z test_non_contig_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:45:06.1653276Z test_non_contig_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:45:06.1693215Z test_non_contig_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:45:06.1736177Z test_non_contig_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:45:06.1772329Z test_non_contig_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:45:06.1809335Z test_non_contig_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:45:06.1845849Z test_non_contig_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:45:06.1903285Z test_non_contig_rsub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:45:06.1984689Z test_non_contig_rsub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:45:06.2063435Z test_non_contig_rsub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:45:06.2122282Z test_non_contig_rsub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:45:06.2179767Z test_non_contig_rsub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:45:06.2237315Z test_non_contig_rsub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:45:06.2271755Z test_non_contig_rsub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:06.2305427Z test_non_contig_rsub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:06.2337916Z test_non_contig_rsub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:06.2370947Z test_non_contig_rsub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:06.2404148Z test_non_contig_rsub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:06.2453244Z test_non_contig_special_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:06.2512995Z test_non_contig_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:45:06.2573087Z test_non_contig_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:45:06.2623058Z test_non_contig_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:06.2672640Z test_non_contig_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:06.2723332Z test_non_contig_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:06.2774657Z test_non_contig_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:06.2823891Z test_non_contig_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:06.2873645Z test_non_contig_special_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:06.2933035Z test_non_contig_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:45:06.2991466Z test_non_contig_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:45:06.3040591Z test_non_contig_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:06.3089519Z test_non_contig_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:06.3138499Z test_non_contig_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:06.3186588Z test_non_contig_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:06.3234865Z test_non_contig_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:06.3249049Z 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:45:06.3261937Z 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:45:06.3275366Z 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:45:06.3288416Z 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:45:06.3301541Z 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:45:06.3314614Z 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:45:06.3328158Z 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:45:06.3340747Z 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:45:06.3354343Z 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:45:06.3367741Z 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:45:06.3380938Z 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:45:06.3394114Z 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:45:06.3407466Z 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:45:06.3420742Z 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:45:06.3434048Z 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:45:06.3447348Z 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:45:06.3502165Z test_non_contig_special_hermite_polynomial_h_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:06.3565037Z test_non_contig_special_hermite_polynomial_h_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:45:06.3623942Z test_non_contig_special_hermite_polynomial_h_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:45:06.3675002Z test_non_contig_special_hermite_polynomial_h_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:06.3725678Z test_non_contig_special_hermite_polynomial_h_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:06.3777382Z test_non_contig_special_hermite_polynomial_h_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:06.3828887Z test_non_contig_special_hermite_polynomial_h_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:06.3878934Z test_non_contig_special_hermite_polynomial_h_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:06.3928942Z test_non_contig_special_hermite_polynomial_he_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:06.3990872Z test_non_contig_special_hermite_polynomial_he_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:45:06.4052550Z test_non_contig_special_hermite_polynomial_he_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:45:06.4139313Z test_non_contig_special_hermite_polynomial_he_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:45:06.4191212Z test_non_contig_special_hermite_polynomial_he_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:06.4243366Z test_non_contig_special_hermite_polynomial_he_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:06.4293668Z test_non_contig_special_hermite_polynomial_he_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:06.4344429Z test_non_contig_special_hermite_polynomial_he_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:06.4394116Z test_non_contig_special_laguerre_polynomial_l_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:06.4454100Z test_non_contig_special_laguerre_polynomial_l_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:45:06.4514649Z test_non_contig_special_laguerre_polynomial_l_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:45:06.4564540Z test_non_contig_special_laguerre_polynomial_l_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:06.4614790Z test_non_contig_special_laguerre_polynomial_l_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:06.4664383Z test_non_contig_special_laguerre_polynomial_l_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:06.4713899Z test_non_contig_special_laguerre_polynomial_l_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:06.4763097Z test_non_contig_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:06.4776778Z 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:45:06.4790585Z 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:45:06.4803733Z 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:45:06.4816905Z 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:45:06.4830218Z 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:45:06.4843411Z 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:45:06.4856589Z 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:45:06.4870096Z 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:45:06.4883481Z 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:45:06.4896655Z 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:45:06.4909484Z 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:45:06.4923096Z 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:45:06.4936136Z 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:45:06.4949147Z 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:45:06.4962451Z 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:45:06.4975478Z 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:45:06.4988943Z 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:45:06.5002149Z 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:45:06.5015241Z 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:45:06.5027689Z 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:45:06.5040828Z 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:45:06.5053647Z 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:45:06.5066202Z 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:45:06.5079284Z 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:45:06.5091997Z 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:45:06.5105229Z 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:45:06.5118512Z 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:45:06.5131515Z 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:45:06.5144306Z 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:45:06.5157594Z 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:45:06.5170621Z 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:45:06.5183609Z 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:45:06.5196979Z 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:45:06.5209727Z 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:45:06.5222581Z 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:45:06.5235594Z 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:45:06.5248222Z 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:45:06.5260998Z 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:45:06.5274167Z 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:45:06.5286788Z 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:45:06.5350075Z test_non_contig_special_xlog1py_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:45:06.5402560Z test_non_contig_special_xlog1py_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:06.5464522Z test_non_contig_special_xlog1py_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:45:06.5527482Z test_non_contig_special_xlog1py_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:45:06.5587994Z test_non_contig_special_xlog1py_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:45:06.5641636Z test_non_contig_special_xlog1py_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:06.5693826Z test_non_contig_special_xlog1py_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:06.5745704Z test_non_contig_special_xlog1py_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:06.5797844Z test_non_contig_special_xlog1py_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:06.5849222Z test_non_contig_special_xlog1py_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:06.5900725Z test_non_contig_special_zeta_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:06.5963736Z test_non_contig_special_zeta_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:45:06.6025303Z test_non_contig_special_zeta_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:45:06.6078086Z test_non_contig_special_zeta_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:06.6130093Z test_non_contig_special_zeta_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:06.6181827Z test_non_contig_special_zeta_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:06.6232934Z test_non_contig_special_zeta_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:06.6287473Z test_non_contig_special_zeta_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:06.6343957Z test_non_contig_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:45:06.6426756Z test_non_contig_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:45:06.6512813Z test_non_contig_sub_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:45:06.6593401Z test_non_contig_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:45:06.6690998Z test_non_contig_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:45:06.6751503Z test_non_contig_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:45:06.6811649Z test_non_contig_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:45:06.6846729Z test_non_contig_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:06.6882720Z test_non_contig_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:45:06.6915501Z test_non_contig_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:06.6948394Z test_non_contig_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:06.6981375Z test_non_contig_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:45:06.7043684Z test_non_contig_true_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:45:06.7098397Z test_non_contig_true_divide_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:06.7186576Z test_non_contig_true_divide_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:45:06.7269364Z test_non_contig_true_divide_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:45:06.7331521Z test_non_contig_true_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:45:06.7394602Z test_non_contig_true_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:45:06.7458228Z test_non_contig_true_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:45:06.7511485Z test_non_contig_true_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:06.7566031Z test_non_contig_true_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:06.7619738Z test_non_contig_true_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:06.7673767Z test_non_contig_true_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:06.7727171Z test_non_contig_true_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:06.7784262Z test_non_contig_xlogy_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:45:06.7834185Z test_non_contig_xlogy_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:06.7894464Z test_non_contig_xlogy_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:45:06.7954286Z test_non_contig_xlogy_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:45:06.8014743Z test_non_contig_xlogy_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:45:06.8066585Z test_non_contig_xlogy_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:06.8118966Z test_non_contig_xlogy_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:06.8171065Z test_non_contig_xlogy_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:06.8224313Z test_non_contig_xlogy_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:06.8276568Z test_non_contig_xlogy_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:06.8745350Z test_not_broadcastable___radd___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:45:06.9201519Z test_not_broadcastable___rdiv___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.045s) 2022-09-27T16:45:06.9649513Z test_not_broadcastable___rmod___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.045s) 2022-09-27T16:45:07.0092935Z test_not_broadcastable___rmul___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:45:07.0538095Z test_not_broadcastable___rpow___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:45:07.1080400Z test_not_broadcastable___rsub___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.054s) 2022-09-27T16:45:07.1542543Z test_not_broadcastable_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.046s) 2022-09-27T16:45:07.1986985Z test_not_broadcastable_atan2_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:45:07.2430943Z test_not_broadcastable_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:45:07.2876197Z test_not_broadcastable_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:45:07.3421795Z test_not_broadcastable_complex_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.054s) 2022-09-27T16:45:07.3866916Z test_not_broadcastable_copysign_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:45:07.4317012Z test_not_broadcastable_div_floor_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.045s) 2022-09-27T16:45:07.4767619Z test_not_broadcastable_div_no_rounding_mode_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.045s) 2022-09-27T16:45:07.5217633Z test_not_broadcastable_div_trunc_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.045s) 2022-09-27T16:45:07.5656183Z test_not_broadcastable_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:45:07.6176902Z test_not_broadcastable_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.052s) 2022-09-27T16:45:07.6669558Z test_not_broadcastable_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.049s) 2022-09-27T16:45:07.7111600Z test_not_broadcastable_fmax_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:45:07.7554379Z test_not_broadcastable_fmin_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:45:07.8006026Z test_not_broadcastable_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.045s) 2022-09-27T16:45:07.8446029Z test_not_broadcastable_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:45:07.8887313Z test_not_broadcastable_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:45:07.9390696Z test_not_broadcastable_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.050s) 2022-09-27T16:45:07.9832616Z test_not_broadcastable_hypot_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:45:08.0268741Z test_not_broadcastable_igamma_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:45:08.0708960Z test_not_broadcastable_igammac_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:45:08.1252893Z test_not_broadcastable_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.054s) 2022-09-27T16:45:08.1270407Z test_not_broadcastable_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:45:08.1286338Z test_not_broadcastable_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:45:08.1801588Z test_not_broadcastable_ldexp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:45:08.2239945Z test_not_broadcastable_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:45:08.2870173Z test_not_broadcastable_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:45:08.3497685Z test_not_broadcastable_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:45:08.4130713Z test_not_broadcastable_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:45:08.4572197Z test_not_broadcastable_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:45:08.5086656Z test_not_broadcastable_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:45:08.5525732Z test_not_broadcastable_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:45:08.6044809Z test_not_broadcastable_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.052s) 2022-09-27T16:45:08.6483861Z test_not_broadcastable_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:45:08.6919205Z test_not_broadcastable_mul_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-09-27T16:45:08.7356272Z test_not_broadcastable_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:45:08.7792635Z test_not_broadcastable_nextafter_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-09-27T16:45:08.8333512Z test_not_broadcastable_polar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.054s) 2022-09-27T16:45:08.8772793Z test_not_broadcastable_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:45:08.9225843Z test_not_broadcastable_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.045s) 2022-09-27T16:45:08.9765826Z test_not_broadcastable_rsub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.054s) 2022-09-27T16:45:09.0207948Z test_not_broadcastable_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:45:09.0644510Z test_not_broadcastable_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-09-27T16:45:09.0656151Z 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:45:09.0667508Z 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:45:09.1105288Z test_not_broadcastable_special_hermite_polynomial_h_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:45:09.1542687Z test_not_broadcastable_special_hermite_polynomial_he_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:45:09.1986578Z test_not_broadcastable_special_laguerre_polynomial_l_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:45:09.1998544Z 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:45:09.2009652Z 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:45:09.2020687Z 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:45:09.2031637Z 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:45:09.2042332Z 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:45:09.2486292Z test_not_broadcastable_special_xlog1py_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:45:09.2929575Z test_not_broadcastable_special_zeta_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:45:09.3395429Z test_not_broadcastable_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.046s) 2022-09-27T16:45:09.3921110Z test_not_broadcastable_true_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.052s) 2022-09-27T16:45:09.4363157Z test_not_broadcastable_xlogy_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:45:09.4413794Z test_out_resize_warning_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:45:09.8471278Z test_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.406s) 2022-09-27T16:45:10.2511296Z test_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.404s) 2022-09-27T16:45:10.6525456Z test_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.401s) 2022-09-27T16:45:10.8588410Z test_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.206s) 2022-09-27T16:45:11.2530274Z test_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.394s) 2022-09-27T16:45:11.6701881Z test_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.417s) 2022-09-27T16:45:12.0454975Z test_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.375s) 2022-09-27T16:45:12.4150803Z test_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.369s) 2022-09-27T16:45:12.8267549Z test_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.412s) 2022-09-27T16:45:13.1927141Z test_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.366s) 2022-09-27T16:45:13.5544499Z test_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.362s) 2022-09-27T16:45:13.5558331Z test_pow_cuda_complex_extremal_failing_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:45:13.5570080Z test_pow_cuda_complex_extremal_failing_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:45:13.6071793Z test_pow_inplace_resizing_exception_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.050s) 2022-09-27T16:45:13.6165785Z test_pow_scalar_base_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:45:13.6626285Z test_pow_scalar_overloads_mem_overlap_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.046s) 2022-09-27T16:45:13.6659973Z 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:45:13.6660859Z out=torch.tensor(0, dtype=torch.int64, device=device), 2022-09-27T16:45:13.6661679Z 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:45:13.6662328Z out=torch.tensor(0, dtype=torch.int64, device=device), 2022-09-27T16:45:13.6681138Z ok (0.006s) 2022-09-27T16:45:13.6724362Z test_rdiv_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:45:13.6764870Z test_rdiv_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:45:13.6803069Z test_rdiv_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:45:13.6840376Z test_rdiv_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:45:13.6877919Z test_rdiv_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:45:13.6915551Z test_rdiv_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:45:13.6953827Z test_rdiv_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:45:13.6989319Z test_rdiv_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:45:13.7025811Z test_rdiv_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:45:13.9605519Z test_reference_numerics_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.258s) 2022-09-27T16:45:14.0438656Z test_reference_numerics_add_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.083s) 2022-09-27T16:45:14.5778609Z test_reference_numerics_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.534s) 2022-09-27T16:45:15.1446422Z test_reference_numerics_add_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.567s) 2022-09-27T16:45:15.5489977Z test_reference_numerics_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.404s) 2022-09-27T16:45:15.8133961Z test_reference_numerics_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.264s) 2022-09-27T16:45:16.1030824Z test_reference_numerics_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.290s) 2022-09-27T16:45:16.3839002Z test_reference_numerics_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.281s) 2022-09-27T16:45:16.4665573Z test_reference_numerics_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.083s) 2022-09-27T16:45:16.5529181Z test_reference_numerics_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.086s) 2022-09-27T16:45:16.6355907Z test_reference_numerics_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.083s) 2022-09-27T16:45:16.7119649Z test_reference_numerics_add_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.076s) 2022-09-27T16:45:16.7976312Z test_reference_numerics_add_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.086s) 2022-09-27T16:45:16.8808106Z test_reference_numerics_bitwise_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.083s) 2022-09-27T16:45:16.9635289Z test_reference_numerics_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.083s) 2022-09-27T16:45:17.0494702Z test_reference_numerics_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.086s) 2022-09-27T16:45:17.1809691Z test_reference_numerics_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.131s) 2022-09-27T16:45:17.2571641Z test_reference_numerics_bitwise_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.076s) 2022-09-27T16:45:17.3451798Z test_reference_numerics_bitwise_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.088s) 2022-09-27T16:45:17.4318233Z test_reference_numerics_bitwise_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.087s) 2022-09-27T16:45:17.5150950Z test_reference_numerics_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.083s) 2022-09-27T16:45:17.6080972Z test_reference_numerics_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.093s) 2022-09-27T16:45:17.6883575Z test_reference_numerics_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.080s) 2022-09-27T16:45:17.7667474Z test_reference_numerics_bitwise_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.078s) 2022-09-27T16:45:17.8459050Z test_reference_numerics_bitwise_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.079s) 2022-09-27T16:45:17.9291281Z test_reference_numerics_bitwise_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.083s) 2022-09-27T16:45:18.0116096Z test_reference_numerics_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.082s) 2022-09-27T16:45:18.0972387Z test_reference_numerics_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.086s) 2022-09-27T16:45:18.1874348Z test_reference_numerics_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.090s) 2022-09-27T16:45:18.2854283Z test_reference_numerics_bitwise_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.098s) 2022-09-27T16:45:18.3647416Z test_reference_numerics_bitwise_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.079s) 2022-09-27T16:45:18.5746595Z test_reference_numerics_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.210s) 2022-09-27T16:45:18.6608321Z test_reference_numerics_clamp_max_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.086s) 2022-09-27T16:45:18.9339119Z test_reference_numerics_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.273s) 2022-09-27T16:45:19.1604916Z test_reference_numerics_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.226s) 2022-09-27T16:45:19.5403355Z test_reference_numerics_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.380s) 2022-09-27T16:45:19.6211276Z test_reference_numerics_clamp_max_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.081s) 2022-09-27T16:45:19.7074200Z test_reference_numerics_clamp_max_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.086s) 2022-09-27T16:45:19.7898261Z test_reference_numerics_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.082s) 2022-09-27T16:45:19.8680765Z test_reference_numerics_clamp_max_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.078s) 2022-09-27T16:45:19.9494043Z test_reference_numerics_clamp_max_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.081s) 2022-09-27T16:45:20.1587259Z test_reference_numerics_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.209s) 2022-09-27T16:45:20.2415909Z test_reference_numerics_clamp_min_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.083s) 2022-09-27T16:45:20.5975735Z test_reference_numerics_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.356s) 2022-09-27T16:45:20.8285662Z test_reference_numerics_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.231s) 2022-09-27T16:45:21.1065446Z test_reference_numerics_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.278s) 2022-09-27T16:45:21.1873146Z test_reference_numerics_clamp_min_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.081s) 2022-09-27T16:45:21.2737126Z test_reference_numerics_clamp_min_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.086s) 2022-09-27T16:45:21.3565048Z test_reference_numerics_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.083s) 2022-09-27T16:45:21.4352655Z test_reference_numerics_clamp_min_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.079s) 2022-09-27T16:45:21.5512337Z test_reference_numerics_clamp_min_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.116s) 2022-09-27T16:45:21.6533680Z test_reference_numerics_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.102s) 2022-09-27T16:45:21.7395179Z test_reference_numerics_eq_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.086s) 2022-09-27T16:45:22.0772599Z test_reference_numerics_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.338s) 2022-09-27T16:45:22.3814219Z test_reference_numerics_eq_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.304s) 2022-09-27T16:45:22.6675485Z test_reference_numerics_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.286s) 2022-09-27T16:45:22.8312228Z test_reference_numerics_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.164s) 2022-09-27T16:45:22.9579123Z test_reference_numerics_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.127s) 2022-09-27T16:45:23.1326046Z test_reference_numerics_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.175s) 2022-09-27T16:45:23.2350966Z test_reference_numerics_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.102s) 2022-09-27T16:45:23.3246538Z test_reference_numerics_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.089s) 2022-09-27T16:45:23.4128019Z test_reference_numerics_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.088s) 2022-09-27T16:45:23.4917531Z test_reference_numerics_eq_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.079s) 2022-09-27T16:45:23.5738087Z test_reference_numerics_eq_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.082s) 2022-09-27T16:45:23.5746072Z test_reference_numerics_extremal_values_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:23.5754851Z test_reference_numerics_extremal_values_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:45:23.5762923Z test_reference_numerics_extremal_values_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:45:23.5770807Z test_reference_numerics_extremal_values_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:23.5778973Z test_reference_numerics_extremal_values_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:23.5786856Z test_reference_numerics_extremal_values_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:23.5795368Z test_reference_numerics_extremal_values_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:23.5803600Z test_reference_numerics_extremal_values_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:23.5811429Z test_reference_numerics_extremal_values_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:23.5819223Z test_reference_numerics_extremal_values_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:23.5826892Z test_reference_numerics_extremal_values_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:23.5835474Z test_reference_numerics_extremal_values_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:23.5843360Z test_reference_numerics_extremal_values_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:23.5851015Z test_reference_numerics_extremal_values_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:23.5858732Z test_reference_numerics_extremal_values_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:23.5866699Z test_reference_numerics_extremal_values_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:23.5874914Z test_reference_numerics_extremal_values_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:23.5882662Z test_reference_numerics_extremal_values_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:23.5890426Z test_reference_numerics_extremal_values_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:23.5898168Z test_reference_numerics_extremal_values_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:23.5906206Z test_reference_numerics_extremal_values_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:23.5914447Z test_reference_numerics_extremal_values_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:45:23.5922507Z test_reference_numerics_extremal_values_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:45:23.5930547Z test_reference_numerics_extremal_values_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:23.5938477Z test_reference_numerics_extremal_values_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:23.5946486Z test_reference_numerics_extremal_values_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:23.5954688Z test_reference_numerics_extremal_values_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:45:23.5962782Z test_reference_numerics_extremal_values_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:45:23.5970664Z test_reference_numerics_extremal_values_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:23.5978745Z test_reference_numerics_extremal_values_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:23.5987211Z test_reference_numerics_extremal_values_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:23.5995315Z test_reference_numerics_extremal_values_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:23.6003485Z test_reference_numerics_extremal_values_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:23.6011619Z test_reference_numerics_extremal_values_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:23.6019860Z test_reference_numerics_extremal_values_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:23.6027898Z test_reference_numerics_extremal_values_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:23.6036321Z test_reference_numerics_extremal_values_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:23.6044509Z test_reference_numerics_extremal_values_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:23.6052688Z test_reference_numerics_extremal_values_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:23.6060772Z test_reference_numerics_extremal_values_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:23.6068919Z test_reference_numerics_extremal_values_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:23.6077223Z test_reference_numerics_extremal_values_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:23.6085239Z test_reference_numerics_extremal_values_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:45:23.6093020Z test_reference_numerics_extremal_values_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:45:23.6100735Z test_reference_numerics_extremal_values_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:45:23.6108214Z test_reference_numerics_extremal_values_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:45:23.6116295Z test_reference_numerics_extremal_values_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:45:23.6123983Z test_reference_numerics_extremal_values_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:45:23.6131985Z test_reference_numerics_extremal_values_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:45:23.6140058Z test_reference_numerics_extremal_values_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:45:23.6148159Z test_reference_numerics_extremal_values_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:45:23.6156150Z test_reference_numerics_extremal_values_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:45:23.6163940Z test_reference_numerics_extremal_values_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:23.6171713Z test_reference_numerics_extremal_values_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:23.6179797Z test_reference_numerics_extremal_values_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:23.6187917Z test_reference_numerics_extremal_values_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:23.6196337Z test_reference_numerics_extremal_values_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:23.6204530Z test_reference_numerics_extremal_values_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:23.6213692Z test_reference_numerics_extremal_values_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:23.6221494Z test_reference_numerics_extremal_values_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:23.6229334Z test_reference_numerics_extremal_values_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:23.6237815Z test_reference_numerics_extremal_values_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:23.6245624Z test_reference_numerics_extremal_values_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:23.6253683Z test_reference_numerics_extremal_values_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:23.6262041Z test_reference_numerics_extremal_values_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:23.6270107Z test_reference_numerics_extremal_values_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:23.6277791Z test_reference_numerics_extremal_values_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:23.6285429Z test_reference_numerics_extremal_values_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:23.6293489Z test_reference_numerics_extremal_values_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:23.6300762Z test_reference_numerics_extremal_values_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:23.6309090Z test_reference_numerics_extremal_values_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:23.6316799Z test_reference_numerics_extremal_values_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:23.6324264Z test_reference_numerics_extremal_values_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:23.6332009Z test_reference_numerics_extremal_values_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:23.6339464Z test_reference_numerics_extremal_values_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:23.6346979Z test_reference_numerics_extremal_values_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:23.6354916Z test_reference_numerics_extremal_values_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:23.6362497Z test_reference_numerics_extremal_values_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:23.6369961Z test_reference_numerics_extremal_values_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:23.6377510Z test_reference_numerics_extremal_values_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:23.6385175Z test_reference_numerics_extremal_values_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:23.6393345Z test_reference_numerics_extremal_values_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:23.6401321Z test_reference_numerics_extremal_values_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:23.6408998Z test_reference_numerics_extremal_values_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:23.6416882Z test_reference_numerics_extremal_values_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:23.6424631Z test_reference_numerics_extremal_values_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:23.6432783Z test_reference_numerics_extremal_values_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:23.6440288Z test_reference_numerics_extremal_values_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:23.6447937Z test_reference_numerics_extremal_values_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:23.6456023Z test_reference_numerics_extremal_values_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:23.6462916Z test_reference_numerics_extremal_values_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:23.6471101Z test_reference_numerics_extremal_values_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:23.6478527Z test_reference_numerics_extremal_values_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:23.6486478Z test_reference_numerics_extremal_values_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:23.6494694Z test_reference_numerics_extremal_values_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:23.6503191Z test_reference_numerics_extremal_values_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:23.6511510Z test_reference_numerics_extremal_values_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:23.6520317Z test_reference_numerics_extremal_values_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:23.6528170Z test_reference_numerics_extremal_values_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:23.6535806Z test_reference_numerics_extremal_values_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:23.6543455Z test_reference_numerics_extremal_values_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:23.6551168Z test_reference_numerics_extremal_values_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:23.6559278Z test_reference_numerics_extremal_values_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:23.6567148Z test_reference_numerics_extremal_values_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:23.6574728Z test_reference_numerics_extremal_values_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:23.6582335Z test_reference_numerics_extremal_values_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:23.6590204Z test_reference_numerics_extremal_values_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:23.6598211Z test_reference_numerics_extremal_values_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:23.6605893Z test_reference_numerics_extremal_values_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:23.6613667Z test_reference_numerics_extremal_values_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:23.6621312Z test_reference_numerics_extremal_values_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:23.6629046Z test_reference_numerics_extremal_values_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:23.6637103Z test_reference_numerics_extremal_values_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:23.6644796Z test_reference_numerics_extremal_values_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:45:23.6652758Z test_reference_numerics_extremal_values_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:45:23.6660197Z test_reference_numerics_extremal_values_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:23.6667837Z test_reference_numerics_extremal_values_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:23.6676030Z test_reference_numerics_extremal_values_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:23.6684168Z test_reference_numerics_extremal_values_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:23.6692022Z test_reference_numerics_extremal_values_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:23.6700344Z test_reference_numerics_extremal_values_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:23.6708363Z test_reference_numerics_extremal_values_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:23.6717052Z test_reference_numerics_extremal_values_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:23.6725587Z test_reference_numerics_extremal_values_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:23.6733885Z test_reference_numerics_extremal_values_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:23.6742618Z test_reference_numerics_extremal_values_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:23.6750673Z test_reference_numerics_extremal_values_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:23.6758673Z test_reference_numerics_extremal_values_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:23.9501998Z test_reference_numerics_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.274s) 2022-09-27T16:45:24.1701327Z test_reference_numerics_float_power_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.220s) 2022-09-27T16:45:24.8616401Z test_reference_numerics_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.691s) 2022-09-27T16:45:25.3978125Z test_reference_numerics_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.536s) 2022-09-27T16:45:25.6859795Z test_reference_numerics_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.288s) 2022-09-27T16:45:26.0013094Z test_reference_numerics_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.315s) 2022-09-27T16:45:26.2983983Z test_reference_numerics_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.297s) 2022-09-27T16:45:26.5193416Z test_reference_numerics_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.221s) 2022-09-27T16:45:26.7421698Z test_reference_numerics_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.223s) 2022-09-27T16:45:26.9658108Z test_reference_numerics_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.224s) 2022-09-27T16:45:27.2149816Z test_reference_numerics_float_power_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.249s) 2022-09-27T16:45:27.4355785Z test_reference_numerics_float_power_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.220s) 2022-09-27T16:45:27.4360330Z test_reference_numerics_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:45:27.7849994Z test_reference_numerics_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.349s) 2022-09-27T16:45:28.0544336Z test_reference_numerics_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.269s) 2022-09-27T16:45:28.4225717Z test_reference_numerics_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.368s) 2022-09-27T16:45:28.5369441Z test_reference_numerics_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.114s) 2022-09-27T16:45:28.6576673Z test_reference_numerics_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.121s) 2022-09-27T16:45:28.7799728Z test_reference_numerics_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.122s) 2022-09-27T16:45:28.8819867Z test_reference_numerics_floor_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.102s) 2022-09-27T16:45:28.9752446Z test_reference_numerics_floor_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.093s) 2022-09-27T16:45:28.9757769Z test_reference_numerics_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:45:29.3386880Z test_reference_numerics_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.363s) 2022-09-27T16:45:29.5994485Z test_reference_numerics_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.261s) 2022-09-27T16:45:29.9023442Z test_reference_numerics_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.303s) 2022-09-27T16:45:30.0043198Z test_reference_numerics_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.102s) 2022-09-27T16:45:30.1096916Z test_reference_numerics_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.105s) 2022-09-27T16:45:30.2140241Z test_reference_numerics_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.104s) 2022-09-27T16:45:30.3108108Z test_reference_numerics_fmod_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.097s) 2022-09-27T16:45:30.4035013Z test_reference_numerics_fmod_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.093s) 2022-09-27T16:45:30.5150523Z test_reference_numerics_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.111s) 2022-09-27T16:45:30.6295382Z test_reference_numerics_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.114s) 2022-09-27T16:45:30.7455405Z test_reference_numerics_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.116s) 2022-09-27T16:45:30.8471356Z test_reference_numerics_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.101s) 2022-09-27T16:45:30.9488766Z test_reference_numerics_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.102s) 2022-09-27T16:45:31.0482544Z test_reference_numerics_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.099s) 2022-09-27T16:45:31.1342698Z test_reference_numerics_ge_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.086s) 2022-09-27T16:45:31.2983588Z test_reference_numerics_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.164s) 2022-09-27T16:45:31.4796134Z test_reference_numerics_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.181s) 2022-09-27T16:45:31.6596879Z test_reference_numerics_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.180s) 2022-09-27T16:45:31.7457382Z test_reference_numerics_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.086s) 2022-09-27T16:45:31.8347596Z test_reference_numerics_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.089s) 2022-09-27T16:45:31.9233338Z test_reference_numerics_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.088s) 2022-09-27T16:45:32.0052005Z test_reference_numerics_ge_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.082s) 2022-09-27T16:45:32.0847612Z test_reference_numerics_ge_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.079s) 2022-09-27T16:45:32.1863329Z test_reference_numerics_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.101s) 2022-09-27T16:45:32.2698085Z test_reference_numerics_gt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.083s) 2022-09-27T16:45:32.4335362Z test_reference_numerics_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.164s) 2022-09-27T16:45:32.6066390Z test_reference_numerics_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.173s) 2022-09-27T16:45:32.7742221Z test_reference_numerics_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.167s) 2022-09-27T16:45:32.8632039Z test_reference_numerics_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.089s) 2022-09-27T16:45:32.9524740Z test_reference_numerics_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.089s) 2022-09-27T16:45:33.0404229Z test_reference_numerics_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.088s) 2022-09-27T16:45:33.1194007Z test_reference_numerics_gt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.079s) 2022-09-27T16:45:33.2014922Z test_reference_numerics_gt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.082s) 2022-09-27T16:45:33.4183091Z test_reference_numerics_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.217s) 2022-09-27T16:45:33.5393988Z test_reference_numerics_heaviside_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.121s) 2022-09-27T16:45:33.8550865Z test_reference_numerics_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.316s) 2022-09-27T16:45:34.0889943Z test_reference_numerics_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.234s) 2022-09-27T16:45:34.3680897Z test_reference_numerics_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.279s) 2022-09-27T16:45:34.4664504Z test_reference_numerics_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.098s) 2022-09-27T16:45:34.5689158Z test_reference_numerics_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.102s) 2022-09-27T16:45:34.6683200Z test_reference_numerics_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.099s) 2022-09-27T16:45:34.8111239Z test_reference_numerics_heaviside_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.143s) 2022-09-27T16:45:34.9151562Z test_reference_numerics_heaviside_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.104s) 2022-09-27T16:45:35.0902649Z test_reference_numerics_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.175s) 2022-09-27T16:45:35.2764630Z test_reference_numerics_isclose_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.186s) 2022-09-27T16:45:35.7903671Z test_reference_numerics_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.514s) 2022-09-27T16:45:36.1640763Z test_reference_numerics_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.374s) 2022-09-27T16:45:36.4861035Z test_reference_numerics_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.322s) 2022-09-27T16:45:36.6914097Z test_reference_numerics_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.205s) 2022-09-27T16:45:37.0337115Z test_reference_numerics_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.342s) 2022-09-27T16:45:37.2244273Z test_reference_numerics_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.191s) 2022-09-27T16:45:37.4130186Z test_reference_numerics_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.188s) 2022-09-27T16:45:37.6013832Z test_reference_numerics_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.188s) 2022-09-27T16:45:37.7818855Z test_reference_numerics_isclose_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.180s) 2022-09-27T16:45:37.9617774Z test_reference_numerics_isclose_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.180s) 2022-09-27T16:45:37.9628586Z test_reference_numerics_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:45:37.9638449Z test_reference_numerics_jiterator_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:45:37.9647719Z test_reference_numerics_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:45:37.9656755Z test_reference_numerics_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:45:37.9665777Z test_reference_numerics_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:45:37.9675716Z test_reference_numerics_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:45:37.9685014Z test_reference_numerics_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:45:37.9694582Z test_reference_numerics_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:45:37.9704147Z test_reference_numerics_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:45:37.9714066Z test_reference_numerics_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:45:37.9723667Z test_reference_numerics_jiterator_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:45:37.9733190Z test_reference_numerics_jiterator_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:45:37.9742960Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:45:37.9753269Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:45:37.9762999Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:45:37.9773158Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:45:37.9782992Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:45:37.9793635Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:45:37.9803252Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:45:37.9813271Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:45:37.9823200Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:45:37.9833556Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:45:37.9843570Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:45:37.9853653Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:45:37.9862774Z test_reference_numerics_large_values_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:37.9872268Z test_reference_numerics_large_values_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:37.9881360Z test_reference_numerics_large_values_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:37.9891265Z test_reference_numerics_large_values_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:37.9899428Z test_reference_numerics_large_values_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:37.9908396Z test_reference_numerics_large_values_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:37.9917890Z test_reference_numerics_large_values_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:37.9927360Z test_reference_numerics_large_values_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:37.9935573Z test_reference_numerics_large_values_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:37.9944257Z test_reference_numerics_large_values_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:37.9954012Z test_reference_numerics_large_values_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:37.9963282Z test_reference_numerics_large_values_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:37.9972471Z test_reference_numerics_large_values_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:37.9981303Z test_reference_numerics_large_values_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:37.9990845Z test_reference_numerics_large_values_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:37.9999929Z test_reference_numerics_large_values_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.0009212Z test_reference_numerics_large_values_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.0018080Z test_reference_numerics_large_values_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.0027419Z test_reference_numerics_large_values_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.0036231Z test_reference_numerics_large_values_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.0045419Z test_reference_numerics_large_values_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.0055178Z test_reference_numerics_large_values_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.0064548Z test_reference_numerics_large_values_clamp_max_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.0073629Z test_reference_numerics_large_values_clamp_max_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.0082718Z test_reference_numerics_large_values_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.0091382Z test_reference_numerics_large_values_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.0099924Z test_reference_numerics_large_values_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.0108772Z test_reference_numerics_large_values_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.0118182Z test_reference_numerics_large_values_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.0127172Z test_reference_numerics_large_values_clamp_min_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.0135669Z test_reference_numerics_large_values_clamp_min_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.0144791Z test_reference_numerics_large_values_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.0153909Z test_reference_numerics_large_values_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.0162808Z test_reference_numerics_large_values_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.0171422Z test_reference_numerics_large_values_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.0180267Z test_reference_numerics_large_values_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.0188950Z test_reference_numerics_large_values_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.0198247Z test_reference_numerics_large_values_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.0207192Z test_reference_numerics_large_values_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.0215938Z test_reference_numerics_large_values_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.0224542Z test_reference_numerics_large_values_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.0233747Z test_reference_numerics_large_values_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.0242625Z test_reference_numerics_large_values_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:45:38.0251783Z test_reference_numerics_large_values_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:45:38.0260493Z test_reference_numerics_large_values_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.0269431Z test_reference_numerics_large_values_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.0278794Z test_reference_numerics_large_values_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.0287932Z test_reference_numerics_large_values_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.0296975Z test_reference_numerics_large_values_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.0306237Z test_reference_numerics_large_values_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.0315508Z test_reference_numerics_large_values_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:45:38.0326062Z test_reference_numerics_large_values_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.0334712Z test_reference_numerics_large_values_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.0343517Z test_reference_numerics_large_values_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.0352407Z test_reference_numerics_large_values_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.0361278Z test_reference_numerics_large_values_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.0369946Z test_reference_numerics_large_values_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.0378870Z test_reference_numerics_large_values_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.0387323Z test_reference_numerics_large_values_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.0396305Z test_reference_numerics_large_values_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.0404831Z test_reference_numerics_large_values_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.0413384Z test_reference_numerics_large_values_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.0422322Z test_reference_numerics_large_values_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.0431343Z test_reference_numerics_large_values_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.0440527Z test_reference_numerics_large_values_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.0449610Z test_reference_numerics_large_values_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.0457834Z test_reference_numerics_large_values_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.0466398Z test_reference_numerics_large_values_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.0475267Z test_reference_numerics_large_values_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.0484131Z test_reference_numerics_large_values_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.0492939Z test_reference_numerics_large_values_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.0501694Z test_reference_numerics_large_values_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.0510724Z test_reference_numerics_large_values_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.0520037Z test_reference_numerics_large_values_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.0528622Z test_reference_numerics_large_values_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.0537418Z test_reference_numerics_large_values_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.0546480Z test_reference_numerics_large_values_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.0556422Z test_reference_numerics_large_values_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.0565606Z test_reference_numerics_large_values_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.0574965Z test_reference_numerics_large_values_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.0584283Z test_reference_numerics_large_values_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.0594449Z test_reference_numerics_large_values_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.0603631Z test_reference_numerics_large_values_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.0714298Z test_reference_numerics_large_values_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.011s) 2022-09-27T16:45:38.0722697Z test_reference_numerics_large_values_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.0731283Z test_reference_numerics_large_values_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.0739619Z test_reference_numerics_large_values_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.0747915Z test_reference_numerics_large_values_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.0756579Z test_reference_numerics_large_values_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.0764835Z test_reference_numerics_large_values_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.0773422Z test_reference_numerics_large_values_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.0782025Z test_reference_numerics_large_values_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.0790849Z test_reference_numerics_large_values_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.0799259Z test_reference_numerics_large_values_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.0807640Z test_reference_numerics_large_values_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.0816016Z test_reference_numerics_large_values_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.0824281Z test_reference_numerics_large_values_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.0832847Z test_reference_numerics_large_values_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.0841119Z test_reference_numerics_large_values_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.0849596Z test_reference_numerics_large_values_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.0858328Z test_reference_numerics_large_values_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.0867110Z test_reference_numerics_large_values_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.0875876Z test_reference_numerics_large_values_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.0883946Z test_reference_numerics_large_values_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.0892572Z test_reference_numerics_large_values_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.0901298Z test_reference_numerics_large_values_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.0910542Z test_reference_numerics_large_values_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.0919215Z test_reference_numerics_large_values_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.0927846Z test_reference_numerics_large_values_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.0937731Z test_reference_numerics_large_values_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.0946187Z test_reference_numerics_large_values_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.0955410Z test_reference_numerics_large_values_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.0963827Z test_reference_numerics_large_values_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.0972825Z test_reference_numerics_large_values_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.0981051Z test_reference_numerics_large_values_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.0989843Z test_reference_numerics_large_values_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.0998849Z test_reference_numerics_large_values_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.1007450Z test_reference_numerics_large_values_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.1016513Z test_reference_numerics_large_values_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.1025216Z test_reference_numerics_large_values_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.1033850Z test_reference_numerics_large_values_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.1042280Z test_reference_numerics_large_values_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.1050867Z test_reference_numerics_large_values_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.1059098Z test_reference_numerics_large_values_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.1067363Z test_reference_numerics_large_values_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.1076383Z test_reference_numerics_large_values_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.1084938Z test_reference_numerics_large_values_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.1093661Z test_reference_numerics_large_values_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.1101972Z test_reference_numerics_large_values_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.1110721Z test_reference_numerics_large_values_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.1119532Z test_reference_numerics_large_values_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.1128220Z test_reference_numerics_large_values_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.1136808Z test_reference_numerics_large_values_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.1145273Z test_reference_numerics_large_values_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.1153952Z test_reference_numerics_large_values_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.1162514Z test_reference_numerics_large_values_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.1170902Z test_reference_numerics_large_values_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.1179397Z test_reference_numerics_large_values_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.1187643Z test_reference_numerics_large_values_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.1196328Z test_reference_numerics_large_values_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.1204794Z test_reference_numerics_large_values_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.1213787Z test_reference_numerics_large_values_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.1222383Z test_reference_numerics_large_values_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.1230790Z test_reference_numerics_large_values_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.1239233Z test_reference_numerics_large_values_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.1248503Z test_reference_numerics_large_values_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.1257078Z test_reference_numerics_large_values_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.1265004Z test_reference_numerics_large_values_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.1273503Z test_reference_numerics_large_values_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.1282307Z test_reference_numerics_large_values_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.1291138Z test_reference_numerics_large_values_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.1299963Z test_reference_numerics_large_values_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.1308552Z test_reference_numerics_large_values_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.1317606Z test_reference_numerics_large_values_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.1326224Z test_reference_numerics_large_values_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.1334609Z test_reference_numerics_large_values_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.1343089Z test_reference_numerics_large_values_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.1351659Z test_reference_numerics_large_values_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.1360367Z test_reference_numerics_large_values_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.1368770Z test_reference_numerics_large_values_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.1377140Z test_reference_numerics_large_values_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.1385424Z test_reference_numerics_large_values_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.1393891Z test_reference_numerics_large_values_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.1402516Z test_reference_numerics_large_values_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.1410919Z test_reference_numerics_large_values_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.1419353Z test_reference_numerics_large_values_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.1427776Z test_reference_numerics_large_values_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.1436460Z test_reference_numerics_large_values_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.1444648Z test_reference_numerics_large_values_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.1452986Z test_reference_numerics_large_values_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.1461396Z test_reference_numerics_large_values_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.1469795Z test_reference_numerics_large_values_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.1478615Z test_reference_numerics_large_values_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.1486901Z test_reference_numerics_large_values_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.1495085Z test_reference_numerics_large_values_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.1503998Z test_reference_numerics_large_values_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.1512161Z test_reference_numerics_large_values_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.1520591Z test_reference_numerics_large_values_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.1528990Z test_reference_numerics_large_values_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.1537328Z test_reference_numerics_large_values_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.1545687Z test_reference_numerics_large_values_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.1554115Z test_reference_numerics_large_values_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.1562585Z test_reference_numerics_large_values_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.1570989Z test_reference_numerics_large_values_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.1579445Z test_reference_numerics_large_values_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.1587776Z test_reference_numerics_large_values_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.1596354Z test_reference_numerics_large_values_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.1604753Z test_reference_numerics_large_values_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.1612978Z test_reference_numerics_large_values_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.1621774Z test_reference_numerics_large_values_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.1630130Z test_reference_numerics_large_values_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.1638895Z test_reference_numerics_large_values_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.1647402Z test_reference_numerics_large_values_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.1655609Z test_reference_numerics_large_values_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.1664031Z test_reference_numerics_large_values_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.1672771Z test_reference_numerics_large_values_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.1681326Z test_reference_numerics_large_values_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.1689884Z test_reference_numerics_large_values_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:45:38.1698336Z test_reference_numerics_large_values_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:45:38.1707151Z test_reference_numerics_large_values_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.1716321Z test_reference_numerics_large_values_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.1724703Z test_reference_numerics_large_values_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.1733450Z test_reference_numerics_large_values_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.1742383Z test_reference_numerics_large_values_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.1752588Z test_reference_numerics_large_values_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.1761619Z test_reference_numerics_large_values_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.1769972Z test_reference_numerics_large_values_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.1778816Z test_reference_numerics_large_values_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.1787597Z test_reference_numerics_large_values_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.1796395Z test_reference_numerics_large_values_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.1805065Z test_reference_numerics_large_values_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.1813994Z test_reference_numerics_large_values_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.1822932Z test_reference_numerics_large_values_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.1831621Z test_reference_numerics_large_values_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.1840568Z test_reference_numerics_large_values_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.1849695Z test_reference_numerics_large_values_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.1857957Z test_reference_numerics_large_values_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.1866086Z test_reference_numerics_large_values_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.1874700Z test_reference_numerics_large_values_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.1882976Z test_reference_numerics_large_values_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.1891369Z test_reference_numerics_large_values_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:38.3033530Z test_reference_numerics_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.114s) 2022-09-27T16:45:38.4196640Z test_reference_numerics_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.116s) 2022-09-27T16:45:38.5426627Z test_reference_numerics_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.123s) 2022-09-27T16:45:38.6485713Z test_reference_numerics_lcm_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.106s) 2022-09-27T16:45:38.7530294Z test_reference_numerics_lcm_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.105s) 2022-09-27T16:45:38.8537873Z test_reference_numerics_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.101s) 2022-09-27T16:45:38.9374473Z test_reference_numerics_le_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.084s) 2022-09-27T16:45:39.1052740Z test_reference_numerics_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.168s) 2022-09-27T16:45:39.2536799Z test_reference_numerics_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.148s) 2022-09-27T16:45:39.4233683Z test_reference_numerics_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.170s) 2022-09-27T16:45:39.5096871Z test_reference_numerics_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.086s) 2022-09-27T16:45:39.5989406Z test_reference_numerics_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.089s) 2022-09-27T16:45:39.6867291Z test_reference_numerics_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.088s) 2022-09-27T16:45:39.7685679Z test_reference_numerics_le_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.082s) 2022-09-27T16:45:39.8483705Z test_reference_numerics_le_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.080s) 2022-09-27T16:45:39.9502741Z test_reference_numerics_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.102s) 2022-09-27T16:45:40.0330957Z test_reference_numerics_logical_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.083s) 2022-09-27T16:45:40.4108596Z test_reference_numerics_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.378s) 2022-09-27T16:45:40.6416567Z test_reference_numerics_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.231s) 2022-09-27T16:45:40.7941536Z test_reference_numerics_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.152s) 2022-09-27T16:45:40.9122758Z test_reference_numerics_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.118s) 2022-09-27T16:45:41.0802182Z test_reference_numerics_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.168s) 2022-09-27T16:45:41.1691705Z test_reference_numerics_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.089s) 2022-09-27T16:45:41.2589908Z test_reference_numerics_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.090s) 2022-09-27T16:45:41.3836360Z test_reference_numerics_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.125s) 2022-09-27T16:45:41.4627754Z test_reference_numerics_logical_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.079s) 2022-09-27T16:45:41.5451784Z test_reference_numerics_logical_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.082s) 2022-09-27T16:45:41.6479758Z test_reference_numerics_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.103s) 2022-09-27T16:45:41.7329362Z test_reference_numerics_logical_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.085s) 2022-09-27T16:45:42.0717216Z test_reference_numerics_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.339s) 2022-09-27T16:45:42.2957676Z test_reference_numerics_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.224s) 2022-09-27T16:45:42.5166261Z test_reference_numerics_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.221s) 2022-09-27T16:45:42.6460043Z test_reference_numerics_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.129s) 2022-09-27T16:45:42.8115390Z test_reference_numerics_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.165s) 2022-09-27T16:45:42.8999283Z test_reference_numerics_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.088s) 2022-09-27T16:45:42.9882310Z test_reference_numerics_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.088s) 2022-09-27T16:45:43.0748181Z test_reference_numerics_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.086s) 2022-09-27T16:45:43.1530172Z test_reference_numerics_logical_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.078s) 2022-09-27T16:45:43.2342159Z test_reference_numerics_logical_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.081s) 2022-09-27T16:45:43.3338371Z test_reference_numerics_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.100s) 2022-09-27T16:45:43.4184344Z test_reference_numerics_logical_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.084s) 2022-09-27T16:45:43.7925686Z test_reference_numerics_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.374s) 2022-09-27T16:45:44.0152009Z test_reference_numerics_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.223s) 2022-09-27T16:45:44.1660084Z test_reference_numerics_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.151s) 2022-09-27T16:45:44.2828986Z test_reference_numerics_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.117s) 2022-09-27T16:45:44.4502173Z test_reference_numerics_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.167s) 2022-09-27T16:45:44.5382053Z test_reference_numerics_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.088s) 2022-09-27T16:45:44.6551241Z test_reference_numerics_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.117s) 2022-09-27T16:45:44.7415116Z test_reference_numerics_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.086s) 2022-09-27T16:45:44.8230927Z test_reference_numerics_logical_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.081s) 2022-09-27T16:45:44.9047851Z test_reference_numerics_logical_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.082s) 2022-09-27T16:45:45.0025533Z test_reference_numerics_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.098s) 2022-09-27T16:45:45.0873302Z test_reference_numerics_lt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.085s) 2022-09-27T16:45:45.2488126Z test_reference_numerics_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.161s) 2022-09-27T16:45:45.3634404Z test_reference_numerics_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.115s) 2022-09-27T16:45:45.5323775Z test_reference_numerics_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.169s) 2022-09-27T16:45:45.6204976Z test_reference_numerics_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.088s) 2022-09-27T16:45:45.7502517Z test_reference_numerics_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.130s) 2022-09-27T16:45:45.8374658Z test_reference_numerics_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.087s) 2022-09-27T16:45:45.9157402Z test_reference_numerics_lt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.078s) 2022-09-27T16:45:45.9969595Z test_reference_numerics_lt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.081s) 2022-09-27T16:45:46.2031131Z test_reference_numerics_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.206s) 2022-09-27T16:45:46.2871441Z test_reference_numerics_max_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.084s) 2022-09-27T16:45:46.5619760Z test_reference_numerics_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.275s) 2022-09-27T16:45:46.8501837Z test_reference_numerics_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.288s) 2022-09-27T16:45:47.1218945Z test_reference_numerics_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.272s) 2022-09-27T16:45:47.2058977Z test_reference_numerics_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.084s) 2022-09-27T16:45:47.2914445Z test_reference_numerics_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.085s) 2022-09-27T16:45:47.3731649Z test_reference_numerics_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.082s) 2022-09-27T16:45:47.4523506Z test_reference_numerics_max_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.079s) 2022-09-27T16:45:47.5307340Z test_reference_numerics_max_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.078s) 2022-09-27T16:45:47.7548976Z test_reference_numerics_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.224s) 2022-09-27T16:45:47.8399027Z test_reference_numerics_maximum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.084s) 2022-09-27T16:45:48.1590365Z test_reference_numerics_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.320s) 2022-09-27T16:45:48.3856955Z test_reference_numerics_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.227s) 2022-09-27T16:45:48.6599872Z test_reference_numerics_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.274s) 2022-09-27T16:45:48.7419064Z test_reference_numerics_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.082s) 2022-09-27T16:45:48.8276821Z test_reference_numerics_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.086s) 2022-09-27T16:45:48.9092214Z test_reference_numerics_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.082s) 2022-09-27T16:45:48.9905320Z test_reference_numerics_maximum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.081s) 2022-09-27T16:45:49.0864684Z test_reference_numerics_maximum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.096s) 2022-09-27T16:45:49.2925201Z test_reference_numerics_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.206s) 2022-09-27T16:45:49.3745997Z test_reference_numerics_min_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.082s) 2022-09-27T16:45:49.6446335Z test_reference_numerics_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.270s) 2022-09-27T16:45:49.8696890Z test_reference_numerics_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.225s) 2022-09-27T16:45:50.2094718Z test_reference_numerics_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.340s) 2022-09-27T16:45:50.2892051Z test_reference_numerics_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.080s) 2022-09-27T16:45:50.3748283Z test_reference_numerics_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.086s) 2022-09-27T16:45:50.4570089Z test_reference_numerics_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.082s) 2022-09-27T16:45:50.5344720Z test_reference_numerics_min_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.077s) 2022-09-27T16:45:50.6155619Z test_reference_numerics_min_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.081s) 2022-09-27T16:45:50.8212376Z test_reference_numerics_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.206s) 2022-09-27T16:45:50.9031806Z test_reference_numerics_minimum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.082s) 2022-09-27T16:45:51.1834657Z test_reference_numerics_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.280s) 2022-09-27T16:45:51.4416878Z test_reference_numerics_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.258s) 2022-09-27T16:45:51.7224535Z test_reference_numerics_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.281s) 2022-09-27T16:45:51.8020537Z test_reference_numerics_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.080s) 2022-09-27T16:45:51.8876433Z test_reference_numerics_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.085s) 2022-09-27T16:45:51.9688509Z test_reference_numerics_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.081s) 2022-09-27T16:45:52.0463452Z test_reference_numerics_minimum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.077s) 2022-09-27T16:45:52.1274145Z test_reference_numerics_minimum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.081s) 2022-09-27T16:45:52.2247468Z test_reference_numerics_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.097s) 2022-09-27T16:45:52.3608995Z test_reference_numerics_ne_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.136s) 2022-09-27T16:45:52.6961252Z test_reference_numerics_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.335s) 2022-09-27T16:45:52.9167874Z test_reference_numerics_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.221s) 2022-09-27T16:45:53.0695945Z test_reference_numerics_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.153s) 2022-09-27T16:45:53.1851062Z test_reference_numerics_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.115s) 2022-09-27T16:45:53.3517886Z test_reference_numerics_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.167s) 2022-09-27T16:45:53.4606117Z test_reference_numerics_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.109s) 2022-09-27T16:45:53.5464981Z test_reference_numerics_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.086s) 2022-09-27T16:45:53.6329603Z test_reference_numerics_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.086s) 2022-09-27T16:45:53.7131477Z test_reference_numerics_ne_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.080s) 2022-09-27T16:45:53.7937707Z test_reference_numerics_ne_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.081s) 2022-09-27T16:45:54.0075377Z test_reference_numerics_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.214s) 2022-09-27T16:45:54.6891097Z test_reference_numerics_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.681s) 2022-09-27T16:45:55.2069380Z test_reference_numerics_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.518s) 2022-09-27T16:45:55.2127861Z test_reference_numerics_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:158: RuntimeWarning: overflow encountered in power 2022-09-27T16:45:55.2128498Z expected = op.ref(l_numpy, r_numpy) 2022-09-27T16:45:55.4946319Z ok (0.288s) 2022-09-27T16:45:55.7955796Z test_reference_numerics_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.301s) 2022-09-27T16:45:56.0850132Z test_reference_numerics_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.289s) 2022-09-27T16:45:56.1837465Z test_reference_numerics_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.099s) 2022-09-27T16:45:56.2855344Z test_reference_numerics_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.102s) 2022-09-27T16:45:56.3796798Z test_reference_numerics_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.094s) 2022-09-27T16:45:56.4692722Z test_reference_numerics_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.090s) 2022-09-27T16:45:56.5618445Z test_reference_numerics_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.092s) 2022-09-27T16:45:56.5623887Z test_reference_numerics_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:45:56.7767825Z test_reference_numerics_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:158: RuntimeWarning: overflow encountered in remainder 2022-09-27T16:45:56.7768369Z expected = op.ref(l_numpy, r_numpy) 2022-09-27T16:45:56.9107581Z ok (0.348s) 2022-09-27T16:45:57.1750519Z test_reference_numerics_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.264s) 2022-09-27T16:45:57.4794384Z test_reference_numerics_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.304s) 2022-09-27T16:45:57.5905732Z test_reference_numerics_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.111s) 2022-09-27T16:45:57.7049706Z test_reference_numerics_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.114s) 2022-09-27T16:45:57.8228386Z test_reference_numerics_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.118s) 2022-09-27T16:45:57.9263183Z test_reference_numerics_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.103s) 2022-09-27T16:45:58.0176054Z test_reference_numerics_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.091s) 2022-09-27T16:45:58.0182274Z test_reference_numerics_small_values_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.0188708Z test_reference_numerics_small_values_add_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.0195409Z test_reference_numerics_small_values_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.0202095Z test_reference_numerics_small_values_add_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.0208825Z test_reference_numerics_small_values_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.0215247Z test_reference_numerics_small_values_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.0222003Z test_reference_numerics_small_values_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.0228305Z test_reference_numerics_small_values_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.0235060Z test_reference_numerics_small_values_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.0241491Z test_reference_numerics_small_values_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.0248303Z test_reference_numerics_small_values_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.0254417Z test_reference_numerics_small_values_add_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.0260517Z test_reference_numerics_small_values_add_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.0266732Z test_reference_numerics_small_values_bitwise_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.0273381Z test_reference_numerics_small_values_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.0279744Z test_reference_numerics_small_values_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.0286187Z test_reference_numerics_small_values_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.0292302Z test_reference_numerics_small_values_bitwise_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.0298514Z test_reference_numerics_small_values_bitwise_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.0304736Z test_reference_numerics_small_values_bitwise_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.0311156Z test_reference_numerics_small_values_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.0317827Z test_reference_numerics_small_values_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.0323935Z test_reference_numerics_small_values_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.0330273Z test_reference_numerics_small_values_bitwise_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.0336517Z test_reference_numerics_small_values_bitwise_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.0342652Z test_reference_numerics_small_values_bitwise_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.0348909Z test_reference_numerics_small_values_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.0355531Z test_reference_numerics_small_values_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.0361841Z test_reference_numerics_small_values_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.0367601Z test_reference_numerics_small_values_bitwise_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.0373943Z test_reference_numerics_small_values_bitwise_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.0380277Z test_reference_numerics_small_values_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.0386579Z test_reference_numerics_small_values_clamp_max_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.0392915Z test_reference_numerics_small_values_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.0399290Z test_reference_numerics_small_values_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.0405589Z test_reference_numerics_small_values_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.0411937Z test_reference_numerics_small_values_clamp_max_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.0418167Z test_reference_numerics_small_values_clamp_max_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.0424748Z test_reference_numerics_small_values_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.0431987Z test_reference_numerics_small_values_clamp_max_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.0437960Z test_reference_numerics_small_values_clamp_max_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.0444503Z test_reference_numerics_small_values_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.0450907Z test_reference_numerics_small_values_clamp_min_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.0457349Z test_reference_numerics_small_values_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.0463884Z test_reference_numerics_small_values_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.0470416Z test_reference_numerics_small_values_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.0477116Z test_reference_numerics_small_values_clamp_min_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.0483466Z test_reference_numerics_small_values_clamp_min_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.0490012Z test_reference_numerics_small_values_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.0496864Z test_reference_numerics_small_values_clamp_min_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.0503885Z test_reference_numerics_small_values_clamp_min_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.0511515Z test_reference_numerics_small_values_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.0518928Z test_reference_numerics_small_values_eq_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.0526549Z test_reference_numerics_small_values_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.0533572Z test_reference_numerics_small_values_eq_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.0540977Z test_reference_numerics_small_values_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.0548074Z test_reference_numerics_small_values_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.0555378Z test_reference_numerics_small_values_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.0562842Z test_reference_numerics_small_values_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.0570196Z test_reference_numerics_small_values_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.0577302Z test_reference_numerics_small_values_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.0584464Z test_reference_numerics_small_values_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.0591909Z test_reference_numerics_small_values_eq_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.0599003Z test_reference_numerics_small_values_eq_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.0606230Z test_reference_numerics_small_values_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.0613377Z test_reference_numerics_small_values_float_power_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.0620572Z test_reference_numerics_small_values_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:45:58.0627984Z test_reference_numerics_small_values_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:45:58.0635181Z test_reference_numerics_small_values_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.0642663Z test_reference_numerics_small_values_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.0649691Z test_reference_numerics_small_values_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.0657443Z test_reference_numerics_small_values_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.0664794Z test_reference_numerics_small_values_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.0672244Z test_reference_numerics_small_values_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.0679468Z test_reference_numerics_small_values_float_power_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.0686621Z test_reference_numerics_small_values_float_power_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.0694035Z test_reference_numerics_small_values_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:45:58.0700206Z test_reference_numerics_small_values_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.0706822Z test_reference_numerics_small_values_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.0713590Z test_reference_numerics_small_values_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.0720244Z test_reference_numerics_small_values_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.0726686Z test_reference_numerics_small_values_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.0733053Z test_reference_numerics_small_values_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.0739465Z test_reference_numerics_small_values_floor_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:45:58.0745917Z test_reference_numerics_small_values_floor_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.0752579Z test_reference_numerics_small_values_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.0759045Z test_reference_numerics_small_values_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.0765404Z test_reference_numerics_small_values_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.0771747Z test_reference_numerics_small_values_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.0778161Z test_reference_numerics_small_values_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.0784454Z test_reference_numerics_small_values_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.0791018Z test_reference_numerics_small_values_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.0797357Z test_reference_numerics_small_values_fmod_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.0804370Z test_reference_numerics_small_values_fmod_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:45:58.0811139Z test_reference_numerics_small_values_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.0817701Z test_reference_numerics_small_values_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.0824045Z test_reference_numerics_small_values_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.0830856Z test_reference_numerics_small_values_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.0837077Z test_reference_numerics_small_values_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.0843691Z test_reference_numerics_small_values_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.0850049Z test_reference_numerics_small_values_ge_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.0856174Z test_reference_numerics_small_values_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.0862993Z test_reference_numerics_small_values_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.0869227Z test_reference_numerics_small_values_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.0876207Z test_reference_numerics_small_values_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.0883061Z test_reference_numerics_small_values_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.0889287Z test_reference_numerics_small_values_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.0895522Z test_reference_numerics_small_values_ge_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.0901717Z test_reference_numerics_small_values_ge_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.0907976Z test_reference_numerics_small_values_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.0914373Z test_reference_numerics_small_values_gt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.0920730Z test_reference_numerics_small_values_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.0927119Z test_reference_numerics_small_values_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.0933696Z test_reference_numerics_small_values_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.0940204Z test_reference_numerics_small_values_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.0946548Z test_reference_numerics_small_values_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.0953155Z test_reference_numerics_small_values_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.0959640Z test_reference_numerics_small_values_gt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.0966131Z test_reference_numerics_small_values_gt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.0972597Z test_reference_numerics_small_values_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.0978950Z test_reference_numerics_small_values_heaviside_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.0985144Z test_reference_numerics_small_values_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.0991875Z test_reference_numerics_small_values_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.0998210Z test_reference_numerics_small_values_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.1004561Z test_reference_numerics_small_values_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.1010960Z test_reference_numerics_small_values_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.1017529Z test_reference_numerics_small_values_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.1023652Z test_reference_numerics_small_values_heaviside_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.1030286Z test_reference_numerics_small_values_heaviside_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.1036960Z test_reference_numerics_small_values_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.1043621Z test_reference_numerics_small_values_isclose_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.1049774Z test_reference_numerics_small_values_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.1056595Z test_reference_numerics_small_values_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.1062657Z test_reference_numerics_small_values_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.1090527Z test_reference_numerics_small_values_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.003s) 2022-09-27T16:45:58.1097093Z test_reference_numerics_small_values_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.1103498Z test_reference_numerics_small_values_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.1110267Z test_reference_numerics_small_values_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.1116721Z test_reference_numerics_small_values_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.1122820Z test_reference_numerics_small_values_isclose_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.1129256Z test_reference_numerics_small_values_isclose_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.1135247Z test_reference_numerics_small_values_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.1141715Z test_reference_numerics_small_values_jiterator_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.1148096Z test_reference_numerics_small_values_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.1154963Z test_reference_numerics_small_values_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.1161423Z test_reference_numerics_small_values_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.1167956Z test_reference_numerics_small_values_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.1174266Z test_reference_numerics_small_values_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.1180566Z test_reference_numerics_small_values_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.1187166Z test_reference_numerics_small_values_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.1194233Z test_reference_numerics_small_values_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.1200748Z test_reference_numerics_small_values_jiterator_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.1207476Z test_reference_numerics_small_values_jiterator_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.1213870Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.1220394Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.1226656Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.1233546Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.1240068Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.1246493Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.1252959Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.1259501Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.1266155Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.1272820Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.1279118Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.1285348Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.1291469Z test_reference_numerics_small_values_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.1297699Z test_reference_numerics_small_values_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.1303867Z test_reference_numerics_small_values_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.1310306Z test_reference_numerics_small_values_lcm_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.1316562Z test_reference_numerics_small_values_lcm_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.1322817Z test_reference_numerics_small_values_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.1329154Z test_reference_numerics_small_values_le_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.1335899Z test_reference_numerics_small_values_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.1342894Z test_reference_numerics_small_values_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.1349357Z test_reference_numerics_small_values_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.1355896Z test_reference_numerics_small_values_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.1361992Z test_reference_numerics_small_values_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.1368204Z test_reference_numerics_small_values_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.1374445Z test_reference_numerics_small_values_le_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.1380644Z test_reference_numerics_small_values_le_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.1387273Z test_reference_numerics_small_values_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.1394115Z test_reference_numerics_small_values_logical_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.1400808Z test_reference_numerics_small_values_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.1407116Z test_reference_numerics_small_values_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.1413419Z test_reference_numerics_small_values_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.1419630Z test_reference_numerics_small_values_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.1426165Z test_reference_numerics_small_values_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.1433285Z test_reference_numerics_small_values_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.1439982Z test_reference_numerics_small_values_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.1446445Z test_reference_numerics_small_values_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.1452960Z test_reference_numerics_small_values_logical_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.1459426Z test_reference_numerics_small_values_logical_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.1466079Z test_reference_numerics_small_values_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.1472886Z test_reference_numerics_small_values_logical_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.1479459Z test_reference_numerics_small_values_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.1486244Z test_reference_numerics_small_values_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.1492811Z test_reference_numerics_small_values_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.1499043Z test_reference_numerics_small_values_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.1505407Z test_reference_numerics_small_values_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.1512295Z test_reference_numerics_small_values_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.1518799Z test_reference_numerics_small_values_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.1525383Z test_reference_numerics_small_values_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.1532189Z test_reference_numerics_small_values_logical_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.1538723Z test_reference_numerics_small_values_logical_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.1545375Z test_reference_numerics_small_values_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.1551756Z test_reference_numerics_small_values_logical_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.1558208Z test_reference_numerics_small_values_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.1564769Z test_reference_numerics_small_values_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.1570996Z test_reference_numerics_small_values_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.1577751Z test_reference_numerics_small_values_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.1584245Z test_reference_numerics_small_values_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.1591140Z test_reference_numerics_small_values_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.1597920Z test_reference_numerics_small_values_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.1604135Z test_reference_numerics_small_values_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.1610644Z test_reference_numerics_small_values_logical_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.1617504Z test_reference_numerics_small_values_logical_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.1624139Z test_reference_numerics_small_values_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.1631047Z test_reference_numerics_small_values_lt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.1637533Z test_reference_numerics_small_values_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.1644205Z test_reference_numerics_small_values_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.1650876Z test_reference_numerics_small_values_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.1656940Z test_reference_numerics_small_values_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.1663208Z test_reference_numerics_small_values_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.1669442Z test_reference_numerics_small_values_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.1676138Z test_reference_numerics_small_values_lt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.1682569Z test_reference_numerics_small_values_lt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.1689269Z test_reference_numerics_small_values_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.1695543Z test_reference_numerics_small_values_max_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.1701917Z test_reference_numerics_small_values_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.1708566Z test_reference_numerics_small_values_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.1714990Z test_reference_numerics_small_values_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.1721545Z test_reference_numerics_small_values_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.1727834Z test_reference_numerics_small_values_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.1734127Z test_reference_numerics_small_values_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.1740704Z test_reference_numerics_small_values_max_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.1747085Z test_reference_numerics_small_values_max_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.1754345Z test_reference_numerics_small_values_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.1760213Z test_reference_numerics_small_values_maximum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.1766527Z test_reference_numerics_small_values_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.1772953Z test_reference_numerics_small_values_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.1779131Z test_reference_numerics_small_values_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.1785352Z test_reference_numerics_small_values_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.1791809Z test_reference_numerics_small_values_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.1797943Z test_reference_numerics_small_values_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.1804258Z test_reference_numerics_small_values_maximum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.1810539Z test_reference_numerics_small_values_maximum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.1816963Z test_reference_numerics_small_values_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.1823283Z test_reference_numerics_small_values_min_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.1829838Z test_reference_numerics_small_values_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.1836897Z test_reference_numerics_small_values_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.1843096Z test_reference_numerics_small_values_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.1849465Z test_reference_numerics_small_values_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.1855648Z test_reference_numerics_small_values_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.1861827Z test_reference_numerics_small_values_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.1868314Z test_reference_numerics_small_values_min_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.1875014Z test_reference_numerics_small_values_min_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.1881171Z test_reference_numerics_small_values_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.1887685Z test_reference_numerics_small_values_minimum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.1894183Z test_reference_numerics_small_values_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.1900571Z test_reference_numerics_small_values_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.1907558Z test_reference_numerics_small_values_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.1914871Z test_reference_numerics_small_values_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.1921095Z test_reference_numerics_small_values_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.1927354Z test_reference_numerics_small_values_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.1933710Z test_reference_numerics_small_values_minimum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.1940534Z test_reference_numerics_small_values_minimum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.1946691Z test_reference_numerics_small_values_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.1953635Z test_reference_numerics_small_values_ne_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.1959782Z test_reference_numerics_small_values_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.1965848Z test_reference_numerics_small_values_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.1972763Z test_reference_numerics_small_values_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.1979440Z test_reference_numerics_small_values_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.1985083Z test_reference_numerics_small_values_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.1991380Z test_reference_numerics_small_values_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.1997370Z test_reference_numerics_small_values_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.2003565Z test_reference_numerics_small_values_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.2009434Z test_reference_numerics_small_values_ne_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.2015457Z test_reference_numerics_small_values_ne_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.2021599Z test_reference_numerics_small_values_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.2027819Z test_reference_numerics_small_values_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:45:58.2034170Z test_reference_numerics_small_values_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:45:58.2040340Z test_reference_numerics_small_values_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.2046421Z test_reference_numerics_small_values_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.2052550Z test_reference_numerics_small_values_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.2058652Z test_reference_numerics_small_values_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.2064873Z test_reference_numerics_small_values_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.2071076Z test_reference_numerics_small_values_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.2077546Z test_reference_numerics_small_values_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.2083483Z test_reference_numerics_small_values_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.2089950Z test_reference_numerics_small_values_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.2095986Z test_reference_numerics_small_values_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.2102726Z test_reference_numerics_small_values_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.2108642Z test_reference_numerics_small_values_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.2115126Z test_reference_numerics_small_values_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.2121351Z test_reference_numerics_small_values_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.2127514Z test_reference_numerics_small_values_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.2133809Z test_reference_numerics_small_values_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.2139805Z test_reference_numerics_small_values_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:45:58.2146126Z test_reference_numerics_small_values_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.2152721Z test_reference_numerics_small_values_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.2159138Z test_reference_numerics_small_values_sub_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.2165249Z test_reference_numerics_small_values_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.2171394Z test_reference_numerics_small_values_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.2177437Z test_reference_numerics_small_values_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.2183521Z test_reference_numerics_small_values_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.2190001Z test_reference_numerics_small_values_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.2196422Z test_reference_numerics_small_values_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.2202532Z test_reference_numerics_small_values_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.2208896Z test_reference_numerics_small_values_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:45:58.2214790Z test_reference_numerics_small_values_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:45:58.4266113Z test_reference_numerics_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.205s) 2022-09-27T16:45:58.9972206Z test_reference_numerics_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.570s) 2022-09-27T16:45:59.4933271Z test_reference_numerics_sub_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.496s) 2022-09-27T16:45:59.8871601Z test_reference_numerics_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.394s) 2022-09-27T16:46:00.2594837Z test_reference_numerics_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.372s) 2022-09-27T16:46:00.4853526Z test_reference_numerics_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.226s) 2022-09-27T16:46:00.7622484Z test_reference_numerics_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.277s) 2022-09-27T16:46:00.8467327Z test_reference_numerics_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.084s) 2022-09-27T16:46:00.9356842Z test_reference_numerics_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.089s) 2022-09-27T16:46:01.0229907Z test_reference_numerics_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.087s) 2022-09-27T16:46:01.1006745Z test_reference_numerics_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.078s) 2022-09-27T16:46:01.1013353Z test_reference_numerics_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:46:01.1082996Z test_remainder_fmod_large_dividend_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:46:01.1145523Z test_remainder_fmod_large_dividend_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:46:01.1173079Z test_remainder_overflow_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:46:01.1206620Z test_rpow_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:46:01.1593657Z test_scalar_support_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-09-27T16:46:01.1833593Z test_scalar_support_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:46:01.1921228Z test_scalar_support_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:46:01.2001008Z test_scalar_support_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:46:01.2079705Z test_scalar_support_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:46:01.2157043Z test_scalar_support_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:46:01.2171257Z test_scalar_support_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:46:01.2183879Z test_scalar_support_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:46:01.2196627Z test_scalar_support_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:46:01.2208810Z test_scalar_support_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:46:01.2674264Z test_scalar_support_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.046s) 2022-09-27T16:46:01.2985533Z test_scalar_support_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:46:01.3153484Z test_scalar_support_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:46:01.3545606Z test_scalar_support_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-09-27T16:46:01.3769062Z test_scalar_support_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:46:01.3918097Z test_scalar_support_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:46:01.4187770Z test_scalar_support_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:46:01.4294577Z test_scalar_support_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:46:01.4498728Z test_scalar_support_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:46:01.4581410Z test_scalar_support_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:46:01.4595548Z test_scalar_support_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:46:01.4737934Z test_scalar_support_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:158: RuntimeWarning: invalid value encountered in greater_equal 2022-09-27T16:46:01.4738514Z expected = op.ref(l_numpy, r_numpy) 2022-09-27T16:46:01.4877149Z ok (0.028s) 2022-09-27T16:46:01.5036539Z test_scalar_support_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:46:01.5181565Z test_scalar_support_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:158: RuntimeWarning: invalid value encountered in greater 2022-09-27T16:46:01.5182150Z expected = op.ref(l_numpy, r_numpy) 2022-09-27T16:46:01.5322304Z ok (0.029s) 2022-09-27T16:46:01.5482708Z test_scalar_support_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:46:01.5496723Z test_scalar_support_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:46:01.5509565Z test_scalar_support_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:46:01.5521893Z test_scalar_support_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:46:01.5532841Z test_scalar_support_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:46:01.5543831Z test_scalar_support_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:46:01.5555720Z test_scalar_support_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:46:01.5567084Z test_scalar_support_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:46:01.5578361Z test_scalar_support_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:46:01.5589758Z test_scalar_support_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:46:01.5601521Z test_scalar_support_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:46:01.5612898Z test_scalar_support_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:46:01.5624163Z test_scalar_support_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:46:01.5782123Z test_scalar_support_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:158: RuntimeWarning: invalid value encountered in less_equal 2022-09-27T16:46:01.5782717Z expected = op.ref(l_numpy, r_numpy) 2022-09-27T16:46:01.5933402Z ok (0.031s) 2022-09-27T16:46:01.6099258Z test_scalar_support_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:46:01.6114376Z test_scalar_support_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:46:01.6128209Z test_scalar_support_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:46:01.6142456Z test_scalar_support_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:46:01.6155838Z test_scalar_support_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:46:01.6168354Z test_scalar_support_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:46:01.6181030Z test_scalar_support_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:46:01.6194171Z test_scalar_support_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:46:01.6206347Z test_scalar_support_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:46:01.6218631Z test_scalar_support_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:46:01.6375268Z test_scalar_support_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:158: RuntimeWarning: invalid value encountered in less 2022-09-27T16:46:01.6375612Z expected = op.ref(l_numpy, r_numpy) 2022-09-27T16:46:01.6525446Z ok (0.031s) 2022-09-27T16:46:01.6688504Z test_scalar_support_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:46:01.6701675Z test_scalar_support_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:46:01.6713874Z test_scalar_support_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:46:01.6725772Z test_scalar_support_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:46:01.6736895Z test_scalar_support_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:46:01.6748000Z test_scalar_support_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:46:01.6759606Z test_scalar_support_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:46:01.6770836Z test_scalar_support_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:46:01.6782141Z test_scalar_support_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:46:01.7262353Z test_scalar_support_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:46:01.7551437Z test_scalar_support_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:46:01.7772932Z test_scalar_support_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:46:01.8135060Z test_scalar_support_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:46:01.8346429Z test_scalar_support_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:46:01.8421504Z test_scalar_support_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:46:01.8656545Z test_scalar_support_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:46:01.8748028Z test_scalar_support_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:46:01.9120424Z test_scalar_support_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-09-27T16:46:01.9342815Z test_scalar_support_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:46:01.9423357Z test_scalar_support_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:46:01.9433716Z test_signed_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) 2022-09-27T16:46:01.9458856Z Ensure that signed integer bit shifting works as expected. ... ok (0.004s) 2022-09-27T16:46:01.9469255Z test_signed_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) 2022-09-27T16:46:01.9493175Z Ensure that signed integer bit shifting works as expected. ... ok (0.003s) 2022-09-27T16:46:01.9503297Z test_signed_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) 2022-09-27T16:46:01.9523687Z Ensure that signed integer bit shifting works as expected. ... ok (0.003s) 2022-09-27T16:46:01.9534249Z test_signed_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) 2022-09-27T16:46:01.9557493Z Ensure that signed integer bit shifting works as expected. ... ok (0.003s) 2022-09-27T16:46:01.9584267Z test_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:46:01.9691209Z test_sub_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:46:01.9721401Z test_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:46:01.9750109Z test_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:46:01.9776610Z test_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:46:01.9802817Z test_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:46:01.9827678Z test_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:46:01.9850041Z test_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:46:01.9872782Z test_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:46:01.9894212Z test_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:46:01.9916750Z test_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:46:01.9939152Z test_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:46:02.0398215Z test_sub_typing_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.046s) 2022-09-27T16:46:02.0764950Z test_tensor_pow_tensor_cpu (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:1384: RuntimeWarning: invalid value encountered in power 2022-09-27T16:46:02.0765551Z np_res = np.power(to_np(base), to_np(np_exponent)) 2022-09-27T16:46:02.0805343Z test_binary_ufuncs.py:1384: RuntimeWarning: divide by zero encountered in power 2022-09-27T16:46:02.0805868Z np_res = np.power(to_np(base), to_np(np_exponent)) 2022-09-27T16:46:02.2021470Z ok (0.162s) 2022-09-27T16:46:02.2319074Z test_trapezoid_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:46:02.2344666Z test_true_divide_out_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:46:02.2863566Z test_true_divide_out_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.052s) 2022-09-27T16:46:02.3120118Z test_type_promotion___radd___cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:46:02.3255713Z test_type_promotion___rand___cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:46:02.3501859Z test_type_promotion___rdiv___cpu (__main__.TestBinaryUfuncsCPU) ... expected failure (0.025s) 2022-09-27T16:46:02.3649929Z test_type_promotion___rmod___cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:46:02.3904266Z test_type_promotion___rmul___cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:46:02.4057162Z test_type_promotion___ror___cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:46:02.4198093Z 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:46:02.4199156Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-09-27T16:46:02.4347358Z ok (0.029s) 2022-09-27T16:46:02.4618788Z test_type_promotion___rsub___cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:46:02.4771533Z test_type_promotion___rxor___cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:46:02.5405149Z test_type_promotion__refs_add_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:46:02.5875231Z test_type_promotion__refs_atan2_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:46:02.6158923Z test_type_promotion__refs_bitwise_and_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:46:02.6444727Z test_type_promotion__refs_bitwise_left_shift_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:46:02.6728921Z test_type_promotion__refs_bitwise_or_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:46:02.7010351Z test_type_promotion__refs_bitwise_xor_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:46:02.7256573Z test_type_promotion__refs_clamp_max_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:46:02.7504467Z test_type_promotion__refs_clamp_min_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:46:02.7633465Z test_type_promotion__refs_copysign_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.013s) 2022-09-27T16:46:02.8145281Z test_type_promotion__refs_div_floor_rounding_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:46:02.8822946Z test_type_promotion__refs_div_no_rounding_mode_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.068s) 2022-09-27T16:46:02.9350574Z test_type_promotion__refs_div_trunc_rounding_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.053s) 2022-09-27T16:46:02.9943039Z test_type_promotion__refs_eq_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.059s) 2022-09-27T16:46:03.0097630Z test_type_promotion__refs_float_power_cpu (__main__.TestBinaryUfuncsCPU) ... expected failure (0.015s) 2022-09-27T16:46:03.2149845Z test_type_promotion__refs_floor_divide_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.205s) 2022-09-27T16:46:03.2567545Z test_type_promotion__refs_fmax_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:46:03.2979796Z test_type_promotion__refs_fmin_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:46:03.3460708Z test_type_promotion__refs_fmod_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:46:03.3751094Z test_type_promotion__refs_gcd_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:46:03.4168550Z test_type_promotion__refs_ge_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:46:03.4594012Z test_type_promotion__refs_gt_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:46:03.5722076Z test_type_promotion__refs_heaviside_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.113s) 2022-09-27T16:46:03.5990529Z test_type_promotion__refs_hypot_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:46:03.6264795Z test_type_promotion__refs_igamma_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:46:03.6540608Z test_type_promotion__refs_igammac_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:46:03.6694992Z test_type_promotion__refs_isclose_cpu (__main__.TestBinaryUfuncsCPU) ... expected failure (0.015s) 2022-09-27T16:46:03.7024252Z test_type_promotion__refs_lcm_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:46:03.7446156Z test_type_promotion__refs_le_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:46:03.7911989Z test_type_promotion__refs_logical_and_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.046s) 2022-09-27T16:46:03.8475095Z test_type_promotion__refs_logical_or_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.056s) 2022-09-27T16:46:03.8935482Z test_type_promotion__refs_logical_xor_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.046s) 2022-09-27T16:46:03.9382313Z test_type_promotion__refs_lt_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.045s) 2022-09-27T16:46:03.9807131Z test_type_promotion__refs_maximum_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:46:04.0227917Z test_type_promotion__refs_minimum_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:46:04.0853890Z test_type_promotion__refs_mul_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:46:04.1441506Z test_type_promotion__refs_ne_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.059s) 2022-09-27T16:46:04.1713171Z test_type_promotion__refs_nextafter_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:46:04.2337474Z test_type_promotion__refs_pow_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.062s) 2022-09-27T16:46:04.2816196Z test_type_promotion__refs_remainder_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:46:04.3225003Z test_type_promotion__refs_rsub_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:46:04.3752299Z test_type_promotion__refs_special_zeta_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.053s) 2022-09-27T16:46:04.4393524Z test_type_promotion__refs_sub_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:46:04.5077781Z test_type_promotion__refs_true_divide_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.068s) 2022-09-27T16:46:04.6045402Z test_type_promotion_add_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.097s) 2022-09-27T16:46:04.6654129Z test_type_promotion_atan2_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.061s) 2022-09-27T16:46:04.6973908Z test_type_promotion_bitwise_and_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:46:04.7100975Z test_type_promotion_bitwise_left_shift_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.013s) 2022-09-27T16:46:04.7420309Z test_type_promotion_bitwise_or_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:46:04.7549317Z test_type_promotion_bitwise_right_shift_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.013s) 2022-09-27T16:46:04.7873400Z test_type_promotion_bitwise_xor_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:46:04.8379525Z test_type_promotion_clamp_max_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.050s) 2022-09-27T16:46:04.8867143Z test_type_promotion_clamp_min_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.049s) 2022-09-27T16:46:04.9124905Z test_type_promotion_complex_cpu (__main__.TestBinaryUfuncsCPU) ... expected failure (0.026s) 2022-09-27T16:46:04.9752085Z test_type_promotion_copysign_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:46:05.0397069Z test_type_promotion_div_floor_rounding_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:46:05.1370816Z test_type_promotion_div_no_rounding_mode_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.097s) 2022-09-27T16:46:05.2007361Z test_type_promotion_div_trunc_rounding_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:46:05.2339155Z test_type_promotion_eq_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:46:05.2473328Z test_type_promotion_float_power_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.013s) 2022-09-27T16:46:05.3038474Z test_type_promotion_floor_divide_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.056s) 2022-09-27T16:46:05.3315073Z test_type_promotion_fmax_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.028s) 2022-09-27T16:46:05.3426914Z test_type_promotion_fmin_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.011s) 2022-09-27T16:46:05.3924450Z test_type_promotion_fmod_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.050s) 2022-09-27T16:46:05.4238470Z test_type_promotion_gcd_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:46:05.4482142Z test_type_promotion_ge_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:46:05.4725142Z test_type_promotion_gt_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:46:05.4953867Z test_type_promotion_heaviside_cpu (__main__.TestBinaryUfuncsCPU) ... expected failure (0.023s) 2022-09-27T16:46:05.5732112Z test_type_promotion_hypot_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.078s) 2022-09-27T16:46:05.6040921Z test_type_promotion_igamma_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:46:05.6348169Z test_type_promotion_igammac_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:46:05.6633309Z test_type_promotion_isclose_cpu (__main__.TestBinaryUfuncsCPU) ... expected failure (0.028s) 2022-09-27T16:46:05.6754917Z test_type_promotion_jiterator_binary_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T16:46:05.6875175Z test_type_promotion_jiterator_binary_return_by_ref_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T16:46:05.7175251Z test_type_promotion_lcm_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:46:05.8196929Z test_type_promotion_ldexp_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.102s) 2022-09-27T16:46:05.8428106Z test_type_promotion_le_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:46:05.8704324Z test_type_promotion_logical_and_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:46:05.8978930Z test_type_promotion_logical_or_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:46:05.9251329Z test_type_promotion_logical_xor_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:46:05.9537225Z test_type_promotion_lt_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:46:06.0050496Z test_type_promotion_max_binary_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:46:06.0505708Z test_type_promotion_maximum_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.045s) 2022-09-27T16:46:06.1019282Z test_type_promotion_min_binary_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:46:06.1475994Z test_type_promotion_minimum_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.046s) 2022-09-27T16:46:06.2265110Z test_type_promotion_mul_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.079s) 2022-09-27T16:46:06.2569101Z test_type_promotion_ne_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:46:06.2856381Z test_type_promotion_nextafter_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:46:06.2968901Z test_type_promotion_polar_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.011s) 2022-09-27T16:46:06.3806700Z test_type_promotion_pow_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.084s) 2022-09-27T16:46:06.4302554Z test_type_promotion_remainder_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.049s) 2022-09-27T16:46:06.4546031Z test_type_promotion_rsub_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:46:06.5157539Z test_type_promotion_special_chebyshev_polynomial_t_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.061s) 2022-09-27T16:46:06.5761657Z test_type_promotion_special_chebyshev_polynomial_u_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.060s) 2022-09-27T16:46:06.5876779Z test_type_promotion_special_chebyshev_polynomial_v_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.011s) 2022-09-27T16:46:06.5992822Z test_type_promotion_special_chebyshev_polynomial_w_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.012s) 2022-09-27T16:46:06.6597257Z test_type_promotion_special_hermite_polynomial_h_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.060s) 2022-09-27T16:46:06.7247365Z test_type_promotion_special_hermite_polynomial_he_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.065s) 2022-09-27T16:46:06.7842633Z test_type_promotion_special_laguerre_polynomial_l_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.059s) 2022-09-27T16:46:06.7956710Z test_type_promotion_special_legendre_polynomial_p_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.011s) 2022-09-27T16:46:06.8071097Z test_type_promotion_special_shifted_chebyshev_polynomial_t_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.011s) 2022-09-27T16:46:06.8185178Z test_type_promotion_special_shifted_chebyshev_polynomial_u_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.011s) 2022-09-27T16:46:06.8297665Z test_type_promotion_special_shifted_chebyshev_polynomial_v_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.011s) 2022-09-27T16:46:06.8412399Z test_type_promotion_special_shifted_chebyshev_polynomial_w_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.011s) 2022-09-27T16:46:06.9018384Z test_type_promotion_special_xlog1py_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.060s) 2022-09-27T16:46:06.9621187Z test_type_promotion_special_zeta_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.060s) 2022-09-27T16:46:07.0558820Z test_type_promotion_sub_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.094s) 2022-09-27T16:46:07.1681127Z test_type_promotion_true_divide_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.112s) 2022-09-27T16:46:07.2280134Z test_type_promotion_xlogy_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.060s) 2022-09-27T16:46:07.2478480Z test_xlogy_xlog1py_bfloat16_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:46:07.3281559Z test_xlogy_xlog1py_cpu_bool_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.080s) 2022-09-27T16:46:07.3982376Z test_xlogy_xlog1py_cpu_bool_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.070s) 2022-09-27T16:46:07.4671078Z test_xlogy_xlog1py_cpu_bool_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.069s) 2022-09-27T16:46:07.5344427Z test_xlogy_xlog1py_cpu_bool_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.067s) 2022-09-27T16:46:07.6152593Z test_xlogy_xlog1py_cpu_bool_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.081s) 2022-09-27T16:46:07.6958458Z test_xlogy_xlog1py_cpu_bool_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.080s) 2022-09-27T16:46:07.7760283Z test_xlogy_xlog1py_cpu_bool_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.080s) 2022-09-27T16:46:07.8552916Z test_xlogy_xlog1py_cpu_bool_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.079s) 2022-09-27T16:46:07.9360534Z test_xlogy_xlog1py_cpu_bool_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.081s) 2022-09-27T16:46:07.9887022Z test_xlogy_xlog1py_cpu_float16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.053s) 2022-09-27T16:46:08.0234459Z test_xlogy_xlog1py_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:46:08.0584741Z test_xlogy_xlog1py_cpu_float16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:46:08.0915247Z test_xlogy_xlog1py_cpu_float16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:46:08.1375170Z test_xlogy_xlog1py_cpu_float16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.046s) 2022-09-27T16:46:08.1828798Z test_xlogy_xlog1py_cpu_float16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.045s) 2022-09-27T16:46:08.2287773Z test_xlogy_xlog1py_cpu_float16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.046s) 2022-09-27T16:46:08.2760337Z test_xlogy_xlog1py_cpu_float16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:46:08.3234388Z test_xlogy_xlog1py_cpu_float16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:46:08.3693775Z test_xlogy_xlog1py_cpu_float32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.046s) 2022-09-27T16:46:08.4050817Z test_xlogy_xlog1py_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:46:08.4375365Z test_xlogy_xlog1py_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:46:08.4694278Z test_xlogy_xlog1py_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:46:08.5139290Z test_xlogy_xlog1py_cpu_float32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:46:08.5596002Z test_xlogy_xlog1py_cpu_float32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.046s) 2022-09-27T16:46:08.6058474Z test_xlogy_xlog1py_cpu_float32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.046s) 2022-09-27T16:46:08.6566398Z test_xlogy_xlog1py_cpu_float32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:46:08.7023448Z test_xlogy_xlog1py_cpu_float32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.046s) 2022-09-27T16:46:08.7467757Z test_xlogy_xlog1py_cpu_float64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:46:08.7814587Z test_xlogy_xlog1py_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:46:08.8150304Z test_xlogy_xlog1py_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:46:08.8465913Z test_xlogy_xlog1py_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:46:08.8906254Z test_xlogy_xlog1py_cpu_float64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:46:08.9353812Z test_xlogy_xlog1py_cpu_float64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.045s) 2022-09-27T16:46:08.9804158Z test_xlogy_xlog1py_cpu_float64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.045s) 2022-09-27T16:46:09.0250464Z test_xlogy_xlog1py_cpu_float64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.045s) 2022-09-27T16:46:09.0703976Z test_xlogy_xlog1py_cpu_float64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.045s) 2022-09-27T16:46:09.1507584Z test_xlogy_xlog1py_cpu_int16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.080s) 2022-09-27T16:46:09.2209885Z test_xlogy_xlog1py_cpu_int16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.070s) 2022-09-27T16:46:09.2905495Z test_xlogy_xlog1py_cpu_int16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.069s) 2022-09-27T16:46:09.3593872Z test_xlogy_xlog1py_cpu_int16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.069s) 2022-09-27T16:46:09.4447185Z test_xlogy_xlog1py_cpu_int16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.085s) 2022-09-27T16:46:09.5243509Z test_xlogy_xlog1py_cpu_int16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.080s) 2022-09-27T16:46:09.6052821Z test_xlogy_xlog1py_cpu_int16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.081s) 2022-09-27T16:46:09.6855360Z test_xlogy_xlog1py_cpu_int16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.080s) 2022-09-27T16:46:09.7666806Z test_xlogy_xlog1py_cpu_int16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.081s) 2022-09-27T16:46:09.8475399Z test_xlogy_xlog1py_cpu_int32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.081s) 2022-09-27T16:46:09.9181252Z test_xlogy_xlog1py_cpu_int32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.070s) 2022-09-27T16:46:09.9885858Z test_xlogy_xlog1py_cpu_int32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.070s) 2022-09-27T16:46:10.0574211Z test_xlogy_xlog1py_cpu_int32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.069s) 2022-09-27T16:46:10.1381062Z test_xlogy_xlog1py_cpu_int32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.081s) 2022-09-27T16:46:10.2183570Z test_xlogy_xlog1py_cpu_int32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.080s) 2022-09-27T16:46:10.2993921Z test_xlogy_xlog1py_cpu_int32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.081s) 2022-09-27T16:46:10.3801870Z test_xlogy_xlog1py_cpu_int32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.081s) 2022-09-27T16:46:10.4612816Z test_xlogy_xlog1py_cpu_int32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.081s) 2022-09-27T16:46:10.5548817Z test_xlogy_xlog1py_cpu_int64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.094s) 2022-09-27T16:46:10.6237989Z test_xlogy_xlog1py_cpu_int64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.069s) 2022-09-27T16:46:10.6918240Z test_xlogy_xlog1py_cpu_int64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.068s) 2022-09-27T16:46:10.7594641Z test_xlogy_xlog1py_cpu_int64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.067s) 2022-09-27T16:46:10.8405986Z test_xlogy_xlog1py_cpu_int64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.081s) 2022-09-27T16:46:10.9218021Z test_xlogy_xlog1py_cpu_int64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.081s) 2022-09-27T16:46:11.0030997Z test_xlogy_xlog1py_cpu_int64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.081s) 2022-09-27T16:46:11.0845460Z test_xlogy_xlog1py_cpu_int64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.081s) 2022-09-27T16:46:11.1652735Z test_xlogy_xlog1py_cpu_int64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.081s) 2022-09-27T16:46:11.2457287Z test_xlogy_xlog1py_cpu_int8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.080s) 2022-09-27T16:46:11.3171787Z test_xlogy_xlog1py_cpu_int8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.071s) 2022-09-27T16:46:11.3870009Z test_xlogy_xlog1py_cpu_int8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.070s) 2022-09-27T16:46:11.4559819Z test_xlogy_xlog1py_cpu_int8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.069s) 2022-09-27T16:46:11.5377364Z test_xlogy_xlog1py_cpu_int8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.082s) 2022-09-27T16:46:11.6230097Z test_xlogy_xlog1py_cpu_int8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.085s) 2022-09-27T16:46:11.7035916Z test_xlogy_xlog1py_cpu_int8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.080s) 2022-09-27T16:46:11.7841093Z test_xlogy_xlog1py_cpu_int8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.080s) 2022-09-27T16:46:11.8648863Z test_xlogy_xlog1py_cpu_int8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.081s) 2022-09-27T16:46:11.9452859Z test_xlogy_xlog1py_cpu_uint8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.080s) 2022-09-27T16:46:12.0157100Z test_xlogy_xlog1py_cpu_uint8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.070s) 2022-09-27T16:46:12.0863660Z test_xlogy_xlog1py_cpu_uint8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.071s) 2022-09-27T16:46:12.1552847Z test_xlogy_xlog1py_cpu_uint8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.069s) 2022-09-27T16:46:12.2369816Z test_xlogy_xlog1py_cpu_uint8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.082s) 2022-09-27T16:46:12.3182302Z test_xlogy_xlog1py_cpu_uint8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.081s) 2022-09-27T16:46:12.3986205Z test_xlogy_xlog1py_cpu_uint8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.080s) 2022-09-27T16:46:12.4797301Z test_xlogy_xlog1py_cpu_uint8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.081s) 2022-09-27T16:46:12.5609247Z test_xlogy_xlog1py_cpu_uint8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.081s) 2022-09-27T16:46:12.5660023Z test_xlogy_xlog1py_gradients_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:46:12.5691199Z test_xlogy_xlog1py_scalar_type_promotion_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:46:12.5724824Z test_zeta_cpu_bool_bool (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:46:12.5794841Z test_zeta_cpu_bool_float32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.007s) 2022-09-27T16:46:12.5826589Z test_zeta_cpu_bool_float64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:46:12.5857756Z test_zeta_cpu_bool_int16 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:46:12.5888708Z test_zeta_cpu_bool_int32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:46:12.5919872Z test_zeta_cpu_bool_int64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:46:12.5950563Z test_zeta_cpu_bool_int8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:46:12.5981276Z test_zeta_cpu_bool_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:46:12.6012377Z test_zeta_cpu_float32_bool (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:46:12.6043736Z test_zeta_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:46:12.6075170Z test_zeta_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:46:12.6106644Z test_zeta_cpu_float32_int16 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:46:12.6137778Z test_zeta_cpu_float32_int32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:46:12.6169363Z test_zeta_cpu_float32_int64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:46:12.6200590Z test_zeta_cpu_float32_int8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:46:12.6231621Z test_zeta_cpu_float32_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:46:12.6262889Z test_zeta_cpu_float64_bool (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:46:12.6293978Z test_zeta_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:46:12.6325206Z test_zeta_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:46:12.6356266Z test_zeta_cpu_float64_int16 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:46:12.6387091Z test_zeta_cpu_float64_int32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:46:12.6418120Z test_zeta_cpu_float64_int64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:46:12.6448975Z test_zeta_cpu_float64_int8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:46:12.6479929Z test_zeta_cpu_float64_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:46:12.6510584Z test_zeta_cpu_int16_bool (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:46:12.6540943Z test_zeta_cpu_int16_float32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:46:12.6571659Z test_zeta_cpu_int16_float64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:46:12.6602070Z test_zeta_cpu_int16_int16 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:46:12.6632698Z test_zeta_cpu_int16_int32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:46:12.6662886Z test_zeta_cpu_int16_int64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:46:12.6693250Z test_zeta_cpu_int16_int8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:46:12.6723672Z test_zeta_cpu_int16_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:46:12.6754517Z test_zeta_cpu_int32_bool (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:46:12.6785144Z test_zeta_cpu_int32_float32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:46:12.6816471Z test_zeta_cpu_int32_float64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:46:12.6847550Z test_zeta_cpu_int32_int16 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:46:12.6878601Z test_zeta_cpu_int32_int32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:46:12.6908809Z test_zeta_cpu_int32_int64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:46:12.6939921Z test_zeta_cpu_int32_int8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:46:12.6970877Z test_zeta_cpu_int32_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:46:12.7001567Z test_zeta_cpu_int64_bool (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:46:12.7032433Z test_zeta_cpu_int64_float32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:46:12.7063154Z test_zeta_cpu_int64_float64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:46:12.7094016Z test_zeta_cpu_int64_int16 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:46:12.7125547Z test_zeta_cpu_int64_int32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:46:12.7157103Z test_zeta_cpu_int64_int64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:46:12.7188350Z test_zeta_cpu_int64_int8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:46:12.7219839Z test_zeta_cpu_int64_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:46:12.7251595Z test_zeta_cpu_int8_bool (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:46:12.7322491Z test_zeta_cpu_int8_float32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.007s) 2022-09-27T16:46:12.7354026Z test_zeta_cpu_int8_float64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:46:12.7384972Z test_zeta_cpu_int8_int16 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:46:12.7416199Z test_zeta_cpu_int8_int32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:46:12.7447076Z test_zeta_cpu_int8_int64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:46:12.7477712Z test_zeta_cpu_int8_int8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:46:12.7508023Z test_zeta_cpu_int8_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:46:12.7539087Z test_zeta_cpu_uint8_bool (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:46:12.7570332Z test_zeta_cpu_uint8_float32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:46:12.7601609Z test_zeta_cpu_uint8_float64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:46:12.7632923Z test_zeta_cpu_uint8_int16 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:46:12.7663873Z test_zeta_cpu_uint8_int32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:46:12.7694597Z test_zeta_cpu_uint8_int64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:46:12.7725455Z test_zeta_cpu_uint8_int8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:46:12.7756017Z test_zeta_cpu_uint8_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:46:12.7757126Z 2022-09-27T16:46:12.7757563Z ---------------------------------------------------------------------- 2022-09-27T16:46:12.7759405Z Ran 8283 tests in 225.131s 2022-09-27T16:46:12.7759886Z 2022-09-27T16:46:12.7760477Z OK (skipped=1464, expected failures=6) 2022-09-27T16:46:12.7760733Z 2022-09-27T16:46:12.7760885Z Generating XML reports... 2022-09-27T16:46:13.8251154Z Generated XML report: test-reports/python-unittest/test_binary_ufuncs/TEST-TestBinaryUfuncsCPU-20220927164227.xml 2022-09-27T16:46:14.7914628Z Running nn/test_pooling ... [2022-09-27 16:46:14.791068] 2022-09-27T16:46:14.7915137Z Executing ['/opt/conda/bin/python', '-bb', 'nn/test_pooling.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:46:14.791160] 2022-09-27T16:46:18.9704913Z Test results will be stored in test-reports/python-unittest/nn.test_pooling 2022-09-27T16:46:18.9728476Z 2022-09-27T16:46:18.9729075Z Running tests... 2022-09-27T16:46:18.9729763Z ---------------------------------------------------------------------- 2022-09-27T16:46:18.9770280Z test_avg_pool1d_ceil_mode (__main__.TestAvgPool) ... ok (0.004s) 2022-09-27T16:46:18.9790030Z test_avg_pool2d_ceil_mode (__main__.TestAvgPool) ... ok (0.002s) 2022-09-27T16:46:18.9810253Z test_avg_pool3d_ceil_mode (__main__.TestAvgPool) ... ok (0.002s) 2022-09-27T16:46:19.0207050Z test_doubletensor_avg_pool2d (__main__.TestAvgPool) ... ok (0.039s) 2022-09-27T16:46:19.0464372Z test_doubletensor_avg_pool2d_with_divisor (__main__.TestAvgPool) ... ok (0.026s) 2022-09-27T16:46:19.3223232Z test_doubletensor_avg_pool3d (__main__.TestAvgPool) ... ok (0.276s) 2022-09-27T16:46:20.2187790Z test_doubletensor_avg_pool3d_with_divisor (__main__.TestAvgPool) ... ok (0.896s) 2022-09-27T16:46:20.2344869Z test_MaxUnpool2d_output_size (__main__.TestPoolingNN) ... ok (0.016s) 2022-09-27T16:46:20.2436336Z test_adaptive_pooling_avg_nhwc (__main__.TestPoolingNN) ... ok (0.009s) 2022-09-27T16:46:20.2453231Z test_adaptive_pooling_avg_nhwc_launch_config_backward (__main__.TestPoolingNN) ... skip: CUDA unavailable (0.002s) 2022-09-27T16:46:20.2465933Z test_adaptive_pooling_avg_nhwc_launch_config_forward (__main__.TestPoolingNN) ... skip: CUDA unavailable (0.001s) 2022-09-27T16:46:20.2535273Z test_adaptive_pooling_avg_nhwc_non_contiguous (__main__.TestPoolingNN) ... ok (0.007s) 2022-09-27T16:46:20.2846993Z test_adaptive_pooling_bfloat16 (__main__.TestPoolingNN) ... ok (0.031s) 2022-09-27T16:46:20.2863559Z test_adaptive_pooling_input_size (__main__.TestPoolingNN) ... ok (0.002s) 2022-09-27T16:46:20.2893902Z test_adaptive_pooling_size_none (__main__.TestPoolingNN) ... ok (0.003s) 2022-09-27T16:46:20.2899660Z test_adaptive_pooling_size_overflow (__main__.TestPoolingNN) ... skip: signed integer overflow error with UBSAN (0.001s) 2022-09-27T16:46:21.5743071Z test_max_unpool (__main__.TestPoolingNN) ... ok (1.284s) 2022-09-27T16:46:21.5805659Z test_max_unpool2d_nhwc_cpu (__main__.TestPoolingNN) ... ok (0.006s) 2022-09-27T16:46:21.5975272Z test_AdaptiveMaxPool1d_indices_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.017s) 2022-09-27T16:46:21.6134155Z test_AdaptiveMaxPool2d_indices_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:46:21.6279540Z test_AdaptiveMaxPool3d_indices_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T16:46:21.6637467Z test_AdaptiveMaxPool_zero_batch_dim_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.036s) 2022-09-27T16:46:21.6778034Z test_AvgPool2d_empty_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T16:46:21.6792909Z test_AvgPool3d_backward_after_cat_dim1_device_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:46:21.6917781Z test_FractionalMaxPool2d_zero_batch_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.012s) 2022-09-27T16:46:21.7142180Z test_FractionalMaxPool2d_zero_out_size_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.022s) 2022-09-27T16:46:21.7404759Z test_FractionalMaxPool3d_zero_batch_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.026s) 2022-09-27T16:46:21.7690997Z test_FractionalMaxPool3d_zero_out_size_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.028s) 2022-09-27T16:46:21.7843312Z test_MaxPool1d_indices_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.015s) 2022-09-27T16:46:21.7992344Z test_MaxPool2d_indices_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.015s) 2022-09-27T16:46:21.8129958Z test_MaxPool3d_indices_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T16:46:21.8430512Z test_MaxPool_zero_batch_dim_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.030s) 2022-09-27T16:46:21.8472374Z test_MaxUnpool_index_errors_case10_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-09-27T16:46:21.8510895Z test_MaxUnpool_index_errors_case1_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-09-27T16:46:21.8548441Z test_MaxUnpool_index_errors_case2_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-09-27T16:46:21.8585937Z test_MaxUnpool_index_errors_case3_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-09-27T16:46:21.8626335Z test_MaxUnpool_index_errors_case4_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-09-27T16:46:21.8667497Z test_MaxUnpool_index_errors_case5_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-09-27T16:46:21.8708868Z test_MaxUnpool_index_errors_case6_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-09-27T16:46:21.8750307Z test_MaxUnpool_index_errors_case7_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-09-27T16:46:21.8791890Z test_MaxUnpool_index_errors_case8_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-09-27T16:46:21.8833261Z test_MaxUnpool_index_errors_case9_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-09-27T16:46:21.8922505Z test_MaxUnpool_zero_batch_dim_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.009s) 2022-09-27T16:46:21.9008516Z test_adaptive_avg_pool2d_output_size_one_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.009s) 2022-09-27T16:46:21.9042509Z test_adaptive_avg_pool3d_output_size_one_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:46:21.9207950Z test_adaptive_pool_invalid_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:46:21.9225728Z test_adaptive_pool_odd_size_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:46:21.9559893Z test_adaptive_pooling_max_nhwc_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.033s) 2022-09-27T16:46:21.9870964Z test_adaptive_pooling_max_nhwc_cpu_float64 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.031s) 2022-09-27T16:46:22.0266829Z test_adaptive_pooling_no_suppot_input_cpu_int16 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.040s) 2022-09-27T16:46:22.0658208Z test_adaptive_pooling_no_suppot_input_cpu_int32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.039s) 2022-09-27T16:46:22.1050845Z test_adaptive_pooling_no_suppot_input_cpu_int64 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.039s) 2022-09-27T16:46:22.1460317Z test_adaptive_pooling_no_suppot_input_cpu_int8 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.041s) 2022-09-27T16:46:22.1851930Z test_adaptive_pooling_no_suppot_input_cpu_uint8 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.039s) 2022-09-27T16:46:22.1904605Z test_adaptive_pooling_zero_batch_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.005s) 2022-09-27T16:46:22.1949394Z test_adaptive_pooling_zero_batch_cpu_float64 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:46:22.2277684Z test_avg_pool2d_bfloat16_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.033s) 2022-09-27T16:46:45.0268532Z test_avg_pool2d_nhwc_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (22.799s) 2022-09-27T16:47:11.4107681Z test_avg_pool2d_nhwc_cpu_float64 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (26.384s) 2022-09-27T16:47:12.0393774Z test_fractional_max_pool2d_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.629s) 2022-09-27T16:47:16.4566461Z test_fractional_max_pool3d_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (4.417s) 2022-09-27T16:47:16.4608033Z test_fractional_max_pool_nan_inf_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:47:16.4695217Z test_max_pool1d_corner_cases_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.009s) 2022-09-27T16:47:16.4773965Z test_max_pool1d_corner_cases_cpu_float64 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.008s) 2022-09-27T16:47:19.5080031Z test_max_pool1d_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (3.030s) 2022-09-27T16:47:23.0185796Z test_max_pool1d_cpu_float64 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (3.510s) 2022-09-27T16:47:23.0550405Z test_max_pool2d_bfloat16_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.036s) 2022-09-27T16:47:23.0568997Z test_max_pool2d_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:47:23.0589138Z test_max_pool2d_indices_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:47:45.7818985Z test_max_pool2d_nhwc_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (22.723s) 2022-09-27T16:48:12.3958736Z test_max_pool2d_nhwc_cpu_float64 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (26.614s) 2022-09-27T16:48:12.4007339Z test_max_pool3d_ndhwc_cpu_float16 (__main__.TestPoolingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.005s) 2022-09-27T16:48:12.4056968Z test_max_pool3d_ndhwc_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.005s) 2022-09-27T16:48:12.4109467Z test_max_pool3d_ndhwc_cpu_float64 (__main__.TestPoolingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.005s) 2022-09-27T16:48:12.4199436Z test_max_pool_nan_inf_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.009s) 2022-09-27T16:48:15.7300502Z test_maxpool3d_non_square_backward_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (3.310s) 2022-09-27T16:48:15.7319778Z test_maxpool_indices_no_batch_dim_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) 2022-09-27T16:48:15.7365683Z Check that indices with no batch dim is consistent with a single batch. ... ok (0.007s) 2022-09-27T16:48:15.7383163Z test_pool3d_large_size_int64_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:48:15.7399616Z test_pool3d_size_one_feature_dim_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:48:15.8052270Z test_pool_invalid_size_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.065s) 2022-09-27T16:48:19.3202241Z test_pool_large_size_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (3.515s) 2022-09-27T16:48:19.3231801Z test_pooling_bfloat16_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:48:19.3246445Z test_pooling_large_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:48:19.3674025Z test_pooling_max_nhwc_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.043s) 2022-09-27T16:48:19.4095071Z test_pooling_max_nhwc_cpu_float64 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.042s) 2022-09-27T16:48:19.4110690Z test_pooling_shape_cpu (__main__.TestPoolingNNDeviceTypeCPU) 2022-09-27T16:48:19.4173653Z Test the output shape calculation for pooling functions ... ok (0.008s) 2022-09-27T16:48:19.4527954Z test_pooling_size_empty_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.035s) 2022-09-27T16:48:19.5785563Z test_pooling_zero_stride_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.126s) 2022-09-27T16:48:19.5786751Z 2022-09-27T16:48:19.5787413Z ---------------------------------------------------------------------- 2022-09-27T16:48:19.5787770Z Ran 88 tests in 120.606s 2022-09-27T16:48:19.5787892Z 2022-09-27T16:48:19.5788358Z OK (skipped=24) 2022-09-27T16:48:19.5788515Z 2022-09-27T16:48:19.5788606Z Generating XML reports... 2022-09-27T16:48:19.5836613Z Generated XML report: test-reports/python-unittest/nn.test_pooling/TEST-TestAvgPool-20220927164618.xml 2022-09-27T16:48:19.5848373Z Generated XML report: test-reports/python-unittest/nn.test_pooling/TEST-TestPoolingNN-20220927164618.xml 2022-09-27T16:48:19.5914894Z Generated XML report: test-reports/python-unittest/nn.test_pooling/TEST-TestPoolingNNDeviceTypeCPU-20220927164618.xml 2022-09-27T16:48:20.2473822Z Running test_dataloader ... [2022-09-27 16:48:20.246982] 2022-09-27T16:48:20.2474381Z Executing ['/opt/conda/bin/python', '-bb', 'test_dataloader.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:48:20.247076] 2022-09-27T16:48:24.1304543Z Test results will be stored in test-reports/python-unittest/test_dataloader 2022-09-27T16:48:24.1368198Z 2022-09-27T16:48:24.1368555Z Running tests... 2022-09-27T16:48:24.1369219Z ---------------------------------------------------------------------- 2022-09-27T16:48:24.1392144Z test_shuffler_iterdatapipe (__main__.IntegrationTestDataLoaderDataPipe) 2022-09-27T16:48:28.2064969Z Verify ``IterDataPipe.shuffle`` is controlled by ``DataLoader`` ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:48:28.2065421Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:48:28.2069986Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:48:28.2070374Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:48:33.1882955Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:48:33.1883390Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:48:33.1887268Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:48:33.1887636Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:48:37.7181180Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:48:37.7181587Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:48:37.7185643Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:48:37.7186304Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:48:42.1990646Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:48:42.1991017Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:48:42.1995270Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:48:42.1995649Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:48:46.6801938Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:48:46.6802343Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:48:46.6806302Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:48:46.6806677Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:48:51.4196193Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:48:51.4196770Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:48:51.4200511Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:48:51.4201101Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:48:51.6642657Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:48:51.6643297Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:48:51.6648633Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:48:51.6649209Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:48:56.7449900Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:48:56.7450273Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:48:56.7454803Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:48:56.7455172Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:48:56.7518017Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:48:56.7518358Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:48:56.7524273Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:48:56.7524636Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:49:01.4213097Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:49:01.4213574Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:49:01.4214337Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:49:01.4214839Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:49:01.4219195Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:49:01.4219774Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:49:01.4220495Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:49:01.4221070Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:49:06.1541661Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:49:06.1542327Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:49:06.1545989Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:49:06.1546504Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:49:06.2110714Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:49:06.2111084Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:49:06.2116627Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:49:06.2117008Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:49:10.8748884Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:49:10.8749415Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:49:10.8753489Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:49:10.8753971Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:49:11.1019192Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:49:11.1019858Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:49:11.1025096Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:49:11.1025664Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:49:15.9979327Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:49:15.9979777Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:49:15.9984214Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:49:15.9984560Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:49:20.9975321Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:49:20.9975951Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:49:20.9982320Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:49:20.9982917Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:49:25.7871256Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:49:25.7872058Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:49:25.7877756Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:49:25.7878354Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:49:30.4604244Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:49:30.4604629Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:49:30.4609692Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:49:30.4610054Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:49:35.1554181Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:49:35.1554723Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:49:35.1559072Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:49:35.1559800Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:49:39.9046243Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:49:39.9046616Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:49:39.9051298Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:49:39.9051674Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:49:39.9658568Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:49:39.9658928Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:49:39.9664193Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:49:39.9664852Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:49:44.9969344Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:49:44.9969990Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:49:44.9975124Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:49:44.9975699Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:49:45.0310276Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:49:45.0310652Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:49:45.0315339Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:49:45.0315724Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:49:49.7233158Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:49:49.7233808Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:49:49.7239316Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:49:49.7239870Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:49:49.7660689Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:49:49.7661067Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:49:49.7665671Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:49:49.7666022Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:49:54.4562921Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:49:54.4563512Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:49:54.4567839Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:49:54.4568442Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:49:54.5772979Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:49:54.5773635Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:49:54.5778760Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:49:54.5779330Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:49:59.2658169Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:49:59.2659127Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:49:59.2663865Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:49:59.2664421Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:49:59.4371188Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:49:59.4371830Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:49:59.4375707Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:49:59.4376373Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:50:04.2410063Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:50:04.2410708Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:50:04.2414671Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:50:04.2415019Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:50:09.2271760Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:50:09.2272312Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:50:09.2276924Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:50:09.2277482Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:50:13.8860950Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:50:13.8861337Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:50:13.8866084Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:50:13.8866434Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:50:18.5395948Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:50:18.5396346Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:50:18.5400479Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:50:18.5400874Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:50:22.9970357Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:50:22.9993352Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:50:22.9994131Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:50:22.9994824Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:50:27.7348241Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:50:27.7348879Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:50:27.7354226Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:50:27.7354675Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:50:27.9024490Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:50:27.9024861Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:50:27.9029584Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:50:27.9030092Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:50:32.8804381Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:50:32.8815447Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:50:32.8816391Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:50:32.8816956Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:50:33.0876972Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:50:33.0877612Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:50:33.0882451Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:50:33.0883048Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:50:37.7522348Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:50:37.7522950Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:50:37.7527679Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:50:37.7528270Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:50:37.8356468Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:50:37.8357083Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:50:37.8362385Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:50:37.8362987Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:50:42.5211548Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:50:42.5212153Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:50:42.5215943Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:50:42.5216340Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:50:42.6246108Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:50:42.6246743Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:50:42.6250919Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:50:42.6251597Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:50:47.2969334Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:50:47.2969930Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:50:47.2974594Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:50:47.2975137Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:50:47.3201934Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:50:47.3202576Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:50:47.3208020Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:50:47.3208598Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:50:48.2866047Z ok (144.149s) 2022-09-27T16:50:48.2923692Z test_add_dataset (__main__.TestConcatDataset) ... ok (0.006s) 2022-09-27T16:50:48.2934911Z test_concat_raises_index_error (__main__.TestConcatDataset) ... ok (0.001s) 2022-09-27T16:50:48.2947448Z test_concat_two_non_singletons (__main__.TestConcatDataset) ... ok (0.001s) 2022-09-27T16:50:48.2960046Z test_concat_two_non_singletons_with_empty (__main__.TestConcatDataset) ... ok (0.001s) 2022-09-27T16:50:48.2970861Z test_concat_two_singletons (__main__.TestConcatDataset) ... ok (0.001s) 2022-09-27T16:50:48.2991448Z test_iterable_dataset_err (__main__.TestConcatDataset) ... ok (0.002s) 2022-09-27T16:50:48.3001026Z test_conv_after_fork (__main__.TestConvAfterFork) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/75492 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:50:48.3009459Z test_custom_batch_pin (__main__.TestCustomPinFn) ... skip: CUDA unavailable (0.001s) 2022-09-27T16:50:48.3017705Z test_custom_batch_pin_worker (__main__.TestCustomPinFn) ... skip: CUDA unavailable (0.001s) 2022-09-27T16:50:48.3022549Z test_batch_sampler (__main__.TestDataLoader) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.000s) 2022-09-27T16:50:48.3038201Z test_builtin_collection_conversion (__main__.TestDataLoader) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.001s) 2022-09-27T16:50:48.3047679Z test_bulk_loading_nobatch (__main__.TestDataLoader) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.001s) 2022-09-27T16:50:48.3059870Z test_chain_iterable_style_dataset (__main__.TestDataLoader) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.001s) 2022-09-27T16:50:48.3071115Z test_default_collate_bad_numpy_types (__main__.TestDataLoader) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.001s) 2022-09-27T16:50:48.3076922Z test_default_collate_bad_sequence_type (__main__.TestDataLoader) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.001s) 2022-09-27T16:50:48.3088872Z test_default_collate_dtype (__main__.TestDataLoader) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.001s) 2022-09-27T16:50:48.3095795Z test_default_collate_mapping_keep_type (__main__.TestDataLoader) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.001s) 2022-09-27T16:50:48.3107776Z test_default_collate_numpy_memmap (__main__.TestDataLoader) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.001s) 2022-09-27T16:50:48.3113245Z test_default_collate_sequence_dont_keep_type (__main__.TestDataLoader) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.001s) 2022-09-27T16:50:48.3120614Z test_default_collate_sequence_keep_type (__main__.TestDataLoader) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.001s) 2022-09-27T16:50:48.3132230Z test_default_collate_shared_tensor (__main__.TestDataLoader) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.001s) 2022-09-27T16:50:48.3136303Z test_default_convert_mapping_keep_type (__main__.TestDataLoader) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.000s) 2022-09-27T16:50:48.3140965Z test_default_convert_sequence_dont_keep_type (__main__.TestDataLoader) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.000s) 2022-09-27T16:50:48.3145503Z test_default_convert_sequence_keep_type (__main__.TestDataLoader) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.000s) 2022-09-27T16:50:48.3151756Z test_distributed_sampler_invalid_rank (__main__.TestDataLoader) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.001s) 2022-09-27T16:50:48.3161219Z test_duplicating_data_with_drop_last (__main__.TestDataLoader) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.001s) 2022-09-27T16:50:48.3165077Z test_error (__main__.TestDataLoader) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.000s) 2022-09-27T16:50:48.3172557Z test_error_in_init (__main__.TestDataLoader) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.001s) 2022-09-27T16:50:48.3176436Z test_error_workers (__main__.TestDataLoader) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.000s) 2022-09-27T16:50:48.3181067Z test_excessive_thread_creation_warning (__main__.TestDataLoader) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.000s) 2022-09-27T16:50:48.3187706Z test_fd_limit_exceeded (__main__.TestDataLoader) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.001s) 2022-09-27T16:50:48.3193570Z test_get_worker_info (__main__.TestDataLoader) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.001s) 2022-09-27T16:50:48.3200169Z test_growing_dataset (__main__.TestDataLoader) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.001s) 2022-09-27T16:50:48.3205870Z test_invalid_assign_after_init (__main__.TestDataLoader) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.000s) 2022-09-27T16:50:48.3241934Z test_invalid_ctor_args_combinations (__main__.TestDataLoader) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.004s) 2022-09-27T16:50:48.3312453Z test_iterable_style_dataset (__main__.TestDataLoader) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.007s) 2022-09-27T16:50:48.3326293Z test_iterabledataset_len (__main__.TestDataLoader) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.001s) 2022-09-27T16:50:48.3334277Z test_large_sampler_indices (__main__.TestDataLoader) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.001s) 2022-09-27T16:50:48.3342219Z test_len (__main__.TestDataLoader) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.001s) 2022-09-27T16:50:48.3350051Z test_multi_epochs_reproducibility (__main__.TestDataLoader) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.001s) 2022-09-27T16:50:48.3357614Z test_multiple_dataloaders (__main__.TestDataLoader) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.001s) 2022-09-27T16:50:48.3371263Z test_multiprocessing_contexts (__main__.TestDataLoader) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.001s) 2022-09-27T16:50:48.3387614Z test_multiprocessing_iterdatapipe (__main__.TestDataLoader) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.002s) 2022-09-27T16:50:48.3395925Z test_no_segfault (__main__.TestDataLoader) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.001s) 2022-09-27T16:50:48.3406214Z test_numpy (__main__.TestDataLoader) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.001s) 2022-09-27T16:50:48.3444936Z test_numpy_gen_state (__main__.TestDataLoader) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.004s) 2022-09-27T16:50:48.3459449Z test_numpy_scalars (__main__.TestDataLoader) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.001s) 2022-09-27T16:50:48.3471509Z test_partial_workers (__main__.TestDataLoader) 2022-09-27T16:50:48.3472419Z Check that workers exit even if the iterator is not exhausted. ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.001s) 2022-09-27T16:50:48.3531306Z test_proper_exit (__main__.TestDataLoader) 2022-09-27T16:50:48.3532099Z There might be ConnectionResetError or leaked semaphore warning (due to dirty process exit), but they are all safe to ignore ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.006s) 2022-09-27T16:50:48.3565932Z test_random_sampler (__main__.TestDataLoader) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.003s) 2022-09-27T16:50:48.3577790Z test_random_sampler_len_with_replacement (__main__.TestDataLoader) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.001s) 2022-09-27T16:50:48.3589567Z test_random_sampler_len_without_replacement (__main__.TestDataLoader) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.001s) 2022-09-27T16:50:48.3594639Z test_sampler (__main__.TestDataLoader) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.000s) 2022-09-27T16:50:48.3728359Z test_sampler_reproducibility (__main__.TestDataLoader) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.013s) 2022-09-27T16:50:48.3737837Z test_segfault (__main__.TestDataLoader) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.001s) 2022-09-27T16:50:48.3742183Z test_seqential_batch_workers (__main__.TestDataLoader) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.000s) 2022-09-27T16:50:48.3745397Z test_seqential_batch_workers_prefetch (__main__.TestDataLoader) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.000s) 2022-09-27T16:50:48.3749347Z test_sequential_batch (__main__.TestDataLoader) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.000s) 2022-09-27T16:50:48.3752980Z test_sequential_nonbatch (__main__.TestDataLoader) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.000s) 2022-09-27T16:50:48.3758764Z test_sequential_pin_memory (__main__.TestDataLoader) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.001s) 2022-09-27T16:50:48.3761999Z test_sequential_workers (__main__.TestDataLoader) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.000s) 2022-09-27T16:50:48.3765604Z test_shuffle (__main__.TestDataLoader) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.000s) 2022-09-27T16:50:48.3768936Z test_shuffle_batch (__main__.TestDataLoader) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.000s) 2022-09-27T16:50:48.3772245Z test_shuffle_batch_none (__main__.TestDataLoader) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.000s) 2022-09-27T16:50:48.3776090Z test_shuffle_batch_workers (__main__.TestDataLoader) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.000s) 2022-09-27T16:50:48.3779574Z test_shuffle_batch_workers_prefetch (__main__.TestDataLoader) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.000s) 2022-09-27T16:50:48.3785520Z test_shuffle_pin_memory (__main__.TestDataLoader) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.001s) 2022-09-27T16:50:48.3792339Z test_shuffle_reproducibility (__main__.TestDataLoader) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.001s) 2022-09-27T16:50:48.3796050Z test_shuffle_workers (__main__.TestDataLoader) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.000s) 2022-09-27T16:50:48.3805042Z test_timeout (__main__.TestDataLoader) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.001s) 2022-09-27T16:50:48.3809615Z test_typing (__main__.TestDataLoader) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.000s) 2022-09-27T16:50:48.3815193Z test_worker_init_fn (__main__.TestDataLoader) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.000s) 2022-09-27T16:50:48.3821302Z test_worker_seed (__main__.TestDataLoader) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.001s) 2022-09-27T16:50:48.3827680Z test_worker_seed_reproducibility (__main__.TestDataLoader) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.001s) 2022-09-27T16:50:48.3836156Z test_basics (__main__.TestDataLoader2) ... skip: no dill (0.001s) 2022-09-27T16:50:48.3852925Z test_shuffle (__main__.TestDataLoader2) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/74390 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:50:48.3867974Z test_basic_mapdatapipe_threading (__main__.TestDataLoader2_EventLoop) ... skip: no dill (0.002s) 2022-09-27T16:50:48.3878819Z test_basic_threading (__main__.TestDataLoader2_EventLoop) ... skip: no dill (0.001s) 2022-09-27T16:50:48.3883716Z test_batch_sampler (__main__.TestDataLoaderPersistentWorkers) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.000s) 2022-09-27T16:50:48.3899629Z test_builtin_collection_conversion (__main__.TestDataLoaderPersistentWorkers) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.002s) 2022-09-27T16:50:48.3909495Z test_bulk_loading_nobatch (__main__.TestDataLoaderPersistentWorkers) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.001s) 2022-09-27T16:50:48.3922268Z test_chain_iterable_style_dataset (__main__.TestDataLoaderPersistentWorkers) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.001s) 2022-09-27T16:50:48.3929371Z test_dataset_not_reset (__main__.TestDataLoaderPersistentWorkers) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.001s) 2022-09-27T16:50:48.3941364Z test_default_collate_bad_numpy_types (__main__.TestDataLoaderPersistentWorkers) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.001s) 2022-09-27T16:50:48.3947054Z test_default_collate_bad_sequence_type (__main__.TestDataLoaderPersistentWorkers) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.001s) 2022-09-27T16:50:48.3959255Z test_default_collate_dtype (__main__.TestDataLoaderPersistentWorkers) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.001s) 2022-09-27T16:50:48.3966517Z test_default_collate_mapping_keep_type (__main__.TestDataLoaderPersistentWorkers) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.001s) 2022-09-27T16:50:48.3979479Z test_default_collate_numpy_memmap (__main__.TestDataLoaderPersistentWorkers) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.001s) 2022-09-27T16:50:48.3984604Z test_default_collate_sequence_dont_keep_type (__main__.TestDataLoaderPersistentWorkers) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.001s) 2022-09-27T16:50:48.3992442Z test_default_collate_sequence_keep_type (__main__.TestDataLoaderPersistentWorkers) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.001s) 2022-09-27T16:50:48.4004342Z test_default_collate_shared_tensor (__main__.TestDataLoaderPersistentWorkers) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.001s) 2022-09-27T16:50:48.4008975Z test_default_convert_mapping_keep_type (__main__.TestDataLoaderPersistentWorkers) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.000s) 2022-09-27T16:50:48.4013826Z test_default_convert_sequence_dont_keep_type (__main__.TestDataLoaderPersistentWorkers) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.000s) 2022-09-27T16:50:48.4018295Z test_default_convert_sequence_keep_type (__main__.TestDataLoaderPersistentWorkers) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.000s) 2022-09-27T16:50:48.4025052Z test_distributed_sampler_invalid_rank (__main__.TestDataLoaderPersistentWorkers) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.001s) 2022-09-27T16:50:48.4035129Z test_duplicating_data_with_drop_last (__main__.TestDataLoaderPersistentWorkers) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.001s) 2022-09-27T16:50:48.4041705Z test_early_exit (__main__.TestDataLoaderPersistentWorkers) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.001s) 2022-09-27T16:50:48.4045439Z test_error (__main__.TestDataLoaderPersistentWorkers) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.000s) 2022-09-27T16:50:48.4053048Z test_error_in_init (__main__.TestDataLoaderPersistentWorkers) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.001s) 2022-09-27T16:50:48.4057174Z test_error_workers (__main__.TestDataLoaderPersistentWorkers) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.000s) 2022-09-27T16:50:48.4061415Z test_excessive_thread_creation_warning (__main__.TestDataLoaderPersistentWorkers) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.000s) 2022-09-27T16:50:48.4068027Z test_fd_limit_exceeded (__main__.TestDataLoaderPersistentWorkers) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.001s) 2022-09-27T16:50:48.4074271Z test_get_worker_info (__main__.TestDataLoaderPersistentWorkers) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.001s) 2022-09-27T16:50:48.4081537Z test_growing_dataset (__main__.TestDataLoaderPersistentWorkers) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.001s) 2022-09-27T16:50:48.4087279Z test_invalid_assign_after_init (__main__.TestDataLoaderPersistentWorkers) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.001s) 2022-09-27T16:50:48.4123657Z test_invalid_ctor_args_combinations (__main__.TestDataLoaderPersistentWorkers) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.004s) 2022-09-27T16:50:48.4189073Z test_iterable_style_dataset (__main__.TestDataLoaderPersistentWorkers) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.006s) 2022-09-27T16:50:48.4203213Z test_iterabledataset_len (__main__.TestDataLoaderPersistentWorkers) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.001s) 2022-09-27T16:50:48.4211499Z test_large_sampler_indices (__main__.TestDataLoaderPersistentWorkers) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.001s) 2022-09-27T16:50:48.4218671Z test_len (__main__.TestDataLoaderPersistentWorkers) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.001s) 2022-09-27T16:50:48.4225803Z test_multi_epochs_reproducibility (__main__.TestDataLoaderPersistentWorkers) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.001s) 2022-09-27T16:50:48.4233408Z test_multiple_dataloaders (__main__.TestDataLoaderPersistentWorkers) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.001s) 2022-09-27T16:50:48.4246450Z test_multiprocessing_contexts (__main__.TestDataLoaderPersistentWorkers) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.001s) 2022-09-27T16:50:48.4261667Z test_multiprocessing_iterdatapipe (__main__.TestDataLoaderPersistentWorkers) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.001s) 2022-09-27T16:50:48.4270650Z test_no_segfault (__main__.TestDataLoaderPersistentWorkers) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.001s) 2022-09-27T16:50:48.4281009Z test_numpy (__main__.TestDataLoaderPersistentWorkers) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.001s) 2022-09-27T16:50:48.4316626Z test_numpy_gen_state (__main__.TestDataLoaderPersistentWorkers) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.003s) 2022-09-27T16:50:48.4330195Z test_numpy_scalars (__main__.TestDataLoaderPersistentWorkers) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.001s) 2022-09-27T16:50:48.4341776Z test_partial_workers (__main__.TestDataLoaderPersistentWorkers) 2022-09-27T16:50:48.4342546Z Check that workers exit even if the iterator is not exhausted. ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.001s) 2022-09-27T16:50:48.4396811Z test_proper_exit (__main__.TestDataLoaderPersistentWorkers) 2022-09-27T16:50:48.4397316Z There might be ConnectionResetError or leaked semaphore warning (due to dirty process exit), but they are all safe to ignore ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.005s) 2022-09-27T16:50:48.4428219Z test_random_sampler (__main__.TestDataLoaderPersistentWorkers) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.003s) 2022-09-27T16:50:48.4440320Z test_random_sampler_len_with_replacement (__main__.TestDataLoaderPersistentWorkers) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.001s) 2022-09-27T16:50:48.4451397Z test_random_sampler_len_without_replacement (__main__.TestDataLoaderPersistentWorkers) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.001s) 2022-09-27T16:50:48.4456187Z test_sampler (__main__.TestDataLoaderPersistentWorkers) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.000s) 2022-09-27T16:50:48.4480914Z test_sampler_reproducibility (__main__.TestDataLoaderPersistentWorkers) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.002s) 2022-09-27T16:50:48.4490742Z test_segfault (__main__.TestDataLoaderPersistentWorkers) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.001s) 2022-09-27T16:50:48.4494945Z test_seqential_batch_workers (__main__.TestDataLoaderPersistentWorkers) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.000s) 2022-09-27T16:50:48.4498949Z test_seqential_batch_workers_prefetch (__main__.TestDataLoaderPersistentWorkers) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.000s) 2022-09-27T16:50:48.4503636Z test_sequential_batch (__main__.TestDataLoaderPersistentWorkers) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.000s) 2022-09-27T16:50:48.4507430Z test_sequential_nonbatch (__main__.TestDataLoaderPersistentWorkers) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.000s) 2022-09-27T16:50:48.4513568Z test_sequential_pin_memory (__main__.TestDataLoaderPersistentWorkers) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.001s) 2022-09-27T16:50:48.4517482Z test_sequential_workers (__main__.TestDataLoaderPersistentWorkers) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.000s) 2022-09-27T16:50:48.4521623Z test_shuffle (__main__.TestDataLoaderPersistentWorkers) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.000s) 2022-09-27T16:50:48.4525813Z test_shuffle_batch (__main__.TestDataLoaderPersistentWorkers) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.000s) 2022-09-27T16:50:48.4529791Z test_shuffle_batch_none (__main__.TestDataLoaderPersistentWorkers) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.000s) 2022-09-27T16:50:48.4534329Z test_shuffle_batch_workers (__main__.TestDataLoaderPersistentWorkers) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.000s) 2022-09-27T16:50:48.4538992Z test_shuffle_batch_workers_prefetch (__main__.TestDataLoaderPersistentWorkers) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.000s) 2022-09-27T16:50:48.4545564Z test_shuffle_pin_memory (__main__.TestDataLoaderPersistentWorkers) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.001s) 2022-09-27T16:50:48.4553703Z test_shuffle_reproducibility (__main__.TestDataLoaderPersistentWorkers) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.001s) 2022-09-27T16:50:48.4557794Z test_shuffle_workers (__main__.TestDataLoaderPersistentWorkers) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.000s) 2022-09-27T16:50:48.4567899Z test_timeout (__main__.TestDataLoaderPersistentWorkers) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.001s) 2022-09-27T16:50:48.4573641Z test_typing (__main__.TestDataLoaderPersistentWorkers) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.001s) 2022-09-27T16:50:48.4580059Z test_worker_init_fn (__main__.TestDataLoaderPersistentWorkers) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.001s) 2022-09-27T16:50:48.4587120Z test_worker_seed (__main__.TestDataLoaderPersistentWorkers) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.001s) 2022-09-27T16:50:48.4595165Z test_worker_seed_reproducibility (__main__.TestDataLoaderPersistentWorkers) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.001s) 2022-09-27T16:50:48.4607346Z test_incomplete_fractional_splits (__main__.TestDatasetRandomSplit) ... ok (0.001s) 2022-09-27T16:50:48.4616671Z test_lengths_must_equal_dataset_size (__main__.TestDatasetRandomSplit) ... ok (0.001s) 2022-09-27T16:50:48.4667565Z test_slicing_of_subset_of_dataset (__main__.TestDatasetRandomSplit) ... ok (0.005s) 2022-09-27T16:50:48.4712480Z test_slicing_of_subset_of_subset (__main__.TestDatasetRandomSplit) ... ok (0.004s) 2022-09-27T16:50:48.4734852Z test_splits_are_mutually_exclusive (__main__.TestDatasetRandomSplit) ... ok (0.002s) 2022-09-27T16:50:48.4780915Z test_splits_generator (__main__.TestDatasetRandomSplit) ... ok (0.005s) 2022-09-27T16:50:48.4811183Z test_splits_have_correct_size (__main__.TestDatasetRandomSplit) ... ok (0.003s) 2022-09-27T16:50:48.4823923Z test_splits_indexing_type (__main__.TestDatasetRandomSplit) 2022-09-27T16:50:48.4858945Z Indices generated by random_split ... ok (0.005s) 2022-09-27T16:50:48.4975250Z test_splits_reproducibility (__main__.TestDatasetRandomSplit) ... ok (0.012s) 2022-09-27T16:50:48.4982623Z test_pin_memory (__main__.TestDictDataLoader) ... skip: CUDA unavailable (0.001s) 2022-09-27T16:50:48.4989896Z test_pin_memory_device (__main__.TestDictDataLoader) ... skip: CUDA unavailable (0.001s) 2022-09-27T16:50:48.4997142Z test_pin_memory_with_only_device (__main__.TestDictDataLoader) ... skip: CUDA unavailable (0.001s) 2022-09-27T16:50:48.5605489Z test_sequential_batch (__main__.TestDictDataLoader) ... ok (0.061s) 2022-09-27T16:50:48.5618343Z test_ind_worker_queue (__main__.TestIndividualWorkerQueue) ... skip: Flaky with ASAN, see https://github.com/pytorch/pytorch/issues/65727 (0.001s) 2022-09-27T16:50:48.5680572Z test_dataloader_with_namedtuple (__main__.TestNamedTupleDataLoader) ... ok (0.006s) 2022-09-27T16:50:48.6667848Z test_set_affinity_in_worker_init (__main__.TestSetAffinity) ... ok (0.098s) 2022-09-27T16:50:48.6677297Z test_shuffle_pin_memory (__main__.TestStringDataLoader) ... skip: CUDA unavailable (0.001s) 2022-09-27T16:50:48.7018112Z test_getitem (__main__.TestTensorDataset) ... ok (0.034s) 2022-09-27T16:50:48.7218463Z test_getitem_1d (__main__.TestTensorDataset) ... ok (0.020s) 2022-09-27T16:50:48.7238012Z test_len (__main__.TestTensorDataset) ... ok (0.002s) 2022-09-27T16:50:48.7444680Z test_many_tensors (__main__.TestTensorDataset) ... ok (0.020s) 2022-09-27T16:50:48.7490242Z test_single_tensor (__main__.TestTensorDataset) ... ok (0.005s) 2022-09-27T16:50:48.7490767Z 2022-09-27T16:50:48.7491321Z ---------------------------------------------------------------------- 2022-09-27T16:50:48.7491715Z Ran 168 tests in 144.612s 2022-09-27T16:50:48.7491907Z 2022-09-27T16:50:48.7492051Z OK (skipped=144) 2022-09-27T16:50:48.7493844Z 2022-09-27T16:50:48.7494248Z Generating XML reports... 2022-09-27T16:50:48.7533305Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-IntegrationTestDataLoaderDataPipe-20220927164824.xml 2022-09-27T16:50:48.7541188Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestConcatDataset-20220927164824.xml 2022-09-27T16:50:48.7551478Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestDatasetRandomSplit-20220927164824.xml 2022-09-27T16:50:48.7557740Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestDictDataLoader-20220927164824.xml 2022-09-27T16:50:48.7560545Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestNamedTupleDataLoader-20220927164824.xml 2022-09-27T16:50:48.7563125Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestSetAffinity-20220927164824.xml 2022-09-27T16:50:48.7582175Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestTensorDataset-20220927164824.xml 2022-09-27T16:50:48.7587318Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestConvAfterFork-20220927164824.xml 2022-09-27T16:50:48.7592034Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestCustomPinFn-20220927164824.xml 2022-09-27T16:50:48.7664011Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestDataLoader-20220927164824.xml 2022-09-27T16:50:48.7668135Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestDataLoader2-20220927164824.xml 2022-09-27T16:50:48.7672695Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestDataLoader2_EventLoop-20220927164824.xml 2022-09-27T16:50:48.7746925Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestDataLoaderPersistentWorkers-20220927164824.xml 2022-09-27T16:50:48.7750164Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestIndividualWorkerQueue-20220927164824.xml 2022-09-27T16:50:48.7753669Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestStringDataLoader-20220927164824.xml 2022-09-27T16:50:49.5185299Z Running test_autograd ... [2022-09-27 16:50:49.518029] 2022-09-27T16:50:49.5186110Z Executing ['/opt/conda/bin/python', '-bb', 'test_autograd.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:50:49.518118] 2022-09-27T16:50:54.6906259Z Test results will be stored in test-reports/python-unittest/test_autograd 2022-09-27T16:50:54.6956257Z 2022-09-27T16:50:54.6956671Z Running tests... 2022-09-27T16:50:54.6957533Z ---------------------------------------------------------------------- 2022-09-27T16:50:54.7220288Z test_access_saved_tensor_twice_without_recomputation_works (__main__.TestAutograd) ... ok (0.026s) 2022-09-27T16:50:54.7275207Z test_accumulate_grad (__main__.TestAutograd) ... /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:50:54.7276631Z allow_unreachable=True, accumulate_grad=True) # Calls into the C++ engine to run the backward pass 2022-09-27T16:50:54.7282625Z ok (0.006s) 2022-09-27T16:50:54.7354166Z test_accumulate_grad_tensor_reference (__main__.TestAutograd) ... ok (0.007s) 2022-09-27T16:50:54.7387645Z test_accumulate_grad_with_zero_numel_grad (__main__.TestAutograd) ... ok (0.003s) 2022-09-27T16:50:54.7405822Z test_anomaly_assign_parent_cleanup (__main__.TestAutograd) ... test_autograd.py:3640: UserWarning: Anomaly Detection has been enabled. This mode will increase the runtime and should only be enabled for debugging. 2022-09-27T16:50:54.7406230Z with detect_anomaly(): 2022-09-27T16:50:54.7415067Z ok (0.003s) 2022-09-27T16:50:54.7473429Z test_anomaly_detect_nan (__main__.TestAutograd) ... ok (0.006s) 2022-09-27T16:50:54.7725730Z test_anomaly_grad_warnings (__main__.TestAutograd) ... ok (0.025s) 2022-09-27T16:50:54.7765328Z test_anomaly_mode_no_check_nan (__main__.TestAutograd) ... ok (0.004s) 2022-09-27T16:50:54.7780713Z test_attribute_deletion (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:50:55.2864749Z test_autograd_inplace_views_creation_meta (__main__.TestAutograd) ... ok (0.508s) 2022-09-27T16:50:55.2915473Z test_autograd_inplace_views_cross_dtype (__main__.TestAutograd) ... ok (0.005s) 2022-09-27T16:50:55.3012999Z test_autograd_multiple_views_python (__main__.TestAutograd) ... ok (0.010s) 2022-09-27T16:50:55.3196439Z test_autograd_python_custom_function_inplace (__main__.TestAutograd) ... ok (0.018s) 2022-09-27T16:50:55.6315886Z test_autograd_simple_views_python (__main__.TestAutograd) ... ok (0.312s) 2022-09-27T16:50:55.6689076Z test_autograd_views_codegen (__main__.TestAutograd) ... ok (0.037s) 2022-09-27T16:50:55.6763087Z test_backward (__main__.TestAutograd) ... ok (0.007s) 2022-09-27T16:50:55.6775309Z test_backward_badcalls (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:50:55.6830577Z test_backward_copy (__main__.TestAutograd) ... ok (0.005s) 2022-09-27T16:50:55.6853825Z test_backward_create_graph_warns (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:50:55.6864573Z test_backward_no_grad (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:50:55.6889841Z test_backward_twice_retained_graph_with_saved_values (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:50:55.6911541Z test_backward_twice_retained_graph_without_saved_values (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:50:55.7017895Z test_backward_twice_with_saved_values (__main__.TestAutograd) ... ok (0.011s) 2022-09-27T16:50:55.7035159Z test_backward_twice_without_saved_values (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:50:55.7140631Z test_backward_with_inputs (__main__.TestAutograd) ... ok (0.010s) 2022-09-27T16:50:55.7194315Z test_backward_with_nonleaf_inputs (__main__.TestAutograd) ... ok (0.005s) 2022-09-27T16:50:55.7219200Z test_calculate_shape_util (__main__.TestAutograd) ... test_autograd.py:3502: UserWarning: The PyTorch API of nested tensors is in prototype stage and will change in the near future. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/NestedTensorImpl.cpp:177.) 2022-09-27T16:50:55.7219696Z torch.randn(10, 5, requires_grad=True)] 2022-09-27T16:50:55.7224800Z ok (0.003s) 2022-09-27T16:50:55.7246150Z test_callback_adds_callback (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:50:55.7282039Z test_cant_create_saved_tensors (__main__.TestAutograd) ... ok (0.004s) 2022-09-27T16:50:55.7311017Z test_checkpoint_valid_reset_on_error (__main__.TestAutograd) ... ok (0.003s) 2022-09-27T16:50:55.7325247Z test_checkpointing (__main__.TestAutograd) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:50:55.7330227Z test_checkpointing_non_reentrant_autocast_cpu (__main__.TestAutograd) 2022-09-27T16:50:55.7570073Z Test that autocast args such as the dtype are preserved during non-reentrant ... ok (0.024s) 2022-09-27T16:50:55.7575000Z test_checkpointing_non_reentrant_autocast_gpu (__main__.TestAutograd) 2022-09-27T16:50:55.7575439Z Test that autocast args/kwargs such as the dtype are preserved during ... skip: Test requires CUDA bf16 support (0.001s) 2022-09-27T16:50:55.7587964Z test_checkpointing_without_reentrant_arbitrary_input_output (__main__.TestAutograd) 2022-09-27T16:50:55.7631470Z Ensures checkpointing without reentrant autograd works with functions ... ok (0.006s) 2022-09-27T16:50:55.7640808Z test_checkpointing_without_reentrant_correct_grad (__main__.TestAutograd) 2022-09-27T16:50:55.7676889Z Verifies that correct gradients are calculated for checkpoint ... ok (0.004s) 2022-09-27T16:50:55.7717944Z test_checkpointing_without_reentrant_custom_function_works (__main__.TestAutograd) ... ok (0.004s) 2022-09-27T16:50:55.7731004Z test_checkpointing_without_reentrant_dataparallel (__main__.TestAutograd) 2022-09-27T16:50:55.7773685Z Verifies gradient correctness when checkpoint without reentrant autograd ... ok (0.005s) 2022-09-27T16:50:55.7812631Z test_checkpointing_without_reentrant_detached_tensor_use_reentrant_False (__main__.TestAutograd) ... ok (0.004s) 2022-09-27T16:50:55.7867484Z test_checkpointing_without_reentrant_detached_tensor_use_reentrant_True (__main__.TestAutograd) ... ok (0.005s) 2022-09-27T16:50:55.7885895Z test_checkpointing_without_reentrant_input_requires_grad_False (__main__.TestAutograd) 2022-09-27T16:50:55.7890757Z Basic test for checkpoint without reentrant autograd. ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:50:55.7908726Z test_checkpointing_without_reentrant_input_requires_grad_True (__main__.TestAutograd) 2022-09-27T16:50:55.7913573Z Basic test for checkpoint without reentrant autograd. ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:50:55.7940031Z test_checkpointing_without_reentrant_memory_savings (__main__.TestAutograd) ... skip: Test requires CUDA (0.003s) 2022-09-27T16:50:55.7947856Z test_checkpointing_without_reentrant_parameter_used_in_an_out (__main__.TestAutograd) 2022-09-27T16:50:55.7966940Z Ensures that gradient hooks are only called once per tensor. ... ok (0.003s) 2022-09-27T16:50:56.2978634Z test_create_graph_and_full_backward_hook_cycle (__main__.TestAutograd) ... ok (0.501s) 2022-09-27T16:50:56.3340800Z test_custom_autograd_no_early_free (__main__.TestAutograd) ... ok (0.036s) 2022-09-27T16:50:56.3462149Z test_custom_autograd_repeated_grad_grad (__main__.TestAutograd) ... ok (0.012s) 2022-09-27T16:50:56.5106778Z test_custom_function_cycle (__main__.TestAutograd) ... ok (0.164s) 2022-09-27T16:50:56.5156039Z test_custom_function_error (__main__.TestAutograd) ... ok (0.005s) 2022-09-27T16:50:56.5178106Z test_custom_function_exception (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:50:56.6084616Z test_custom_function_forward_mode_forward_is_no_op (__main__.TestAutograd) ... ok (0.090s) 2022-09-27T16:50:56.6278330Z test_custom_function_forward_mode_inplace_checks (__main__.TestAutograd) ... ok (0.019s) 2022-09-27T16:50:56.6382225Z test_custom_function_forward_mode_non_tensor_before_tensor_args (__main__.TestAutograd) ... ok (0.010s) 2022-09-27T16:50:56.6713731Z test_custom_function_forward_mode_view_checks (__main__.TestAutograd) ... ok (0.033s) 2022-09-27T16:50:56.6985029Z test_custom_function_forward_mode_wrong_formula (__main__.TestAutograd) ... ok (0.027s) 2022-09-27T16:50:56.7006440Z test_custom_function_local_inplace (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:50:56.7031863Z test_custom_function_no_tensors (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:50:56.7385899Z test_custom_function_non_tensor_inputs_outputs (__main__.TestAutograd) ... ok (0.035s) 2022-09-27T16:50:56.7466629Z test_custom_function_return_view_in_nograd (__main__.TestAutograd) ... ok (0.008s) 2022-09-27T16:50:56.7723763Z test_custom_function_save_for_forward (__main__.TestAutograd) ... ok (0.026s) 2022-09-27T16:50:56.7837827Z test_custom_function_saved_tensors (__main__.TestAutograd) ... ok (0.011s) 2022-09-27T16:50:58.0442536Z test_deep_reentrant (__main__.TestAutograd) ... ok (1.260s) 2022-09-27T16:50:58.0550459Z test_default_saved_variable_hooks_double_backward (__main__.TestAutograd) ... ok (0.011s) 2022-09-27T16:50:58.0580933Z test_dep_nograd (__main__.TestAutograd) ... ok (0.003s) 2022-09-27T16:50:58.0608985Z test_dependent_backward (__main__.TestAutograd) ... ok (0.003s) 2022-09-27T16:50:58.0716798Z test_detach (__main__.TestAutograd) ... ok (0.011s) 2022-09-27T16:50:58.0722802Z test_detach_base (__main__.TestAutograd) 2022-09-27T16:50:58.0730527Z detaching base does not detach view ... ok (0.001s) 2022-09-27T16:50:58.0838051Z test_detach_then_inplace_raises_in_autograd (__main__.TestAutograd) ... ok (0.011s) 2022-09-27T16:50:58.0858371Z test_diagonal_derivative_requires_grad (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:50:58.0870531Z test_diagonal_expanded_v (__main__.TestAutograd) ... test_autograd.py:2221: 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:50:58.0871344Z v_expanded = torch.tensor(value).expand(10) 2022-09-27T16:50:58.0885665Z ok (0.003s) 2022-09-27T16:50:58.0947093Z test_dir (__main__.TestAutograd) ... ok (0.006s) 2022-09-27T16:50:58.0963455Z test_dont_materialize_grads (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:50:58.0996377Z test_duplicate_backward_root (__main__.TestAutograd) ... ok (0.003s) 2022-09-27T16:50:58.1009507Z test_first_grad_fn_access_in_no_grad_mode (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:51:09.4913101Z test_free_deep_graph (__main__.TestAutograd) ... ok (11.390s) 2022-09-27T16:51:17.0491719Z test_free_deep_graph_complicated (__main__.TestAutograd) ... ok (7.558s) 2022-09-27T16:51:23.1309954Z test_free_deep_graph_pyfunction (__main__.TestAutograd) ... ok (6.082s) 2022-09-27T16:51:23.1406545Z test_function (__main__.TestAutograd) ... ok (0.010s) 2022-09-27T16:51:23.1467866Z test_function_returns_input (__main__.TestAutograd) ... ok (0.006s) 2022-09-27T16:51:23.1498866Z test_function_returns_undefined_tensor (__main__.TestAutograd) ... ok (0.003s) 2022-09-27T16:51:23.1506374Z test_gc_in_destructor (__main__.TestAutograd) 2022-09-27T16:51:23.9870031Z Previously, if a Function destructor triggered a garbage collection, ... ok (0.837s) 2022-09-27T16:51:23.9955970Z test_grad (__main__.TestAutograd) ... ok (0.009s) 2022-09-27T16:51:23.9974806Z test_grad_badcalls (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:51:24.0207251Z test_grad_batched_grad (__main__.TestAutograd) ... ok (0.023s) 2022-09-27T16:51:24.0255852Z test_grad_empty_inputs (__main__.TestAutograd) ... ok (0.005s) 2022-09-27T16:51:24.0862136Z test_grad_fn_attr_bindings (__main__.TestAutograd) ... ok (0.060s) 2022-09-27T16:51:24.0884476Z test_grad_fn_badcalls (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:51:24.0992337Z test_grad_fn_prehooks (__main__.TestAutograd) ... ok (0.011s) 2022-09-27T16:51:24.1073491Z test_grad_fn_prehooks_multiple_outputs (__main__.TestAutograd) ... ok (0.008s) 2022-09-27T16:51:24.1141778Z test_grad_fn_prehooks_remove_hooks (__main__.TestAutograd) ... ok (0.007s) 2022-09-27T16:51:24.1175389Z test_grad_mode_restored_reentrant (__main__.TestAutograd) ... ok (0.003s) 2022-09-27T16:51:24.1219873Z test_grad_nonleaf (__main__.TestAutograd) ... test_autograd.py:528: 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-27T16:51:24.1221076Z self.assertIsNone(x.grad) 2022-09-27T16:51:24.1303071Z ok (0.013s) 2022-09-27T16:51:24.1338741Z test_grad_nonleaf_many_outputs (__main__.TestAutograd) ... ok (0.004s) 2022-09-27T16:51:24.1375927Z test_grad_nonleaf_register_hook (__main__.TestAutograd) ... test_autograd.py:580: 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-27T16:51:24.1376807Z self.assertIsNone(x_list[0].grad) 2022-09-27T16:51:24.1386348Z test_autograd.py:587: 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-27T16:51:24.1387058Z self.assertIsNone(x_list[i].grad) 2022-09-27T16:51:24.1416300Z ok (0.008s) 2022-09-27T16:51:24.1462158Z test_grad_unreachable (__main__.TestAutograd) ... ok (0.005s) 2022-09-27T16:51:24.1497571Z test_grad_unreachable_discovery (__main__.TestAutograd) ... ok (0.003s) 2022-09-27T16:51:24.2417995Z test_gradcheck_backward_mul_by_grad_output (__main__.TestAutograd) ... ok (0.092s) 2022-09-27T16:51:24.3770392Z test_gradcheck_check_batched_grad (__main__.TestAutograd) ... ok (0.135s) 2022-09-27T16:51:24.3793128Z test_gradcheck_check_forward_or_backward_only (__main__.TestAutograd) 2022-09-27T16:51:24.4614086Z Depending on settings for check_forward_ad and check_backward_ad, the ... ok (0.084s) 2022-09-27T16:51:24.4637136Z test_gradcheck_check_no_differentiable_outputs (__main__.TestAutograd) ... /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:51:24.4637978Z f'Input #{idx} requires gradient and ' 2022-09-27T16:51:24.4709327Z ok (0.009s) 2022-09-27T16:51:24.5107243Z test_gradcheck_complex_non_complex_outputs (__main__.TestAutograd) ... ok (0.040s) 2022-09-27T16:51:24.5130221Z test_gradcheck_custom_error (__main__.TestAutograd) ... /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:51:24.5130785Z f'Input #{idx} requires gradient and ' 2022-09-27T16:51:24.5746856Z ok (0.064s) 2022-09-27T16:51:24.6029136Z test_gradcheck_dense_and_sparse_inputs (__main__.TestAutograd) ... ok (0.028s) 2022-09-27T16:51:25.0887987Z test_gradcheck_forward_ad (__main__.TestAutograd) ... ok (0.486s) 2022-09-27T16:51:25.1148828Z test_gradcheck_forward_ad_batched_grad (__main__.TestAutograd) ... ok (0.026s) 2022-09-27T16:51:25.1428049Z test_gradcheck_forward_ad_respects_requires_grad (__main__.TestAutograd) ... ok (0.028s) 2022-09-27T16:51:25.1693035Z test_gradcheck_forward_ad_runs_with_no_requires_grad (__main__.TestAutograd) ... ok (0.026s) 2022-09-27T16:51:25.1896257Z test_gradcheck_get_analytical_jacobian (__main__.TestAutograd) ... /opt/conda/lib/python3.7/site-packages/torch/autograd/gradcheck.py:580: UserWarning: get_analytical_jacobian was part of PyTorch's private API and not meant to be exposed. We are deprecating it and it will be removed in a future version of PyTorch. If you have a specific use for this or feature request for this to be a stable API, please file us an issue at https://github.com/pytorch/pytorch/issues/new 2022-09-27T16:51:25.1897406Z warnings.warn("get_analytical_jacobian was part of PyTorch's private API and not " 2022-09-27T16:51:25.1897763Z ok (0.020s) 2022-09-27T16:51:25.2119859Z test_gradcheck_get_numerical_jacobian (__main__.TestAutograd) ... /opt/conda/lib/python3.7/site-packages/torch/autograd/gradcheck.py:173: UserWarning: get_numerical_jacobian was part of PyTorch's private API and not meant to be exposed. We are deprecating it and it will be removed in a future version of PyTorch. If you have a specific use for this or feature request for this to be a stable API, please file us an issue at https://github.com/pytorch/pytorch/issues/new 2022-09-27T16:51:25.2121206Z warnings.warn("get_numerical_jacobian was part of PyTorch's private API and not " 2022-09-27T16:51:25.2121626Z ok (0.022s) 2022-09-27T16:51:25.2149553Z test_gradcheck_jacobian_mismatch (__main__.TestAutograd) ... /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:51:25.2150588Z f'Input #{idx} requires gradient and ' 2022-09-27T16:51:25.3995599Z ok (0.187s) 2022-09-27T16:51:25.4009877Z test_gradcheck_multiple_mkldnn_inputs (__main__.TestAutograd) ... skip: MKL-DNN build is disabled (0.001s) 2022-09-27T16:51:25.8027689Z test_gradcheck_nondeterministic (__main__.TestAutograd) ... ok (0.402s) 2022-09-27T16:51:25.8088280Z test_gradcheck_output_shape_or_dtype_depend_on_values (__main__.TestAutograd) ... ok (0.006s) 2022-09-27T16:51:25.8671075Z test_gradcheck_single_input (__main__.TestAutograd) ... ok (0.058s) 2022-09-27T16:51:25.8695543Z test_gradcheck_sparse_csr_input (__main__.TestAutograd) ... test_autograd.py:3898: 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:51:25.8696967Z gradcheck(fn, torch.rand(2, 2, dtype=torch.double).to_sparse_csr().requires_grad_(True), check_sparse_nnz=True, 2022-09-27T16:51:25.8859492Z expected failure (0.019s) 2022-09-27T16:51:25.9056318Z test_gradcheck_sparse_input (__main__.TestAutograd) ... ok (0.019s) 2022-09-27T16:51:25.9069066Z test_gradcheck_test_outputs (__main__.TestAutograd) ... skip: MKL-DNN build is disabled (0.001s) 2022-09-27T16:51:25.9311644Z test_gradcheck_undefined_grad (__main__.TestAutograd) ... ok (0.024s) 2022-09-27T16:51:25.9324019Z test_gradcheck_validates_input_mkldnn (__main__.TestAutograd) ... skip: MKL-DNN build is disabled (0.001s) 2022-09-27T16:51:25.9503754Z test_gradcheck_validates_inputs (__main__.TestAutograd) ... ok (0.018s) 2022-09-27T16:51:25.9746687Z test_graph_save_on_cpu (__main__.TestAutograd) ... ok (0.024s) 2022-09-27T16:51:25.9761111Z test_graph_save_on_cpu_cuda (__main__.TestAutograd) ... skip: test requires CUDA (0.001s) 2022-09-27T16:51:25.9831688Z test_hessian_vector (__main__.TestAutograd) ... ok (0.007s) 2022-09-27T16:51:25.9862682Z test_hook_none (__main__.TestAutograd) ... ok (0.003s) 2022-09-27T16:51:25.9879490Z test_hook_with_no_name (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:51:25.9964490Z test_hooks (__main__.TestAutograd) ... ok (0.008s) 2022-09-27T16:51:26.0002798Z test_hooks_cpp (__main__.TestAutograd) ... ok (0.004s) 2022-09-27T16:51:26.0025603Z test_index_backward_does_not_save_tensor (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:51:26.0733662Z test_indexing (__main__.TestAutograd) ... ok (0.071s) 2022-09-27T16:51:26.0827981Z test_indexing_duplicates (__main__.TestAutograd) ... ok (0.009s) 2022-09-27T16:51:26.1311966Z test_inplace (__main__.TestAutograd) ... ok (0.048s) 2022-09-27T16:51:26.1552743Z test_inplace_not_requires_grad (__main__.TestAutograd) ... ok (0.024s) 2022-09-27T16:51:26.2128866Z test_inplace_on_view_backward (__main__.TestAutograd) ... ok (0.057s) 2022-09-27T16:51:26.2198988Z test_inplace_on_view_leaf_errors (__main__.TestAutograd) ... ok (0.007s) 2022-09-27T16:51:26.2219550Z test_inplace_on_view_saved_output (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:51:26.3320731Z test_inplace_on_view_weak_grad_fn (__main__.TestAutograd) ... ok (0.110s) 2022-09-27T16:51:26.3356410Z test_input_buffer_accum (__main__.TestAutograd) ... ok (0.004s) 2022-09-27T16:51:26.3464548Z test_integer_outputs (__main__.TestAutograd) ... ok (0.011s) 2022-09-27T16:51:26.3564883Z test_invalid_gradients (__main__.TestAutograd) ... ok (0.010s) 2022-09-27T16:51:26.3590689Z test_isolated_node (__main__.TestAutograd) ... ok (0.003s) 2022-09-27T16:51:26.3630294Z test_leaf_assignment (__main__.TestAutograd) ... ok (0.004s) 2022-09-27T16:51:26.3645766Z test_legacy_function_deprecation_exception (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:51:26.3678258Z test_lobpcg (__main__.TestAutograd) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/80338 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.003s) 2022-09-27T16:51:26.3698840Z test_mark_non_differentiable (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:51:26.3729526Z test_mark_non_differentiable_mixed (__main__.TestAutograd) ... ok (0.003s) 2022-09-27T16:51:26.3747152Z test_mark_non_differentiable_none (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:51:26.3770381Z test_materialize_grads (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:51:26.3831037Z test_multi_backward (__main__.TestAutograd) ... ok (0.006s) 2022-09-27T16:51:26.3846941Z test_multi_backward_no_grad (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:51:26.3862404Z test_named_tensor_for_complex_views (__main__.TestAutograd) ... /opt/conda/lib/python3.7/site-packages/torch/_tensor.py:1095: UserWarning: Named tensors and all their associated APIs are an experimental feature and subject to change. Please do not use them for anything important until they are released as stable. (Triggered internally at /var/lib/jenkins/workspace/c10/core/TensorImpl.h:1694.) 2022-09-27T16:51:26.3863331Z return super(Tensor, self).refine_names(names) 2022-09-27T16:51:26.3887597Z ok (0.004s) 2022-09-27T16:51:26.3928031Z test_naughty_anomaly_access (__main__.TestAutograd) ... expected failure (0.004s) 2022-09-27T16:51:26.4095519Z test_naughty_autograd_function_attribute_access (__main__.TestAutograd) ... ok (0.017s) 2022-09-27T16:51:26.4115446Z test_naughty_autograd_function_stashing_ctx (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:51:26.4212464Z test_nested_anomaly_detect_nan (__main__.TestAutograd) ... ok (0.010s) 2022-09-27T16:51:26.4244230Z test_nested_anomaly_printstack_cleanup (__main__.TestAutograd) ... ok (0.003s) 2022-09-27T16:51:26.4266063Z test_next_functions (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:51:26.4287916Z test_no_grad (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:51:26.4299655Z test_no_grad_assignment (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:51:26.4334912Z test_no_grad_copy (__main__.TestAutograd) ... ok (0.003s) 2022-09-27T16:51:26.4372489Z test_no_grad_copy_sparse (__main__.TestAutograd) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2322: UserWarning: Argument order of nn.functional.embedding_bag was changed. Usage `embedding_bag(weight, input, ...)` is deprecated, and should now be `embedding_bag(input, weight, ...)`. 2022-09-27T16:51:26.4373040Z "Argument order of nn.functional.embedding_bag was changed. " 2022-09-27T16:51:26.4598101Z ok (0.026s) 2022-09-27T16:51:26.4613945Z test_no_grad_input (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:51:26.4953486Z test_no_grad_modifies_version (__main__.TestAutograd) ... ok (0.034s) 2022-09-27T16:51:26.4960617Z test_no_grad_python_function (__main__.TestAutograd) 2022-09-27T16:51:26.4970837Z Python Functions should respect grad mode. ... ok (0.002s) 2022-09-27T16:51:26.5123803Z test_no_requires_grad_inplace (__main__.TestAutograd) ... ok (0.015s) 2022-09-27T16:51:26.5157751Z test_no_unnecessary_save (__main__.TestAutograd) ... ok (0.003s) 2022-09-27T16:51:26.5230320Z test_no_unnecessary_unwrapping (__main__.TestAutograd) ... ok (0.007s) 2022-09-27T16:51:26.5301951Z test_not_implemented_fwad (__main__.TestAutograd) ... ok (0.007s) 2022-09-27T16:51:26.5425995Z test_not_implemented_grad (__main__.TestAutograd) ... ok (0.012s) 2022-09-27T16:51:26.5469082Z test_numpy_requires_grad (__main__.TestAutograd) ... ok (0.004s) 2022-09-27T16:51:26.5520701Z test_once_differentiable (__main__.TestAutograd) ... ok (0.005s) 2022-09-27T16:51:26.5656696Z test_out_variant_raises_when_inputs_require_grad (__main__.TestAutograd) ... ok (0.014s) 2022-09-27T16:51:26.5781273Z test_pack_hook_with_inplace_modification_should_fail (__main__.TestAutograd) ... ok (0.012s) 2022-09-27T16:51:26.5866368Z test_pickle (__main__.TestAutograd) ... ok (0.008s) 2022-09-27T16:51:26.5906621Z test_pow_zero_tensor_gradient (__main__.TestAutograd) ... ok (0.004s) 2022-09-27T16:51:26.5951411Z test_power_function (__main__.TestAutograd) ... ok (0.004s) 2022-09-27T16:51:26.5973197Z test_profiler (__main__.TestAutograd) ... STAGE:2022-09-27 16:51:26 1637:1637 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:51:26.5981244Z STAGE:2022-09-27 16:51:26 1637:1637 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:51:26.6007552Z ok (0.006s) 2022-09-27T16:51:26.6030420Z test_profiler_aggregation_fake (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:51:26.6053730Z test_profiler_aggregation_lstm (__main__.TestAutograd) ... 2022-09-27T16:51:26.6065425Z STAGE:2022-09-27 16:51:26 1637:1637 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:51:26.8634707Z STAGE:2022-09-27 16:51:26 1637:1637 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:51:29.1009282Z =================================================================================================================================================================== 2022-09-27T16:51:29.1009534Z TEST 2022-09-27T16:51:29.1010150Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-09-27T16:51:29.1011089Z Name Self CPU % Self CPU CPU total % CPU total CPU time avg # of Calls Input Shapes 2022-09-27T16:51:29.1011748Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-09-27T16:51:29.1012195Z aten::lstm 0.68% 1.046ms 5.84% 9.041ms 9.041ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-09-27T16:51:29.1012699Z aten::lstm 0.61% 941.000us 4.79% 7.418ms 7.418ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-09-27T16:51:29.1012990Z aten::lstm 0.60% 934.000us 4.97% 7.696ms 7.696ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-09-27T16:51:29.1015266Z aten::lstm 0.59% 910.000us 4.85% 7.501ms 7.501ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-09-27T16:51:29.1015630Z aten::lstm 0.59% 907.000us 4.86% 7.524ms 7.524ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-09-27T16:51:29.1016054Z aten::lstm 0.58% 905.000us 4.92% 7.609ms 7.609ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-09-27T16:51:29.1016561Z aten::lstm 0.58% 905.000us 4.78% 7.389ms 7.389ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-09-27T16:51:29.1017077Z aten::lstm 0.58% 903.000us 5.04% 7.797ms 7.797ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-09-27T16:51:29.1017551Z aten::lstm 0.58% 897.000us 4.99% 7.717ms 7.717ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-09-27T16:51:29.1017982Z aten::lstm 0.58% 893.000us 4.98% 7.704ms 7.704ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-09-27T16:51:29.1019006Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-09-27T16:51:29.1019414Z Self CPU time total: 154.710ms 2022-09-27T16:51:29.1019540Z 2022-09-27T16:51:30.0681845Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-09-27T16:51:30.0682637Z Name Self CPU % Self CPU CPU total % CPU total CPU time avg # of Calls Input Shapes 2022-09-27T16:51:30.0683221Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-09-27T16:51:30.0683658Z aten::mul 12.90% 19.963ms 12.90% 19.963ms 33.272us 600 [[3, 20], [3, 20]] 2022-09-27T16:51:30.0683948Z aten::lstm 11.69% 18.079ms 98.74% 152.764ms 7.638ms 20 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-09-27T16:51:30.0684488Z aten::sigmoid_ 10.47% 16.196ms 10.47% 16.196ms 26.993us 600 [[3, 20]] 2022-09-27T16:51:30.0684774Z aten::addmm 8.65% 13.378ms 13.21% 20.438ms 102.190us 200 [[80], [3, 20], [20, 80], [], []] 2022-09-27T16:51:30.0685062Z aten::slice 5.00% 7.732ms 7.30% 11.287ms 14.109us 800 [[3, 80], [], [], [], []] 2022-09-27T16:51:30.0685366Z aten::unsafe_split 4.79% 7.407ms 14.78% 22.861ms 114.305us 200 [[3, 80], [], []] 2022-09-27T16:51:30.0685663Z aten::add_ 4.78% 7.392ms 4.78% 7.392ms 36.960us 200 [[3, 80], [3, 80], []] 2022-09-27T16:51:30.0686011Z aten::tanh 3.67% 5.681ms 3.67% 5.681ms 28.405us 200 [[3, 20]] 2022-09-27T16:51:30.0686293Z aten::tanh_ 3.58% 5.531ms 3.58% 5.531ms 27.655us 200 [[3, 20]] 2022-09-27T16:51:30.0686561Z aten::add_ 3.09% 4.774ms 3.09% 4.774ms 23.870us 200 [[3, 20], [3, 20], []] 2022-09-27T16:51:30.0687084Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-09-27T16:51:30.0687435Z Self CPU time total: 154.710ms 2022-09-27T16:51:30.0687560Z 2022-09-27T16:51:30.8477652Z =================================================================================================================================================================== 2022-09-27T16:51:30.8478043Z TEST 2022-09-27T16:51:30.8478426Z =================================================================================================================================================================== 2022-09-27T16:51:30.8479117Z This report only display top-level ops statistics 2022-09-27T16:51:30.8480031Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-09-27T16:51:30.8480478Z Name Self CPU % Self CPU CPU total % CPU total CPU time avg # of Calls Input Shapes 2022-09-27T16:51:30.8481042Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-09-27T16:51:30.8481464Z aten::lstm 0.68% 1.046ms 5.84% 9.041ms 9.041ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-09-27T16:51:30.8481767Z aten::lstm 0.61% 941.000us 4.79% 7.418ms 7.418ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-09-27T16:51:30.8482127Z aten::lstm 0.60% 934.000us 4.97% 7.696ms 7.696ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-09-27T16:51:30.8482407Z aten::lstm 0.59% 910.000us 4.85% 7.501ms 7.501ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-09-27T16:51:30.8482693Z aten::lstm 0.59% 907.000us 4.86% 7.524ms 7.524ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-09-27T16:51:30.8482976Z aten::lstm 0.58% 905.000us 4.92% 7.609ms 7.609ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-09-27T16:51:30.8483464Z aten::lstm 0.58% 905.000us 4.78% 7.389ms 7.389ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-09-27T16:51:30.8483740Z aten::lstm 0.58% 903.000us 5.04% 7.797ms 7.797ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-09-27T16:51:30.8484002Z aten::lstm 0.58% 897.000us 4.99% 7.717ms 7.717ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-09-27T16:51:30.8484275Z aten::lstm 0.58% 893.000us 4.98% 7.704ms 7.704ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-09-27T16:51:30.8484803Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-09-27T16:51:30.8485163Z Self CPU time total: 154.710ms 2022-09-27T16:51:30.8485287Z 2022-09-27T16:51:31.7469426Z =================================================================================================================================================================== 2022-09-27T16:51:31.7470330Z This report only display top-level ops statistics 2022-09-27T16:51:31.7470873Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-09-27T16:51:31.7471490Z Name Self CPU % Self CPU CPU total % CPU total CPU time avg # of Calls Input Shapes 2022-09-27T16:51:31.7472140Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-09-27T16:51:31.7472588Z aten::lstm 11.69% 18.079ms 98.74% 152.764ms 7.638ms 20 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-09-27T16:51:31.7472928Z aten::randn 0.67% 1.033ms 1.25% 1.941ms 32.350us 60 [[], [], [], [], []] 2022-09-27T16:51:31.7473497Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-09-27T16:51:31.7473855Z Self CPU time total: 154.710ms 2022-09-27T16:51:31.7473978Z 2022-09-27T16:51:31.7474082Z Total time based on python measurements: 162.233ms 2022-09-27T16:51:31.9479850Z CPU time measurement python side overhead: 4.86% 2022-09-27T16:51:32.0396823Z STAGE:2022-09-27 16:51:32 1637:1637 output_json.cpp:417] Completed Stage: Post Processing 2022-09-27T16:51:32.0649449Z ok (5.462s) 2022-09-27T16:51:32.0656461Z test_profiler_aggregation_table (__main__.TestAutograd) 2022-09-27T16:51:32.0667122Z Test if the profiling result is aggregated for `str(prof)` ... STAGE:2022-09-27 16:51:32 1637:1637 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:51:32.0674637Z STAGE:2022-09-27 16:51:32 1637:1637 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:51:32.0708357Z ok (0.006s) 2022-09-27T16:51:32.0730105Z test_profiler_function_event_avg (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:51:32.4914094Z test_profiler_propagation (__main__.TestAutograd) ... STAGE:2022-09-27 16:51:32 1637:1637 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:51:32.5001157Z STAGE:2022-09-27 16:51:32 1637:1637 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:51:32.5040553Z ok (0.431s) 2022-09-27T16:51:32.5066471Z test_profiler_seq_nr (__main__.TestAutograd) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/66893 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.002s) 2022-09-27T16:51:32.5083075Z test_profiler_shapes (__main__.TestAutograd) ... 2022-09-27T16:51:32.5093919Z STAGE:2022-09-27 16:51:32 1637:1637 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:51:32.5110952Z STAGE:2022-09-27 16:51:32 1637:1637 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:51:32.5176495Z ---------------------- ------------ ------------ ------------ ------------ ------------ ------------ --------------------------------------- 2022-09-27T16:51:32.5177197Z Name Self CPU % Self CPU CPU total % CPU total CPU time avg # of Calls Input Shapes 2022-09-27T16:51:32.5178026Z ---------------------- ------------ ------------ ------------ ------------ ------------ ------------ --------------------------------------- 2022-09-27T16:51:32.5178953Z aten::linear 4.69% 33.000us 63.21% 445.000us 445.000us 1 [[128, 20], [30, 20], [30]] 2022-09-27T16:51:32.5179384Z aten::t 10.37% 73.000us 18.32% 129.000us 129.000us 1 [[30, 20]] 2022-09-27T16:51:32.5179812Z aten::transpose 4.97% 35.000us 7.95% 56.000us 56.000us 1 [[30, 20], [], []] 2022-09-27T16:51:32.5180238Z aten::as_strided 2.98% 21.000us 2.98% 21.000us 21.000us 1 [[30, 20], [], [], []] 2022-09-27T16:51:32.5180660Z aten::addmm 22.30% 157.000us 40.20% 283.000us 283.000us 1 [[30], [128, 20], [20, 30], [], []] 2022-09-27T16:51:32.5181058Z aten::expand 1.99% 14.000us 2.98% 21.000us 21.000us 1 [[30], [], []] 2022-09-27T16:51:32.5181481Z aten::as_strided 0.99% 7.000us 0.99% 7.000us 7.000us 1 [[30], [], [], []] 2022-09-27T16:51:32.5181896Z aten::copy_ 14.77% 104.000us 14.77% 104.000us 104.000us 1 [[128, 30], [128, 30], []] 2022-09-27T16:51:32.5182328Z aten::resolve_conj 0.14% 1.000us 0.14% 1.000us 1.000us 1 [[128, 30]] 2022-09-27T16:51:32.5182767Z aten::resolve_conj 0.00% 0.000us 0.00% 0.000us 0.000us 1 [[128, 20]] 2022-09-27T16:51:32.5183152Z aten::linear 1.85% 13.000us 36.79% 259.000us 259.000us 1 [[128, 30], [40, 30], [40]] 2022-09-27T16:51:32.5183538Z aten::t 3.55% 25.000us 6.68% 47.000us 47.000us 1 [[40, 30]] 2022-09-27T16:51:32.5184027Z aten::transpose 1.99% 14.000us 3.12% 22.000us 22.000us 1 [[40, 30], [], []] 2022-09-27T16:51:32.5184533Z aten::as_strided 1.14% 8.000us 1.14% 8.000us 8.000us 1 [[40, 30], [], [], []] 2022-09-27T16:51:32.5185026Z aten::addmm 12.64% 89.000us 28.27% 199.000us 199.000us 1 [[40], [128, 30], [30, 40], [], []] 2022-09-27T16:51:32.5185514Z aten::expand 1.70% 12.000us 2.56% 18.000us 18.000us 1 [[40], [], []] 2022-09-27T16:51:32.5185991Z aten::as_strided 0.85% 6.000us 0.85% 6.000us 6.000us 1 [[40], [], [], []] 2022-09-27T16:51:32.5186487Z aten::copy_ 13.07% 92.000us 13.07% 92.000us 92.000us 1 [[128, 40], [128, 40], []] 2022-09-27T16:51:32.5187166Z aten::resolve_conj 0.00% 0.000us 0.00% 0.000us 0.000us 1 [[128, 40]] 2022-09-27T16:51:32.5187603Z aten::resolve_conj 0.00% 0.000us 0.00% 0.000us 0.000us 1 [[128, 30]] 2022-09-27T16:51:32.5188351Z ---------------------- ------------ ------------ ------------ ------------ ------------ ------------ --------------------------------------- 2022-09-27T16:51:32.5188839Z Self CPU time total: 704.000us 2022-09-27T16:51:32.5189022Z 2022-09-27T16:51:32.5189143Z ok (0.012s) 2022-09-27T16:51:32.5200147Z test_profiler_unboxed_only (__main__.TestAutograd) ... STAGE:2022-09-27 16:51:32 1637:1637 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:51:32.5204743Z STAGE:2022-09-27 16:51:32 1637:1637 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:51:32.5212382Z ok (0.003s) 2022-09-27T16:51:36.7294678Z test_pynode_destruction_deadlock (__main__.TestAutograd) ... ok (4.208s) 2022-09-27T16:51:36.7334085Z test_record_function (__main__.TestAutograd) ... STAGE:2022-09-27 16:51:36 1637:1637 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:51:36.7348938Z STAGE:2022-09-27 16:51:36 1637:1637 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:51:36.7428639Z STAGE:2022-09-27 16:51:36 1637:1637 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:51:36.7435019Z STAGE:2022-09-27 16:51:36 1637:1637 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:51:36.7447048Z ok (0.015s) 2022-09-27T16:51:36.7464330Z test_record_function_callbacks (__main__.TestAutograd) ... STAGE:2022-09-27 16:51:36 1637:1637 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:51:36.7476005Z STAGE:2022-09-27 16:51:36 1637:1637 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:51:36.7504789Z ok (0.006s) 2022-09-27T16:51:36.7520906Z test_record_function_multithreaded (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:51:36.7537747Z test_record_function_new_signatures (__main__.TestAutograd) ... STAGE:2022-09-27 16:51:36 1637:1637 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:51:36.7551951Z STAGE:2022-09-27 16:51:36 1637:1637 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:51:36.7576511Z ok (0.005s) 2022-09-27T16:51:36.7609138Z test_reentrant_child_error (__main__.TestAutograd) ... ok (0.003s) 2022-09-27T16:51:36.7684828Z test_reentrant_priority (__main__.TestAutograd) ... ok (0.007s) 2022-09-27T16:51:36.7706485Z test_reentrant_with_callbacks_both_depths (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:51:36.7726885Z test_reentrant_with_callbacks_depth_0 (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:51:36.7746588Z test_reentrant_with_callbacks_depth_1 (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:51:36.7772916Z test_reentrant_with_leaf_variable_hook (__main__.TestAutograd) ... ok (0.003s) 2022-09-27T16:51:36.7806316Z test_reentrant_with_non_leaf_variable_hook (__main__.TestAutograd) ... ok (0.003s) 2022-09-27T16:51:36.7824911Z test_requires_grad (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:51:36.7845880Z test_requires_grad_ (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:51:36.7860131Z test_requires_grad_inplace (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:51:36.7914654Z test_retain_grad (__main__.TestAutograd) ... ok (0.005s) 2022-09-27T16:51:36.7934076Z test_retain_grad_cycle (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:51:36.8472802Z test_retain_grad_inplace (__main__.TestAutograd) ... ok (0.054s) 2022-09-27T16:51:36.8510406Z test_retain_grad_inplace_over_view (__main__.TestAutograd) ... ok (0.004s) 2022-09-27T16:51:36.8702537Z test_return_duplicate (__main__.TestAutograd) ... ok (0.019s) 2022-09-27T16:51:36.8895857Z test_return_duplicate_inplace (__main__.TestAutograd) ... ok (0.019s) 2022-09-27T16:51:36.8944268Z test_return_leaf (__main__.TestAutograd) ... ok (0.005s) 2022-09-27T16:51:36.8973280Z test_return_leaf_inplace (__main__.TestAutograd) ... ok (0.003s) 2022-09-27T16:51:36.9001164Z test_save_none_for_backward (__main__.TestAutograd) ... ok (0.003s) 2022-09-27T16:51:36.9070087Z test_save_on_cpu_and_checkpoint (__main__.TestAutograd) ... ok (0.007s) 2022-09-27T16:51:36.9095195Z test_save_output_nr (__main__.TestAutograd) ... ok (0.003s) 2022-09-27T16:51:36.9124588Z test_saved_variable_packing_unpacking_did_not_save_original_with_default_hooks (__main__.TestAutograd) ... ok (0.003s) 2022-09-27T16:51:36.9153881Z test_saved_variable_packing_unpacking_did_not_save_original_with_hooks (__main__.TestAutograd) ... ok (0.003s) 2022-09-27T16:51:36.9296667Z test_saved_variable_packing_unpacking_saved_original_with_default_hooks (__main__.TestAutograd) ... ok (0.014s) 2022-09-27T16:51:36.9605010Z test_saved_variable_packing_unpacking_saved_original_with_hooks (__main__.TestAutograd) ... ok (0.031s) 2022-09-27T16:51:36.9637076Z test_saved_variable_version_counter (__main__.TestAutograd) ... ok (0.003s) 2022-09-27T16:51:36.9663523Z test_saved_variables_deprecated (__main__.TestAutograd) ... ok (0.003s) 2022-09-27T16:51:36.9788189Z test_saving_variable_to_disk (__main__.TestAutograd) ... ok (0.012s) 2022-09-27T16:51:36.9819368Z test_select_expanded_v (__main__.TestAutograd) ... ok (0.003s) 2022-09-27T16:51:36.9970025Z test_select_sum (__main__.TestAutograd) ... ok (0.015s) 2022-09-27T16:51:36.9982767Z test_set_data_preserve_pyobj (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:51:37.0030629Z test_set_data_self_requires_grad (__main__.TestAutograd) ... ok (0.005s) 2022-09-27T16:51:37.0079957Z test_set_data_tensorimpl_type (__main__.TestAutograd) ... ok (0.005s) 2022-09-27T16:51:37.0113452Z test_set_grad_coroutines (__main__.TestAutograd) ... ok (0.003s) 2022-09-27T16:51:37.0137403Z test_set_grad_coroutines_benign_exceptions (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:51:37.0160420Z test_set_grad_coroutines_critical_exceptions (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:51:37.0181570Z test_set_grad_coroutines_exit (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:51:37.0198235Z test_set_grad_enabled (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:51:37.0222612Z test_set_grad_generator_functions (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:51:37.0247945Z test_set_grad_generator_functions_recursive (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:51:37.0764568Z test_setitem (__main__.TestAutograd) ... ok (0.052s) 2022-09-27T16:51:37.0875467Z test_setitem_mask (__main__.TestAutograd) ... ok (0.011s) 2022-09-27T16:51:37.0886343Z test_setting_default_saved_variable_hooks_twice_should_not_fail (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:51:37.0927613Z test_setting_default_saved_variable_hooks_twice_should_use_inner (__main__.TestAutograd) ... ok (0.004s) 2022-09-27T16:51:37.0940015Z test_shape (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:51:37.1109513Z test_sharded_grad (__main__.TestAutograd) ... ok (0.017s) 2022-09-27T16:51:37.1144851Z test_simple_reentrant (__main__.TestAutograd) ... ok (0.003s) 2022-09-27T16:51:37.1175097Z test_slice_expanded_v (__main__.TestAutograd) ... ok (0.003s) 2022-09-27T16:51:37.1199329Z test_sparse_gather_both_scalar (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:51:37.1227392Z test_sparse_gather_dim0 (__main__.TestAutograd) ... ok (0.003s) 2022-09-27T16:51:37.1259871Z test_sparse_gather_dim1 (__main__.TestAutograd) ... ok (0.003s) 2022-09-27T16:51:37.1292359Z test_sparse_gather_dim_neg (__main__.TestAutograd) ... ok (0.003s) 2022-09-27T16:51:37.1314853Z test_sparse_gather_ind_scalar (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:51:37.1338822Z test_sparse_gather_x_scalar (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:51:37.1846140Z test_sparse_mm_backward (__main__.TestAutograd) ... ok (0.051s) 2022-09-27T16:51:37.1866849Z test_symeig_no_eigenvectors (__main__.TestAutograd) ... test_autograd.py:3750: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-09-27T16:51:37.1867692Z 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:51:37.1868139Z L, _ = torch.symeig(A, upper=upper) 2022-09-27T16:51:37.1868329Z should be replaced with 2022-09-27T16:51:37.1868726Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-09-27T16:51:37.1868936Z and 2022-09-27T16:51:37.1869109Z L, V = torch.symeig(A, eigenvectors=True) 2022-09-27T16:51:37.1869318Z should be replaced with 2022-09-27T16:51:37.1869917Z 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-27T16:51:37.1870486Z w, v = torch.symeig(A, eigenvectors=False) 2022-09-27T16:51:37.1968986Z ok (0.012s) 2022-09-27T16:51:37.1989268Z test_tensor_grad_warnings (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:51:41.4870498Z test_thread_shutdown (__main__.TestAutograd) ... ok (4.288s) 2022-09-27T16:51:41.4914278Z test_too_many_grads (__main__.TestAutograd) ... ok (0.004s) 2022-09-27T16:51:41.5029009Z test_type_conversions (__main__.TestAutograd) ... ok (0.011s) 2022-09-27T16:51:41.5246052Z test_unrelated_inputs (__main__.TestAutograd) ... ok (0.022s) 2022-09-27T16:51:41.5295753Z test_unused_output (__main__.TestAutograd) ... ok (0.005s) 2022-09-27T16:51:41.5427382Z test_var_mean_differentiable (__main__.TestAutograd) ... ok (0.013s) 2022-09-27T16:51:41.7016566Z test_variable_traverse (__main__.TestAutograd) ... ok (0.159s) 2022-09-27T16:51:41.7040194Z test_version_counter (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:51:41.7052943Z test_volatile_deprecated (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:51:41.7155336Z test_view_func_for_complex_views (autograd.test_complex.TestAutogradComplex) ... ok (0.010s) 2022-09-27T16:51:41.7304226Z test_view_with_multi_output (autograd.test_complex.TestAutogradComplex) ... ok (0.015s) 2022-09-27T16:51:41.7324282Z test_advanced_indexing_backwards_large_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:51:41.7347491Z test_advanced_indexing_backwards_memory_format_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:51:41.7362404Z test_backward_device_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: fewer than 2 devices detected (0.001s) 2022-09-27T16:51:41.7379688Z test_copy__cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:51:41.7394560Z test_copy_forward_ad_broadcasting_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:51:41.7409844Z test_copy_forward_ad_same_layout_copies_grad_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:51:41.7435672Z test_copy_r_to_c_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:51:41.7450150Z test_cross_device_reentrant_autograd_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:51:41.7462521Z test_free_unneeded_tensor_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:51:41.7658359Z test_grad_assignment_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.019s) 2022-09-27T16:51:41.7672375Z test_gradcheck_input_output_different_device_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:51:41.7751874Z test_inplace_multiple_output_view_of_view_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.008s) 2022-09-27T16:51:41.7778120Z test_inplace_on_view_backprop_base_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:51:41.7801976Z test_inplace_on_view_backprop_view_cpu (__main__.TestAutogradDeviceTypeCPU) ... test_autograd.py:8288: 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-27T16:51:41.7802761Z self.assertIsNone(a.grad) 2022-09-27T16:51:41.7802954Z ok (0.002s) 2022-09-27T16:51:41.7826527Z test_inplace_on_view_backprop_view_of_view_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:51:41.8745188Z test_inplace_on_view_gradcheck_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.092s) 2022-09-27T16:51:41.8923639Z test_inplace_on_view_makes_base_require_grad_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.018s) 2022-09-27T16:51:41.9097952Z test_inplace_on_view_modify_base_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.017s) 2022-09-27T16:51:41.9306928Z test_inplace_on_view_multi_output_safe_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.021s) 2022-09-27T16:51:41.9346584Z test_inplace_on_view_multi_output_unsafe_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:51:41.9423697Z test_inplace_on_view_multiple_outputs_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.008s) 2022-09-27T16:51:41.9450301Z test_inplace_on_view_non_contig_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:51:41.9527839Z test_inplace_on_view_of_multiple_output_view_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.008s) 2022-09-27T16:51:41.9552341Z test_inplace_on_view_of_view_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:51:41.9996650Z test_inplace_on_view_python_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.044s) 2022-09-27T16:51:42.0017699Z test_inplace_on_view_then_no_grad_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:51:42.0028690Z test_inputbuffer_add_multidevice_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: fewer than 2 devices detected (0.001s) 2022-09-27T16:51:42.0110121Z test_min_max_median_backprops_to_all_values_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.008s) 2022-09-27T16:51:42.0283071Z test_mv_grad_stride_0_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.017s) 2022-09-27T16:51:42.0300751Z test_non_differentiable_ops_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:51:42.0324989Z test_parameter_resize_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:51:42.0336552Z test_pin_memory_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:51:42.0346839Z test_profiler_emit_nvtx_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:51:42.0392531Z test_pyscalar_conversions_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:51:42.0404970Z test_reentrant_parent_error_on_cpu_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:51:42.0425031Z test_requires_grad_factory_cpu_float32 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:51:42.0444633Z test_requires_grad_factory_cpu_float64 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:51:42.0456426Z test_rnn_backward_to_input_but_not_parameters_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:51:42.0477132Z test_scatter_index_reduce_amin_amax_backprops_to_all_values_cpu (__main__.TestAutogradDeviceTypeCPU) ... /opt/conda/lib/python3.7/site-packages/torch/autograd/gradcheck.py:1427: UserWarning: scatter_reduce() is in beta and the API may change at any time. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1614.) 2022-09-27T16:51:42.0477951Z func_out = func(*tupled_inputs) 2022-09-27T16:51:42.0610480Z /opt/conda/lib/python3.7/site-packages/torch/autograd/gradcheck.py:1427: UserWarning: index_reduce() is in beta and the API may change at any time. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1007.) 2022-09-27T16:51:42.0610953Z func_out = func(*tupled_inputs) 2022-09-27T16:51:42.0731682Z ok (0.027s) 2022-09-27T16:51:42.1213992Z test_scatter_index_reduce_prod_gradgrad_error_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.048s) 2022-09-27T16:51:42.1234610Z test_set_requires_grad_only_for_floats_cpu_float32 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:51:42.1254263Z test_set_requires_grad_only_for_floats_cpu_float64 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:51:42.1312823Z test_set_requires_grad_only_for_floats_cpu_int16 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.006s) 2022-09-27T16:51:42.1369254Z test_set_requires_grad_only_for_floats_cpu_int32 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.006s) 2022-09-27T16:51:42.1424511Z test_set_requires_grad_only_for_floats_cpu_int64 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.005s) 2022-09-27T16:51:42.1480650Z test_set_requires_grad_only_for_floats_cpu_int8 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.006s) 2022-09-27T16:51:42.1500433Z test_simple_reentrant_cross_device_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:51:42.1614907Z test_sparse_backward_cpu_complex128 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.011s) 2022-09-27T16:51:42.1715813Z test_sparse_backward_cpu_float64 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.010s) 2022-09-27T16:51:42.3109450Z test_sparse_ctor_getter_backward_cpu_complex128 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.139s) 2022-09-27T16:51:42.3870235Z test_sparse_ctor_getter_backward_cpu_float64 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.076s) 2022-09-27T16:51:42.3908728Z test_sparse_mask_autograd_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:51:42.4024054Z test_strided_leaf_grad_layout_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.011s) 2022-09-27T16:51:42.4048612Z test_to_r_to_c_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:51:42.4062439Z test_unused_output_device_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: fewer than 2 devices detected (0.001s) 2022-09-27T16:51:42.4106915Z test_warning_in_backward_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:51:42.4451840Z test_where_functional_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.034s) 2022-09-27T16:51:42.4751628Z test_where_scalar_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.030s) 2022-09-27T16:51:42.4857482Z test_advanced_packing_unpacking (__main__.TestAutogradForwardMode) ... ok (0.010s) 2022-09-27T16:51:42.4872220Z test_backward_graph_destruction (__main__.TestAutogradForwardMode) ... ok (0.001s) 2022-09-27T16:51:42.4908829Z test_basic_packing_unpacking (__main__.TestAutogradForwardMode) ... ok (0.004s) 2022-09-27T16:51:42.4946253Z test_codegen_ignores_undefined_outputs (__main__.TestAutogradForwardMode) ... ok (0.004s) 2022-09-27T16:51:42.5205816Z test_create_new_zeros_with_same_meta (__main__.TestAutogradForwardMode) ... ok (0.026s) 2022-09-27T16:51:42.5234010Z test_default_level (__main__.TestAutogradForwardMode) ... ok (0.003s) 2022-09-27T16:51:42.5244604Z test_detach_view_tracking (__main__.TestAutogradForwardMode) ... ok (0.001s) 2022-09-27T16:51:42.5262688Z test_forward_level_cleanup (__main__.TestAutogradForwardMode) ... ok (0.002s) 2022-09-27T16:51:42.5292081Z test_grad_cleanup (__main__.TestAutogradForwardMode) ... ok (0.003s) 2022-09-27T16:51:42.5309481Z test_make_dual_forbid_integral_dtype (__main__.TestAutogradForwardMode) ... ok (0.002s) 2022-09-27T16:51:42.5326472Z test_make_dual_inference_tensor_in_inference_mode (__main__.TestAutogradForwardMode) ... ok (0.002s) 2022-09-27T16:51:42.5358391Z test_make_dual_torch_dispatch (__main__.TestAutogradForwardMode) ... ok (0.003s) 2022-09-27T16:51:42.5424506Z test_metadata_check_check_conj (__main__.TestAutogradForwardMode) ... ok (0.007s) 2022-09-27T16:51:42.5510707Z test_metadata_check_checks_ignores_size_zero (__main__.TestAutogradForwardMode) ... ok (0.008s) 2022-09-27T16:51:42.5532639Z test_metadata_check_checks_storage_numel (__main__.TestAutogradForwardMode) ... ok (0.002s) 2022-09-27T16:51:42.5551546Z test_metadata_check_ignore_storage_offset_for_zero_numel_tensor (__main__.TestAutogradForwardMode) ... ok (0.002s) 2022-09-27T16:51:42.5568789Z test_metadata_check_when_primal_has_conj_bit (__main__.TestAutogradForwardMode) ... ok (0.002s) 2022-09-27T16:51:42.5586666Z test_metadata_check_when_primal_has_neg_bit (__main__.TestAutogradForwardMode) ... ok (0.002s) 2022-09-27T16:51:42.5630948Z test_nested_level (__main__.TestAutogradForwardMode) ... ok (0.004s) 2022-09-27T16:51:42.5643356Z test_non_differentiable (__main__.TestAutogradForwardMode) ... ok (0.001s) 2022-09-27T16:51:42.5764554Z test_out_variant (__main__.TestAutogradForwardMode) ... ok (0.012s) 2022-09-27T16:51:42.5831868Z test_print (__main__.TestAutogradForwardMode) ... ok (0.007s) 2022-09-27T16:51:42.5905453Z test_set_fw_grad_having_own_fw_grad_at_same_level (__main__.TestAutogradForwardMode) ... ok (0.007s) 2022-09-27T16:51:42.5978903Z test_size_check (__main__.TestAutogradForwardMode) ... ok (0.007s) 2022-09-27T16:51:42.6049709Z test_view_inplace_always_creates_a_view (__main__.TestAutogradForwardMode) ... ok (0.007s) 2022-09-27T16:51:42.6111063Z test_view_inplace_differentiable_views (__main__.TestAutogradForwardMode) ... ok (0.006s) 2022-09-27T16:51:42.6184708Z test_view_inplace_non_differentiable_views (__main__.TestAutogradForwardMode) ... ok (0.007s) 2022-09-27T16:51:42.6207576Z test_inplace_on_view_not_same_layout (__main__.TestAutogradForwardModeBatchedGrad) ... ok (0.002s) 2022-09-27T16:51:42.6226116Z test_inplace_on_view_same_layout (__main__.TestAutogradForwardModeBatchedGrad) ... ok (0.002s) 2022-09-27T16:51:42.6332782Z test_metadata_check_for_storage_numel_skipped (__main__.TestAutogradForwardModeBatchedGrad) ... ok (0.011s) 2022-09-27T16:51:42.6566350Z test_out_of_place_basic (__main__.TestAutogradForwardModeBatchedGrad) ... ok (0.023s) 2022-09-27T16:51:42.6583051Z test_out_of_place_not_same_layout (__main__.TestAutogradForwardModeBatchedGrad) ... ok (0.002s) 2022-09-27T16:51:42.6701234Z test_construct_standard_basis_for_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.012s) 2022-09-27T16:51:42.6707411Z test_construct_standard_basis_for_cuda_base_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: test requires CUDA (0.001s) 2022-09-27T16:51:42.6713963Z test_construct_standard_basis_for_cuda_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: test requires CUDA (0.001s) 2022-09-27T16:51:42.7062081Z test_construct_standard_basis_for_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.035s) 2022-09-27T16:51:43.7612785Z test_hessian_create_graph_vectorize_False_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (1.055s) 2022-09-27T16:51:47.4451798Z test_hessian_create_graph_vectorize_False_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (3.684s) 2022-09-27T16:51:47.8748877Z test_hessian_create_graph_vectorize_True_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.430s) 2022-09-27T16:51:49.3000617Z test_hessian_create_graph_vectorize_True_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (1.425s) 2022-09-27T16:51:49.3079745Z test_hessian_err_check_strict_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.008s) 2022-09-27T16:51:49.3304606Z test_hessian_err_check_strict_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.022s) 2022-09-27T16:51:49.3326488Z test_hessian_err_check_strict_vectorize_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-09-27T16:51:49.3367260Z test_hessian_err_check_strict_vectorize_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-09-27T16:51:49.3523678Z test_hessian_err_check_vectorize_False_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.016s) 2022-09-27T16:51:49.4006113Z test_hessian_err_check_vectorize_False_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.048s) 2022-09-27T16:51:49.4094358Z test_hessian_err_check_vectorize_True_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.009s) 2022-09-27T16:51:49.4318612Z test_hessian_err_check_vectorize_True_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.022s) 2022-09-27T16:51:49.4414845Z test_hessian_match_vhp_hvp_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.010s) 2022-09-27T16:51:49.4724112Z test_hessian_match_vhp_hvp_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.031s) 2022-09-27T16:51:49.4828367Z test_hessian_no_grad_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.010s) 2022-09-27T16:51:49.5138863Z test_hessian_no_grad_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.031s) 2022-09-27T16:51:49.5275766Z test_hessian_output_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.014s) 2022-09-27T16:51:49.5712714Z test_hessian_output_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.043s) 2022-09-27T16:51:49.5785041Z test_hessian_output_vectorized_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.007s) 2022-09-27T16:51:49.5987215Z test_hessian_output_vectorized_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.020s) 2022-09-27T16:51:49.6050511Z test_hessian_scalar_vectorize_False_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-09-27T16:51:49.6298164Z test_hessian_scalar_vectorize_False_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.025s) 2022-09-27T16:51:49.6349265Z test_hessian_scalar_vectorize_True_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-09-27T16:51:49.6485583Z test_hessian_scalar_vectorize_True_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.013s) 2022-09-27T16:51:49.7965986Z test_hessian_vectorize_correctness_multi_input_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.148s) 2022-09-27T16:51:50.1852849Z test_hessian_vectorize_correctness_multi_input_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.388s) 2022-09-27T16:51:50.2173354Z test_hessian_vectorize_correctness_simple_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.032s) 2022-09-27T16:51:50.3311409Z test_hessian_vectorize_correctness_simple_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.114s) 2022-09-27T16:51:50.3517254Z test_hessian_vectorize_correctness_unrelated_outputs_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.021s) 2022-09-27T16:51:50.4460092Z test_hessian_vectorize_correctness_unrelated_outputs_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.094s) 2022-09-27T16:51:50.4490070Z test_hessian_vectorize_raises_no_warnings_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-09-27T16:51:50.4564963Z test_hessian_vectorize_raises_no_warnings_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.007s) 2022-09-27T16:51:51.0131928Z test_hvp_create_graph_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.556s) 2022-09-27T16:51:52.6978109Z test_hvp_create_graph_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (1.685s) 2022-09-27T16:51:52.7076345Z test_hvp_err_check_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.010s) 2022-09-27T16:51:52.7311752Z test_hvp_err_check_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.023s) 2022-09-27T16:51:52.7366926Z test_hvp_err_check_strict_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-09-27T16:51:52.7496585Z test_hvp_err_check_strict_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.013s) 2022-09-27T16:51:52.7565155Z test_hvp_no_grad_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.007s) 2022-09-27T16:51:52.7761588Z test_hvp_no_grad_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.020s) 2022-09-27T16:51:52.7825052Z test_hvp_output_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-09-27T16:51:52.7977398Z test_hvp_output_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.015s) 2022-09-27T16:51:52.8041658Z test_hvp_scalar_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-09-27T16:51:52.8201899Z test_hvp_scalar_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.016s) 2022-09-27T16:51:53.1759248Z test_jacobian_create_graph_vectorize_False_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.356s) 2022-09-27T16:51:54.3778474Z test_jacobian_create_graph_vectorize_False_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (1.202s) 2022-09-27T16:51:54.6205081Z test_jacobian_create_graph_vectorize_True_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.243s) 2022-09-27T16:51:55.4336644Z test_jacobian_create_graph_vectorize_True_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.813s) 2022-09-27T16:51:55.4419693Z test_jacobian_err_check_strict_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.008s) 2022-09-27T16:51:55.4635784Z test_jacobian_err_check_strict_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.021s) 2022-09-27T16:51:55.4647444Z test_jacobian_err_check_strict_vectorize_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.001s) 2022-09-27T16:51:55.4660964Z test_jacobian_err_check_strict_vectorize_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.001s) 2022-09-27T16:51:55.4748174Z test_jacobian_err_check_vectorize_False_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.009s) 2022-09-27T16:51:55.4981848Z test_jacobian_err_check_vectorize_False_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.023s) 2022-09-27T16:51:55.5033744Z test_jacobian_err_check_vectorize_True_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-09-27T16:51:55.5145233Z test_jacobian_err_check_vectorize_True_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.011s) 2022-09-27T16:51:55.5425849Z test_jacobian_match_vjp_jvp_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.028s) 2022-09-27T16:51:55.5656759Z test_jacobian_match_vjp_jvp_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.023s) 2022-09-27T16:51:55.5719222Z test_jacobian_no_grad_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-09-27T16:51:55.5895999Z test_jacobian_no_grad_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.018s) 2022-09-27T16:51:55.5996225Z test_jacobian_output_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.010s) 2022-09-27T16:51:55.6283709Z test_jacobian_output_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.029s) 2022-09-27T16:51:55.6349393Z test_jacobian_output_vectorized_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-09-27T16:51:55.6515065Z test_jacobian_output_vectorized_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.016s) 2022-09-27T16:51:55.6559906Z test_jacobian_scalar_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-09-27T16:51:55.6675360Z test_jacobian_scalar_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.011s) 2022-09-27T16:51:55.6707149Z test_jacobian_scalar_vectorized_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-09-27T16:51:55.6781088Z test_jacobian_scalar_vectorized_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.007s) 2022-09-27T16:51:55.6787616Z test_jacobian_vectorize_correctness_different_devices_base_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: test requires CUDA (0.001s) 2022-09-27T16:51:55.6794073Z test_jacobian_vectorize_correctness_different_devices_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: test requires CUDA (0.001s) 2022-09-27T16:51:55.6877299Z test_jacobian_vectorize_correctness_different_dtype_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.008s) 2022-09-27T16:51:55.7173576Z test_jacobian_vectorize_correctness_different_dtype_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.030s) 2022-09-27T16:51:55.7321303Z test_jacobian_vectorize_correctness_multi_input_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.015s) 2022-09-27T16:51:55.7894613Z test_jacobian_vectorize_correctness_multi_input_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.057s) 2022-09-27T16:51:55.8385251Z test_jacobian_vectorize_correctness_multi_input_multi_output_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.049s) 2022-09-27T16:51:56.0327181Z test_jacobian_vectorize_correctness_multi_input_multi_output_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.194s) 2022-09-27T16:51:56.0541862Z test_jacobian_vectorize_correctness_simple_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.021s) 2022-09-27T16:51:56.1227991Z test_jacobian_vectorize_correctness_simple_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.069s) 2022-09-27T16:51:56.1385323Z test_jacobian_vectorize_correctness_unrelated_outputs_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.016s) 2022-09-27T16:51:56.2086524Z test_jacobian_vectorize_correctness_unrelated_outputs_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.070s) 2022-09-27T16:51:56.2333124Z test_jacobian_vectorize_correctness_zero_dim_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.025s) 2022-09-27T16:51:56.3467795Z test_jacobian_vectorize_correctness_zero_dim_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.113s) 2022-09-27T16:51:56.3489518Z test_jacobian_vectorize_raises_no_warnings_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-09-27T16:51:56.3534758Z test_jacobian_vectorize_raises_no_warnings_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-09-27T16:51:56.7258062Z test_jvp_create_graph_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.372s) 2022-09-27T16:51:57.9436985Z test_jvp_create_graph_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (1.218s) 2022-09-27T16:51:57.9478070Z test_jvp_err_check_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-09-27T16:51:57.9550621Z test_jvp_err_check_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.007s) 2022-09-27T16:51:57.9604239Z test_jvp_err_check_strict_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-09-27T16:51:57.9735394Z test_jvp_err_check_strict_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.013s) 2022-09-27T16:51:57.9769692Z test_jvp_no_grad_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-09-27T16:51:57.9835185Z test_jvp_no_grad_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-09-27T16:51:57.9898198Z test_jvp_output_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-09-27T16:51:58.0040548Z test_jvp_output_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.014s) 2022-09-27T16:51:58.0085787Z test_jvp_scalar_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-09-27T16:51:58.0188220Z test_jvp_scalar_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.010s) 2022-09-27T16:51:58.5054548Z test_vhp_create_graph_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.486s) 2022-09-27T16:52:00.0681623Z test_vhp_create_graph_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (1.563s) 2022-09-27T16:52:00.0752407Z test_vhp_err_check_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.007s) 2022-09-27T16:52:00.0907987Z test_vhp_err_check_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.015s) 2022-09-27T16:52:00.0960671Z test_vhp_err_check_strict_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-09-27T16:52:00.1083435Z test_vhp_err_check_strict_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.012s) 2022-09-27T16:52:00.1142399Z test_vhp_no_grad_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-09-27T16:52:00.1315536Z test_vhp_no_grad_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.017s) 2022-09-27T16:52:00.1365297Z test_vhp_output_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-09-27T16:52:00.1483931Z test_vhp_output_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.012s) 2022-09-27T16:52:00.1520113Z test_vhp_scalar_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-09-27T16:52:00.1606451Z test_vhp_scalar_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.009s) 2022-09-27T16:52:00.4868312Z test_vjp_create_graph_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.326s) 2022-09-27T16:52:01.5704109Z test_vjp_create_graph_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (1.083s) 2022-09-27T16:52:01.5745905Z test_vjp_err_check_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-09-27T16:52:01.5821979Z test_vjp_err_check_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.008s) 2022-09-27T16:52:01.5872123Z test_vjp_err_check_strict_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-09-27T16:52:01.5992017Z test_vjp_err_check_strict_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.012s) 2022-09-27T16:52:01.6047368Z test_vjp_no_grad_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-09-27T16:52:01.6206573Z test_vjp_no_grad_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.016s) 2022-09-27T16:52:01.6259274Z test_vjp_output_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-09-27T16:52:01.6367374Z test_vjp_output_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.011s) 2022-09-27T16:52:01.6402017Z test_vjp_scalar_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-09-27T16:52:01.6472459Z test_vjp_scalar_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.007s) 2022-09-27T16:52:01.6485015Z test_inference_mode_context_manager (__main__.TestAutogradInferenceMode) ... ok (0.001s) 2022-09-27T16:52:01.6504512Z test_inference_mode_decorator (__main__.TestAutogradInferenceMode) ... ok (0.002s) 2022-09-27T16:52:01.6616330Z test_inference_mode_existing_autograd_session (__main__.TestAutogradInferenceMode) ... ok (0.011s) 2022-09-27T16:52:01.6767923Z test_inference_mode_handle_direct_view_on_rebase (__main__.TestAutogradInferenceMode) ... ok (0.015s) 2022-09-27T16:52:01.6874747Z test_inference_mode_handle_indirect_view_on_rebase (__main__.TestAutogradInferenceMode) ... ok (0.011s) 2022-09-27T16:52:01.6889027Z test_inference_mode_inf_tensor_in_inf_mode_functional_op (__main__.TestAutogradInferenceMode) ... ok (0.001s) 2022-09-27T16:52:01.6907205Z test_inference_mode_inf_tensor_in_inf_mode_inplace_op (__main__.TestAutogradInferenceMode) ... ok (0.002s) 2022-09-27T16:52:01.6919646Z test_inference_mode_inf_tensor_in_inf_mode_view_op (__main__.TestAutogradInferenceMode) ... ok (0.001s) 2022-09-27T16:52:01.6932573Z test_inference_mode_inf_tensor_in_normal_mode_functional_op (__main__.TestAutogradInferenceMode) ... ok (0.001s) 2022-09-27T16:52:01.7090747Z test_inference_mode_inf_tensor_in_normal_mode_inplace_op (__main__.TestAutogradInferenceMode) ... ok (0.016s) 2022-09-27T16:52:01.7105620Z test_inference_mode_inf_tensor_in_normal_mode_view_op (__main__.TestAutogradInferenceMode) ... ok (0.001s) 2022-09-27T16:52:01.7120580Z test_inference_mode_tensor_creation (__main__.TestAutogradInferenceMode) ... ok (0.001s) 2022-09-27T16:52:01.7209791Z test_mix_inference_and_normal_tensor_functional_op (__main__.TestAutogradInferenceMode) ... ok (0.009s) 2022-09-27T16:52:01.7424037Z test_mix_inference_and_normal_tensor_inplace_op (__main__.TestAutogradInferenceMode) ... ok (0.021s) 2022-09-27T16:52:01.7443405Z test_mix_inference_and_normal_tensor_view_op (__main__.TestAutogradInferenceMode) ... ok (0.002s) 2022-09-27T16:52:01.7471983Z test_normal_tensor_inplace_output_in_inference_mode (__main__.TestAutogradInferenceMode) ... ok (0.003s) 2022-09-27T16:52:01.7488879Z test_normal_tensor_inplace_output_in_normal_mode (__main__.TestAutogradInferenceMode) ... ok (0.002s) 2022-09-27T16:52:01.7515439Z test_normal_tensor_view_output_in_inference_mode (__main__.TestAutogradInferenceMode) ... ok (0.003s) 2022-09-27T16:52:01.7607208Z test_normal_tensor_view_output_in_normal_mode (__main__.TestAutogradInferenceMode) ... ok (0.009s) 2022-09-27T16:52:01.7668124Z test_autograd_composite_implicit_and_dispatch_registration_cpu (__main__.TestAutogradMultipleDispatchCPU) ... ok (0.006s) 2022-09-27T16:52:01.7724606Z test_autograd_multiple_dispatch_registrations_cpu (__main__.TestAutogradMultipleDispatchCPU) ... ok (0.006s) 2022-09-27T16:52:01.7740595Z test_foward_mode_AD_cpu (__main__.TestAutogradMultipleDispatchCPU) ... ok (0.002s) 2022-09-27T16:52:01.7867624Z test_per_dispatch_key_input_saving_cpu (__main__.TestAutogradMultipleDispatchCPU) ... ok (0.013s) 2022-09-27T16:52:01.7915414Z test_view_copy_cpu (__main__.TestAutogradMultipleDispatchCPU) ... ok (0.005s) 2022-09-27T16:52:02.2962488Z test_cat_stack_r_to_c (__main__.TestMultithreadAutograd) ... ok (0.504s) 2022-09-27T16:52:02.2984614Z test_dataparallel_saved_tensors_hooks (__main__.TestMultithreadAutograd) ... ok (0.002s) 2022-09-27T16:52:02.3650573Z test_fork_join_in_middle (__main__.TestMultithreadAutograd) ... ok (0.066s) 2022-09-27T16:52:02.3663655Z test_multithread_saved_tensors_hooks (__main__.TestMultithreadAutograd) ... ok (0.001s) 2022-09-27T16:52:02.3692065Z test_multithreaded_exception_propagation (__main__.TestMultithreadAutograd) ... ok (0.003s) 2022-09-27T16:52:02.3712669Z test_preserve_backtrace (__main__.TestMultithreadAutograd) ... ok (0.002s) 2022-09-27T16:52:02.4199340Z test_python_thread_in_middle (__main__.TestMultithreadAutograd) ... ok (0.048s) 2022-09-27T16:52:02.4356935Z test_simple_backward (__main__.TestMultithreadAutograd) ... ok (0.016s) 2022-09-27T16:52:02.4643476Z test_simple_backward_same_input (__main__.TestMultithreadAutograd) ... ok (0.029s) 2022-09-27T16:52:02.4644399Z 2022-09-27T16:52:02.4644958Z ---------------------------------------------------------------------- 2022-09-27T16:52:02.4645270Z Ran 503 tests in 67.769s 2022-09-27T16:52:02.4670717Z 2022-09-27T16:52:02.4671276Z OK (skipped=27, expected failures=2) 2022-09-27T16:52:02.4671579Z 2022-09-27T16:52:02.4671752Z Generating XML reports... 2022-09-27T16:52:02.4906373Z Generated XML report: test-reports/python-unittest/test_autograd/TEST-TestAutograd-20220927165054.xml 2022-09-27T16:52:02.4909325Z Generated XML report: test-reports/python-unittest/test_autograd/TEST-autograd.test_complex.TestAutogradComplex-20220927165054.xml 2022-09-27T16:52:02.4976387Z Generated XML report: test-reports/python-unittest/test_autograd/TEST-TestAutogradDeviceTypeCPU-20220927165054.xml 2022-09-27T16:52:02.5000525Z Generated XML report: test-reports/python-unittest/test_autograd/TEST-TestAutogradForwardMode-20220927165054.xml 2022-09-27T16:52:02.5006371Z Generated XML report: test-reports/python-unittest/test_autograd/TEST-TestAutogradForwardModeBatchedGrad-20220927165054.xml 2022-09-27T16:52:02.5115926Z Generated XML report: test-reports/python-unittest/test_autograd/TEST-autograd.test_functional.TestAutogradFunctional-20220927165054.xml 2022-09-27T16:52:02.5133154Z Generated XML report: test-reports/python-unittest/test_autograd/TEST-TestAutogradInferenceMode-20220927165054.xml 2022-09-27T16:52:02.5139690Z Generated XML report: test-reports/python-unittest/test_autograd/TEST-TestAutogradMultipleDispatchCPU-20220927165054.xml 2022-09-27T16:52:02.5148896Z Generated XML report: test-reports/python-unittest/test_autograd/TEST-TestMultithreadAutograd-20220927165054.xml 2022-09-27T16:52:03.5194627Z Running test_view_ops ... [2022-09-27 16:52:03.519037] 2022-09-27T16:52:03.5195141Z Executing ['/opt/conda/bin/python', '-bb', 'test_view_ops.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:52:03.519146] 2022-09-27T16:52:07.9719467Z Test results will be stored in test-reports/python-unittest/test_view_ops 2022-09-27T16:52:07.9764575Z 2022-09-27T16:52:07.9764692Z Running tests... 2022-09-27T16:52:07.9766683Z ---------------------------------------------------------------------- 2022-09-27T16:52:07.9804005Z 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:52:07.9804729Z t1 = a.T 2022-09-27T16:52:07.9839171Z ok (0.007s) 2022-09-27T16:52:10.1650639Z test_atleast_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (2.181s) 2022-09-27T16:52:12.2141650Z test_atleast_cpu_complex64 (__main__.TestOldViewOpsCPU) ... ok (2.049s) 2022-09-27T16:52:13.8961172Z test_atleast_cpu_float16 (__main__.TestOldViewOpsCPU) ... ok (1.682s) 2022-09-27T16:52:15.5560680Z test_atleast_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (1.660s) 2022-09-27T16:52:17.0544389Z test_atleast_cpu_float64 (__main__.TestOldViewOpsCPU) ... ok (1.498s) 2022-09-27T16:52:17.4454443Z test_atleast_cpu_int16 (__main__.TestOldViewOpsCPU) ... ok (0.391s) 2022-09-27T16:52:17.8405046Z test_atleast_cpu_int32 (__main__.TestOldViewOpsCPU) ... ok (0.395s) 2022-09-27T16:52:18.1960861Z test_atleast_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (0.355s) 2022-09-27T16:52:18.5816997Z test_atleast_cpu_int8 (__main__.TestOldViewOpsCPU) ... ok (0.386s) 2022-09-27T16:52:18.9692651Z test_atleast_cpu_uint8 (__main__.TestOldViewOpsCPU) ... ok (0.387s) 2022-09-27T16:52:19.4401308Z test_atleast_gradient_cpu (__main__.TestOldViewOpsCPU) ... ok (0.471s) 2022-09-27T16:52:19.5112562Z test_big_transpose_cpu (__main__.TestOldViewOpsCPU) ... ok (0.071s) 2022-09-27T16:52:19.5279359Z test_broadcast_shapes_cpu (__main__.TestOldViewOpsCPU) ... ok (0.017s) 2022-09-27T16:52:19.5297028Z test_broadcast_tensors_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-09-27T16:52:19.5329626Z 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:52:19.5330721Z return torch.as_tensor(tensor_like) 2022-09-27T16:52:19.6069564Z ok (0.077s) 2022-09-27T16:52:19.7020041Z test_broadcast_to_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (0.095s) 2022-09-27T16:52:19.7984094Z test_broadcast_to_cpu_complex64 (__main__.TestOldViewOpsCPU) ... ok (0.096s) 2022-09-27T16:52:19.8876263Z test_broadcast_to_cpu_float16 (__main__.TestOldViewOpsCPU) ... ok (0.089s) 2022-09-27T16:52:19.9753984Z test_broadcast_to_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.088s) 2022-09-27T16:52:20.0626759Z test_broadcast_to_cpu_float64 (__main__.TestOldViewOpsCPU) ... ok (0.087s) 2022-09-27T16:52:20.1409969Z test_broadcast_to_cpu_int16 (__main__.TestOldViewOpsCPU) ... ok (0.078s) 2022-09-27T16:52:20.2177609Z test_broadcast_to_cpu_int32 (__main__.TestOldViewOpsCPU) ... ok (0.077s) 2022-09-27T16:52:20.3133816Z test_broadcast_to_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (0.096s) 2022-09-27T16:52:20.3896828Z test_broadcast_to_cpu_int8 (__main__.TestOldViewOpsCPU) ... ok (0.076s) 2022-09-27T16:52:20.4656660Z test_broadcast_to_cpu_uint8 (__main__.TestOldViewOpsCPU) ... ok (0.076s) 2022-09-27T16:52:20.4777784Z test_chunk_cpu (__main__.TestOldViewOpsCPU) ... ok (0.012s) 2022-09-27T16:52:20.5129931Z test_conj_neg_view_numpy_error_cpu (__main__.TestOldViewOpsCPU) ... ok (0.035s) 2022-09-27T16:52:20.5146439Z test_contiguous_cpu (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-09-27T16:52:20.5164159Z 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:52:20.5164869Z t = torch.sparse_csr_tensor(crow_indices, col_indices, values, size=(2, 2)) 2022-09-27T16:52:20.5166034Z ok (0.002s) 2022-09-27T16:52:20.5230330Z test_empty_reshape_cpu (__main__.TestOldViewOpsCPU) ... ok (0.006s) 2022-09-27T16:52:20.5415113Z test_expand_cpu (__main__.TestOldViewOpsCPU) ... ok (0.018s) 2022-09-27T16:52:20.5790411Z test_flatten_cpu (__main__.TestOldViewOpsCPU) ... ok (0.037s) 2022-09-27T16:52:20.5840077Z test_memory_format_resize__cpu (__main__.TestOldViewOpsCPU) ... ok (0.005s) 2022-09-27T16:52:20.5950538Z test_memory_format_resize_as_cpu (__main__.TestOldViewOpsCPU) ... ok (0.011s) 2022-09-27T16:52:20.5996740Z test_narrow_cpu (__main__.TestOldViewOpsCPU) ... ok (0.005s) 2022-09-27T16:52:20.6141167Z test_narrow_tensor_cpu (__main__.TestOldViewOpsCPU) ... ok (0.014s) 2022-09-27T16:52:20.6167688Z test_python_types_cpu (__main__.TestOldViewOpsCPU) ... ok (0.003s) 2022-09-27T16:52:20.6307659Z test_ravel_cpu (__main__.TestOldViewOpsCPU) ... ok (0.014s) 2022-09-27T16:52:20.6384058Z test_reshape_cpu (__main__.TestOldViewOpsCPU) ... ok (0.008s) 2022-09-27T16:52:20.6409428Z test_reshape_view_semantics_cpu_bfloat16 (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-09-27T16:52:20.6431896Z test_reshape_view_semantics_cpu_bool (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-09-27T16:52:20.6459356Z test_reshape_view_semantics_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (0.003s) 2022-09-27T16:52:20.6485001Z test_reshape_view_semantics_cpu_complex64 (__main__.TestOldViewOpsCPU) ... ok (0.003s) 2022-09-27T16:52:20.6507522Z test_reshape_view_semantics_cpu_float16 (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-09-27T16:52:20.6530047Z test_reshape_view_semantics_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-09-27T16:52:20.6552258Z test_reshape_view_semantics_cpu_float64 (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-09-27T16:52:20.6572318Z test_reshape_view_semantics_cpu_int16 (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-09-27T16:52:20.6592321Z test_reshape_view_semantics_cpu_int32 (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-09-27T16:52:20.6612102Z test_reshape_view_semantics_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-09-27T16:52:20.6631992Z test_reshape_view_semantics_cpu_int8 (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-09-27T16:52:20.6651048Z test_reshape_view_semantics_cpu_uint8 (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-09-27T16:52:20.6675618Z test_resize_all_dtypes_and_devices_cpu (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-09-27T16:52:20.6706146Z test_resize_as_all_dtypes_and_devices_cpu (__main__.TestOldViewOpsCPU) ... ok (0.003s) 2022-09-27T16:52:20.6717468Z test_resize_as_preserves_strides_cpu (__main__.TestOldViewOpsCPU) ... ok (0.001s) 2022-09-27T16:52:20.6913375Z test_resize_overflow_cpu (__main__.TestOldViewOpsCPU) ... ok (0.019s) 2022-09-27T16:52:20.6991879Z test_split_cpu (__main__.TestOldViewOpsCPU) ... ok (0.008s) 2022-09-27T16:52:20.7285485Z test_t_cpu (__main__.TestOldViewOpsCPU) ... ok (0.029s) 2022-09-27T16:52:20.7995892Z test_tensor_split_errors_cpu (__main__.TestOldViewOpsCPU) ... ok (0.071s) 2022-09-27T16:52:21.1891867Z test_tensor_split_indices_cpu_bool (__main__.TestOldViewOpsCPU) ... ok (0.389s) 2022-09-27T16:52:21.9521778Z test_tensor_split_indices_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (0.763s) 2022-09-27T16:52:22.7547138Z test_tensor_split_indices_cpu_complex64 (__main__.TestOldViewOpsCPU) ... ok (0.802s) 2022-09-27T16:52:23.4077026Z test_tensor_split_indices_cpu_float16 (__main__.TestOldViewOpsCPU) ... ok (0.653s) 2022-09-27T16:52:24.1126156Z test_tensor_split_indices_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.705s) 2022-09-27T16:52:24.7658935Z test_tensor_split_indices_cpu_float64 (__main__.TestOldViewOpsCPU) ... ok (0.653s) 2022-09-27T16:52:25.1482007Z test_tensor_split_indices_cpu_int16 (__main__.TestOldViewOpsCPU) ... ok (0.382s) 2022-09-27T16:52:25.5305161Z test_tensor_split_indices_cpu_int32 (__main__.TestOldViewOpsCPU) ... ok (0.382s) 2022-09-27T16:52:25.9024989Z test_tensor_split_indices_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (0.372s) 2022-09-27T16:52:26.2729734Z test_tensor_split_indices_cpu_int8 (__main__.TestOldViewOpsCPU) ... ok (0.370s) 2022-09-27T16:52:26.6398518Z test_tensor_split_indices_cpu_uint8 (__main__.TestOldViewOpsCPU) ... ok (0.367s) 2022-09-27T16:52:27.9120251Z test_tensor_split_sections_cpu_bool (__main__.TestOldViewOpsCPU) ... ok (1.272s) 2022-09-27T16:52:30.3929850Z test_tensor_split_sections_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (2.481s) 2022-09-27T16:52:33.1420663Z test_tensor_split_sections_cpu_complex64 (__main__.TestOldViewOpsCPU) ... ok (2.749s) 2022-09-27T16:52:35.4442468Z test_tensor_split_sections_cpu_float16 (__main__.TestOldViewOpsCPU) ... ok (2.302s) 2022-09-27T16:52:37.7608173Z test_tensor_split_sections_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (2.316s) 2022-09-27T16:52:39.8334319Z test_tensor_split_sections_cpu_float64 (__main__.TestOldViewOpsCPU) ... ok (2.073s) 2022-09-27T16:52:41.0618239Z test_tensor_split_sections_cpu_int16 (__main__.TestOldViewOpsCPU) ... ok (1.228s) 2022-09-27T16:52:42.3047192Z test_tensor_split_sections_cpu_int32 (__main__.TestOldViewOpsCPU) ... ok (1.243s) 2022-09-27T16:52:43.3510857Z test_tensor_split_sections_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (1.046s) 2022-09-27T16:52:44.5484700Z test_tensor_split_sections_cpu_int8 (__main__.TestOldViewOpsCPU) ... ok (1.197s) 2022-09-27T16:52:45.7541398Z test_tensor_split_sections_cpu_uint8 (__main__.TestOldViewOpsCPU) ... ok (1.206s) 2022-09-27T16:52:45.8255783Z test_transpose_invalid_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (0.071s) 2022-09-27T16:52:45.8962424Z test_transpose_invalid_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.071s) 2022-09-27T16:52:45.9653465Z test_transpose_invalid_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (0.069s) 2022-09-27T16:52:46.1892771Z test_transpose_vs_numpy_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (0.224s) 2022-09-27T16:52:46.3585796Z test_transpose_vs_numpy_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.169s) 2022-09-27T16:52:46.4088566Z test_transpose_vs_numpy_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (0.050s) 2022-09-27T16:52:46.4211024Z test_transposes_cpu_bfloat16 (__main__.TestOldViewOpsCPU) ... ok (0.012s) 2022-09-27T16:52:46.4266265Z test_transposes_cpu_bool (__main__.TestOldViewOpsCPU) ... ok (0.005s) 2022-09-27T16:52:46.4553489Z test_transposes_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (0.029s) 2022-09-27T16:52:46.4717829Z test_transposes_cpu_complex64 (__main__.TestOldViewOpsCPU) ... ok (0.016s) 2022-09-27T16:52:46.4836707Z test_transposes_cpu_float16 (__main__.TestOldViewOpsCPU) ... ok (0.012s) 2022-09-27T16:52:46.4952159Z test_transposes_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.011s) 2022-09-27T16:52:46.5059131Z test_transposes_cpu_float64 (__main__.TestOldViewOpsCPU) ... ok (0.011s) 2022-09-27T16:52:46.5114276Z test_transposes_cpu_int16 (__main__.TestOldViewOpsCPU) ... ok (0.005s) 2022-09-27T16:52:46.5168418Z test_transposes_cpu_int32 (__main__.TestOldViewOpsCPU) ... ok (0.005s) 2022-09-27T16:52:46.5215862Z test_transposes_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (0.005s) 2022-09-27T16:52:46.5269518Z test_transposes_cpu_int8 (__main__.TestOldViewOpsCPU) ... ok (0.005s) 2022-09-27T16:52:46.5323739Z test_transposes_cpu_uint8 (__main__.TestOldViewOpsCPU) ... ok (0.005s) 2022-09-27T16:52:46.5577707Z test_transposes_errors_cpu_bfloat16 (__main__.TestOldViewOpsCPU) ... ok (0.025s) 2022-09-27T16:52:46.5819281Z test_transposes_errors_cpu_bool (__main__.TestOldViewOpsCPU) ... ok (0.024s) 2022-09-27T16:52:46.6081637Z test_transposes_errors_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (0.026s) 2022-09-27T16:52:46.6345212Z test_transposes_errors_cpu_complex64 (__main__.TestOldViewOpsCPU) ... ok (0.026s) 2022-09-27T16:52:46.6598324Z test_transposes_errors_cpu_float16 (__main__.TestOldViewOpsCPU) ... ok (0.025s) 2022-09-27T16:52:46.6850301Z test_transposes_errors_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.025s) 2022-09-27T16:52:46.7102747Z test_transposes_errors_cpu_float64 (__main__.TestOldViewOpsCPU) ... ok (0.025s) 2022-09-27T16:52:46.7343454Z test_transposes_errors_cpu_int16 (__main__.TestOldViewOpsCPU) ... ok (0.024s) 2022-09-27T16:52:46.7583956Z test_transposes_errors_cpu_int32 (__main__.TestOldViewOpsCPU) ... ok (0.024s) 2022-09-27T16:52:46.7825843Z test_transposes_errors_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (0.024s) 2022-09-27T16:52:46.8067175Z test_transposes_errors_cpu_int8 (__main__.TestOldViewOpsCPU) ... ok (0.024s) 2022-09-27T16:52:46.8310660Z test_transposes_errors_cpu_uint8 (__main__.TestOldViewOpsCPU) ... ok (0.024s) 2022-09-27T16:52:46.8359248Z test_unsqueeze_cpu (__main__.TestOldViewOpsCPU) ... ok (0.005s) 2022-09-27T16:52:46.8383155Z test_view_all_dtypes_and_devices_cpu (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-09-27T16:52:46.9344674Z test_view_cpu (__main__.TestOldViewOpsCPU) ... ok (0.096s) 2022-09-27T16:52:46.9359716Z test_view_empty_cpu (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-09-27T16:52:46.9401505Z test_T_view_cpu (__main__.TestViewOpsCPU) ... ok (0.004s) 2022-09-27T16:52:46.9418016Z test_advanced_indexing_assignment_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:52:46.9441723Z test_advanced_indexing_nonview_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:52:47.1182092Z test_as_strided_gradients_cpu (__main__.TestViewOpsCPU) ... ok (0.174s) 2022-09-27T16:52:47.1204571Z test_as_strided_inplace_view_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:52:47.1225211Z test_as_strided_view_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:52:47.1244563Z test_basic_indexing_ellipses_view_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:52:47.1263447Z test_basic_indexing_newaxis_view_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:52:47.1282334Z test_basic_indexing_slice_view_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:52:47.1290549Z test_chunk_view_cpu (__main__.TestViewOpsCPU) ... skip: See https://github.com/pytorch/pytorch/pull/32720 (0.001s) 2022-09-27T16:52:47.1321836Z test_conj_imag_view_cpu_complex128 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-09-27T16:52:47.1351992Z test_conj_imag_view_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-09-27T16:52:47.1362494Z test_conj_self_cpu_bfloat16 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:52:47.1372864Z test_conj_self_cpu_float16 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:52:47.1383463Z test_conj_self_cpu_float32 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:52:47.1394127Z test_conj_self_cpu_float64 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:52:47.1404053Z test_conj_self_cpu_int16 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:52:47.1414440Z test_conj_self_cpu_int32 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:52:47.1424673Z test_conj_self_cpu_int64 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:52:47.1435834Z test_conj_self_cpu_int8 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:52:47.1445826Z test_conj_self_cpu_uint8 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:52:47.1488311Z test_conj_view_with_shared_memory_cpu (__main__.TestViewOpsCPU) ... ok (0.004s) 2022-09-27T16:52:47.1508199Z test_contiguous_nonview_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:52:47.1518033Z test_contiguous_self_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:52:47.1549479Z test_diagonal_view_cpu (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-09-27T16:52:47.1569617Z test_expand_as_view_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:52:47.1588984Z test_expand_view_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:52:47.1625426Z test_flatten_nonview_cpu (__main__.TestViewOpsCPU) ... ok (0.004s) 2022-09-27T16:52:47.1695296Z test_flatten_view_cpu (__main__.TestViewOpsCPU) ... ok (0.007s) 2022-09-27T16:52:47.1751964Z test_imag_noncomplex_cpu_bfloat16 (__main__.TestViewOpsCPU) ... ok (0.006s) 2022-09-27T16:52:47.1885083Z test_imag_noncomplex_cpu_float16 (__main__.TestViewOpsCPU) ... ok (0.013s) 2022-09-27T16:52:47.1942745Z test_imag_noncomplex_cpu_float32 (__main__.TestViewOpsCPU) ... ok (0.006s) 2022-09-27T16:52:47.1998318Z test_imag_noncomplex_cpu_float64 (__main__.TestViewOpsCPU) ... ok (0.005s) 2022-09-27T16:52:47.2053411Z test_imag_noncomplex_cpu_int16 (__main__.TestViewOpsCPU) ... ok (0.005s) 2022-09-27T16:52:47.2108195Z test_imag_noncomplex_cpu_int32 (__main__.TestViewOpsCPU) ... ok (0.005s) 2022-09-27T16:52:47.2163689Z test_imag_noncomplex_cpu_int64 (__main__.TestViewOpsCPU) ... ok (0.005s) 2022-09-27T16:52:47.2219973Z test_imag_noncomplex_cpu_int8 (__main__.TestViewOpsCPU) ... ok (0.006s) 2022-09-27T16:52:47.2275981Z test_imag_noncomplex_cpu_uint8 (__main__.TestViewOpsCPU) ... ok (0.006s) 2022-09-27T16:52:47.2380520Z test_movedim_view_cpu (__main__.TestViewOpsCPU) ... ok (0.010s) 2022-09-27T16:52:47.2402193Z test_narrow_view_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:52:47.2422013Z test_permute_view_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:52:47.2483517Z test_real_imag_view_cpu_complex128 (__main__.TestViewOpsCPU) ... ok (0.006s) 2022-09-27T16:52:47.2545889Z test_real_imag_view_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.006s) 2022-09-27T16:52:47.2565869Z test_reshape_as_view_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:52:47.2586063Z test_reshape_nonview_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:52:47.2604252Z test_reshape_view_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:52:47.2622393Z test_select_view_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:52:47.2653730Z test_set_real_imag_cpu_complex128_bfloat16 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-09-27T16:52:47.2685357Z test_set_real_imag_cpu_complex128_bool (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-09-27T16:52:47.2715265Z test_set_real_imag_cpu_complex128_complex128 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-09-27T16:52:47.2745960Z test_set_real_imag_cpu_complex128_complex64 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-09-27T16:52:47.2777422Z test_set_real_imag_cpu_complex128_float16 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-09-27T16:52:47.2807547Z test_set_real_imag_cpu_complex128_float32 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-09-27T16:52:47.2837772Z test_set_real_imag_cpu_complex128_float64 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-09-27T16:52:47.2870015Z test_set_real_imag_cpu_complex128_int16 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-09-27T16:52:47.2901196Z test_set_real_imag_cpu_complex128_int32 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-09-27T16:52:47.2931706Z test_set_real_imag_cpu_complex128_int64 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-09-27T16:52:47.2963827Z test_set_real_imag_cpu_complex128_int8 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-09-27T16:52:47.2995264Z test_set_real_imag_cpu_complex128_uint8 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-09-27T16:52:47.3026504Z test_set_real_imag_cpu_complex64_bfloat16 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-09-27T16:52:47.3058718Z test_set_real_imag_cpu_complex64_bool (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-09-27T16:52:47.3088792Z test_set_real_imag_cpu_complex64_complex128 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-09-27T16:52:47.3118850Z test_set_real_imag_cpu_complex64_complex64 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-09-27T16:52:47.3150942Z test_set_real_imag_cpu_complex64_float16 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-09-27T16:52:47.3181502Z test_set_real_imag_cpu_complex64_float32 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-09-27T16:52:47.3211750Z test_set_real_imag_cpu_complex64_float64 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-09-27T16:52:47.3245862Z test_set_real_imag_cpu_complex64_int16 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-09-27T16:52:47.3279078Z test_set_real_imag_cpu_complex64_int32 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-09-27T16:52:47.3312220Z test_set_real_imag_cpu_complex64_int64 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-09-27T16:52:47.3344486Z test_set_real_imag_cpu_complex64_int8 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-09-27T16:52:47.3376462Z test_set_real_imag_cpu_complex64_uint8 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-09-27T16:52:47.3384247Z test_split_view_cpu (__main__.TestViewOpsCPU) ... skip: See https://github.com/pytorch/pytorch/pull/32720 (0.001s) 2022-09-27T16:52:47.3403184Z test_squeeze_inplace_view_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:52:47.3420956Z test_squeeze_view_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:52:47.3439626Z test_t_inplace_view_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:52:47.3456851Z test_t_view_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:52:47.3498747Z test_transpose_inplace_view_cpu (__main__.TestViewOpsCPU) ... ok (0.004s) 2022-09-27T16:52:47.3530674Z test_transpose_view_cpu (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-09-27T16:52:47.3794834Z test_unbind_cpu (__main__.TestViewOpsCPU) ... ok (0.026s) 2022-09-27T16:52:47.3842612Z test_unbind_view_cpu (__main__.TestViewOpsCPU) ... ok (0.005s) 2022-09-27T16:52:47.3863336Z test_unfold_view_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:52:47.3883600Z test_unsqueeze_inplace_view_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:52:47.3902444Z test_unsqueeze_view_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:52:47.4492500Z test_view_as_complex_cpu (__main__.TestViewOpsCPU) ... ok (0.059s) 2022-09-27T16:52:47.4551423Z test_view_as_real_cpu_complex128 (__main__.TestViewOpsCPU) ... ok (0.006s) 2022-09-27T16:52:47.4574521Z 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:52:47.4575017Z t = torch.randn(3, 4, dtype=dtype, device=device) 2022-09-27T16:52:47.4607590Z ok (0.006s) 2022-09-27T16:52:47.4661750Z test_view_as_real_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.005s) 2022-09-27T16:52:47.5142625Z test_view_as_view_cpu (__main__.TestViewOpsCPU) ... ok (0.048s) 2022-09-27T16:52:47.5184228Z test_view_copy_cpu (__main__.TestViewOpsCPU) ... ok (0.004s) 2022-09-27T16:52:47.5220712Z test_view_copy_out_cpu (__main__.TestViewOpsCPU) ... ok (0.004s) 2022-09-27T16:52:47.9044935Z test_view_dtype_new_cpu_bool (__main__.TestViewOpsCPU) ... ok (0.382s) 2022-09-27T16:52:48.3720589Z test_view_dtype_new_cpu_complex128 (__main__.TestViewOpsCPU) ... ok (0.467s) 2022-09-27T16:52:48.7628396Z test_view_dtype_new_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.391s) 2022-09-27T16:52:49.1643371Z test_view_dtype_new_cpu_float16 (__main__.TestViewOpsCPU) ... ok (0.401s) 2022-09-27T16:52:49.5755474Z test_view_dtype_new_cpu_float32 (__main__.TestViewOpsCPU) ... ok (0.411s) 2022-09-27T16:52:49.9697557Z test_view_dtype_new_cpu_float64 (__main__.TestViewOpsCPU) ... ok (0.394s) 2022-09-27T16:52:50.3606777Z test_view_dtype_new_cpu_int16 (__main__.TestViewOpsCPU) ... ok (0.391s) 2022-09-27T16:52:50.7804790Z test_view_dtype_new_cpu_int32 (__main__.TestViewOpsCPU) ... ok (0.420s) 2022-09-27T16:52:51.1402006Z test_view_dtype_new_cpu_int64 (__main__.TestViewOpsCPU) ... ok (0.360s) 2022-09-27T16:52:51.5219657Z test_view_dtype_new_cpu_int8 (__main__.TestViewOpsCPU) ... ok (0.382s) 2022-09-27T16:52:51.9213843Z test_view_dtype_new_cpu_uint8 (__main__.TestViewOpsCPU) ... ok (0.399s) 2022-09-27T16:52:52.1141983Z test_view_dtype_upsize_errors_cpu_bfloat16 (__main__.TestViewOpsCPU) ... ok (0.193s) 2022-09-27T16:52:52.3953957Z test_view_dtype_upsize_errors_cpu_bool (__main__.TestViewOpsCPU) ... ok (0.281s) 2022-09-27T16:52:52.4159931Z test_view_dtype_upsize_errors_cpu_complex128 (__main__.TestViewOpsCPU) ... ok (0.021s) 2022-09-27T16:52:52.4505053Z test_view_dtype_upsize_errors_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.034s) 2022-09-27T16:52:52.6422340Z test_view_dtype_upsize_errors_cpu_float16 (__main__.TestViewOpsCPU) ... ok (0.192s) 2022-09-27T16:52:52.7700518Z test_view_dtype_upsize_errors_cpu_float32 (__main__.TestViewOpsCPU) ... ok (0.128s) 2022-09-27T16:52:52.8038663Z test_view_dtype_upsize_errors_cpu_float64 (__main__.TestViewOpsCPU) ... ok (0.034s) 2022-09-27T16:52:53.0050915Z test_view_dtype_upsize_errors_cpu_int16 (__main__.TestViewOpsCPU) ... ok (0.201s) 2022-09-27T16:52:53.1308173Z test_view_dtype_upsize_errors_cpu_int32 (__main__.TestViewOpsCPU) ... ok (0.126s) 2022-09-27T16:52:53.1640099Z test_view_dtype_upsize_errors_cpu_int64 (__main__.TestViewOpsCPU) ... ok (0.033s) 2022-09-27T16:52:53.4463184Z test_view_dtype_upsize_errors_cpu_int8 (__main__.TestViewOpsCPU) ... ok (0.282s) 2022-09-27T16:52:53.7275329Z test_view_dtype_upsize_errors_cpu_uint8 (__main__.TestViewOpsCPU) ... ok (0.281s) 2022-09-27T16:52:53.7305385Z test_view_tensor_dsplit_cpu_bfloat16 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-09-27T16:52:53.7326938Z test_view_tensor_dsplit_cpu_bool (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:52:53.7355952Z test_view_tensor_dsplit_cpu_complex128 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-09-27T16:52:53.7383938Z test_view_tensor_dsplit_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-09-27T16:52:53.7408163Z test_view_tensor_dsplit_cpu_float16 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:52:53.7431940Z test_view_tensor_dsplit_cpu_float32 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:52:53.7455572Z test_view_tensor_dsplit_cpu_float64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:52:53.7474858Z test_view_tensor_dsplit_cpu_int16 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:52:53.7493462Z test_view_tensor_dsplit_cpu_int32 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:52:53.7511884Z test_view_tensor_dsplit_cpu_int64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:52:53.7531311Z test_view_tensor_dsplit_cpu_int8 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:52:53.7549804Z test_view_tensor_dsplit_cpu_uint8 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:52:53.7575003Z test_view_tensor_hsplit_cpu_bfloat16 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:52:53.7594302Z test_view_tensor_hsplit_cpu_bool (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:52:53.7621507Z test_view_tensor_hsplit_cpu_complex128 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-09-27T16:52:53.7649134Z test_view_tensor_hsplit_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-09-27T16:52:53.7672864Z test_view_tensor_hsplit_cpu_float16 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:52:53.7696473Z test_view_tensor_hsplit_cpu_float32 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:52:53.7719806Z test_view_tensor_hsplit_cpu_float64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:52:53.7738454Z test_view_tensor_hsplit_cpu_int16 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:52:53.7757546Z test_view_tensor_hsplit_cpu_int32 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:52:53.7775731Z test_view_tensor_hsplit_cpu_int64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:52:53.7794851Z test_view_tensor_hsplit_cpu_int8 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:52:53.7813851Z test_view_tensor_hsplit_cpu_uint8 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:52:53.7834278Z test_view_tensor_split_cpu_bfloat16 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:52:53.7851377Z test_view_tensor_split_cpu_bool (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:52:53.7878756Z test_view_tensor_split_cpu_complex128 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-09-27T16:52:53.7903396Z test_view_tensor_split_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:52:53.7924250Z test_view_tensor_split_cpu_float16 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:52:53.7944445Z test_view_tensor_split_cpu_float32 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:52:53.7966007Z test_view_tensor_split_cpu_float64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:52:53.7983175Z test_view_tensor_split_cpu_int16 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:52:53.8000495Z test_view_tensor_split_cpu_int32 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:52:53.8017753Z test_view_tensor_split_cpu_int64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:52:53.8035201Z test_view_tensor_split_cpu_int8 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:52:53.8052356Z test_view_tensor_split_cpu_uint8 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:52:53.8078283Z test_view_tensor_vsplit_cpu_bfloat16 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-09-27T16:52:53.8097240Z test_view_tensor_vsplit_cpu_bool (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:52:53.8124426Z test_view_tensor_vsplit_cpu_complex128 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-09-27T16:52:53.8150981Z test_view_tensor_vsplit_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-09-27T16:52:53.8174717Z test_view_tensor_vsplit_cpu_float16 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:52:53.8198795Z test_view_tensor_vsplit_cpu_float32 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:52:53.8221832Z test_view_tensor_vsplit_cpu_float64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:52:53.8240890Z test_view_tensor_vsplit_cpu_int16 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:52:53.8259480Z test_view_tensor_vsplit_cpu_int32 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:52:53.8278045Z test_view_tensor_vsplit_cpu_int64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:52:53.8296887Z test_view_tensor_vsplit_cpu_int8 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:52:53.8315801Z test_view_tensor_vsplit_cpu_uint8 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:52:53.8333994Z test_view_view_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:52:54.3521351Z test_T_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.479s) 2022-09-27T16:52:54.3594985Z test_advanced_indexing_assignment_lazy (__main__.TestViewOpsLAZY) ... ok (0.007s) 2022-09-27T16:52:54.3824632Z test_advanced_indexing_nonview_lazy (__main__.TestViewOpsLAZY) ... ok (0.023s) 2022-09-27T16:52:54.5652053Z test_as_strided_gradients_lazy (__main__.TestViewOpsLAZY) ... ok (0.183s) 2022-09-27T16:52:54.5944395Z test_as_strided_inplace_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.029s) 2022-09-27T16:52:54.6188169Z test_as_strided_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.024s) 2022-09-27T16:52:54.6446050Z test_basic_indexing_ellipses_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.026s) 2022-09-27T16:52:54.6752257Z test_basic_indexing_newaxis_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.031s) 2022-09-27T16:52:54.7048613Z test_basic_indexing_slice_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.030s) 2022-09-27T16:52:54.7056934Z test_chunk_view_lazy (__main__.TestViewOpsLAZY) ... skip: See https://github.com/pytorch/pytorch/pull/32720 (0.001s) 2022-09-27T16:52:54.7073297Z test_conj_imag_view_lazy_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-09-27T16:52:54.7088156Z test_conj_imag_view_lazy_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:52:54.7100227Z test_conj_self_lazy_bfloat16 (__main__.TestViewOpsLAZY) ... ok (0.001s) 2022-09-27T16:52:54.7111903Z test_conj_self_lazy_float16 (__main__.TestViewOpsLAZY) ... ok (0.001s) 2022-09-27T16:52:54.7123235Z test_conj_self_lazy_float32 (__main__.TestViewOpsLAZY) ... ok (0.001s) 2022-09-27T16:52:54.7134354Z test_conj_self_lazy_float64 (__main__.TestViewOpsLAZY) ... ok (0.001s) 2022-09-27T16:52:54.7145586Z test_conj_self_lazy_int16 (__main__.TestViewOpsLAZY) ... ok (0.001s) 2022-09-27T16:52:54.7157065Z test_conj_self_lazy_int32 (__main__.TestViewOpsLAZY) ... ok (0.001s) 2022-09-27T16:52:54.7168139Z test_conj_self_lazy_int64 (__main__.TestViewOpsLAZY) ... ok (0.001s) 2022-09-27T16:52:54.7179275Z test_conj_self_lazy_int8 (__main__.TestViewOpsLAZY) ... ok (0.001s) 2022-09-27T16:52:54.7190619Z test_conj_self_lazy_uint8 (__main__.TestViewOpsLAZY) ... ok (0.001s) 2022-09-27T16:52:54.7203463Z test_conj_view_with_shared_memory_lazy (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:52:54.7214474Z test_contiguous_nonview_lazy (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:52:54.7224302Z test_contiguous_self_lazy (__main__.TestViewOpsLAZY) ... ok (0.001s) 2022-09-27T16:52:54.7739188Z test_diagonal_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.051s) 2022-09-27T16:52:54.7998309Z test_expand_as_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.026s) 2022-09-27T16:52:54.8011604Z test_expand_view_lazy (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:52:54.8029123Z test_flatten_nonview_lazy (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-09-27T16:52:54.8053934Z test_flatten_view_lazy (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-09-27T16:52:54.8063927Z test_imag_noncomplex_lazy_bfloat16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:52:54.8074092Z test_imag_noncomplex_lazy_float16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:52:54.8083883Z test_imag_noncomplex_lazy_float32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:52:54.8093637Z test_imag_noncomplex_lazy_float64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:52:54.8103386Z test_imag_noncomplex_lazy_int16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:52:54.8113546Z test_imag_noncomplex_lazy_int32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:52:54.8123292Z test_imag_noncomplex_lazy_int64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:52:54.8133296Z test_imag_noncomplex_lazy_int8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:52:54.8143005Z test_imag_noncomplex_lazy_uint8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:52:55.1995500Z test_movedim_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.385s) 2022-09-27T16:52:55.2259064Z test_narrow_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.026s) 2022-09-27T16:52:55.2572446Z test_permute_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.031s) 2022-09-27T16:52:55.2593063Z test_real_imag_view_lazy_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-09-27T16:52:55.2612396Z test_real_imag_view_lazy_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-09-27T16:52:55.2842421Z test_reshape_as_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.023s) 2022-09-27T16:52:55.2856019Z test_reshape_nonview_lazy (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:52:55.3173975Z test_reshape_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.032s) 2022-09-27T16:52:55.3392198Z test_select_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.022s) 2022-09-27T16:52:55.3411245Z test_set_real_imag_lazy_complex128_bfloat16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-09-27T16:52:55.3428471Z test_set_real_imag_lazy_complex128_bool (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-09-27T16:52:55.3445254Z test_set_real_imag_lazy_complex128_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-09-27T16:52:55.3461649Z test_set_real_imag_lazy_complex128_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-09-27T16:52:55.3478078Z test_set_real_imag_lazy_complex128_float16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-09-27T16:52:55.3494289Z test_set_real_imag_lazy_complex128_float32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-09-27T16:52:55.3510683Z test_set_real_imag_lazy_complex128_float64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-09-27T16:52:55.3526837Z test_set_real_imag_lazy_complex128_int16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-09-27T16:52:55.3542879Z test_set_real_imag_lazy_complex128_int32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-09-27T16:52:55.3559301Z test_set_real_imag_lazy_complex128_int64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-09-27T16:52:55.3575385Z test_set_real_imag_lazy_complex128_int8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-09-27T16:52:55.3591598Z test_set_real_imag_lazy_complex128_uint8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-09-27T16:52:55.3607730Z test_set_real_imag_lazy_complex64_bfloat16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-09-27T16:52:55.3623865Z test_set_real_imag_lazy_complex64_bool (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-09-27T16:52:55.3640298Z test_set_real_imag_lazy_complex64_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-09-27T16:52:55.3656957Z test_set_real_imag_lazy_complex64_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-09-27T16:52:55.3673411Z test_set_real_imag_lazy_complex64_float16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-09-27T16:52:55.3689548Z test_set_real_imag_lazy_complex64_float32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-09-27T16:52:55.3705484Z test_set_real_imag_lazy_complex64_float64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-09-27T16:52:55.3721641Z test_set_real_imag_lazy_complex64_int16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-09-27T16:52:55.3737666Z test_set_real_imag_lazy_complex64_int32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-09-27T16:52:55.3753934Z test_set_real_imag_lazy_complex64_int64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-09-27T16:52:55.3769903Z test_set_real_imag_lazy_complex64_int8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-09-27T16:52:55.3785862Z test_set_real_imag_lazy_complex64_uint8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-09-27T16:52:55.3793606Z test_split_view_lazy (__main__.TestViewOpsLAZY) ... skip: See https://github.com/pytorch/pytorch/pull/32720 (0.001s) 2022-09-27T16:52:55.4058975Z test_squeeze_inplace_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.026s) 2022-09-27T16:52:55.4291489Z test_squeeze_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.023s) 2022-09-27T16:52:55.4605297Z test_t_inplace_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.031s) 2022-09-27T16:52:55.4830294Z test_t_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.022s) 2022-09-27T16:52:55.5460682Z test_transpose_inplace_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.063s) 2022-09-27T16:52:55.6019281Z test_transpose_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.056s) 2022-09-27T16:52:55.6252749Z test_unbind_lazy (__main__.TestViewOpsLAZY) ... ok (0.023s) 2022-09-27T16:52:55.6265678Z test_unbind_view_lazy (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:52:55.6479245Z test_unfold_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.021s) 2022-09-27T16:52:55.6783971Z test_unsqueeze_inplace_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.030s) 2022-09-27T16:52:55.7038879Z test_unsqueeze_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.025s) 2022-09-27T16:52:55.7066300Z test_view_as_complex_lazy (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.003s) 2022-09-27T16:52:55.7085427Z test_view_as_real_lazy_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-09-27T16:52:55.7103629Z test_view_as_real_lazy_complex32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-09-27T16:52:55.7121864Z test_view_as_real_lazy_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-09-27T16:52:55.7173579Z test_view_as_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.005s) 2022-09-27T16:52:55.7514666Z test_view_copy_lazy (__main__.TestViewOpsLAZY) ... ok (0.034s) 2022-09-27T16:52:55.7705774Z test_view_copy_out_lazy (__main__.TestViewOpsLAZY) ... ok (0.019s) 2022-09-27T16:52:55.7755363Z test_view_dtype_new_lazy_bool (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.005s) 2022-09-27T16:52:55.7807539Z test_view_dtype_new_lazy_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.005s) 2022-09-27T16:52:55.7859421Z test_view_dtype_new_lazy_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.005s) 2022-09-27T16:52:55.7911306Z test_view_dtype_new_lazy_float16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.005s) 2022-09-27T16:52:55.7962667Z test_view_dtype_new_lazy_float32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.005s) 2022-09-27T16:52:55.8013787Z test_view_dtype_new_lazy_float64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.005s) 2022-09-27T16:52:55.8151060Z test_view_dtype_new_lazy_int16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.014s) 2022-09-27T16:52:55.8197341Z test_view_dtype_new_lazy_int32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.005s) 2022-09-27T16:52:55.8243293Z test_view_dtype_new_lazy_int64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.005s) 2022-09-27T16:52:55.8289581Z test_view_dtype_new_lazy_int8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.005s) 2022-09-27T16:52:55.8335738Z test_view_dtype_new_lazy_uint8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.005s) 2022-09-27T16:52:55.8354287Z test_view_dtype_upsize_errors_lazy_bfloat16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-09-27T16:52:55.8372049Z test_view_dtype_upsize_errors_lazy_bool (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-09-27T16:52:55.8390023Z test_view_dtype_upsize_errors_lazy_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-09-27T16:52:55.8407776Z test_view_dtype_upsize_errors_lazy_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-09-27T16:52:55.8425387Z test_view_dtype_upsize_errors_lazy_float16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-09-27T16:52:55.8443227Z test_view_dtype_upsize_errors_lazy_float32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-09-27T16:52:55.8460919Z test_view_dtype_upsize_errors_lazy_float64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-09-27T16:52:55.8478782Z test_view_dtype_upsize_errors_lazy_int16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-09-27T16:52:55.8496235Z test_view_dtype_upsize_errors_lazy_int32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-09-27T16:52:55.8514041Z test_view_dtype_upsize_errors_lazy_int64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-09-27T16:52:55.8531698Z test_view_dtype_upsize_errors_lazy_int8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-09-27T16:52:55.8548956Z test_view_dtype_upsize_errors_lazy_uint8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-09-27T16:52:55.8561488Z test_view_tensor_dsplit_lazy_bfloat16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:52:55.8573669Z test_view_tensor_dsplit_lazy_bool (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:52:55.8585959Z test_view_tensor_dsplit_lazy_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:52:55.8598378Z test_view_tensor_dsplit_lazy_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:52:55.8610613Z test_view_tensor_dsplit_lazy_float16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:52:55.8622809Z test_view_tensor_dsplit_lazy_float32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:52:55.8635300Z test_view_tensor_dsplit_lazy_float64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:52:55.8647513Z test_view_tensor_dsplit_lazy_int16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:52:55.8660204Z test_view_tensor_dsplit_lazy_int32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:52:55.8672234Z test_view_tensor_dsplit_lazy_int64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:52:55.8685096Z test_view_tensor_dsplit_lazy_int8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:52:55.8696884Z test_view_tensor_dsplit_lazy_uint8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:52:55.8709333Z test_view_tensor_hsplit_lazy_bfloat16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:52:55.8721744Z test_view_tensor_hsplit_lazy_bool (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:52:55.8734066Z test_view_tensor_hsplit_lazy_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:52:55.8746277Z test_view_tensor_hsplit_lazy_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:52:55.8758775Z test_view_tensor_hsplit_lazy_float16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:52:55.8771117Z test_view_tensor_hsplit_lazy_float32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:52:55.8783200Z test_view_tensor_hsplit_lazy_float64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:52:55.8795617Z test_view_tensor_hsplit_lazy_int16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:52:55.8807777Z test_view_tensor_hsplit_lazy_int32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:52:55.8820014Z test_view_tensor_hsplit_lazy_int64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:52:55.8832482Z test_view_tensor_hsplit_lazy_int8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:52:55.8844868Z test_view_tensor_hsplit_lazy_uint8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:52:55.8857461Z test_view_tensor_split_lazy_bfloat16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:52:55.8870505Z test_view_tensor_split_lazy_bool (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:52:55.8883526Z test_view_tensor_split_lazy_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:52:55.8896462Z test_view_tensor_split_lazy_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:52:55.8909155Z test_view_tensor_split_lazy_float16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:52:55.8922225Z test_view_tensor_split_lazy_float32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:52:55.8935006Z test_view_tensor_split_lazy_float64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:52:55.8947698Z test_view_tensor_split_lazy_int16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:52:55.8960618Z test_view_tensor_split_lazy_int32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:52:55.8973467Z test_view_tensor_split_lazy_int64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:52:55.8986353Z test_view_tensor_split_lazy_int8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:52:55.8999663Z test_view_tensor_split_lazy_uint8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:52:55.9012743Z test_view_tensor_vsplit_lazy_bfloat16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:52:55.9025937Z test_view_tensor_vsplit_lazy_bool (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:52:55.9039530Z test_view_tensor_vsplit_lazy_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:52:55.9052797Z test_view_tensor_vsplit_lazy_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:52:55.9066048Z test_view_tensor_vsplit_lazy_float16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:52:55.9079372Z test_view_tensor_vsplit_lazy_float32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:52:55.9092550Z test_view_tensor_vsplit_lazy_float64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:52:55.9105761Z test_view_tensor_vsplit_lazy_int16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:52:55.9119108Z test_view_tensor_vsplit_lazy_int32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:52:55.9132301Z test_view_tensor_vsplit_lazy_int64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:52:55.9145397Z test_view_tensor_vsplit_lazy_int8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:52:55.9158723Z test_view_tensor_vsplit_lazy_uint8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:52:55.9216301Z test_view_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.006s) 2022-09-27T16:52:55.9216604Z 2022-09-27T16:52:55.9216910Z ---------------------------------------------------------------------- 2022-09-27T16:52:55.9217193Z Ran 439 tests in 47.945s 2022-09-27T16:52:55.9218175Z 2022-09-27T16:52:55.9218327Z OK (skipped=123) 2022-09-27T16:52:55.9218539Z 2022-09-27T16:52:55.9218698Z Generating XML reports... 2022-09-27T16:52:55.9343675Z Generated XML report: test-reports/python-unittest/test_view_ops/TEST-TestOldViewOpsCPU-20220927165207.xml 2022-09-27T16:52:55.9483445Z Generated XML report: test-reports/python-unittest/test_view_ops/TEST-TestViewOpsCPU-20220927165207.xml 2022-09-27T16:52:55.9654086Z Generated XML report: test-reports/python-unittest/test_view_ops/TEST-TestViewOpsLAZY-20220927165207.xml 2022-09-27T16:52:56.6587448Z Running test_xnnpack_integration ... [2022-09-27 16:52:56.658274] 2022-09-27T16:52:56.6588247Z Executing ['/opt/conda/bin/python', '-bb', 'test_xnnpack_integration.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:52:56.658373] 2022-09-27T16:53:00.6835183Z Test results will be stored in test-reports/python-unittest/test_xnnpack_integration 2022-09-27T16:53:00.6853193Z 2022-09-27T16:53:00.6853275Z Running tests... 2022-09-27T16:53:00.6854224Z ---------------------------------------------------------------------- 2022-09-27T16:53:00.6878429Z test_conv1d_basic (__main__.TestXNNPACKConv1dTransformPass) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:53:00.6908116Z test_conv1d_with_relu_fc (__main__.TestXNNPACKConv1dTransformPass) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:53:02.0149112Z test_conv2d (__main__.TestXNNPACKOps) ... ok (1.324s) 2022-09-27T16:53:06.1063373Z test_conv2d_transpose (__main__.TestXNNPACKOps) ... ok (4.091s) 2022-09-27T16:53:06.1074348Z test_linear (__main__.TestXNNPACKOps) ... skip: Fails on some platforms, see https://github.com/pytorch/pytorch/issues/73488 (0.001s) 2022-09-27T16:53:06.2108698Z test_linear_1d_input (__main__.TestXNNPACKOps) ... ok (0.103s) 2022-09-27T16:53:06.8329708Z test_decomposed_linear (__main__.TestXNNPACKRewritePass) ... ok (0.622s) 2022-09-27T16:53:09.6625011Z test_linear (__main__.TestXNNPACKRewritePass) ... ok (2.829s) 2022-09-27T16:53:09.6689226Z test_combined_model (__main__.TestXNNPACKSerDes) ... skip: Fails on some platforms, see https://github.com/pytorch/pytorch/issues/73488 (0.006s) 2022-09-27T16:53:14.9932810Z test_conv2d (__main__.TestXNNPACKSerDes) ... ok (5.324s) 2022-09-27T16:53:21.9561733Z test_conv2d_transpose (__main__.TestXNNPACKSerDes) ... ok (6.963s) 2022-09-27T16:53:21.9586513Z test_linear (__main__.TestXNNPACKSerDes) ... skip: Fails on some platforms, see https://github.com/pytorch/pytorch/issues/73488 (0.003s) 2022-09-27T16:53:21.9588194Z 2022-09-27T16:53:21.9589014Z ---------------------------------------------------------------------- 2022-09-27T16:53:21.9589318Z Ran 12 tests in 21.273s 2022-09-27T16:53:21.9589449Z 2022-09-27T16:53:21.9589535Z OK (skipped=5) 2022-09-27T16:53:21.9591781Z 2022-09-27T16:53:21.9592139Z Generating XML reports... 2022-09-27T16:53:21.9622151Z Generated XML report: test-reports/python-unittest/test_xnnpack_integration/TEST-TestXNNPACKOps-20220927165300.xml 2022-09-27T16:53:21.9625797Z Generated XML report: test-reports/python-unittest/test_xnnpack_integration/TEST-TestXNNPACKRewritePass-20220927165300.xml 2022-09-27T16:53:21.9631677Z Generated XML report: test-reports/python-unittest/test_xnnpack_integration/TEST-TestXNNPACKSerDes-20220927165300.xml 2022-09-27T16:53:21.9637078Z Generated XML report: test-reports/python-unittest/test_xnnpack_integration/TEST-TestXNNPACKConv1dTransformPass-20220927165300.xml 2022-09-27T16:53:22.6421220Z Running test_multiprocessing ... [2022-09-27 16:53:22.641678] 2022-09-27T16:53:22.6421814Z Executing ['/opt/conda/bin/python', '-bb', 'test_multiprocessing.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:53:22.641774] 2022-09-27T16:53:26.6478565Z Test results will be stored in test-reports/python-unittest/test_multiprocessing 2022-09-27T16:53:26.6506461Z 2022-09-27T16:53:26.6506601Z Running tests... 2022-09-27T16:53:26.6507040Z ---------------------------------------------------------------------- 2022-09-27T16:53:27.1176074Z test_autograd_errors (__main__.TestMultiprocessing) ... ok (0.467s) 2022-09-27T16:53:30.8854343Z 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:53:30.8855001Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:53:30.9236468Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:53:30.9236871Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:53:30.9297490Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:53:30.9297890Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:53:30.9454102Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:53:30.9454579Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:53:30.9690703Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:53:30.9691109Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:53:30.9841226Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:53:30.9841673Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:53:31.2538547Z ok (4.136s) 2022-09-27T16:53:31.2553069Z test_cuda_bad_call (__main__.TestMultiprocessing) ... skip: CUDA not available (0.001s) 2022-09-27T16:53:31.2565969Z test_cuda_ipc_deadlock (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-09-27T16:53:31.2576043Z test_cuda_memory_allocation (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-09-27T16:53:31.2582109Z test_cuda_parameter_sharing (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-09-27T16:53:31.2599332Z test_cuda_send_many (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.002s) 2022-09-27T16:53:31.2604788Z test_cuda_simple (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.000s) 2022-09-27T16:53:31.2621410Z test_cuda_small_tensors (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.002s) 2022-09-27T16:53:31.2627528Z test_cuda_variable_sharing (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-09-27T16:53:31.2647876Z test_empty_shared (__main__.TestMultiprocessing) ... ok (0.002s) 2022-09-27T16:53:31.2709866Z test_empty_tensor_sharing (__main__.TestMultiprocessing) ... ok (0.006s) 2022-09-27T16:53:31.2715032Z test_empty_tensor_sharing_cuda (__main__.TestMultiprocessing) ... skip: CUDA not available (0.001s) 2022-09-27T16:53:31.2728534Z test_event (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-09-27T16:53:31.2738537Z test_event_handle_exporter (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-09-27T16:53:31.2760584Z test_event_handle_importer (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-09-27T16:53:31.2762852Z test_event_handle_multi_gpu (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-09-27T16:53:31.2774133Z test_event_multiprocess (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-09-27T16:53:31.2780091Z 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:53:31.6290077Z test_fd_preserve_sharing (__main__.TestMultiprocessing) ... ok (0.351s) 2022-09-27T16:53:31.6294412Z test_fd_sharing (__main__.TestMultiprocessing) ... skip: seems to hang with ASAN, see https://github.com/pytorch/pytorch/issues/5326 (0.001s) 2022-09-27T16:53:31.6304947Z 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:53:33.7699041Z test_fs_is_shared (__main__.TestMultiprocessing) ... ok (2.139s) 2022-09-27T16:53:33.7708588Z 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:53:34.0451119Z test_fs_preserve_sharing (__main__.TestMultiprocessing) ... ok (0.274s) 2022-09-27T16:53:34.0455376Z test_fs_sharing (__main__.TestMultiprocessing) ... skip: seems to hang with ASAN, see https://github.com/pytorch/pytorch/issues/5326 (0.000s) 2022-09-27T16:53:34.0464495Z 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:53:37.5747827Z 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:53:37.5748289Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:53:37.6108198Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:53:37.6108803Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:53:38.3531572Z ok (4.307s) 2022-09-27T16:53:38.3538124Z test_integer_parameter_serialization_cuda (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-09-27T16:53:38.3554431Z test_is_shared (__main__.TestMultiprocessing) ... ok (0.002s) 2022-09-27T16:53:38.3560141Z test_is_shared_cuda (__main__.TestMultiprocessing) ... skip: CUDA not available (0.000s) 2022-09-27T16:53:38.3572622Z test_leaf_variable_sharing (__main__.TestMultiprocessing) ... skip: non-deterministically hangs with ASAN (0.001s) 2022-09-27T16:53:38.3576416Z test_mixed_types_cuda_sharing (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.000s) 2022-09-27T16:53:38.3603979Z test_non_leaf_variable_sharing (__main__.TestMultiprocessing) ... ok (0.003s) 2022-09-27T16:53:38.3781317Z test_parameter_sharing (__main__.TestMultiprocessing) ... /opt/conda/lib/python3.7/site-packages/torch/utils/hooks.py:61: UserWarning: backward hook .hook at 0x7f0bb9395950> 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:53:38.3782045Z "to suppress this warning".format(repr(hook))) 2022-09-27T16:53:38.4016658Z ok (0.041s) 2022-09-27T16:53:38.4201024Z test_variable_sharing (__main__.TestMultiprocessing) ... /opt/conda/lib/python3.7/site-packages/torch/utils/hooks.py:61: UserWarning: backward hook .hook at 0x7f0bb9395c20> 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:53:38.4201668Z "to suppress this warning".format(repr(hook))) 2022-09-27T16:53:38.4767019Z ok (0.075s) 2022-09-27T16:53:38.4778071Z test_wrong_cuda_fork (__main__.TestMultiprocessing) ... skip: CUDA not available (0.001s) 2022-09-27T16:53:38.4778381Z 2022-09-27T16:53:38.4778848Z ---------------------------------------------------------------------- 2022-09-27T16:53:38.4779297Z Ran 37 tests in 11.827s 2022-09-27T16:53:38.4779504Z 2022-09-27T16:53:38.4779609Z OK (skipped=25) 2022-09-27T16:53:38.4779768Z 2022-09-27T16:53:38.4779856Z Generating XML reports... 2022-09-27T16:53:38.4855126Z Generated XML report: test-reports/python-unittest/test_multiprocessing/TEST-TestMultiprocessing-20220927165326.xml 2022-09-27T16:53:39.2217571Z Running test_sort_and_select ... [2022-09-27 16:53:39.221282] 2022-09-27T16:53:39.2218159Z Executing ['/opt/conda/bin/python', '-bb', 'test_sort_and_select.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:53:39.221374] 2022-09-27T16:53:43.3482412Z Test results will be stored in test-reports/python-unittest/test_sort_and_select 2022-09-27T16:53:43.3502831Z 2022-09-27T16:53:43.3503175Z Running tests... 2022-09-27T16:53:43.3503775Z ---------------------------------------------------------------------- 2022-09-27T16:53:43.3932062Z test_isin_cpu_float32 (__main__.TestSortAndSelectCPU) ... ok (0.043s) 2022-09-27T16:53:43.4299610Z test_isin_cpu_float64 (__main__.TestSortAndSelectCPU) ... ok (0.037s) 2022-09-27T16:53:43.4668420Z test_isin_cpu_int16 (__main__.TestSortAndSelectCPU) ... ok (0.037s) 2022-09-27T16:53:43.5040542Z test_isin_cpu_int32 (__main__.TestSortAndSelectCPU) ... ok (0.037s) 2022-09-27T16:53:43.5419965Z test_isin_cpu_int64 (__main__.TestSortAndSelectCPU) ... ok (0.038s) 2022-09-27T16:53:43.5939195Z test_isin_cpu_int8 (__main__.TestSortAndSelectCPU) ... ok (0.052s) 2022-09-27T16:53:43.6306905Z test_isin_cpu_uint8 (__main__.TestSortAndSelectCPU) ... ok (0.037s) 2022-09-27T16:53:43.6324102Z test_isin_different_devices_cpu_float32 (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:53:43.6339555Z test_isin_different_devices_cpu_float64 (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:53:43.6354994Z test_isin_different_devices_cpu_int16 (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:53:43.6370049Z test_isin_different_devices_cpu_int32 (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:53:43.6385036Z test_isin_different_devices_cpu_int64 (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:53:43.6400270Z test_isin_different_devices_cpu_int8 (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:53:43.6415301Z test_isin_different_devices_cpu_uint8 (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:53:43.7542635Z test_isin_different_dtypes_cpu (__main__.TestSortAndSelectCPU) ... ok (0.113s) 2022-09-27T16:53:44.0100661Z test_kthvalue_cpu_float64 (__main__.TestSortAndSelectCPU) ... ok (0.256s) 2022-09-27T16:53:44.0132148Z test_kthvalue_scalar_cpu_float32 (__main__.TestSortAndSelectCPU) ... ok (0.003s) 2022-09-27T16:53:44.0453816Z test_msort_cpu_bfloat16 (__main__.TestSortAndSelectCPU) ... ok (0.032s) 2022-09-27T16:53:44.0775018Z test_msort_cpu_float16 (__main__.TestSortAndSelectCPU) ... ok (0.032s) 2022-09-27T16:53:44.1086012Z test_msort_cpu_float32 (__main__.TestSortAndSelectCPU) ... ok (0.031s) 2022-09-27T16:53:44.1701097Z test_msort_cpu_float64 (__main__.TestSortAndSelectCPU) ... ok (0.061s) 2022-09-27T16:53:44.1893361Z test_msort_cpu_int16 (__main__.TestSortAndSelectCPU) ... ok (0.019s) 2022-09-27T16:53:44.2081529Z test_msort_cpu_int32 (__main__.TestSortAndSelectCPU) ... ok (0.019s) 2022-09-27T16:53:44.2261354Z test_msort_cpu_int64 (__main__.TestSortAndSelectCPU) ... ok (0.018s) 2022-09-27T16:53:44.2427237Z test_msort_cpu_int8 (__main__.TestSortAndSelectCPU) ... ok (0.017s) 2022-09-27T16:53:44.2589154Z test_msort_cpu_uint8 (__main__.TestSortAndSelectCPU) ... ok (0.016s) 2022-09-27T16:53:44.2611005Z test_sort_1d_output_discontiguous_cpu_float32 (__main__.TestSortAndSelectCPU) ... test_sort_and_select.py:248: UserWarning: An output with one or more elements was resized since it had shape [3], which does not match the required output shape [6]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T16:53:44.2611971Z torch.sort(tensor, out=(values, indices)) 2022-09-27T16:53:44.2621647Z ok (0.003s) 2022-09-27T16:53:48.2296312Z test_sort_cpu (__main__.TestSortAndSelectCPU) ... ok (3.967s) 2022-09-27T16:53:48.2305818Z test_sort_discontiguous_cpu_float32 (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:53:48.2315840Z test_sort_discontiguous_slow_cpu_float32 (__main__.TestSortAndSelectCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:53:48.2330919Z test_sort_large_cpu_uint8 (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:53:48.2345240Z test_sort_large_slice_cpu (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:53:48.2364733Z test_sort_restride_cpu_float32 (__main__.TestSortAndSelectCPU) ... test_sort_and_select.py:199: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [3]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T16:53:48.2365454Z torch.sort(tensor, out=(values, indices)) 2022-09-27T16:53:48.2376270Z ok (0.003s) 2022-09-27T16:53:48.3194768Z test_stable_sort_against_numpy_cpu_bfloat16 (__main__.TestSortAndSelectCPU) ... ok (0.082s) 2022-09-27T16:53:48.3969250Z test_stable_sort_against_numpy_cpu_float16 (__main__.TestSortAndSelectCPU) ... ok (0.077s) 2022-09-27T16:53:48.4845819Z test_stable_sort_against_numpy_cpu_float32 (__main__.TestSortAndSelectCPU) ... ok (0.088s) 2022-09-27T16:53:48.5592059Z test_stable_sort_against_numpy_cpu_float64 (__main__.TestSortAndSelectCPU) ... ok (0.075s) 2022-09-27T16:53:48.6335616Z test_stable_sort_against_numpy_cpu_int16 (__main__.TestSortAndSelectCPU) ... ok (0.074s) 2022-09-27T16:53:48.7076169Z test_stable_sort_against_numpy_cpu_int32 (__main__.TestSortAndSelectCPU) ... ok (0.074s) 2022-09-27T16:53:48.7827804Z test_stable_sort_against_numpy_cpu_int64 (__main__.TestSortAndSelectCPU) ... ok (0.075s) 2022-09-27T16:53:48.8526153Z test_stable_sort_against_numpy_cpu_int8 (__main__.TestSortAndSelectCPU) ... ok (0.070s) 2022-09-27T16:53:48.9213239Z test_stable_sort_against_numpy_cpu_uint8 (__main__.TestSortAndSelectCPU) ... ok (0.069s) 2022-09-27T16:53:48.9700858Z test_stable_sort_cpu_bfloat16 (__main__.TestSortAndSelectCPU) ... ok (0.049s) 2022-09-27T16:53:49.0203545Z test_stable_sort_cpu_float16 (__main__.TestSortAndSelectCPU) ... ok (0.050s) 2022-09-27T16:53:49.0699614Z test_stable_sort_cpu_float32 (__main__.TestSortAndSelectCPU) ... ok (0.049s) 2022-09-27T16:53:49.1214487Z test_stable_sort_cpu_float64 (__main__.TestSortAndSelectCPU) ... ok (0.051s) 2022-09-27T16:53:49.1700175Z test_stable_sort_cpu_int16 (__main__.TestSortAndSelectCPU) ... ok (0.048s) 2022-09-27T16:53:49.2194902Z test_stable_sort_cpu_int32 (__main__.TestSortAndSelectCPU) ... ok (0.049s) 2022-09-27T16:53:49.2693281Z test_stable_sort_cpu_int64 (__main__.TestSortAndSelectCPU) ... ok (0.050s) 2022-09-27T16:53:49.3146200Z test_stable_sort_cpu_int8 (__main__.TestSortAndSelectCPU) ... ok (0.045s) 2022-09-27T16:53:49.3597055Z test_stable_sort_cpu_uint8 (__main__.TestSortAndSelectCPU) ... ok (0.045s) 2022-09-27T16:53:49.3634764Z test_topk_1d_output_discontiguous_cpu_float32 (__main__.TestSortAndSelectCPU) ... ok (0.004s) 2022-09-27T16:53:49.3698662Z test_topk_4d_cpu (__main__.TestSortAndSelectCPU) ... ok (0.006s) 2022-09-27T16:53:49.3712400Z test_topk_arguments_cpu (__main__.TestSortAndSelectCPU) ... ok (0.001s) 2022-09-27T16:53:49.3723206Z test_topk_bfloat16_cpu_bfloat16 (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:53:52.2306363Z test_topk_cpu (__main__.TestSortAndSelectCPU) ... ok (2.858s) 2022-09-27T16:53:52.2712944Z test_topk_integral_cpu_int16 (__main__.TestSortAndSelectCPU) ... ok (0.041s) 2022-09-27T16:53:52.3121296Z test_topk_integral_cpu_int32 (__main__.TestSortAndSelectCPU) ... ok (0.041s) 2022-09-27T16:53:52.3533905Z test_topk_integral_cpu_int64 (__main__.TestSortAndSelectCPU) ... ok (0.041s) 2022-09-27T16:53:52.3878306Z test_topk_integral_cpu_int8 (__main__.TestSortAndSelectCPU) ... ok (0.034s) 2022-09-27T16:53:52.4217632Z test_topk_integral_cpu_uint8 (__main__.TestSortAndSelectCPU) ... ok (0.034s) 2022-09-27T16:53:52.4232854Z test_topk_noncontiguous_gpu_cpu (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:53:52.4270005Z test_topk_nonfinite_cpu_bfloat16 (__main__.TestSortAndSelectCPU) ... ok (0.004s) 2022-09-27T16:53:52.4305302Z test_topk_nonfinite_cpu_float32 (__main__.TestSortAndSelectCPU) ... ok (0.003s) 2022-09-27T16:53:52.4339413Z test_topk_nonfinite_cpu_float64 (__main__.TestSortAndSelectCPU) ... ok (0.003s) 2022-09-27T16:53:52.4355268Z test_topk_zero_cpu_float32 (__main__.TestSortAndSelectCPU) ... ok (0.002s) 2022-09-27T16:53:52.4371300Z test_topk_zero_cpu_float64 (__main__.TestSortAndSelectCPU) ... ok (0.002s) 2022-09-27T16:53:52.4386285Z test_topk_zero_cpu_int16 (__main__.TestSortAndSelectCPU) ... ok (0.001s) 2022-09-27T16:53:52.4402566Z test_topk_zero_cpu_int32 (__main__.TestSortAndSelectCPU) ... ok (0.002s) 2022-09-27T16:53:52.4419020Z test_topk_zero_cpu_int64 (__main__.TestSortAndSelectCPU) ... ok (0.002s) 2022-09-27T16:53:52.4435646Z test_topk_zero_cpu_int8 (__main__.TestSortAndSelectCPU) ... ok (0.002s) 2022-09-27T16:53:52.4452069Z test_topk_zero_cpu_uint8 (__main__.TestSortAndSelectCPU) ... ok (0.002s) 2022-09-27T16:53:52.4678128Z test_unique_consecutive_cpu_bfloat16 (__main__.TestSortAndSelectCPU) ... ok (0.022s) 2022-09-27T16:53:52.4826972Z test_unique_consecutive_cpu_bool (__main__.TestSortAndSelectCPU) ... ok (0.015s) 2022-09-27T16:53:52.5046347Z test_unique_consecutive_cpu_float32 (__main__.TestSortAndSelectCPU) ... ok (0.022s) 2022-09-27T16:53:52.5252063Z test_unique_consecutive_cpu_float64 (__main__.TestSortAndSelectCPU) ... ok (0.020s) 2022-09-27T16:53:52.5401377Z test_unique_consecutive_cpu_int16 (__main__.TestSortAndSelectCPU) ... ok (0.015s) 2022-09-27T16:53:52.5549008Z test_unique_consecutive_cpu_int32 (__main__.TestSortAndSelectCPU) ... ok (0.015s) 2022-09-27T16:53:52.5683868Z test_unique_consecutive_cpu_int64 (__main__.TestSortAndSelectCPU) ... ok (0.013s) 2022-09-27T16:53:52.5832939Z test_unique_consecutive_cpu_int8 (__main__.TestSortAndSelectCPU) ... ok (0.015s) 2022-09-27T16:53:52.5981551Z test_unique_consecutive_cpu_uint8 (__main__.TestSortAndSelectCPU) ... ok (0.015s) 2022-09-27T16:53:52.6585644Z test_unique_cpu_bfloat16 (__main__.TestSortAndSelectCPU) ... ok (0.060s) 2022-09-27T16:53:52.7059174Z test_unique_cpu_bool (__main__.TestSortAndSelectCPU) ... ok (0.047s) 2022-09-27T16:53:52.7658457Z test_unique_cpu_float32 (__main__.TestSortAndSelectCPU) ... ok (0.060s) 2022-09-27T16:53:52.8238493Z test_unique_cpu_float64 (__main__.TestSortAndSelectCPU) ... ok (0.058s) 2022-09-27T16:53:52.8677557Z test_unique_cpu_int16 (__main__.TestSortAndSelectCPU) ... ok (0.044s) 2022-09-27T16:53:52.9118854Z test_unique_cpu_int32 (__main__.TestSortAndSelectCPU) ... ok (0.044s) 2022-09-27T16:53:52.9526687Z test_unique_cpu_int64 (__main__.TestSortAndSelectCPU) ... ok (0.041s) 2022-09-27T16:53:52.9969913Z test_unique_cpu_int8 (__main__.TestSortAndSelectCPU) ... ok (0.044s) 2022-09-27T16:53:53.0404910Z test_unique_cpu_uint8 (__main__.TestSortAndSelectCPU) ... ok (0.043s) 2022-09-27T16:53:53.2067733Z test_unique_dim_cpu (__main__.TestSortAndSelectCPU) ... ok (0.166s) 2022-09-27T16:53:53.2068073Z 2022-09-27T16:53:53.2068618Z ---------------------------------------------------------------------- 2022-09-27T16:53:53.2068869Z Ran 91 tests in 9.856s 2022-09-27T16:53:53.2068987Z 2022-09-27T16:53:53.2069061Z OK (skipped=13) 2022-09-27T16:53:53.2069173Z 2022-09-27T16:53:53.2069257Z Generating XML reports... 2022-09-27T16:53:53.2185906Z Generated XML report: test-reports/python-unittest/test_sort_and_select/TEST-TestSortAndSelectCPU-20220927165343.xml 2022-09-27T16:53:53.8635518Z Running test_mkldnn_verbose ... [2022-09-27 16:53:53.863147] 2022-09-27T16:53:53.8636056Z Executing ['/opt/conda/bin/python', '-bb', 'test_mkldnn_verbose.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:53:53.863239] 2022-09-27T16:53:57.8493278Z Test results will be stored in test-reports/python-unittest/test_mkldnn_verbose 2022-09-27T16:53:57.8507161Z 2022-09-27T16:53:57.8507290Z Running tests... 2022-09-27T16:53:57.8507905Z ---------------------------------------------------------------------- 2022-09-27T16:54:02.4042763Z test_verbose_off (__main__.TestMKLDNNVerbose) ... ok (4.553s) 2022-09-27T16:54:06.4505001Z test_verbose_on (__main__.TestMKLDNNVerbose) ... ok (4.046s) 2022-09-27T16:54:06.4505220Z 2022-09-27T16:54:06.4505698Z ---------------------------------------------------------------------- 2022-09-27T16:54:06.4506169Z Ran 2 tests in 8.600s 2022-09-27T16:54:06.4506587Z 2022-09-27T16:54:06.4506653Z OK 2022-09-27T16:54:06.4506747Z 2022-09-27T16:54:06.4506844Z Generating XML reports... 2022-09-27T16:54:06.4550625Z Generated XML report: test-reports/python-unittest/test_mkldnn_verbose/TEST-TestMKLDNNVerbose-20220927165357.xml 2022-09-27T16:54:07.1566441Z Running test_logging ... [2022-09-27 16:54:07.156186] 2022-09-27T16:54:07.1566963Z Executing ['/opt/conda/bin/python', '-bb', 'test_logging.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:54:07.156280] 2022-09-27T16:54:10.9415733Z Test results will be stored in test-reports/python-unittest/test_logging 2022-09-27T16:54:10.9431223Z 2022-09-27T16:54:10.9431567Z Running tests... 2022-09-27T16:54:10.9432164Z ---------------------------------------------------------------------- 2022-09-27T16:54:10.9440071Z testApiUsage (__main__.LoggingTest) 2022-09-27T16:54:17.8645946Z This test verifies that api usage logging is not triggered via static ... ok (6.921s) 2022-09-27T16:54:17.8646363Z 2022-09-27T16:54:17.8646858Z ---------------------------------------------------------------------- 2022-09-27T16:54:17.8647093Z Ran 1 test in 6.921s 2022-09-27T16:54:17.8647208Z 2022-09-27T16:54:17.8647269Z OK 2022-09-27T16:54:17.8647359Z 2022-09-27T16:54:17.8647444Z Generating XML reports... 2022-09-27T16:54:17.8689543Z Generated XML report: test-reports/python-unittest/test_logging/TEST-LoggingTest-20220927165410.xml 2022-09-27T16:54:18.5807092Z Running test_indexing ... [2022-09-27 16:54:18.580305] 2022-09-27T16:54:18.5807595Z Executing ['/opt/conda/bin/python', '-bb', 'test_indexing.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:54:18.580404] 2022-09-27T16:54:22.8401905Z Test results will be stored in test-reports/python-unittest/test_indexing 2022-09-27T16:54:22.8422880Z 2022-09-27T16:54:22.8423201Z Running tests... 2022-09-27T16:54:22.8423815Z ---------------------------------------------------------------------- 2022-09-27T16:54:22.8987484Z test_boolean_assignment_value_mismatch_cpu (__main__.NumpyTestsCPU) ... ok (0.056s) 2022-09-27T16:54:22.9014185Z test_boolean_indexing_alldims_cpu (__main__.NumpyTestsCPU) ... ok (0.003s) 2022-09-27T16:54:22.9053223Z test_boolean_indexing_onedim_cpu (__main__.NumpyTestsCPU) ... ok (0.004s) 2022-09-27T16:54:22.9086969Z test_boolean_indexing_twodim_cpu (__main__.NumpyTestsCPU) ... ok (0.003s) 2022-09-27T16:54:22.9297083Z test_boolean_indexing_weirdness_cpu (__main__.NumpyTestsCPU) ... ok (0.021s) 2022-09-27T16:54:22.9512486Z test_boolean_indexing_weirdness_tensors_cpu (__main__.NumpyTestsCPU) ... ok (0.021s) 2022-09-27T16:54:22.9548832Z test_boolean_list_indexing_cpu (__main__.NumpyTestsCPU) ... ok (0.004s) 2022-09-27T16:54:23.0118838Z test_boolean_shape_mismatch_cpu (__main__.NumpyTestsCPU) ... test_indexing.py:1435: UserWarning: indexing with dtype torch.uint8 is now deprecated, please use a dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/IndexingUtils.h:28.) 2022-09-27T16:54:23.0119824Z self.assertRaisesRegex(IndexError, 'mask', lambda: arr[index]) 2022-09-27T16:54:23.0214591Z test_indexing.py:1436: UserWarning: indexing with dtype torch.uint8 is now deprecated, please use a dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/IndexingUtils.h:28.) 2022-09-27T16:54:23.0215234Z self.assertRaisesRegex(IndexError, 'mask', lambda: arr[(slice(None), index)]) 2022-09-27T16:54:23.0215702Z ok (0.067s) 2022-09-27T16:54:23.0304949Z test_broadcast_subspace_cpu (__main__.NumpyTestsCPU) ... ok (0.009s) 2022-09-27T16:54:23.0851377Z test_broaderrors_indexing_cpu (__main__.NumpyTestsCPU) ... ok (0.055s) 2022-09-27T16:54:23.0888564Z test_ellipsis_index_cpu (__main__.NumpyTestsCPU) ... ok (0.004s) 2022-09-27T16:54:23.1001718Z test_empty_fancy_index_cpu (__main__.NumpyTestsCPU) ... ok (0.011s) 2022-09-27T16:54:23.1018069Z test_empty_tuple_index_cpu (__main__.NumpyTestsCPU) ... ok (0.002s) 2022-09-27T16:54:23.1030078Z test_everything_returns_views_cpu (__main__.NumpyTestsCPU) ... ok (0.001s) 2022-09-27T16:54:23.1046851Z test_index_is_larger_cpu (__main__.NumpyTestsCPU) ... ok (0.002s) 2022-09-27T16:54:23.1093865Z test_index_no_floats_cpu (__main__.NumpyTestsCPU) ... ok (0.005s) 2022-09-27T16:54:23.1105017Z test_none_index_cpu (__main__.NumpyTestsCPU) ... ok (0.001s) 2022-09-27T16:54:23.1123755Z test_single_bool_index_cpu (__main__.NumpyTestsCPU) ... ok (0.002s) 2022-09-27T16:54:23.1168338Z test_single_int_index_cpu (__main__.NumpyTestsCPU) ... ok (0.004s) 2022-09-27T16:54:23.1930196Z test_trivial_fancy_out_of_bounds_cpu (__main__.NumpyTestsCPU) ... ok (0.076s) 2022-09-27T16:54:23.1956685Z test_advancedindex_big_cpu (__main__.TestIndexingCPU) ... ok (0.003s) 2022-09-27T16:54:23.2565644Z test_advancedindex_cpu_float16 (__main__.TestIndexingCPU) ... ok (0.061s) 2022-09-27T16:54:23.9135914Z test_advancedindex_cpu_float64 (__main__.TestIndexingCPU) ... ok (0.657s) 2022-09-27T16:54:23.9182795Z test_basic_advanced_combined_cpu (__main__.TestIndexingCPU) ... ok (0.005s) 2022-09-27T16:54:23.9205013Z test_bool_indices_accumulate_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-09-27T16:54:23.9251587Z test_bool_indices_cpu (__main__.TestIndexingCPU) ... ok (0.005s) 2022-09-27T16:54:23.9268206Z test_byte_mask2d_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-09-27T16:54:23.9292250Z test_byte_mask_accumulate_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-09-27T16:54:23.9327717Z test_byte_mask_cpu (__main__.TestIndexingCPU) ... ok (0.003s) 2022-09-27T16:54:23.9369542Z test_byte_tensor_assignment_cpu (__main__.TestIndexingCPU) ... ok (0.004s) 2022-09-27T16:54:23.9382812Z test_cpu_indices_cpu (__main__.TestIndexingCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:54:23.9402758Z test_ellipsis_tensor_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-09-27T16:54:23.9424425Z test_empty_index_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-09-27T16:54:23.9458601Z test_empty_ndim_index_bool_cpu (__main__.TestIndexingCPU) ... ok (0.003s) 2022-09-27T16:54:23.9584896Z test_empty_ndim_index_cpu (__main__.TestIndexingCPU) ... ok (0.013s) 2022-09-27T16:54:23.9603124Z test_empty_slice_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-09-27T16:54:23.9620718Z test_gather_take_along_dim_cross_device_cpu_float32 (__main__.TestIndexingCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:54:23.9828132Z test_getitem_scalars_cpu (__main__.TestIndexingCPU) ... ok (0.021s) 2022-09-27T16:54:24.1026821Z test_index_cpu (__main__.TestIndexingCPU) ... ok (0.120s) 2022-09-27T16:54:24.1084358Z test_index_getitem_copy_bools_slices_cpu (__main__.TestIndexingCPU) ... ok (0.006s) 2022-09-27T16:54:24.5855784Z test_index_put_accumulate_duplicate_indices_cpu (__main__.TestIndexingCPU) ... ok (0.477s) 2022-09-27T16:54:24.5917791Z test_index_put_accumulate_expanded_values_cpu (__main__.TestIndexingCPU) ... ok (0.006s) 2022-09-27T16:54:26.8262061Z test_index_put_accumulate_large_tensor_cpu (__main__.TestIndexingCPU) ... ok (2.234s) 2022-09-27T16:54:26.8278811Z test_index_put_accumulate_non_contiguous_cpu (__main__.TestIndexingCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:54:26.8295426Z test_index_put_accumulate_with_optional_tensors_cpu (__main__.TestIndexingCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:54:26.8314705Z test_index_put_src_datatype_cpu_bfloat16 (__main__.TestIndexingCPU) ... ok (0.002s) 2022-09-27T16:54:26.8332634Z test_index_put_src_datatype_cpu_bool (__main__.TestIndexingCPU) ... ok (0.002s) 2022-09-27T16:54:26.8350192Z test_index_put_src_datatype_cpu_complex128 (__main__.TestIndexingCPU) ... ok (0.002s) 2022-09-27T16:54:26.8367482Z test_index_put_src_datatype_cpu_complex64 (__main__.TestIndexingCPU) ... ok (0.002s) 2022-09-27T16:54:26.8384663Z test_index_put_src_datatype_cpu_float32 (__main__.TestIndexingCPU) ... ok (0.002s) 2022-09-27T16:54:26.8401889Z test_index_put_src_datatype_cpu_int64 (__main__.TestIndexingCPU) ... ok (0.002s) 2022-09-27T16:54:26.8430512Z test_index_scalar_with_bool_mask_cpu (__main__.TestIndexingCPU) ... ok (0.003s) 2022-09-27T16:54:26.8641620Z test_index_setitem_bools_slices_cpu (__main__.TestIndexingCPU) ... ok (0.021s) 2022-09-27T16:54:26.8664029Z test_index_src_datatype_cpu_bfloat16 (__main__.TestIndexingCPU) ... ok (0.002s) 2022-09-27T16:54:26.8684277Z test_index_src_datatype_cpu_bool (__main__.TestIndexingCPU) ... ok (0.002s) 2022-09-27T16:54:26.8703264Z test_index_src_datatype_cpu_float32 (__main__.TestIndexingCPU) ... ok (0.002s) 2022-09-27T16:54:26.8722142Z test_index_src_datatype_cpu_int64 (__main__.TestIndexingCPU) ... ok (0.002s) 2022-09-27T16:54:26.8741053Z test_int_assignment_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-09-27T16:54:26.8756480Z test_int_indices2d_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-09-27T16:54:26.8771754Z test_int_indices_broadcast_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-09-27T16:54:26.8790700Z test_int_indices_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-09-27T16:54:26.8801456Z test_invalid_device_cpu (__main__.TestIndexingCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:54:26.8812462Z test_invalid_index_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-09-27T16:54:27.2177209Z test_jit_indexing_cpu (__main__.TestIndexingCPU) ... ok (0.336s) 2022-09-27T16:54:27.2194655Z test_multiple_bool_indices_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-09-27T16:54:27.2212816Z test_multiple_byte_mask_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-09-27T16:54:27.2225276Z test_multiple_int_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-09-27T16:54:27.2244389Z test_none_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-09-27T16:54:27.2362500Z test_out_of_bound_index_cpu (__main__.TestIndexingCPU) ... ok (0.012s) 2022-09-27T16:54:27.2386735Z test_set_item_to_scalar_tensor_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-09-27T16:54:27.2671955Z test_setitem_expansion_error_cpu (__main__.TestIndexingCPU) ... ok (0.028s) 2022-09-27T16:54:27.2849362Z test_setitem_scalars_cpu (__main__.TestIndexingCPU) ... ok (0.018s) 2022-09-27T16:54:27.2861231Z test_single_int_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-09-27T16:54:27.2877445Z test_step_assignment_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-09-27T16:54:27.2898345Z test_step_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-09-27T16:54:27.3036407Z test_take_along_dim_cpu_float32 (__main__.TestIndexingCPU) ... ok (0.014s) 2022-09-27T16:54:27.3138589Z test_take_along_dim_cpu_int64 (__main__.TestIndexingCPU) ... ok (0.010s) 2022-09-27T16:54:27.3444432Z test_take_along_dim_invalid_cpu_float32 (__main__.TestIndexingCPU) ... ok (0.030s) 2022-09-27T16:54:27.3746032Z test_take_along_dim_invalid_cpu_int64 (__main__.TestIndexingCPU) ... ok (0.030s) 2022-09-27T16:54:27.3764098Z test_variable_slicing_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-09-27T16:54:27.3801653Z test_zero_dim_index_cpu (__main__.TestIndexingCPU) ... ok (0.004s) 2022-09-27T16:54:27.3802012Z 2022-09-27T16:54:27.3802540Z ---------------------------------------------------------------------- 2022-09-27T16:54:27.3803018Z Ran 81 tests in 4.538s 2022-09-27T16:54:27.3803221Z 2022-09-27T16:54:27.3803349Z OK (skipped=5) 2022-09-27T16:54:27.3803561Z 2022-09-27T16:54:27.3803740Z Generating XML reports... 2022-09-27T16:54:27.3849841Z Generated XML report: test-reports/python-unittest/test_indexing/TEST-NumpyTestsCPU-20220927165422.xml 2022-09-27T16:54:27.3909244Z Generated XML report: test-reports/python-unittest/test_indexing/TEST-TestIndexingCPU-20220927165422.xml 2022-09-27T16:54:27.9941616Z Running test_bundled_inputs ... [2022-09-27 16:54:27.993714] 2022-09-27T16:54:27.9942373Z Executing ['/opt/conda/bin/python', '-bb', 'test_bundled_inputs.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:54:27.993813] 2022-09-27T16:54:31.7832358Z Test results will be stored in test-reports/python-unittest/test_bundled_inputs 2022-09-27T16:54:31.7846830Z 2022-09-27T16:54:31.7847175Z Running tests... 2022-09-27T16:54:31.7847603Z ---------------------------------------------------------------------- 2022-09-27T16:54:32.0938145Z test_bad_inputs (__main__.TestBundledInputs) ... ok (0.309s) 2022-09-27T16:54:34.7087680Z test_dict_args (__main__.TestBundledInputs) ... ok (2.615s) 2022-09-27T16:54:34.7227714Z test_double_augment_fail (__main__.TestBundledInputs) ... ok (0.014s) 2022-09-27T16:54:34.7504621Z test_double_augment_non_mutator (__main__.TestBundledInputs) ... ok (0.028s) 2022-09-27T16:54:34.7899688Z test_double_augment_success (__main__.TestBundledInputs) ... ok (0.039s) 2022-09-27T16:54:34.8487860Z test_large_tensor_with_inflation (__main__.TestBundledInputs) ... ok (0.059s) 2022-09-27T16:54:35.2012884Z test_multiple_methods_with_inputs (__main__.TestBundledInputs) ... ok (0.352s) 2022-09-27T16:54:35.2126062Z test_multiple_methods_with_inputs_both_defined_failure (__main__.TestBundledInputs) ... ok (0.011s) 2022-09-27T16:54:35.2200124Z test_multiple_methods_with_inputs_neither_defined_failure (__main__.TestBundledInputs) ... ok (0.007s) 2022-09-27T16:54:35.2601348Z test_non_tensors (__main__.TestBundledInputs) ... ok (0.040s) 2022-09-27T16:54:35.2801753Z test_rejected_tensors (__main__.TestBundledInputs) ... ok (0.020s) 2022-09-27T16:54:35.4318459Z test_single_tensors (__main__.TestBundledInputs) ... ok (0.151s) 2022-09-27T16:54:35.4318857Z 2022-09-27T16:54:35.4319208Z ---------------------------------------------------------------------- 2022-09-27T16:54:35.4319458Z Ran 12 tests in 3.647s 2022-09-27T16:54:35.4319576Z 2022-09-27T16:54:35.4319641Z OK 2022-09-27T16:54:35.4319733Z 2022-09-27T16:54:35.4319821Z Generating XML reports... 2022-09-27T16:54:35.4361632Z Generated XML report: test-reports/python-unittest/test_bundled_inputs/TEST-TestBundledInputs-20220927165431.xml 2022-09-27T16:54:36.0612644Z Running test_function_schema ... [2022-09-27 16:54:36.060869] 2022-09-27T16:54:36.0613217Z Executing ['/opt/conda/bin/python', '-bb', 'test_function_schema.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:54:36.060964] 2022-09-27T16:54:39.8278121Z Test results will be stored in test-reports/python-unittest/test_function_schema 2022-09-27T16:54:39.8292425Z 2022-09-27T16:54:39.8292558Z Running tests... 2022-09-27T16:54:39.8293133Z ---------------------------------------------------------------------- 2022-09-27T16:54:40.1285435Z test_backward_compatible_arguments (__main__.TestFunctionSchema) ... ok (0.299s) 2022-09-27T16:54:40.1299103Z test_backward_compatible_outputs (__main__.TestFunctionSchema) ... ok (0.001s) 2022-09-27T16:54:40.1315730Z test_backward_compatible_structure (__main__.TestFunctionSchema) ... ok (0.002s) 2022-09-27T16:54:40.1339592Z test_backward_compatible_with_smart_serialization (__main__.TestFunctionSchema) ... ok (0.002s) 2022-09-27T16:54:40.1353834Z test_forward_compatible_arguments_real_use_case (__main__.TestFunctionSchema) ... ok (0.001s) 2022-09-27T16:54:40.1371447Z test_forward_compatible_arguments_with_out (__main__.TestFunctionSchema) ... ok (0.002s) 2022-09-27T16:54:40.1403492Z test_forward_compatible_arguments_without_out (__main__.TestFunctionSchema) ... ok (0.003s) 2022-09-27T16:54:40.1414173Z test_out_schema (__main__.TestFunctionSchema) ... ok (0.001s) 2022-09-27T16:54:40.1427196Z test_schema_error (__main__.TestFunctionSchema) ... ok (0.001s) 2022-09-27T16:54:41.0515985Z test_serialize_and_deserialize (__main__.TestFunctionSchema) ... ok (0.909s) 2022-09-27T16:54:41.0527765Z test_string_optional_parameter_default_value (__main__.TestFunctionSchema) ... ok (0.001s) 2022-09-27T16:54:41.0539605Z test_tensor_list_alias_annotation_properly_parsed (__main__.TestFunctionSchema) ... ok (0.001s) 2022-09-27T16:54:41.0557175Z test_tensor_option_arguments_properly_parsed (__main__.TestFunctionSchema) ... ok (0.002s) 2022-09-27T16:54:41.0557659Z 2022-09-27T16:54:41.0558511Z ---------------------------------------------------------------------- 2022-09-27T16:54:41.0559057Z Ran 13 tests in 1.227s 2022-09-27T16:54:41.0559180Z 2022-09-27T16:54:41.0559280Z OK 2022-09-27T16:54:41.0559424Z 2022-09-27T16:54:41.0559508Z Generating XML reports... 2022-09-27T16:54:41.0600669Z Generated XML report: test-reports/python-unittest/test_function_schema/TEST-TestFunctionSchema-20220927165439.xml 2022-09-27T16:54:41.7203400Z Running test_futures ... [2022-09-27 16:54:41.719934] 2022-09-27T16:54:41.7203983Z Executing ['/opt/conda/bin/python', '-bb', 'test_futures.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:54:41.720029] 2022-09-27T16:54:45.5117584Z Test results will be stored in test-reports/python-unittest/test_futures 2022-09-27T16:54:45.5132832Z 2022-09-27T16:54:45.5132935Z Running tests... 2022-09-27T16:54:45.5133406Z ---------------------------------------------------------------------- 2022-09-27T16:54:45.8449249Z 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:54:45.8449677Z 2022-09-27T16:54:45.8449773Z At: 2022-09-27T16:54:45.8450061Z test_futures.py(236): raise_value_error 2022-09-27T16:54:45.8450693Z /opt/conda/lib/python3.7/site-packages/torch/futures/__init__.py(241): set_result 2022-09-27T16:54:45.8451152Z test_futures.py(229): _test_add_done_callback_error_ignored 2022-09-27T16:54:45.8451548Z test_futures.py(238): test_add_done_callback_error_is_ignored 2022-09-27T16:54:45.8451936Z /opt/conda/lib/python3.7/unittest/case.py(628): run 2022-09-27T16:54:45.8452583Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py(2005): _run_with_retry 2022-09-27T16:54:45.8453261Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py(2068): run 2022-09-27T16:54:45.8453697Z /opt/conda/lib/python3.7/unittest/case.py(676): __call__ 2022-09-27T16:54:45.8454149Z /opt/conda/lib/python3.7/unittest/suite.py(122): run 2022-09-27T16:54:45.8454623Z /opt/conda/lib/python3.7/unittest/suite.py(84): __call__ 2022-09-27T16:54:45.8455099Z /opt/conda/lib/python3.7/unittest/suite.py(122): run 2022-09-27T16:54:45.8455533Z /opt/conda/lib/python3.7/unittest/suite.py(84): __call__ 2022-09-27T16:54:45.8456152Z /opt/conda/lib/python3.7/site-packages/xmlrunner/runner.py(67): run 2022-09-27T16:54:45.8456655Z /opt/conda/lib/python3.7/unittest/main.py(271): runTests 2022-09-27T16:54:45.8457089Z /opt/conda/lib/python3.7/unittest/main.py(101): __init__ 2022-09-27T16:54:45.8457789Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py(786): run_tests 2022-09-27T16:54:45.8458279Z test_futures.py(340): 2022-09-27T16:54:45.8458500Z 2022-09-27T16:54:45.8458597Z ok (0.332s) 2022-09-27T16:54:45.8503260Z test_add_done_callback_maintains_callback_order (__main__.TestFuture) ... ok (0.005s) 2022-09-27T16:54:45.8513007Z 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:54:45.8514448Z ok (0.001s) 2022-09-27T16:54:45.8535563Z test_add_done_callback_simple (__main__.TestFuture) ... ok (0.002s) 2022-09-27T16:54:45.8702145Z test_chained_then (__main__.TestFuture) ... ok (0.016s) 2022-09-27T16:54:45.9731797Z test_collect_all (__main__.TestFuture) ... ok (0.103s) 2022-09-27T16:54:45.9743504Z test_done (__main__.TestFuture) ... ok (0.001s) 2022-09-27T16:54:45.9762655Z test_done_exception (__main__.TestFuture) ... ok (0.002s) 2022-09-27T16:54:45.9796937Z test_interleaving_then_and_add_done_callback_maintains_callback_order (__main__.TestFuture) ... ok (0.003s) 2022-09-27T16:54:45.9810293Z 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:54:45.9810702Z 2022-09-27T16:54:45.9810812Z At: 2022-09-27T16:54:45.9811400Z test_futures.py(280): raise_value_error 2022-09-27T16:54:45.9812144Z /opt/conda/lib/python3.7/site-packages/torch/futures/__init__.py(241): set_result 2022-09-27T16:54:45.9812483Z test_futures.py(285): test_interleaving_then_and_add_done_callback_propagates_error 2022-09-27T16:54:45.9812779Z /opt/conda/lib/python3.7/unittest/case.py(628): run 2022-09-27T16:54:45.9813165Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py(2005): _run_with_retry 2022-09-27T16:54:45.9813596Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py(2068): run 2022-09-27T16:54:45.9813896Z /opt/conda/lib/python3.7/unittest/case.py(676): __call__ 2022-09-27T16:54:45.9814143Z /opt/conda/lib/python3.7/unittest/suite.py(122): run 2022-09-27T16:54:45.9814405Z /opt/conda/lib/python3.7/unittest/suite.py(84): __call__ 2022-09-27T16:54:45.9814655Z /opt/conda/lib/python3.7/unittest/suite.py(122): run 2022-09-27T16:54:45.9814914Z /opt/conda/lib/python3.7/unittest/suite.py(84): __call__ 2022-09-27T16:54:45.9815242Z /opt/conda/lib/python3.7/site-packages/xmlrunner/runner.py(67): run 2022-09-27T16:54:45.9815525Z /opt/conda/lib/python3.7/unittest/main.py(271): runTests 2022-09-27T16:54:45.9815790Z /opt/conda/lib/python3.7/unittest/main.py(101): __init__ 2022-09-27T16:54:45.9816156Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py(786): run_tests 2022-09-27T16:54:45.9816431Z test_futures.py(340): 2022-09-27T16:54:45.9816557Z 2022-09-27T16:54:45.9820637Z ok (0.002s) 2022-09-27T16:54:45.9858181Z test_mark_future_twice (__main__.TestFuture) ... ok (0.004s) 2022-09-27T16:54:45.9901664Z test_pickle_future (__main__.TestFuture) ... ok (0.004s) 2022-09-27T16:54:45.9922704Z test_set_exception (__main__.TestFuture) ... ok (0.002s) 2022-09-27T16:54:45.9952118Z test_set_exception_multithreading (__main__.TestFuture) ... ok (0.003s) 2022-09-27T16:54:45.9979177Z test_then (__main__.TestFuture) ... ok (0.003s) 2022-09-27T16:54:45.9991736Z test_then_no_arg (__main__.TestFuture) ... ok (0.001s) 2022-09-27T16:54:46.0003038Z test_then_raise (__main__.TestFuture) ... ok (0.001s) 2022-09-27T16:54:46.0015708Z test_then_wrong_arg (__main__.TestFuture) ... ok (0.001s) 2022-09-27T16:54:46.0031966Z test_wait (__main__.TestFuture) ... ok (0.002s) 2022-09-27T16:54:46.0045966Z test_wait_all (__main__.TestFuture) ... [1, 2] 2022-09-27T16:54:46.0051378Z ok (0.002s) 2022-09-27T16:54:46.5084873Z test_wait_multi_thread (__main__.TestFuture) ... ok (0.503s) 2022-09-27T16:54:46.5168986Z test_wait_none (__main__.TestFuture) ... ok (0.008s) 2022-09-27T16:54:46.5169198Z 2022-09-27T16:54:46.5169541Z ---------------------------------------------------------------------- 2022-09-27T16:54:46.5169824Z Ran 22 tests in 1.004s 2022-09-27T16:54:46.5169940Z 2022-09-27T16:54:46.5170002Z OK 2022-09-27T16:54:46.5170094Z 2022-09-27T16:54:46.5170189Z Generating XML reports... 2022-09-27T16:54:46.5219868Z Generated XML report: test-reports/python-unittest/test_futures/TEST-TestFuture-20220927165445.xml 2022-09-27T16:54:47.1861022Z Running benchmark_utils/test_benchmark_utils ... [2022-09-27 16:54:47.185720] 2022-09-27T16:54:47.1861603Z Executing ['/opt/conda/bin/python', '-bb', 'benchmark_utils/test_benchmark_utils.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:54:47.185815] 2022-09-27T16:54:51.5501215Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-09-27T16:54:51.6598516Z Test results will be stored in test-reports/python-unittest/benchmark_utils.test_benchmark_utils 2022-09-27T16:54:51.6614984Z 2022-09-27T16:54:51.6615092Z Running tests... 2022-09-27T16:54:51.6615539Z ---------------------------------------------------------------------- 2022-09-27T16:54:51.9609483Z test_adaptive_timer (__main__.TestBenchmarkUtils) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:54:52.0596695Z [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:54:52.0598274Z [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:54:52.0620569Z ok (0.400s) 2022-09-27T16:54:52.0647890Z 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.003s) 2022-09-27T16:54:52.0662544Z test_collect_cpp_callgrind (__main__.TestBenchmarkUtils) ... skip: Failing on clang, see 74398 (0.001s) 2022-09-27T16:54:52.4271642Z test_compare (__main__.TestBenchmarkUtils) ... ok (0.361s) 2022-09-27T16:54:52.4278395Z test_cpp_timer (__main__.TestBenchmarkUtils) ... skip: Failing on clang, see 74398 (0.001s) 2022-09-27T16:54:52.4333269Z test_fuzzer (__main__.TestBenchmarkUtils) ... ok (0.005s) 2022-09-27T16:54:52.5264005Z test_manipulate_callgrind_stats (__main__.TestBenchmarkUtils) ... ok (0.093s) 2022-09-27T16:54:52.6066945Z test_timer (__main__.TestBenchmarkUtils) ... ok (0.080s) 2022-09-27T16:54:52.6073256Z test_timer_tiny_fast_snippet (__main__.TestBenchmarkUtils) ... skip: Failing on clang, see 74398 (0.001s) 2022-09-27T16:54:52.6073817Z 2022-09-27T16:54:52.6074467Z ---------------------------------------------------------------------- 2022-09-27T16:54:52.6074866Z Ran 9 tests in 0.946s 2022-09-27T16:54:52.6074986Z 2022-09-27T16:54:52.6075071Z OK (skipped=4) 2022-09-27T16:54:52.6075185Z 2022-09-27T16:54:52.6075270Z Generating XML reports... 2022-09-27T16:54:52.6113024Z Generated XML report: test-reports/python-unittest/benchmark_utils.test_benchmark_utils/TEST-TestBenchmarkUtils-20220927165451.xml 2022-09-27T16:54:53.3379240Z Running test_functional_optim ... [2022-09-27 16:54:53.337515] 2022-09-27T16:54:53.3379762Z Executing ['/opt/conda/bin/python', '-bb', 'test_functional_optim.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:54:53.337614] 2022-09-27T16:54:57.8031871Z Test results will be stored in test-reports/python-unittest/test_functional_optim 2022-09-27T16:54:57.8045803Z 2022-09-27T16:54:57.8045936Z Running tests... 2022-09-27T16:54:57.8046299Z ---------------------------------------------------------------------- 2022-09-27T16:54:58.2313390Z test_functional_optim_parity_adam (__main__.TestFunctionalOptimParity) ... ok (0.426s) 2022-09-27T16:54:58.3381236Z test_functional_optim_parity_adam_w (__main__.TestFunctionalOptimParity) ... ok (0.107s) 2022-09-27T16:54:58.4659880Z test_functional_optim_parity_sgd (__main__.TestFunctionalOptimParity) ... ok (0.128s) 2022-09-27T16:54:58.4667311Z test_functional_optim_registration (__main__.TestFunctionalOptimParity) ... ok (0.001s) 2022-09-27T16:54:58.4667882Z 2022-09-27T16:54:58.4668482Z ---------------------------------------------------------------------- 2022-09-27T16:54:58.4668896Z Ran 4 tests in 0.662s 2022-09-27T16:54:58.4669074Z 2022-09-27T16:54:58.4669177Z OK 2022-09-27T16:54:58.4669293Z 2022-09-27T16:54:58.4669438Z Generating XML reports... 2022-09-27T16:54:58.4706129Z Generated XML report: test-reports/python-unittest/test_functional_optim/TEST-TestFunctionalOptimParity-20220927165457.xml 2022-09-27T16:54:59.1266189Z Running profiler/test_profiler_tree ... [2022-09-27 16:54:59.126168] 2022-09-27T16:54:59.1266792Z Executing ['/opt/conda/bin/python', '-bb', 'profiler/test_profiler_tree.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:54:59.126264] 2022-09-27T16:55:03.2793108Z Test results will be stored in test-reports/python-unittest/profiler.test_profiler_tree 2022-09-27T16:55:03.2807633Z 2022-09-27T16:55:03.2807983Z Running tests... 2022-09-27T16:55:03.2808634Z ---------------------------------------------------------------------- 2022-09-27T16:55:03.5826833Z test_profiler_experimental_tree (__main__.TestProfilerTree) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/82499 for platform(s) linux, rocm. 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.301s) 2022-09-27T16:55:03.5842422Z test_profiler_experimental_tree_cuda (__main__.TestProfilerTree) ... skip: https://github.com/pytorch/pytorch/issues/83606 (0.002s) 2022-09-27T16:55:03.5879159Z test_profiler_experimental_tree_cuda_detailed (__main__.TestProfilerTree) ... skip: https://github.com/pytorch/pytorch/issues/83606 (0.004s) 2022-09-27T16:55:03.5892893Z test_profiler_experimental_tree_cuda_with_stream (__main__.TestProfilerTree) ... skip: https://github.com/pytorch/pytorch/issues/83606 (0.001s) 2022-09-27T16:55:03.5907696Z test_profiler_experimental_tree_with_memory (__main__.TestProfilerTree) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/82501 for platform(s) linux, rocm. 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:55:03.6029506Z test_profiler_experimental_tree_with_memory_and_stack (__main__.TestProfilerTree) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/83228 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.012s) 2022-09-27T16:55:03.6042343Z test_profiler_experimental_tree_with_record_function (__main__.TestProfilerTree) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/83246 for platform(s) linux, rocm. 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:55:03.6096623Z test_profiler_experimental_tree_with_stack_and_modules (__main__.TestProfilerTree) ... STAGE:2022-09-27 16:55:03 2074:2074 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:55:03.6139805Z STAGE:2022-09-27 16:55:03 2074:2074 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:55:03.6384603Z STAGE:2022-09-27 16:55:03 2074:2074 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:55:03.6411617Z STAGE:2022-09-27 16:55:03 2074:2074 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:55:03.6640702Z STAGE:2022-09-27 16:55:03 2074:2074 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:55:03.6667614Z STAGE:2022-09-27 16:55:03 2074:2074 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:55:03.6888712Z ok (0.085s) 2022-09-27T16:55:03.6908402Z test_profiler_experimental_tree_with_stack_and_torch_dispatch (__main__.TestProfilerTree) ... STAGE:2022-09-27 16:55:03 2074:2074 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:55:03.6932907Z STAGE:2022-09-27 16:55:03 2074:2074 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:55:03.7063136Z STAGE:2022-09-27 16:55:03 2074:2074 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:55:03.7084823Z STAGE:2022-09-27 16:55:03 2074:2074 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:55:03.7230983Z STAGE:2022-09-27 16:55:03 2074:2074 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:55:03.7253715Z STAGE:2022-09-27 16:55:03 2074:2074 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:55:03.7388891Z ok (0.050s) 2022-09-27T16:55:03.7414069Z test_profiler_experimental_tree_with_stack_and_torch_function (__main__.TestProfilerTree) ... STAGE:2022-09-27 16:55:03 2074:2074 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:55:03.7426779Z STAGE:2022-09-27 16:55:03 2074:2074 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:55:03.7502444Z STAGE:2022-09-27 16:55:03 2074:2074 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:55:03.7515327Z STAGE:2022-09-27 16:55:03 2074:2074 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:55:03.7592057Z STAGE:2022-09-27 16:55:03 2074:2074 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:55:03.7604658Z STAGE:2022-09-27 16:55:03 2074:2074 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:55:03.8018684Z ok (0.063s) 2022-09-27T16:55:03.8018903Z 2022-09-27T16:55:03.8019351Z ---------------------------------------------------------------------- 2022-09-27T16:55:03.8019803Z Ran 10 tests in 0.521s 2022-09-27T16:55:03.8020028Z 2022-09-27T16:55:03.8020155Z OK (skipped=7) 2022-09-27T16:55:03.8020366Z 2022-09-27T16:55:03.8020479Z Generating XML reports... 2022-09-27T16:55:03.8073670Z Generated XML report: test-reports/python-unittest/profiler.test_profiler_tree/TEST-TestProfilerTree-20220927165503.xml 2022-09-27T16:55:04.5017490Z Running test_set_default_mobile_cpu_allocator ... [2022-09-27 16:55:04.501291] 2022-09-27T16:55:04.5018070Z Executing ['/opt/conda/bin/python', '-bb', 'test_set_default_mobile_cpu_allocator.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:55:04.501389] 2022-09-27T16:55:08.4388641Z Test results will be stored in test-reports/python-unittest/test_set_default_mobile_cpu_allocator 2022-09-27T16:55:08.4403017Z 2022-09-27T16:55:08.4403124Z Running tests... 2022-09-27T16:55:08.4403719Z ---------------------------------------------------------------------- 2022-09-27T16:55:08.7470038Z test_exception (__main__.TestSetDefaultMobileCPUAllocator) ... ok (0.306s) 2022-09-27T16:55:08.7478621Z test_no_exception (__main__.TestSetDefaultMobileCPUAllocator) ... ok (0.001s) 2022-09-27T16:55:08.7479041Z 2022-09-27T16:55:08.7479484Z ---------------------------------------------------------------------- 2022-09-27T16:55:08.7479742Z Ran 2 tests in 0.308s 2022-09-27T16:55:08.7479855Z 2022-09-27T16:55:08.7479915Z OK 2022-09-27T16:55:08.7480009Z 2022-09-27T16:55:08.7480095Z Generating XML reports... 2022-09-27T16:55:08.7512549Z Generated XML report: test-reports/python-unittest/test_set_default_mobile_cpu_allocator/TEST-TestSetDefaultMobileCPUAllocator-20220927165508.xml 2022-09-27T16:55:09.4008534Z Running test_numpy_interop ... [2022-09-27 16:55:09.400434] 2022-09-27T16:55:09.4009131Z Executing ['/opt/conda/bin/python', '-bb', 'test_numpy_interop.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:55:09.400529] 2022-09-27T16:55:13.5490191Z Test results will be stored in test-reports/python-unittest/test_numpy_interop 2022-09-27T16:55:13.5506133Z 2022-09-27T16:55:13.5506259Z Running tests... 2022-09-27T16:55:13.5506832Z ---------------------------------------------------------------------- 2022-09-27T16:55:13.5563597Z test_ctor_with_invalid_numpy_array_sequence_cpu (__main__.TestNumPyInteropCPU) ... test_numpy_interop.py:265: UserWarning: Creating a tensor from a list of numpy.ndarrays is extremely slow. Please consider converting the list to a single numpy.ndarray with numpy.array() before converting to a tensor. (Triggered internally at /var/lib/jenkins/workspace/torch/csrc/utils/tensor_new.cpp:233.) 2022-09-27T16:55:13.5564256Z torch.tensor([np.random.random(size=(3, 3)), np.random.random(size=(3, 0))], device=device) 2022-09-27T16:55:13.5572733Z ok (0.007s) 2022-09-27T16:55:13.5600384Z test_ctor_with_numpy_scalar_ctor_cpu (__main__.TestNumPyInteropCPU) ... ok (0.003s) 2022-09-27T16:55:13.5613339Z test_from_list_of_ndarray_warning_cpu (__main__.TestNumPyInteropCPU) ... ok (0.001s) 2022-09-27T16:55:13.5758040Z test_from_numpy_cpu (__main__.TestNumPyInteropCPU) ... ok (0.014s) 2022-09-27T16:55:13.5793427Z test_has_storage_numpy_cpu (__main__.TestNumPyInteropCPU) ... ok (0.004s) 2022-09-27T16:55:13.5831801Z test_multiplication_numpy_scalar_cpu (__main__.TestNumPyInteropCPU) ... ok (0.004s) 2022-09-27T16:55:13.6026581Z test_numpy_array_interface_cpu (__main__.TestNumPyInteropCPU) ... ok (0.019s) 2022-09-27T16:55:13.6060368Z test_numpy_index_cpu (__main__.TestNumPyInteropCPU) ... ok (0.003s) 2022-09-27T16:55:13.6094140Z test_numpy_non_writeable_cpu (__main__.TestNumPyInteropCPU) ... ok (0.003s) 2022-09-27T16:55:13.6123550Z test_numpy_scalar_cmp_cpu_bfloat16 (__main__.TestNumPyInteropCPU) ... ok (0.003s) 2022-09-27T16:55:13.6164335Z test_numpy_scalar_cmp_cpu_bool (__main__.TestNumPyInteropCPU) ... ok (0.004s) 2022-09-27T16:55:13.6202858Z test_numpy_scalar_cmp_cpu_complex128 (__main__.TestNumPyInteropCPU) ... ok (0.004s) 2022-09-27T16:55:13.6230586Z test_numpy_scalar_cmp_cpu_complex64 (__main__.TestNumPyInteropCPU) ... test_numpy_interop.py:471: ComplexWarning: Casting complex values to real discards the imaginary part 2022-09-27T16:55:13.6231040Z self.assertFalse(t == a) 2022-09-27T16:55:13.6244456Z ok (0.004s) 2022-09-27T16:55:13.6285785Z test_numpy_scalar_cmp_cpu_float16 (__main__.TestNumPyInteropCPU) ... ok (0.004s) 2022-09-27T16:55:13.6325196Z test_numpy_scalar_cmp_cpu_float32 (__main__.TestNumPyInteropCPU) ... ok (0.004s) 2022-09-27T16:55:13.6362207Z test_numpy_scalar_cmp_cpu_float64 (__main__.TestNumPyInteropCPU) ... ok (0.004s) 2022-09-27T16:55:13.6401692Z test_numpy_scalar_cmp_cpu_int16 (__main__.TestNumPyInteropCPU) ... ok (0.004s) 2022-09-27T16:55:13.6441360Z test_numpy_scalar_cmp_cpu_int32 (__main__.TestNumPyInteropCPU) ... ok (0.004s) 2022-09-27T16:55:13.6478277Z test_numpy_scalar_cmp_cpu_int64 (__main__.TestNumPyInteropCPU) ... ok (0.004s) 2022-09-27T16:55:13.6518171Z test_numpy_scalar_cmp_cpu_int8 (__main__.TestNumPyInteropCPU) ... ok (0.004s) 2022-09-27T16:55:13.6558134Z test_numpy_scalar_cmp_cpu_uint8 (__main__.TestNumPyInteropCPU) ... ok (0.004s) 2022-09-27T16:55:13.6668223Z test_numpy_unresizable_cpu (__main__.TestNumPyInteropCPU) ... ok (0.011s) 2022-09-27T16:55:13.6807604Z test_parse_numpy_int_cpu (__main__.TestNumPyInteropCPU) ... ok (0.014s) 2022-09-27T16:55:13.6830838Z test_to_numpy_bool_cpu (__main__.TestNumPyInteropCPU) ... ok (0.002s) 2022-09-27T16:55:13.7636859Z test_to_numpy_cpu (__main__.TestNumPyInteropCPU) ... ok (0.080s) 2022-09-27T16:55:13.8029919Z test_to_numpy_force_argument_cpu (__main__.TestNumPyInteropCPU) ... ok (0.039s) 2022-09-27T16:55:13.8030234Z 2022-09-27T16:55:13.8030554Z ---------------------------------------------------------------------- 2022-09-27T16:55:13.8030883Z Ran 26 tests in 0.252s 2022-09-27T16:55:13.8030998Z 2022-09-27T16:55:13.8031048Z OK 2022-09-27T16:55:13.8031394Z 2022-09-27T16:55:13.8031481Z Generating XML reports... 2022-09-27T16:55:13.8085992Z Generated XML report: test-reports/python-unittest/test_numpy_interop/TEST-TestNumPyInteropCPU-20220927165513.xml 2022-09-27T16:55:14.4410213Z Running test_dlpack ... [2022-09-27 16:55:14.440632] 2022-09-27T16:55:14.4410708Z Executing ['/opt/conda/bin/python', '-bb', 'test_dlpack.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:55:14.440726] 2022-09-27T16:55:18.6436938Z Test results will be stored in test-reports/python-unittest/test_dlpack 2022-09-27T16:55:18.6457003Z 2022-09-27T16:55:18.6457285Z Running tests... 2022-09-27T16:55:18.6457687Z ---------------------------------------------------------------------- 2022-09-27T16:55:18.6519795Z test_dlpack_capsule_conversion_cpu_bfloat16 (__main__.TestTorchDlPackCPU) ... ok (0.006s) 2022-09-27T16:55:18.6545729Z test_dlpack_capsule_conversion_cpu_complex128 (__main__.TestTorchDlPackCPU) ... ok (0.003s) 2022-09-27T16:55:18.6569680Z test_dlpack_capsule_conversion_cpu_complex64 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-09-27T16:55:18.6589959Z test_dlpack_capsule_conversion_cpu_float16 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-09-27T16:55:18.6608944Z test_dlpack_capsule_conversion_cpu_float32 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-09-27T16:55:18.6627557Z test_dlpack_capsule_conversion_cpu_float64 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-09-27T16:55:18.6643932Z test_dlpack_capsule_conversion_cpu_int16 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-09-27T16:55:18.6657778Z test_dlpack_capsule_conversion_cpu_int32 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:55:18.6671401Z test_dlpack_capsule_conversion_cpu_int64 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:55:18.6685471Z test_dlpack_capsule_conversion_cpu_int8 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:55:18.6699050Z test_dlpack_capsule_conversion_cpu_uint8 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:55:18.6712368Z test_dlpack_conversion_with_diff_streams_cpu_bfloat16 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:55:18.6725466Z test_dlpack_conversion_with_diff_streams_cpu_complex128 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:55:18.6737978Z test_dlpack_conversion_with_diff_streams_cpu_complex64 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:55:18.6751151Z test_dlpack_conversion_with_diff_streams_cpu_float16 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:55:18.6763572Z test_dlpack_conversion_with_diff_streams_cpu_float32 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:55:18.6776140Z test_dlpack_conversion_with_diff_streams_cpu_float64 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:55:18.6789166Z test_dlpack_conversion_with_diff_streams_cpu_int16 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:55:18.6801927Z test_dlpack_conversion_with_diff_streams_cpu_int32 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:55:18.6814540Z test_dlpack_conversion_with_diff_streams_cpu_int64 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:55:18.6827733Z test_dlpack_conversion_with_diff_streams_cpu_int8 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:55:18.6840078Z test_dlpack_conversion_with_diff_streams_cpu_uint8 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:55:18.6852566Z test_dlpack_conversion_with_streams_cpu_bfloat16 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:55:18.6865304Z test_dlpack_conversion_with_streams_cpu_complex128 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:55:18.6878299Z test_dlpack_conversion_with_streams_cpu_complex64 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:55:18.6891008Z test_dlpack_conversion_with_streams_cpu_float16 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:55:18.6903663Z test_dlpack_conversion_with_streams_cpu_float32 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:55:18.6916622Z test_dlpack_conversion_with_streams_cpu_float64 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:55:18.6929105Z test_dlpack_conversion_with_streams_cpu_int16 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:55:18.6942104Z test_dlpack_conversion_with_streams_cpu_int32 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:55:18.6954953Z test_dlpack_conversion_with_streams_cpu_int64 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:55:18.6967831Z test_dlpack_conversion_with_streams_cpu_int8 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:55:18.6981146Z test_dlpack_conversion_with_streams_cpu_uint8 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:55:18.6994979Z test_dlpack_default_stream_cpu (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:55:18.7043380Z test_dlpack_error_on_bool_tensor_cpu (__main__.TestTorchDlPackCPU) ... ok (0.005s) 2022-09-27T16:55:18.7056955Z test_dlpack_export_is_conj_cpu (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:55:18.7073807Z test_dlpack_export_non_strided_cpu (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-09-27T16:55:18.7085550Z test_dlpack_export_requires_grad_cpu (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:55:18.7105293Z test_dlpack_normalize_strides_cpu (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-09-27T16:55:18.7127211Z test_dlpack_protocol_conversion_cpu_bfloat16 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-09-27T16:55:18.7150039Z test_dlpack_protocol_conversion_cpu_complex128 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-09-27T16:55:18.7173178Z test_dlpack_protocol_conversion_cpu_complex64 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-09-27T16:55:18.7192761Z test_dlpack_protocol_conversion_cpu_float16 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-09-27T16:55:18.7211600Z test_dlpack_protocol_conversion_cpu_float32 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-09-27T16:55:18.7230193Z test_dlpack_protocol_conversion_cpu_float64 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-09-27T16:55:18.7244387Z test_dlpack_protocol_conversion_cpu_int16 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:55:18.7258480Z test_dlpack_protocol_conversion_cpu_int32 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:55:18.7614045Z test_dlpack_protocol_conversion_cpu_int64 (__main__.TestTorchDlPackCPU) ... ok (0.035s) 2022-09-27T16:55:18.7630563Z test_dlpack_protocol_conversion_cpu_int8 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-09-27T16:55:18.7645270Z test_dlpack_protocol_conversion_cpu_uint8 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:55:18.7666229Z test_dlpack_shared_storage_cpu (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-09-27T16:55:18.7680294Z test_dlpack_tensor_invalid_stream_cpu_bfloat16 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:55:18.7695965Z test_dlpack_tensor_invalid_stream_cpu_complex128 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-09-27T16:55:18.7711440Z test_dlpack_tensor_invalid_stream_cpu_complex64 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:55:18.7724433Z test_dlpack_tensor_invalid_stream_cpu_float16 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:55:18.7737774Z test_dlpack_tensor_invalid_stream_cpu_float32 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:55:18.7751381Z test_dlpack_tensor_invalid_stream_cpu_float64 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:55:18.7762609Z test_dlpack_tensor_invalid_stream_cpu_int16 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:55:18.7773712Z test_dlpack_tensor_invalid_stream_cpu_int32 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:55:18.7784754Z test_dlpack_tensor_invalid_stream_cpu_int64 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:55:18.7796294Z test_dlpack_tensor_invalid_stream_cpu_int8 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:55:18.7807341Z test_dlpack_tensor_invalid_stream_cpu_uint8 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:55:18.7828119Z test_from_dlpack_cpu_bfloat16 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-09-27T16:55:18.7851289Z test_from_dlpack_cpu_complex128 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-09-27T16:55:18.7873924Z test_from_dlpack_cpu_complex64 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-09-27T16:55:18.7892927Z test_from_dlpack_cpu_float16 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-09-27T16:55:18.7912272Z test_from_dlpack_cpu_float32 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-09-27T16:55:18.7930534Z test_from_dlpack_cpu_float64 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-09-27T16:55:18.7944620Z test_from_dlpack_cpu_int16 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:55:18.7958931Z test_from_dlpack_cpu_int32 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:55:18.7972499Z test_from_dlpack_cpu_int64 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:55:18.7986650Z test_from_dlpack_cpu_int8 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:55:18.8000917Z test_from_dlpack_cpu_uint8 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:55:18.8014787Z test_from_dlpack_dtype_cpu_bfloat16 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:55:18.8030415Z test_from_dlpack_dtype_cpu_complex128 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-09-27T16:55:18.8046239Z test_from_dlpack_dtype_cpu_complex64 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-09-27T16:55:18.8059537Z test_from_dlpack_dtype_cpu_float16 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:55:18.8073254Z test_from_dlpack_dtype_cpu_float32 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:55:18.8086495Z test_from_dlpack_dtype_cpu_float64 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:55:18.8098162Z test_from_dlpack_dtype_cpu_int16 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:55:18.8109881Z test_from_dlpack_dtype_cpu_int32 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:55:18.8121420Z test_from_dlpack_dtype_cpu_int64 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:55:18.8132856Z test_from_dlpack_dtype_cpu_int8 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:55:18.8144398Z test_from_dlpack_dtype_cpu_uint8 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:55:18.8199777Z test_from_dlpack_noncontinguous_cpu_bfloat16 (__main__.TestTorchDlPackCPU) ... ok (0.005s) 2022-09-27T16:55:18.8255760Z test_from_dlpack_noncontinguous_cpu_complex128 (__main__.TestTorchDlPackCPU) ... ok (0.006s) 2022-09-27T16:55:18.8314128Z test_from_dlpack_noncontinguous_cpu_complex64 (__main__.TestTorchDlPackCPU) ... ok (0.006s) 2022-09-27T16:55:18.8365472Z test_from_dlpack_noncontinguous_cpu_float16 (__main__.TestTorchDlPackCPU) ... ok (0.005s) 2022-09-27T16:55:18.8416187Z test_from_dlpack_noncontinguous_cpu_float32 (__main__.TestTorchDlPackCPU) ... ok (0.005s) 2022-09-27T16:55:18.8464251Z test_from_dlpack_noncontinguous_cpu_float64 (__main__.TestTorchDlPackCPU) ... ok (0.005s) 2022-09-27T16:55:18.8498132Z test_from_dlpack_noncontinguous_cpu_int16 (__main__.TestTorchDlPackCPU) ... ok (0.003s) 2022-09-27T16:55:18.8677466Z test_from_dlpack_noncontinguous_cpu_int32 (__main__.TestTorchDlPackCPU) ... ok (0.018s) 2022-09-27T16:55:18.8708158Z test_from_dlpack_noncontinguous_cpu_int64 (__main__.TestTorchDlPackCPU) ... ok (0.003s) 2022-09-27T16:55:18.8742683Z test_from_dlpack_noncontinguous_cpu_int8 (__main__.TestTorchDlPackCPU) ... ok (0.003s) 2022-09-27T16:55:18.8777277Z test_from_dlpack_noncontinguous_cpu_uint8 (__main__.TestTorchDlPackCPU) ... ok (0.003s) 2022-09-27T16:55:18.8777593Z 2022-09-27T16:55:18.8778023Z ---------------------------------------------------------------------- 2022-09-27T16:55:18.8778283Z Ran 95 tests in 0.232s 2022-09-27T16:55:18.8778401Z 2022-09-27T16:55:18.8778462Z OK (skipped=23) 2022-09-27T16:55:18.8778588Z 2022-09-27T16:55:18.8778720Z Generating XML reports... 2022-09-27T16:55:18.8894497Z Generated XML report: test-reports/python-unittest/test_dlpack/TEST-TestTorchDlPackCPU-20220927165518.xml 2022-09-27T16:55:19.5605704Z Running test_nvfuser_frontend ... [2022-09-27 16:55:19.560127] 2022-09-27T16:55:19.5606258Z Executing ['/opt/conda/bin/python', '-bb', 'test_nvfuser_frontend.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:55:19.560220] 2022-09-27T16:55:23.4771096Z Test results will be stored in test-reports/python-unittest/test_nvfuser_frontend 2022-09-27T16:55:23.4786127Z 2022-09-27T16:55:23.4786528Z Running tests... 2022-09-27T16:55:23.4787170Z ---------------------------------------------------------------------- 2022-09-27T16:55:23.4810386Z test_basic (__main__.TestNvFuserFrontend) ... skip: requires CUDA (0.002s) 2022-09-27T16:55:23.4823812Z test_basic_fp16 (__main__.TestNvFuserFrontend) ... skip: requires CUDA (0.001s) 2022-09-27T16:55:23.4835031Z test_broadcast_mixing (__main__.TestNvFuserFrontend) ... skip: requires CUDA (0.001s) 2022-09-27T16:55:23.4848256Z test_cast_double_to_half (__main__.TestNvFuserFrontend) ... skip: requires CUDA (0.001s) 2022-09-27T16:55:23.4860904Z test_explicit_broadcast_input (__main__.TestNvFuserFrontend) ... skip: requires CUDA (0.001s) 2022-09-27T16:55:23.4872174Z test_implicit_broadcast_input (__main__.TestNvFuserFrontend) ... skip: requires CUDA (0.001s) 2022-09-27T16:55:23.4929973Z test_prim_layer_norm_fwd (__main__.TestNvFuserFrontend) ... skip: requires CUDA (0.006s) 2022-09-27T16:55:23.4959080Z test_prim_rms_norm_fwd (__main__.TestNvFuserFrontend) ... skip: requires CUDA (0.003s) 2022-09-27T16:55:23.4970233Z test_promote_to_double (__main__.TestNvFuserFrontend) ... skip: requires CUDA (0.001s) 2022-09-27T16:55:23.4970581Z 2022-09-27T16:55:23.4971018Z ---------------------------------------------------------------------- 2022-09-27T16:55:23.4971394Z Ran 9 tests in 0.018s 2022-09-27T16:55:23.4971575Z 2022-09-27T16:55:23.4971689Z OK (skipped=9) 2022-09-27T16:55:23.4971862Z 2022-09-27T16:55:23.4971975Z Generating XML reports... 2022-09-27T16:55:23.5013043Z Generated XML report: test-reports/python-unittest/test_nvfuser_frontend/TEST-TestNvFuserFrontend-20220927165523.xml 2022-09-27T16:55:24.0722874Z Running test_mkldnn_fusion ... [2022-09-27 16:55:24.071815] 2022-09-27T16:55:24.0723586Z Executing ['/opt/conda/bin/python', '-bb', 'test_mkldnn_fusion.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:55:24.071912] 2022-09-27T16:55:28.0028425Z Test results will be stored in test-reports/python-unittest/test_mkldnn_fusion 2022-09-27T16:55:28.0044993Z 2022-09-27T16:55:28.0045312Z Running tests... 2022-09-27T16:55:28.0045979Z ---------------------------------------------------------------------- 2022-09-27T16:55:28.0063669Z test_conv_eltwise (__main__.TestMkldnnFusion) ... skip: MKL-DNN build is disabled (0.002s) 2022-09-27T16:55:28.0083225Z test_single_conv (__main__.TestMkldnnFusion) ... skip: MKL-DNN build is disabled (0.002s) 2022-09-27T16:55:28.0101859Z test_unsupported_conv (__main__.TestMkldnnFusion) ... skip: MKL-DNN build is disabled (0.002s) 2022-09-27T16:55:28.0102128Z 2022-09-27T16:55:28.0102456Z ---------------------------------------------------------------------- 2022-09-27T16:55:28.0102698Z Ran 3 tests in 0.006s 2022-09-27T16:55:28.0102813Z 2022-09-27T16:55:28.0102895Z OK (skipped=3) 2022-09-27T16:55:28.0103004Z 2022-09-27T16:55:28.0103093Z Generating XML reports... 2022-09-27T16:55:28.0136571Z Generated XML report: test-reports/python-unittest/test_mkldnn_fusion/TEST-TestMkldnnFusion-20220927165527.xml 2022-09-27T16:55:28.5578100Z Running test_openmp ... [2022-09-27 16:55:28.557432] 2022-09-27T16:55:28.5578637Z Executing ['/opt/conda/bin/python', '-bb', 'test_openmp.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:55:28.557519] 2022-09-27T16:55:32.3663304Z Test results will be stored in test-reports/python-unittest/test_openmp 2022-09-27T16:55:32.3678838Z 2022-09-27T16:55:32.3679341Z Running tests... 2022-09-27T16:55:32.3679769Z ---------------------------------------------------------------------- 2022-09-27T16:55:32.3685258Z test_n_threads (__main__.TestOpenMP_ParallelFor) 2022-09-27T16:55:32.3686274Z Make sure there is no memory leak with many threads ... skip: Cannot test with ASAN (0.001s) 2022-09-27T16:55:32.3689862Z test_one_thread (__main__.TestOpenMP_ParallelFor) 2022-09-27T16:55:32.3690875Z Make sure there is no memory leak with one thread: issue gh-32284 ... skip: Cannot test with ASAN (0.000s) 2022-09-27T16:55:32.3691271Z 2022-09-27T16:55:32.3691876Z ---------------------------------------------------------------------- 2022-09-27T16:55:32.3692135Z Ran 2 tests in 0.001s 2022-09-27T16:55:32.3692252Z 2022-09-27T16:55:32.3692331Z OK (skipped=2) 2022-09-27T16:55:32.3692440Z 2022-09-27T16:55:32.3692526Z Generating XML reports... 2022-09-27T16:55:32.3723461Z Generated XML report: test-reports/python-unittest/test_openmp/TEST-TestOpenMP_ParallelFor-20220927165532.xml 2022-09-27T16:55:32.9357424Z Running test_comparison_utils ... [2022-09-27 16:55:32.935311] 2022-09-27T16:55:32.9357949Z Executing ['/opt/conda/bin/python', '-bb', 'test_comparison_utils.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:55:32.935401] 2022-09-27T16:55:37.4901616Z Running test_deploy ... [2022-09-27 16:55:37.489711] 2022-09-27T16:55:37.4902088Z Executing ['/opt/conda/bin/python', '-bb', '-m', 'pytest', 'test_deploy.py', '-v'] ... [2022-09-27 16:55:37.489804] 2022-09-27T16:55:38.5911707Z ============================= test session starts ============================== 2022-09-27T16:55:38.5912146Z platform linux -- Python 3.7.13, pytest-7.1.3, pluggy-1.0.0 -- /opt/conda/bin/python 2022-09-27T16:55:38.6078174Z cachedir: .pytest_cache 2022-09-27T16:55:38.6078971Z hypothesis profile 'default' -> database=DirectoryBasedExampleDatabase('/var/lib/jenkins/workspace/test/.hypothesis/examples') 2022-09-27T16:55:38.6079358Z rootdir: /var/lib/jenkins/workspace, configfile: pytest.ini 2022-09-27T16:55:38.6079771Z plugins: hypothesis-5.35.1, forked-1.4.0, rerunfailures-10.2, xdist-2.5.0, xdoctest-1.0.2 2022-09-27T16:55:42.3948232Z collecting ...  2022-09-27T16:55:42.3957012Z collecting 0 items  2022-09-27T16:55:42.3957377Z collected 1 item  2022-09-27T16:55:42.3961649Z 2022-09-27T16:55:42.7194002Z test_deploy.py::TestFreezer::test_compile_string PASSED [100%] 2022-09-27T16:55:42.7194940Z 2022-09-27T16:55:42.7195260Z ============================== 1 passed in 4.13s =============================== 2022-09-27T16:55:44.1049164Z 2022-09-27T16:55:44.1049867Z real 81m14.364s 2022-09-27T16:55:44.1050196Z user 86m24.152s 2022-09-27T16:55:44.1050439Z sys 3m21.546s 2022-09-27T16:55:44.1050711Z + assert_git_not_dirty 2022-09-27T16:55:44.1051353Z + [[ linux-focal-py3.7-clang7-asan != *rocm* ]] 2022-09-27T16:55:44.1051819Z + [[ linux-focal-py3.7-clang7-asan != *xla* ]] 2022-09-27T16:55:44.1052217Z ++ git status --porcelain 2022-09-27T16:55:57.2458703Z + git_status= 2022-09-27T16:55:57.2459081Z + [[ -n '' ]] 2022-09-27T16:55:57.2521224Z Prepare all required actions 2022-09-27T16:55:57.2521542Z Getting action download info 2022-09-27T16:55:57.4567208Z ##[group]Run ./.github/actions/get-workflow-job-id 2022-09-27T16:55:57.4567437Z with: 2022-09-27T16:55:57.4567862Z github-token: *** 2022-09-27T16:55:57.4568038Z env: 2022-09-27T16:55:57.4568216Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:55:57.4568387Z ##[endgroup] 2022-09-27T16:55:57.4594882Z ##[group]Run nick-fields/retry@7d4a37704547a311dbb66ebdf5b23ec19374a767 2022-09-27T16:55:57.4595109Z with: 2022-09-27T16:55:57.4595278Z shell: bash 2022-09-27T16:55:57.4595454Z timeout_minutes: 10 2022-09-27T16:55:57.4595619Z max_attempts: 5 2022-09-27T16:55:57.4595800Z retry_wait_seconds: 30 2022-09-27T16:55:57.4596185Z 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:55:57.4596585Z polling_interval_seconds: 1 2022-09-27T16:55:57.4596782Z warning_on_retry: true 2022-09-27T16:55:57.4596957Z continue_on_error: false 2022-09-27T16:55:57.4597133Z env: 2022-09-27T16:55:57.4597300Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:55:57.4597600Z GITHUB_TOKEN: *** 2022-09-27T16:55:57.4597774Z ##[endgroup] 2022-09-27T16:55:57.8521677Z 2022-09-27T16:55:57.8565552Z + python3 -m pip install requests==2.26.0 2022-09-27T16:55:58.5733181Z Defaulting to user installation because normal site-packages is not writeable 2022-09-27T16:55:58.5980825Z Requirement already satisfied: requests==2.26.0 in /home/ec2-user/.local/lib/python3.7/site-packages (2.26.0) 2022-09-27T16:55:58.6116199Z 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:55:58.6130895Z 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:55:58.6163923Z 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:55:58.6188688Z 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:55:58.8191639Z ++ python3 .github/scripts/get_workflow_job_id.py 3133193930 i-0ad67a8c73ddffee8 2022-09-27T16:56:01.4765563Z + GHA_WORKFLOW_JOB_ID=8576256789 2022-09-27T16:56:01.4766477Z + echo '::set-output name=job-id::8576256789' 2022-09-27T16:56:01.8585839Z Command completed after 1 attempt(s). 2022-09-27T16:56:01.8586016Z 2022-09-27T16:56:01.8689853Z ##[group]Run kill "$MONITOR_SCRIPT_PID" 2022-09-27T16:56:01.8690081Z kill "$MONITOR_SCRIPT_PID" 2022-09-27T16:56:01.8751281Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T16:56:01.8751509Z env: 2022-09-27T16:56:01.8751678Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:56:01.8751877Z MONITOR_SCRIPT_PID: 23266 2022-09-27T16:56:01.8752063Z ##[endgroup] 2022-09-27T16:56:01.8834644Z Prepare all required actions 2022-09-27T16:56:01.8834928Z Getting action download info 2022-09-27T16:56:02.1326949Z Download action repository 'actions/upload-artifact@v2' (SHA:82c141cc518b40d92cc801eee768e7aafc9c2fa2) 2022-09-27T16:56:02.2985038Z ##[group]Run ./.github/actions/upload-test-artifacts 2022-09-27T16:56:02.2985267Z with: 2022-09-27T16:56:02.2985478Z file-suffix: test-default-3-5-linux.2xlarge_8576256789 2022-09-27T16:56:02.2985701Z env: 2022-09-27T16:56:02.2985877Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:56:02.2986052Z ##[endgroup] 2022-09-27T16:56:02.3010858Z ##[group]Run # Remove any previous test jsons if they exist 2022-09-27T16:56:02.3011157Z # Remove any previous test jsons if they exist 2022-09-27T16:56:02.3011389Z rm -f test-jsons-*.zip 2022-09-27T16:56:02.3011621Z zip -r "test-jsons-${FILE_SUFFIX}.zip" test -i '*.json' 2022-09-27T16:56:02.3023059Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T16:56:02.3023315Z env: 2022-09-27T16:56:02.3023482Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:56:02.3023727Z FILE_SUFFIX: test-default-3-5-linux.2xlarge_8576256789 2022-09-27T16:56:02.3024052Z ##[endgroup] 2022-09-27T16:56:02.3183033Z adding: test/allowlist_for_publicAPI.json (deflated 80%) 2022-09-27T16:56:02.3209623Z adding: test/benchmark_utils/callgrind_artifacts.json (deflated 92%) 2022-09-27T16:56:02.3215422Z adding: test/profiler/profiler_utils_mock_events.json (deflated 87%) 2022-09-27T16:56:02.3216428Z adding: test/.pytorch-slow-tests.json (deflated 75%) 2022-09-27T16:56:02.3221711Z adding: test/.pytorch-disabled-tests.json (deflated 85%) 2022-09-27T16:56:02.3242220Z ##[group]Run # Remove any previous test reports if they exist 2022-09-27T16:56:02.3242508Z # Remove any previous test reports if they exist 2022-09-27T16:56:02.3242744Z rm -f test-reports-*.zip 2022-09-27T16:56:02.3242984Z zip -r "test-reports-${FILE_SUFFIX}.zip" test -i '*.xml' 2022-09-27T16:56:02.3254166Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T16:56:02.3254387Z env: 2022-09-27T16:56:02.3254551Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:56:02.3254804Z FILE_SUFFIX: test-default-3-5-linux.2xlarge_8576256789 2022-09-27T16:56:02.3255028Z ##[endgroup] 2022-09-27T16:56:02.3337151Z adding: test/test-reports/python-unittest/test_jit_fuser_te/TEST-jit.test_fuser_common.TestFuserCommon-20220927153441.xml (deflated 48%) 2022-09-27T16:56:02.3339388Z adding: test/test-reports/python-unittest/test_jit_fuser_te/TEST-TestTEFuserDynamic-20220927153441.xml (deflated 86%) 2022-09-27T16:56:02.3341914Z adding: test/test-reports/python-unittest/test_jit_fuser_te/TEST-TestTEFuserStatic-20220927153441.xml (deflated 85%) 2022-09-27T16:56:02.3342498Z adding: test/test-reports/python-unittest/test_jit_fuser_te/TEST-TestLoopnestRandomizationCPU-20220927153441.xml (deflated 41%) 2022-09-27T16:56:02.3435671Z adding: test/test-reports/python-unittest/test_jit_fuser_te/TEST-TestNNCOpInfoCPU-20220927153441.xml (deflated 98%) 2022-09-27T16:56:02.3450693Z adding: test/test-reports/python-unittest/test_linalg/TEST-TestLinalgCPU-20220927162234.xml (deflated 93%) 2022-09-27T16:56:02.3451371Z adding: test/test-reports/python-unittest/test_proxy_tensor/TEST-TestFakeProxyTensor-20220927163019.xml (deflated 62%) 2022-09-27T16:56:02.3452295Z adding: test/test-reports/python-unittest/test_proxy_tensor/TEST-TestGenericProxyTensorFake-20220927163019.xml (deflated 84%) 2022-09-27T16:56:02.3452926Z adding: test/test-reports/python-unittest/test_proxy_tensor/TEST-TestGenericProxyTensorReal-20220927163019.xml (deflated 85%) 2022-09-27T16:56:02.3453755Z adding: test/test-reports/python-unittest/test_proxy_tensor/TEST-TestGenericProxyTensorSymbolic-20220927163019.xml (deflated 83%) 2022-09-27T16:56:02.3490701Z adding: test/test-reports/python-unittest/test_proxy_tensor/TEST-TestProxyTensorOpInfoCPU-20220927163019.xml (deflated 94%) 2022-09-27T16:56:02.3491460Z adding: test/test-reports/python-unittest/test_proxy_tensor/TEST-TestSymbolicTracing-20220927163019.xml (deflated 72%) 2022-09-27T16:56:02.3494167Z adding: test/test-reports/python-unittest/test_masked/TEST-TestMaskedCPU-20220927163439.xml (deflated 95%) 2022-09-27T16:56:02.3494716Z adding: test/test-reports/python-unittest/lazy.test_ts_opinfo/TEST-TestLazyDynamicOps-20220927163530.xml (deflated 40%) 2022-09-27T16:56:02.3497606Z adding: test/test-reports/python-unittest/lazy.test_ts_opinfo/TEST-TestLazyOpInfoCPU-20220927163530.xml (deflated 95%) 2022-09-27T16:56:02.3498130Z adding: test/test-reports/python-unittest/lazy.test_ts_opinfo/TEST-TestLazyTensor-20220927163530.xml (deflated 57%) 2022-09-27T16:56:02.3498681Z adding: test/test-reports/python-unittest/test_fx/TEST-fx.test_gradual_type.AnnotationsTest-20220927163551.xml (deflated 77%) 2022-09-27T16:56:02.3499223Z adding: test/test-reports/python-unittest/test_fx/TEST-fx.test_cse_pass.TestCSEPass-20220927163551.xml (deflated 85%) 2022-09-27T16:56:02.3499772Z adding: test/test-reports/python-unittest/test_fx/TEST-fx.test_common_passes.TestCommonPass-20220927163551.xml (deflated 85%) 2022-09-27T16:56:02.3501426Z adding: test/test-reports/python-unittest/test_fx/TEST-fx.test_fx_const_fold.TestConstFold-20220927163551.xml (deflated 85%) 2022-09-27T16:56:02.3502158Z adding: test/test-reports/python-unittest/test_fx/TEST-fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow-20220927163551.xml (deflated 74%) 2022-09-27T16:56:02.3502750Z adding: test/test-reports/python-unittest/test_fx/TEST-fx.test_dce_pass.TestDCE-20220927163551.xml (deflated 82%) 2022-09-27T16:56:02.3506411Z adding: test/test-reports/python-unittest/test_fx/TEST-TestFX-20220927163551.xml (deflated 86%) 2022-09-27T16:56:02.3524524Z adding: test/test-reports/python-unittest/test_fx/TEST-TestFXAPIBackwardCompatibility-20220927163551.xml (deflated 62%) 2022-09-27T16:56:02.3525558Z adding: test/test-reports/python-unittest/test_fx/TEST-TestFunctionalTracing-20220927163551.xml (deflated 94%) 2022-09-27T16:56:02.3526369Z adding: test/test-reports/python-unittest/test_fx/TEST-TestOperatorSignaturesCPU-20220927163551.xml (deflated 95%) 2022-09-27T16:56:02.3527410Z adding: test/test-reports/python-unittest/test_fx/TEST-fx.test_pass_infra.TestPassManager-20220927163551.xml (deflated 75%) 2022-09-27T16:56:02.3528192Z adding: test/test-reports/python-unittest/test_fx/TEST-fx.test_subgraph_rewriter.TestSubgraphRewriter-20220927163551.xml (deflated 86%) 2022-09-27T16:56:02.3529147Z adding: test/test-reports/python-unittest/test_fx/TEST-fx.test_gradual_type.TypeCheckerTest-20220927163551.xml (deflated 89%) 2022-09-27T16:56:02.3529900Z adding: test/test-reports/python-unittest/profiler.test_profiler/TEST-TestExecutionGraph-20220927163608.xml (deflated 72%) 2022-09-27T16:56:02.3530510Z adding: test/test-reports/python-unittest/profiler.test_profiler/TEST-TestExperimentalUtils-20220927163608.xml (deflated 82%) 2022-09-27T16:56:02.3531075Z adding: test/test-reports/python-unittest/profiler.test_profiler/TEST-TestProfiler-20220927163608.xml (deflated 72%) 2022-09-27T16:56:02.3531599Z adding: test/test-reports/python-unittest/profiler.test_profiler/TEST-TestRecordFunction-20220927163608.xml (deflated 69%) 2022-09-27T16:56:02.3532192Z adding: test/test-reports/python-unittest/profiler.test_profiler/TEST-TestTorchTidyProfiler-20220927163608.xml (deflated 77%) 2022-09-27T16:56:02.3532903Z adding: test/test-reports/python-unittest/profiler.test_profiler/TEST-TestProfilerCUDA-20220927163608.xml (deflated 56%) 2022-09-27T16:56:02.3533458Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestBroadcastAllOverride-20220927163622.xml (deflated 42%) 2022-09-27T16:56:02.3534009Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestDisabledTorchFunction-20220927163622.xml (deflated 41%) 2022-09-27T16:56:02.3534553Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestEinsumOverride-20220927163622.xml (deflated 41%) 2022-09-27T16:56:02.3535229Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestGradCheckOverride-20220927163622.xml (deflated 41%) 2022-09-27T16:56:02.3535776Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestGradNewOnesOverride-20220927163622.xml (deflated 41%) 2022-09-27T16:56:02.3536285Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestIndexing-20220927163622.xml (deflated 73%) 2022-09-27T16:56:02.3536779Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestIterator-20220927163622.xml (deflated 41%) 2022-09-27T16:56:02.3537275Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestNamedTuple-20220927163622.xml (deflated 40%) 2022-09-27T16:56:02.3537770Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestPickle-20220927163622.xml (deflated 39%) 2022-09-27T16:56:02.3538230Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestRNN-20220927163622.xml (deflated 38%) 2022-09-27T16:56:02.3538720Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestResolveName-20220927163622.xml (deflated 40%) 2022-09-27T16:56:02.3539245Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestTorchFunctionMode-20220927163622.xml (deflated 87%) 2022-09-27T16:56:02.3543924Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestTorchFunctionOverride-20220927163622.xml (deflated 96%) 2022-09-27T16:56:02.3544527Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestTorchFunctionWarning-20220927163622.xml (deflated 41%) 2022-09-27T16:56:02.3545184Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestWrapTorchFunction-20220927163622.xml (deflated 41%) 2022-09-27T16:56:02.3545812Z adding: test/test-reports/python-unittest/test_namedtuple_return_api/TEST-TestNamedTupleAPI-20220927163629.xml (deflated 76%) 2022-09-27T16:56:02.3546477Z adding: test/test-reports/python-unittest/test_fake_tensor/TEST-FakeTensorConstHandling-20220927163636.xml (deflated 77%) 2022-09-27T16:56:02.3547037Z adding: test/test-reports/python-unittest/test_fake_tensor/TEST-FakeTensorConverterTest-20220927163636.xml (deflated 79%) 2022-09-27T16:56:02.3547769Z adding: test/test-reports/python-unittest/test_fake_tensor/TEST-FakeTensorOperatorInvariants-20220927163636.xml (deflated 60%) 2022-09-27T16:56:02.3548374Z adding: test/test-reports/python-unittest/test_fake_tensor/TEST-FakeTensorTest-20220927163636.xml (deflated 87%) 2022-09-27T16:56:02.3548931Z adding: test/test-reports/python-unittest/test_jit_cuda_fuser/TEST-TestEnableDisableCudaFuser-20220927163643.xml (deflated 68%) 2022-09-27T16:56:02.3549505Z adding: test/test-reports/python-unittest/test_jit_cuda_fuser/TEST-jit.test_fuser_common.TestFuserCommon-20220927163643.xml (deflated 48%) 2022-09-27T16:56:02.3551594Z adding: test/test-reports/python-unittest/test_jit_cuda_fuser/TEST-TestCudaFuser-20220927163643.xml (deflated 92%) 2022-09-27T16:56:02.3553055Z adding: test/test-reports/python-unittest/test_subclass/TEST-TestSubclass-20220927163649.xml (deflated 91%) 2022-09-27T16:56:02.3553841Z adding: test/test-reports/python-unittest/test_fx_passes/TEST-TestFXGraphPasses-20220927163654.xml (deflated 90%) 2022-09-27T16:56:02.3554452Z adding: test/test-reports/python-unittest/test_fx_passes/TEST-TestFXMatcherUtils-20220927163654.xml (deflated 86%) 2022-09-27T16:56:02.3586894Z adding: test/test-reports/python-unittest/test_mps/TEST-TestConsistencyCPU-20220927163701.xml (deflated 98%) 2022-09-27T16:56:02.3603186Z adding: test/test-reports/python-unittest/test_foreach/TEST-TestForeachCPU-20220927163722.xml (deflated 96%) 2022-09-27T16:56:02.3700718Z adding: test/test-reports/python-unittest/test_binary_ufuncs/TEST-TestBinaryUfuncsCPU-20220927164227.xml (deflated 97%) 2022-09-27T16:56:02.3701308Z adding: test/test-reports/python-unittest/nn.test_pooling/TEST-TestAvgPool-20220927164618.xml (deflated 76%) 2022-09-27T16:56:02.3701791Z adding: test/test-reports/python-unittest/nn.test_pooling/TEST-TestPoolingNN-20220927164618.xml (deflated 78%) 2022-09-27T16:56:02.3703281Z adding: test/test-reports/python-unittest/nn.test_pooling/TEST-TestPoolingNNDeviceTypeCPU-20220927164618.xml (deflated 90%) 2022-09-27T16:56:02.3704011Z adding: test/test-reports/python-unittest/test_dataloader/TEST-IntegrationTestDataLoaderDataPipe-20220927164824.xml (deflated 44%) 2022-09-27T16:56:02.3704661Z adding: test/test-reports/python-unittest/test_dataloader/TEST-TestConcatDataset-20220927164824.xml (deflated 74%) 2022-09-27T16:56:02.3705334Z adding: test/test-reports/python-unittest/test_dataloader/TEST-TestDatasetRandomSplit-20220927164824.xml (deflated 75%) 2022-09-27T16:56:02.3705971Z adding: test/test-reports/python-unittest/test_dataloader/TEST-TestDictDataLoader-20220927164824.xml (deflated 70%) 2022-09-27T16:56:02.3706589Z adding: test/test-reports/python-unittest/test_dataloader/TEST-TestNamedTupleDataLoader-20220927164824.xml (deflated 42%) 2022-09-27T16:56:02.3707141Z adding: test/test-reports/python-unittest/test_dataloader/TEST-TestSetAffinity-20220927164824.xml (deflated 40%) 2022-09-27T16:56:02.3707663Z adding: test/test-reports/python-unittest/test_dataloader/TEST-TestTensorDataset-20220927164824.xml (deflated 71%) 2022-09-27T16:56:02.3708448Z adding: test/test-reports/python-unittest/test_dataloader/TEST-TestConvAfterFork-20220927164824.xml (deflated 41%) 2022-09-27T16:56:02.3709031Z adding: test/test-reports/python-unittest/test_dataloader/TEST-TestCustomPinFn-20220927164824.xml (deflated 58%) 2022-09-27T16:56:02.3709552Z adding: test/test-reports/python-unittest/test_dataloader/TEST-TestDataLoader-20220927164824.xml (deflated 93%) 2022-09-27T16:56:02.3710206Z adding: test/test-reports/python-unittest/test_dataloader/TEST-TestDataLoader2-20220927164824.xml (deflated 51%) 2022-09-27T16:56:02.3710781Z adding: test/test-reports/python-unittest/test_dataloader/TEST-TestDataLoader2_EventLoop-20220927164824.xml (deflated 59%) 2022-09-27T16:56:02.3711573Z adding: test/test-reports/python-unittest/test_dataloader/TEST-TestDataLoaderPersistentWorkers-20220927164824.xml (deflated 93%) 2022-09-27T16:56:02.3712205Z adding: test/test-reports/python-unittest/test_dataloader/TEST-TestIndividualWorkerQueue-20220927164824.xml (deflated 41%) 2022-09-27T16:56:02.3712768Z adding: test/test-reports/python-unittest/test_dataloader/TEST-TestStringDataLoader-20220927164824.xml (deflated 42%) 2022-09-27T16:56:02.3721790Z adding: test/test-reports/python-unittest/test_autograd/TEST-TestAutograd-20220927165054.xml (deflated 86%) 2022-09-27T16:56:02.3722362Z adding: test/test-reports/python-unittest/test_autograd/TEST-autograd.test_complex.TestAutogradComplex-20220927165054.xml (deflated 60%) 2022-09-27T16:56:02.3723622Z adding: test/test-reports/python-unittest/test_autograd/TEST-TestAutogradDeviceTypeCPU-20220927165054.xml (deflated 86%) 2022-09-27T16:56:02.3724460Z adding: test/test-reports/python-unittest/test_autograd/TEST-TestAutogradForwardMode-20220927165054.xml (deflated 85%) 2022-09-27T16:56:02.3725086Z adding: test/test-reports/python-unittest/test_autograd/TEST-TestAutogradForwardModeBatchedGrad-20220927165054.xml (deflated 72%) 2022-09-27T16:56:02.3727195Z adding: test/test-reports/python-unittest/test_autograd/TEST-autograd.test_functional.TestAutogradFunctional-20220927165054.xml (deflated 94%) 2022-09-27T16:56:02.3727944Z adding: test/test-reports/python-unittest/test_autograd/TEST-TestAutogradInferenceMode-20220927165054.xml (deflated 87%) 2022-09-27T16:56:02.3728600Z adding: test/test-reports/python-unittest/test_autograd/TEST-TestAutogradMultipleDispatchCPU-20220927165054.xml (deflated 71%) 2022-09-27T16:56:02.3729184Z adding: test/test-reports/python-unittest/test_autograd/TEST-TestMultithreadAutograd-20220927165054.xml (deflated 77%) 2022-09-27T16:56:02.3730816Z adding: test/test-reports/python-unittest/test_view_ops/TEST-TestOldViewOpsCPU-20220927165207.xml (deflated 89%) 2022-09-27T16:56:02.3733081Z adding: test/test-reports/python-unittest/test_view_ops/TEST-TestViewOpsCPU-20220927165207.xml (deflated 93%) 2022-09-27T16:56:02.3735753Z adding: test/test-reports/python-unittest/test_view_ops/TEST-TestViewOpsLAZY-20220927165207.xml (deflated 96%) 2022-09-27T16:56:02.3736392Z adding: test/test-reports/python-unittest/test_xnnpack_integration/TEST-TestXNNPACKOps-20220927165300.xml (deflated 62%) 2022-09-27T16:56:02.3737034Z adding: test/test-reports/python-unittest/test_xnnpack_integration/TEST-TestXNNPACKRewritePass-20220927165300.xml (deflated 52%) 2022-09-27T16:56:02.3737608Z adding: test/test-reports/python-unittest/test_xnnpack_integration/TEST-TestXNNPACKSerDes-20220927165300.xml (deflated 65%) 2022-09-27T16:56:02.3738319Z adding: test/test-reports/python-unittest/test_xnnpack_integration/TEST-TestXNNPACKConv1dTransformPass-20220927165300.xml (deflated 58%) 2022-09-27T16:56:02.3738921Z adding: test/test-reports/python-unittest/test_multiprocessing/TEST-TestMultiprocessing-20220927165326.xml (deflated 87%) 2022-09-27T16:56:02.3740480Z adding: test/test-reports/python-unittest/test_sort_and_select/TEST-TestSortAndSelectCPU-20220927165343.xml (deflated 91%) 2022-09-27T16:56:02.3741071Z adding: test/test-reports/python-unittest/test_mkldnn_verbose/TEST-TestMKLDNNVerbose-20220927165357.xml (deflated 53%) 2022-09-27T16:56:02.3741772Z adding: test/test-reports/python-unittest/test_logging/TEST-LoggingTest-20220927165410.xml (deflated 44%) 2022-09-27T16:56:02.3742272Z adding: test/test-reports/python-unittest/test_indexing/TEST-NumpyTestsCPU-20220927165422.xml (deflated 80%) 2022-09-27T16:56:02.3743029Z adding: test/test-reports/python-unittest/test_indexing/TEST-TestIndexingCPU-20220927165422.xml (deflated 89%) 2022-09-27T16:56:02.3743625Z adding: test/test-reports/python-unittest/test_bundled_inputs/TEST-TestBundledInputs-20220927165431.xml (deflated 80%) 2022-09-27T16:56:02.3744243Z adding: test/test-reports/python-unittest/test_function_schema/TEST-TestFunctionSchema-20220927165439.xml (deflated 82%) 2022-09-27T16:56:02.3744878Z adding: test/test-reports/python-unittest/test_futures/TEST-TestFuture-20220927165445.xml (deflated 84%) 2022-09-27T16:56:02.3745572Z adding: test/test-reports/python-unittest/benchmark_utils.test_benchmark_utils/TEST-TestBenchmarkUtils-20220927165451.xml (deflated 75%) 2022-09-27T16:56:02.3746282Z adding: test/test-reports/python-unittest/test_functional_optim/TEST-TestFunctionalOptimParity-20220927165457.xml (deflated 71%) 2022-09-27T16:56:02.3746902Z adding: test/test-reports/python-unittest/profiler.test_profiler_tree/TEST-TestProfilerTree-20220927165503.xml (deflated 83%) 2022-09-27T16:56:02.3747648Z adding: test/test-reports/python-unittest/test_set_default_mobile_cpu_allocator/TEST-TestSetDefaultMobileCPUAllocator-20220927165508.xml (deflated 57%) 2022-09-27T16:56:02.3748254Z adding: test/test-reports/python-unittest/test_numpy_interop/TEST-TestNumPyInteropCPU-20220927165513.xml (deflated 83%) 2022-09-27T16:56:02.3749018Z adding: test/test-reports/python-unittest/test_dlpack/TEST-TestTorchDlPackCPU-20220927165518.xml (deflated 95%) 2022-09-27T16:56:02.3749854Z adding: test/test-reports/python-unittest/test_nvfuser_frontend/TEST-TestNvFuserFrontend-20220927165523.xml (deflated 83%) 2022-09-27T16:56:02.3750440Z adding: test/test-reports/python-unittest/test_mkldnn_fusion/TEST-TestMkldnnFusion-20220927165527.xml (deflated 67%) 2022-09-27T16:56:02.3751026Z adding: test/test-reports/python-unittest/test_openmp/TEST-TestOpenMP_ParallelFor-20220927165532.xml (deflated 59%) 2022-09-27T16:56:02.3772767Z ##[group]Run # Remove any previous test reports if they exist 2022-09-27T16:56:02.3773089Z # Remove any previous test reports if they exist 2022-09-27T16:56:02.3773312Z rm -f usage-log-*.zip 2022-09-27T16:56:02.3773590Z # this workflow is also run in bazel build test, but we dont generate usage reports for it 2022-09-27T16:56:02.3773879Z # so check to see if the file exists first 2022-09-27T16:56:02.3774107Z if [ -f 'usage_log.txt' ]; then 2022-09-27T16:56:02.3774338Z  zip "usage-log-${FILE_SUFFIX}.zip" 'usage_log.txt' 2022-09-27T16:56:02.3774632Z fi 2022-09-27T16:56:02.3785911Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T16:56:02.3786120Z env: 2022-09-27T16:56:02.3786308Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:56:02.3786557Z FILE_SUFFIX: test-default-3-5-linux.2xlarge_8576256789 2022-09-27T16:56:02.3786770Z ##[endgroup] 2022-09-27T16:56:02.4031960Z adding: usage_log.txt (deflated 96%) 2022-09-27T16:56:02.4068094Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-09-27T16:56:02.4068308Z with: 2022-09-27T16:56:02.4068510Z s3-prefix: pytorch/pytorch/3133193930/2/artifact 2022-09-27T16:56:02.4068717Z retention-days: 14 2022-09-27T16:56:02.4068911Z if-no-files-found: warn 2022-09-27T16:56:02.4069109Z path: test-jsons-*.zip 2022-09-27T16:56:02.4069279Z name: artifact 2022-09-27T16:56:02.4069459Z s3-bucket: gha-artifacts 2022-09-27T16:56:02.4069874Z region: us-east-1 2022-09-27T16:56:02.4070027Z env: 2022-09-27T16:56:02.4070199Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:56:02.4070392Z ##[endgroup] 2022-09-27T16:56:02.7952364Z NOTE: s3-prefix specified, ignoring name parameter 2022-09-27T16:56:02.7952885Z With the provided path, there will be 1 file uploaded 2022-09-27T16:56:02.7953416Z Uploading to s3 prefix: pytorch/pytorch/3133193930/2/artifact 2022-09-27T16:56:02.8015119Z Starting upload of test-jsons-test-default-3-5-linux.2xlarge_8576256789.zip 2022-09-27T16:56:02.9907957Z Finished upload of test-jsons-test-default-3-5-linux.2xlarge_8576256789.zip 2022-09-27T16:56:03.0036519Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-09-27T16:56:03.0036743Z with: 2022-09-27T16:56:03.0036930Z s3-prefix: pytorch/pytorch/3133193930/2/artifact 2022-09-27T16:56:03.0037152Z retention-days: 14 2022-09-27T16:56:03.0037348Z if-no-files-found: error 2022-09-27T16:56:03.0037538Z path: test-reports-*.zip 2022-09-27T16:56:03.0037723Z name: artifact 2022-09-27T16:56:03.0037903Z s3-bucket: gha-artifacts 2022-09-27T16:56:03.0038079Z region: us-east-1 2022-09-27T16:56:03.0038242Z env: 2022-09-27T16:56:03.0038422Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:56:03.0038596Z ##[endgroup] 2022-09-27T16:56:03.3192812Z NOTE: s3-prefix specified, ignoring name parameter 2022-09-27T16:56:03.3193373Z With the provided path, there will be 1 file uploaded 2022-09-27T16:56:03.3193703Z Uploading to s3 prefix: pytorch/pytorch/3133193930/2/artifact 2022-09-27T16:56:03.3199706Z Starting upload of test-reports-test-default-3-5-linux.2xlarge_8576256789.zip 2022-09-27T16:56:03.4420650Z Finished upload of test-reports-test-default-3-5-linux.2xlarge_8576256789.zip 2022-09-27T16:56:03.4539671Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-09-27T16:56:03.4539898Z with: 2022-09-27T16:56:03.4540099Z s3-prefix: pytorch/pytorch/3133193930/2/artifact 2022-09-27T16:56:03.4540304Z retention-days: 14 2022-09-27T16:56:03.4540502Z if-no-files-found: ignore 2022-09-27T16:56:03.4540699Z path: usage-log-*.zip 2022-09-27T16:56:03.4540863Z name: artifact 2022-09-27T16:56:03.4541040Z s3-bucket: gha-artifacts 2022-09-27T16:56:03.4541232Z region: us-east-1 2022-09-27T16:56:03.4541380Z env: 2022-09-27T16:56:03.4541551Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:56:03.4541741Z ##[endgroup] 2022-09-27T16:56:03.7675855Z NOTE: s3-prefix specified, ignoring name parameter 2022-09-27T16:56:03.7676164Z With the provided path, there will be 1 file uploaded 2022-09-27T16:56:03.7676431Z Uploading to s3 prefix: pytorch/pytorch/3133193930/2/artifact 2022-09-27T16:56:03.7682609Z Starting upload of usage-log-test-default-3-5-linux.2xlarge_8576256789.zip 2022-09-27T16:56:03.8691473Z Finished upload of usage-log-test-default-3-5-linux.2xlarge_8576256789.zip 2022-09-27T16:56:03.8811240Z ##[group]Run set -x 2022-09-27T16:56:03.8811450Z set -x 2022-09-27T16:56:03.8811671Z python3 -m pip install -r requirements.txt 2022-09-27T16:56:03.8811921Z python3 -m pip install boto3==1.19.12 2022-09-27T16:56:03.8812199Z python3 -m tools.stats.print_test_stats --upload-to-s3 --compare-with-s3 test 2022-09-27T16:56:03.8823343Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T16:56:03.8823565Z env: 2022-09-27T16:56:03.8823736Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:56:03.8823952Z AWS_DEFAULT_REGION: us-east-1 2022-09-27T16:56:03.8824152Z BRANCH: pull/85462 2022-09-27T16:56:03.8824321Z TEST_CONFIG: default 2022-09-27T16:56:03.8824502Z SHARD_NUMBER: 3 2022-09-27T16:56:03.8824730Z BUILD_ENVIRONMENT: linux-focal-py3.7-clang7-asan 2022-09-27T16:56:03.8824941Z PR_NUMBER: 85462 2022-09-27T16:56:03.8825130Z PYTORCH_RETRY_TEST_CASES: 1 2022-09-27T16:56:03.8825342Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-09-27T16:56:03.8825587Z SHA1: 52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T16:56:03.8825779Z TAG: 2022-09-27T16:56:03.8825931Z WORKFLOW_ID: 3133193930 2022-09-27T16:56:03.8826252Z GITHUB_TOKEN: *** 2022-09-27T16:56:03.8826444Z GHA_WORKFLOW_JOB_ID: 8576256789 2022-09-27T16:56:03.8826620Z ##[endgroup] 2022-09-27T16:56:03.8851153Z + python3 -m pip install -r requirements.txt 2022-09-27T16:56:04.0975031Z Defaulting to user installation because normal site-packages is not writeable 2022-09-27T16:56:04.1234856Z 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:56:04.1260068Z 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:56:04.1267662Z 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:56:04.1277426Z 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:56:04.1645515Z 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:56:04.1654473Z 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:56:04.1732431Z 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:56:04.1740022Z 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:56:04.1967384Z Requirement already satisfied: setuptools in /usr/lib/python3.7/site-packages (from -r requirements.txt (line 10)) (49.1.3) 2022-09-27T16:56:04.2135760Z 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:56:04.2144526Z 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:56:04.2150043Z 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:56:04.2159302Z 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:56:04.2180125Z 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:56:04.2204038Z 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:56:04.2455551Z 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:56:04.2466054Z 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:56:04.2482496Z 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:56:04.2494024Z 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:56:04.2514257Z 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:56:04.2668648Z 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:56:04.2676973Z 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:56:04.3315017Z + python3 -m pip install boto3==1.19.12 2022-09-27T16:56:04.5406224Z Defaulting to user installation because normal site-packages is not writeable 2022-09-27T16:56:04.5585518Z Requirement already satisfied: boto3==1.19.12 in /home/ec2-user/.local/lib/python3.7/site-packages (1.19.12) 2022-09-27T16:56:04.5634834Z 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:56:04.5647008Z 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:56:04.5688176Z 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:56:04.5722712Z 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:56:04.5742339Z 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:56:04.5894835Z 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:56:04.7576044Z + python3 -m tools.stats.print_test_stats --upload-to-s3 --compare-with-s3 test 2022-09-27T16:56:34.0447836Z [scribe] Scribe access token not provided, sending report via boto3... 2022-09-27T16:56:34.0448082Z 2022-09-27T16:56:34.0450431Z ----- Historic stats comparison result ------ 2022-09-27T16:56:34.0450689Z 2022-09-27T16:56:34.0450998Z job: linux-focal-py3.7-clang7-asan 2022-09-27T16:56:34.0451348Z commit: 52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T16:56:34.0451493Z 2022-09-27T16:56:34.0451645Z Commit graph (base is most recent master ancestor with at least one S3 report): 2022-09-27T16:56:34.0451825Z 2022-09-27T16:56:34.0451880Z : (master) 2022-09-27T16:56:34.0452044Z | 2022-09-27T16:56:34.0452239Z | * 52424e2bf3 (HEAD) total time 4654.45s 2022-09-27T16:56:34.0452427Z | | 2022-09-27T16:56:34.0452581Z | : (4 commits) 2022-09-27T16:56:34.0452738Z |/ 2022-09-27T16:56:34.0454526Z * c7c2578f93 (base) 5 reports, total time 4767.80s ± 689.21s 2022-09-27T16:56:34.0454880Z * 99ad8a3048 5 reports, total time 4812.72s ± 737.83s 2022-09-27T16:56:34.0455200Z * 34296e2f4c 5 reports, total time 4681.99s ± 534.69s 2022-09-27T16:56:34.0455744Z * 4523ac7aa1 5 reports, total time 4790.72s ± 755.21s 2022-09-27T16:56:34.0456052Z * f21e77d9a6 5 reports, total time 4841.94s ± 769.82s 2022-09-27T16:56:34.0456370Z * 26a861cb27 5 reports, total time 4910.73s ± 895.35s 2022-09-27T16:56:34.0456680Z * 56a41b5998 5 reports, total time 5078.65s ± 740.57s 2022-09-27T16:56:34.0456976Z * 1910c5847e 5 reports, total time 4965.20s ± 759.35s 2022-09-27T16:56:34.0457292Z * caa0ab557d 5 reports, total time 5012.18s ± 764.34s 2022-09-27T16:56:34.0457518Z * 0336308be5 0 reports 2022-09-27T16:56:34.0457690Z | 2022-09-27T16:56:34.0457826Z : 2022-09-27T16:56:34.0457921Z 2022-09-27T16:56:34.0458039Z Removed (across 569 suites) 0 tests, totaling 0.00s 2022-09-27T16:56:34.0458297Z Modified (across 0 suites) 0 tests, totaling 0.00s 2022-09-27T16:56:34.0458538Z Added (across 115 suites) 25690 tests, totaling +4654.45s 2022-09-27T16:56:34.1388541Z Prepare all required actions 2022-09-27T16:56:34.1409398Z ##[group]Run ./.github/actions/teardown-linux 2022-09-27T16:56:34.1409588Z with: 2022-09-27T16:56:34.1409738Z env: 2022-09-27T16:56:34.1409910Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:56:34.1410081Z ##[endgroup] 2022-09-27T16:56:34.1428729Z ##[group]Run set -eou pipefail 2022-09-27T16:56:34.1428952Z set -eou pipefail 2022-09-27T16:56:34.1429118Z  2022-09-27T16:56:34.1429350Z echo "Holding runner for 2 hours until all ssh sessions have logged out" 2022-09-27T16:56:34.1429799Z for _ in $(seq 1440); do 2022-09-27T16:56:34.1430121Z  # Break if no ssh session exists anymore 2022-09-27T16:56:34.1430324Z  if [ "$(who)" = "" ]; then 2022-09-27T16:56:34.1430505Z  break 2022-09-27T16:56:34.1430730Z  fi 2022-09-27T16:56:34.1430883Z  echo "." 2022-09-27T16:56:34.1431054Z  sleep 5 2022-09-27T16:56:34.1431259Z done 2022-09-27T16:56:34.1442380Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T16:56:34.1442596Z env: 2022-09-27T16:56:34.1442760Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:56:34.1442946Z ##[endgroup] 2022-09-27T16:56:34.1466643Z Holding runner for 2 hours until all ssh sessions have logged out 2022-09-27T16:56:34.1558783Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2022-09-27T16:56:34.1559100Z # ignore expansion of "docker ps -q" since it could be empty 2022-09-27T16:56:34.1559339Z # shellcheck disable=SC2046 2022-09-27T16:56:34.1559573Z docker stop $(docker ps -q) || true 2022-09-27T16:56:34.1559802Z # Prune all of the docker images 2022-09-27T16:56:34.1560003Z docker system prune -af 2022-09-27T16:56:34.1570612Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T16:56:34.1570828Z env: 2022-09-27T16:56:34.1570995Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:56:34.1571191Z ##[endgroup] 2022-09-27T16:56:34.5781416Z 232ea6731be3 2022-09-27T16:56:36.0654377Z Deleted Containers: 2022-09-27T16:56:36.0654749Z 232ea6731be3e42f02a2bbb7600bbe4b36757dfc10ebad706d244c34c29c90e8 2022-09-27T16:56:36.0654928Z 2022-09-27T16:56:42.1195698Z Deleted Images: 2022-09-27T16:56:42.1196441Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3-clang7-asan:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T16:56:42.1197211Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3-clang7-asan@sha256:621ff74ae227a580891e78cb9f36cd6e6d64235361c3039b06e8a7c8f4adfa15 2022-09-27T16:56:42.1198571Z deleted: sha256:bae62e4b152ed013284beab204e466e1d44eb90a6c14469065fbb86d6e8d6732 2022-09-27T16:56:42.1199089Z deleted: sha256:d0629bd966f09bc309b4a1ab1092015e6a2a96fe6c4fe57dc0441b252c853b2e 2022-09-27T16:56:42.1199670Z deleted: sha256:ceea15c0f95cbb47a111e5119060e96b5ec6b961e074c178c67eed1a0ab3d367 2022-09-27T16:56:42.1200192Z deleted: sha256:93a76c739cdb4e6876d28fb95d4ce8abaa7462b0d790e07f4fcb8a5dead056ae 2022-09-27T16:56:42.1200734Z deleted: sha256:eaca1f998e1e556d450d4ffa972381356a30ca976663370ef87c2874b5ec6fe2 2022-09-27T16:56:42.1201292Z deleted: sha256:33b961c09c82bcbf33bc5a41293311348242f062f65cd188ff3b8292b02d1904 2022-09-27T16:56:42.1201803Z deleted: sha256:768e964b98825527ef7ba88c700ab2175491182c4d0c5d0114394800a03255a8 2022-09-27T16:56:42.1202355Z deleted: sha256:6464f01529a7ba0c1989a172591db9703a3986412c2c7de8c9882096da5fcaf6 2022-09-27T16:56:42.1202740Z deleted: sha256:75b410f4adb44117159519a5ca9f41a07f7eddc5f63f11988052aad2e50eddec 2022-09-27T16:56:42.1203230Z deleted: sha256:74d4093890e1b4b7ad5e23cd42dd8e484e3024cd797a24b7c589e8fc48da992c 2022-09-27T16:56:42.1203551Z deleted: sha256:b7ed0134ab95ccea0763cc9bd6b4d16cab9140ba825f7d25a218113d24c28e19 2022-09-27T16:56:42.1204004Z deleted: sha256:ea0d45d7839846e22f9651f1a65453f4a8c7a54b3ce5f1daa9d571c407a47afc 2022-09-27T16:56:42.1204789Z deleted: sha256:fb0e6fdef4dc72f06fa60bb5abc8990d9699cbdc9119fa0dcb0bc7a64ca75cdd 2022-09-27T16:56:42.1205374Z deleted: sha256:7079b46bddc066eeaf77e82bf4e30081ed0139b2859ea259f11c0a4e76cf1dae 2022-09-27T16:56:42.1205909Z deleted: sha256:8d314452f7c71341893bf80370ce31928cc81e716ea80b4830a5aaefefbb4c8b 2022-09-27T16:56:42.1206323Z deleted: sha256:5039c4ca6881dda4919022db568d9ae8151af02381eda99ded65fb9136190759 2022-09-27T16:56:42.1206778Z deleted: sha256:11c684adb708623306fe568b051e6bd915ed9f7bf45bad4a5c478465ffab4431 2022-09-27T16:56:42.1207346Z deleted: sha256:be0a44b48c8d8b2b24c5a2463882ea68ac55b95f8dc06078f04f869cd98fb07d 2022-09-27T16:56:42.1207735Z deleted: sha256:db78585f5cb3691e1b52ea3ef725f1abccb498c994f8e5ea9ea538225d9fe706 2022-09-27T16:56:42.1208169Z deleted: sha256:34c8047a4ef7b1dfa97bbb861ec6d2e18db766fa53af7dacdb3aa01fd097b336 2022-09-27T16:56:42.1208499Z deleted: sha256:23f490ee97bc0b8aa5e6b6b26849b420635f4fe3b81280156a2e9607ce832b4e 2022-09-27T16:56:42.1208816Z deleted: sha256:589154deb334a30c0b8527f8ba76a9cb875048d75d538e91f4cac4577d75b9b9 2022-09-27T16:56:42.1209145Z deleted: sha256:c17b57103d245397a51dc7bd5f1881ca03ed1e110ff36e474d34e2edf3e1f510 2022-09-27T16:56:42.1209460Z deleted: sha256:35b3d7470985ecc176e41ab93c8c419688e56a25b9d0275b190e2a3b99c55389 2022-09-27T16:56:42.1209770Z deleted: sha256:f337e2202e3f3bbdbcb131605df9652a0e9c8d3bec06a16832a26a4eba465cf8 2022-09-27T16:56:42.1210121Z deleted: sha256:157803eec6550eb89a72f637f7aeb7ea3bedbb39dc5324f07cf3babd153ff98e 2022-09-27T16:56:42.1210460Z deleted: sha256:78de954431fc2e64ad21e6ace62a4a20ad19ef9f7c102cc09cf901eb0cc4c84b 2022-09-27T16:56:42.1210773Z deleted: sha256:5752bf1008ba04333b1c296aacd5eb52122470ca8ef27dcc5df622fcf87f7e2e 2022-09-27T16:56:42.1211099Z deleted: sha256:889f11c07ede77523af01dad42f407dd6c80ff6415142019a404a07c1e7c7a73 2022-09-27T16:56:42.1211439Z deleted: sha256:cdaaf9beeac7ee420c948070a92a97f1b7eaf6c384f8e4cc54163a1ed8ae0838 2022-09-27T16:56:42.1211782Z deleted: sha256:c44f52362db589a3f6981653d4a786ebe262fba22c393f0eb02d2445d1ce64b3 2022-09-27T16:56:42.1212118Z deleted: sha256:e5e77a0c018c247c92fbebb7d5f8baa1b13f3e37abc763c1602b322b8f05c302 2022-09-27T16:56:42.1212434Z deleted: sha256:03ec43da4cc31a35baf08f69544f724e41c419949f22dc299115ed7c09278785 2022-09-27T16:56:42.1212740Z deleted: sha256:0c18e2482b15c28cb1fd06992d844f36c6099dea031a2198266f960e86dc28db 2022-09-27T16:56:42.1213057Z deleted: sha256:19edb2aaf791591d0542eacdda85e67f15cd7b3891a7c8fa9054c8c009c85cca 2022-09-27T16:56:42.1213383Z deleted: sha256:b4b879b1601355c78f7a78dd66a332d1686bd82c69f0a114431855dcbb99e390 2022-09-27T16:56:42.1213687Z deleted: sha256:eb2804a64e074efa49227c8eed394dba0c0c216599804f0f772b7ab176ecf202 2022-09-27T16:56:42.1214014Z deleted: sha256:7fbd2ae4513583c4ee82c1f3493e008a229f9f7e5dcd4aa50bf377b10f672d61 2022-09-27T16:56:42.1214343Z deleted: sha256:ad91f94bead5c950eccb58cb12b059c85a65920209d91b327fa468ce5c11dd72 2022-09-27T16:56:42.1215862Z deleted: sha256:ca06c1e04b7425d5566343e16f69b6238dbd6388afed6cb3d4adb20cad541d64 2022-09-27T16:56:42.1216442Z deleted: sha256:9a70ee3fa9aec4a66c7c6155f9b84642368a7d8bebf1f3fb9bba24ade105488f 2022-09-27T16:56:42.1216951Z deleted: sha256:9ff6cca032c1a70a2d5c81b99ee3804a8569950b1898ea9244187fca2e99712d 2022-09-27T16:56:42.1217494Z deleted: sha256:e0c9ba43f325598ccc75b86ba1312647948f2bee547a97210fb95a09f79ad72f 2022-09-27T16:56:42.1217886Z deleted: sha256:6cf3138a8debfcc74b1780853570789261259722674708e2c506e266e5c5e5e1 2022-09-27T16:56:42.1218200Z deleted: sha256:411cb3636cd4ccd8798460bc3f21c0fca28435dd51ff340673c6c2d5fe96bb82 2022-09-27T16:56:42.1218526Z deleted: sha256:6d7b29dce5a236fd56d3f81cf7a8422a622f8d16e3b12782874da96f546e9c75 2022-09-27T16:56:42.1218863Z deleted: sha256:fdd9de12b48735d5aa0db12d522a6d80fd590d99d1ca932e2baee50052379f1b 2022-09-27T16:56:42.1219182Z deleted: sha256:0691d38aa8080365dff7848fd434a7bedc2e318b2705da15ccf859df432fd0d6 2022-09-27T16:56:42.1219513Z deleted: sha256:fdbaf8438f7d28eac1915f62a38ddd665a5f30abc1506a36f6af1862b929339b 2022-09-27T16:56:42.1219928Z deleted: sha256:07545dfc53bc0b0572923cd454172d5d2b4033ff2aa5af44feb37d805cf91dcc 2022-09-27T16:56:42.1220252Z deleted: sha256:ac8ad6e46bb7afaf0367407e20463d31f629efcf1221b9aaae3dd549c59a4b8d 2022-09-27T16:56:42.1220595Z deleted: sha256:a3fab5328befaac6625aa74420ee88ed07e59b9db5b6109de56922dcee73dbf5 2022-09-27T16:56:42.1220931Z deleted: sha256:a4516ff6869b15fa0c0f4b3247d82c7e3ce59b6a42d379761cbad6821bdf3d7e 2022-09-27T16:56:42.1221257Z deleted: sha256:2b2d32d65b0a60ec23beeb499c19d396b5f8b52dd4e2471651a594a33d740b90 2022-09-27T16:56:42.1221585Z deleted: sha256:cdbd445e9f20be8a0708cd8eb0a2dfc3a0d54c20c4b6a02e65db552622ffae72 2022-09-27T16:56:42.1221925Z deleted: sha256:0c4480b52b1b309cbe25cad85094c719bdf8cd840ddf13c42dfc1e76de5c163d 2022-09-27T16:56:42.1222287Z deleted: sha256:b2b4d94145b2b914720547b8d74d010028f06d75b5a2b764752b830f9a9c838d 2022-09-27T16:56:42.1222576Z deleted: sha256:b40ed86654e59e1012e1716d5384910f8c3bb58274b7b00fca564a53e9897ba3 2022-09-27T16:56:42.1222743Z 2022-09-27T16:56:42.1222840Z Total reclaimed space: 8.283GB 2022-09-27T16:56:42.1355989Z Post job cleanup. 2022-09-27T16:56:42.1426988Z Post job cleanup. 2022-09-27T16:56:42.6604353Z [command]/usr/bin/git version 2022-09-27T16:56:42.6652222Z git version 2.37.1 2022-09-27T16:56:42.6730659Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/45d0ad30-c16e-4857-a16a-f67baecc6170' before making global git config changes 2022-09-27T16:56:42.6731279Z Adding repository directory to the temporary git global config as a safe directory 2022-09-27T16:56:42.6736683Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-09-27T16:56:42.6775880Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-09-27T16:56:42.6808548Z [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:56:42.7148060Z Entering 'android/libs/fbjni' 2022-09-27T16:56:42.7195327Z Entering 'third_party/FP16' 2022-09-27T16:56:42.7242026Z Entering 'third_party/FXdiv' 2022-09-27T16:56:42.7285046Z Entering 'third_party/NNPACK' 2022-09-27T16:56:42.7347592Z Entering 'third_party/QNNPACK' 2022-09-27T16:56:42.7395611Z Entering 'third_party/VulkanMemoryAllocator' 2022-09-27T16:56:42.7429034Z Entering 'third_party/XNNPACK' 2022-09-27T16:56:42.7586244Z Entering 'third_party/benchmark' 2022-09-27T16:56:42.7647963Z Entering 'third_party/cpuinfo' 2022-09-27T16:56:42.7697296Z Entering 'third_party/cub' 2022-09-27T16:56:42.7742888Z Entering 'third_party/cudnn_frontend' 2022-09-27T16:56:42.7781936Z Entering 'third_party/cutlass' 2022-09-27T16:56:42.7821987Z Entering 'third_party/eigen' 2022-09-27T16:56:42.7884803Z Entering 'third_party/fbgemm' 2022-09-27T16:56:42.7995708Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-09-27T16:56:42.8053170Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T16:56:42.8113614Z Entering 'third_party/fbgemm/third_party/googletest' 2022-09-27T16:56:42.8169527Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T16:56:42.8227133Z Entering 'third_party/flatbuffers' 2022-09-27T16:56:42.8264125Z Entering 'third_party/fmt' 2022-09-27T16:56:42.8308627Z Entering 'third_party/foxi' 2022-09-27T16:56:42.8350241Z Entering 'third_party/gemmlowp/gemmlowp' 2022-09-27T16:56:42.8393369Z Entering 'third_party/gloo' 2022-09-27T16:56:42.8436010Z Entering 'third_party/googletest' 2022-09-27T16:56:42.8505687Z Entering 'third_party/ideep' 2022-09-27T16:56:42.8592171Z Entering 'third_party/ideep/mkl-dnn' 2022-09-27T16:56:42.8702869Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T16:56:42.8794636Z Entering 'third_party/ios-cmake' 2022-09-27T16:56:42.8836625Z Entering 'third_party/ittapi' 2022-09-27T16:56:42.8870976Z Entering 'third_party/kineto' 2022-09-27T16:56:42.8905726Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T16:56:42.8939497Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T16:56:42.8974249Z Entering 'third_party/nccl/nccl' 2022-09-27T16:56:42.9023048Z Entering 'third_party/neon2sse' 2022-09-27T16:56:42.9066067Z Entering 'third_party/nlohmann' 2022-09-27T16:56:42.9101131Z Entering 'third_party/onnx' 2022-09-27T16:56:42.9266906Z Entering 'third_party/onnx/third_party/benchmark' 2022-09-27T16:56:42.9358114Z Entering 'third_party/onnx/third_party/pybind11' 2022-09-27T16:56:42.9422955Z Entering 'third_party/onnx-tensorrt' 2022-09-27T16:56:42.9566847Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T16:56:42.9734859Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T16:56:42.9828901Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T16:56:42.9941165Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T16:56:42.9988762Z Entering 'third_party/pocketfft' 2022-09-27T16:56:43.0023652Z Entering 'third_party/protobuf' 2022-09-27T16:56:43.0240558Z Entering 'third_party/protobuf/third_party/benchmark' 2022-09-27T16:56:43.0303856Z Entering 'third_party/protobuf/third_party/googletest' 2022-09-27T16:56:43.0351614Z Entering 'third_party/psimd' 2022-09-27T16:56:43.0403827Z Entering 'third_party/pthreadpool' 2022-09-27T16:56:43.0446871Z Entering 'third_party/pybind11' 2022-09-27T16:56:43.0495052Z Entering 'third_party/python-enum' 2022-09-27T16:56:43.0537158Z Entering 'third_party/python-peachpy' 2022-09-27T16:56:43.0614801Z Entering 'third_party/python-six' 2022-09-27T16:56:43.0656407Z Entering 'third_party/sleef' 2022-09-27T16:56:43.0704528Z Entering 'third_party/tbb' 2022-09-27T16:56:43.0739491Z Entering 'third_party/tensorpipe' 2022-09-27T16:56:43.0819913Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-09-27T16:56:43.0880361Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-09-27T16:56:43.0943709Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-09-27T16:56:43.1015465Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T16:56:43.1085913Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T16:56:43.1157187Z Entering 'third_party/zstd' 2022-09-27T16:56:43.1224261Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-09-27T16:56:43.1250631Z http.https://github.com/.extraheader 2022-09-27T16:56:43.1259372Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2022-09-27T16:56:43.1293581Z [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:56:43.1545887Z Entering 'android/libs/fbjni' 2022-09-27T16:56:43.1565017Z http.https://github.com/.extraheader 2022-09-27T16:56:43.1592067Z Entering 'third_party/FP16' 2022-09-27T16:56:43.1611093Z http.https://github.com/.extraheader 2022-09-27T16:56:43.1637528Z Entering 'third_party/FXdiv' 2022-09-27T16:56:43.1656720Z http.https://github.com/.extraheader 2022-09-27T16:56:43.1682308Z Entering 'third_party/NNPACK' 2022-09-27T16:56:43.1702378Z http.https://github.com/.extraheader 2022-09-27T16:56:43.1729655Z Entering 'third_party/QNNPACK' 2022-09-27T16:56:43.1749817Z http.https://github.com/.extraheader 2022-09-27T16:56:43.1776399Z Entering 'third_party/VulkanMemoryAllocator' 2022-09-27T16:56:43.1796305Z http.https://github.com/.extraheader 2022-09-27T16:56:43.1822898Z Entering 'third_party/XNNPACK' 2022-09-27T16:56:43.1841910Z http.https://github.com/.extraheader 2022-09-27T16:56:43.1879554Z Entering 'third_party/benchmark' 2022-09-27T16:56:43.1898571Z http.https://github.com/.extraheader 2022-09-27T16:56:43.1924818Z Entering 'third_party/cpuinfo' 2022-09-27T16:56:43.1944374Z http.https://github.com/.extraheader 2022-09-27T16:56:43.1971004Z Entering 'third_party/cub' 2022-09-27T16:56:43.1991284Z http.https://github.com/.extraheader 2022-09-27T16:56:43.2017942Z Entering 'third_party/cudnn_frontend' 2022-09-27T16:56:43.2038276Z http.https://github.com/.extraheader 2022-09-27T16:56:43.2069459Z Entering 'third_party/cutlass' 2022-09-27T16:56:43.2089178Z http.https://github.com/.extraheader 2022-09-27T16:56:43.2122218Z Entering 'third_party/eigen' 2022-09-27T16:56:43.2141179Z http.https://github.com/.extraheader 2022-09-27T16:56:43.2169814Z Entering 'third_party/fbgemm' 2022-09-27T16:56:43.2190044Z http.https://github.com/.extraheader 2022-09-27T16:56:43.2216308Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-09-27T16:56:43.2235420Z http.https://github.com/.extraheader 2022-09-27T16:56:43.2261001Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T16:56:43.2279817Z http.https://github.com/.extraheader 2022-09-27T16:56:43.2306184Z Entering 'third_party/fbgemm/third_party/googletest' 2022-09-27T16:56:43.2325401Z http.https://github.com/.extraheader 2022-09-27T16:56:43.2351424Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T16:56:43.2369763Z http.https://github.com/.extraheader 2022-09-27T16:56:43.2397222Z Entering 'third_party/flatbuffers' 2022-09-27T16:56:43.2416981Z http.https://github.com/.extraheader 2022-09-27T16:56:43.2444853Z Entering 'third_party/fmt' 2022-09-27T16:56:43.2464295Z http.https://github.com/.extraheader 2022-09-27T16:56:43.2490737Z Entering 'third_party/foxi' 2022-09-27T16:56:43.2510246Z http.https://github.com/.extraheader 2022-09-27T16:56:43.2537419Z Entering 'third_party/gemmlowp/gemmlowp' 2022-09-27T16:56:43.2558193Z http.https://github.com/.extraheader 2022-09-27T16:56:43.2584140Z Entering 'third_party/gloo' 2022-09-27T16:56:43.2603786Z http.https://github.com/.extraheader 2022-09-27T16:56:43.2630075Z Entering 'third_party/googletest' 2022-09-27T16:56:43.2650495Z http.https://github.com/.extraheader 2022-09-27T16:56:43.2683955Z Entering 'third_party/ideep' 2022-09-27T16:56:43.2703959Z http.https://github.com/.extraheader 2022-09-27T16:56:43.2729363Z Entering 'third_party/ideep/mkl-dnn' 2022-09-27T16:56:43.2748403Z http.https://github.com/.extraheader 2022-09-27T16:56:43.2777780Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T16:56:43.2797645Z http.https://github.com/.extraheader 2022-09-27T16:56:43.2830080Z Entering 'third_party/ios-cmake' 2022-09-27T16:56:43.2850649Z http.https://github.com/.extraheader 2022-09-27T16:56:43.2876943Z Entering 'third_party/ittapi' 2022-09-27T16:56:43.2896146Z http.https://github.com/.extraheader 2022-09-27T16:56:43.2921884Z Entering 'third_party/kineto' 2022-09-27T16:56:43.2941575Z http.https://github.com/.extraheader 2022-09-27T16:56:43.2967481Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T16:56:43.2986643Z http.https://github.com/.extraheader 2022-09-27T16:56:43.3013520Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T16:56:43.3033759Z http.https://github.com/.extraheader 2022-09-27T16:56:43.3061904Z Entering 'third_party/nccl/nccl' 2022-09-27T16:56:43.3081400Z http.https://github.com/.extraheader 2022-09-27T16:56:43.3107383Z Entering 'third_party/neon2sse' 2022-09-27T16:56:43.3126826Z http.https://github.com/.extraheader 2022-09-27T16:56:43.3152675Z Entering 'third_party/nlohmann' 2022-09-27T16:56:43.3172178Z http.https://github.com/.extraheader 2022-09-27T16:56:43.3200035Z Entering 'third_party/onnx' 2022-09-27T16:56:43.3219982Z http.https://github.com/.extraheader 2022-09-27T16:56:43.3258308Z Entering 'third_party/onnx/third_party/benchmark' 2022-09-27T16:56:43.3278807Z http.https://github.com/.extraheader 2022-09-27T16:56:43.3305615Z Entering 'third_party/onnx/third_party/pybind11' 2022-09-27T16:56:43.3325759Z http.https://github.com/.extraheader 2022-09-27T16:56:43.3355012Z Entering 'third_party/onnx-tensorrt' 2022-09-27T16:56:43.3375287Z http.https://github.com/.extraheader 2022-09-27T16:56:43.3400959Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T16:56:43.3420129Z http.https://github.com/.extraheader 2022-09-27T16:56:43.3452210Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T16:56:43.3472894Z http.https://github.com/.extraheader 2022-09-27T16:56:43.3499722Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T16:56:43.3519801Z http.https://github.com/.extraheader 2022-09-27T16:56:43.3546033Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T16:56:43.3565371Z http.https://github.com/.extraheader 2022-09-27T16:56:43.3596898Z Entering 'third_party/pocketfft' 2022-09-27T16:56:43.3616967Z http.https://github.com/.extraheader 2022-09-27T16:56:43.3642967Z Entering 'third_party/protobuf' 2022-09-27T16:56:43.3663032Z http.https://github.com/.extraheader 2022-09-27T16:56:43.3705628Z Entering 'third_party/protobuf/third_party/benchmark' 2022-09-27T16:56:43.3725288Z http.https://github.com/.extraheader 2022-09-27T16:56:43.3751845Z Entering 'third_party/protobuf/third_party/googletest' 2022-09-27T16:56:43.3771026Z http.https://github.com/.extraheader 2022-09-27T16:56:43.3800115Z Entering 'third_party/psimd' 2022-09-27T16:56:43.3819935Z http.https://github.com/.extraheader 2022-09-27T16:56:43.3846117Z Entering 'third_party/pthreadpool' 2022-09-27T16:56:43.3866664Z http.https://github.com/.extraheader 2022-09-27T16:56:43.3892734Z Entering 'third_party/pybind11' 2022-09-27T16:56:43.3912915Z http.https://github.com/.extraheader 2022-09-27T16:56:43.3938785Z Entering 'third_party/python-enum' 2022-09-27T16:56:43.3958494Z http.https://github.com/.extraheader 2022-09-27T16:56:43.3984418Z Entering 'third_party/python-peachpy' 2022-09-27T16:56:43.4003678Z http.https://github.com/.extraheader 2022-09-27T16:56:43.4029917Z Entering 'third_party/python-six' 2022-09-27T16:56:43.4049655Z http.https://github.com/.extraheader 2022-09-27T16:56:43.4075624Z Entering 'third_party/sleef' 2022-09-27T16:56:43.4095904Z http.https://github.com/.extraheader 2022-09-27T16:56:43.4134395Z Entering 'third_party/tbb' 2022-09-27T16:56:43.4154585Z http.https://github.com/.extraheader 2022-09-27T16:56:43.4185257Z Entering 'third_party/tensorpipe' 2022-09-27T16:56:43.4205983Z http.https://github.com/.extraheader 2022-09-27T16:56:43.4231915Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-09-27T16:56:43.4251642Z http.https://github.com/.extraheader 2022-09-27T16:56:43.4277631Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-09-27T16:56:43.4296614Z http.https://github.com/.extraheader 2022-09-27T16:56:43.4322053Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-09-27T16:56:43.4341121Z http.https://github.com/.extraheader 2022-09-27T16:56:43.4367150Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T16:56:43.4386961Z http.https://github.com/.extraheader 2022-09-27T16:56:43.4413224Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T16:56:43.4432841Z http.https://github.com/.extraheader 2022-09-27T16:56:43.4461912Z Entering 'third_party/zstd' 2022-09-27T16:56:43.4482470Z http.https://github.com/.extraheader 2022-09-27T16:56:43.4716962Z Cleaning up orphan processes